build(deps-dev): bump @types/node from 22.20.1 to 26.1.2

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.20.1 to 26.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-31 19:38:33 +00:00
committed by GitHub
parent 528983ee50
commit c8fcd3c539
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -17,7 +17,7 @@
"yaml": "^2.8.1"
},
"devDependencies": {
"@types/node": "^22.15.0",
"@types/node": "^26.1.2",
"eslint": "^10.8.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.38.0",
@@ -3623,12 +3623,12 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.20.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz",
"integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==",
"version": "26.1.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz",
"integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
"undici-types": "~8.3.0"
}
},
"node_modules/@types/retry": {
@@ -5504,9 +5504,9 @@
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
"license": "MIT"
},
"node_modules/uri-js": {
+1 -1
View File
@@ -31,7 +31,7 @@
"yaml": "^2.8.1"
},
"devDependencies": {
"@types/node": "^22.15.0",
"@types/node": "^26.1.2",
"eslint": "^10.8.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.38.0",