build(deps-dev): bump @types/node from 20.17.50 to 20.17.51

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.17.50 to 20.17.51.
- [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: 20.17.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-28 11:19:20 +00:00
committed by GitHub
parent 4fa5556953
commit 6c978ad44b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"devDependencies": {
"@actions/io": "^1.1.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.50",
"@types/node": "^20.17.51",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
@@ -1897,9 +1897,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "20.17.50",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.50.tgz",
"integrity": "sha512-Mxiq0ULv/zo1OzOhwPqOA13I81CV/W3nvd3ChtQZRT5Cwz3cr0FKo/wMSsbTqL3EXpaBAEQhva2B8ByRkOIh9A==",
"version": "20.17.51",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.51.tgz",
"integrity": "sha512-hccptBl7C8lHiKxTBsY6vYYmqpmw1E/aGR/8fmueE+B390L3pdMOpNSRvFO4ZnXzW5+p2HBXV0yNABd2vdk22Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -12289,9 +12289,9 @@
"dev": true
},
"@types/node": {
"version": "20.17.50",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.50.tgz",
"integrity": "sha512-Mxiq0ULv/zo1OzOhwPqOA13I81CV/W3nvd3ChtQZRT5Cwz3cr0FKo/wMSsbTqL3EXpaBAEQhva2B8ByRkOIh9A==",
"version": "20.17.51",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.51.tgz",
"integrity": "sha512-hccptBl7C8lHiKxTBsY6vYYmqpmw1E/aGR/8fmueE+B390L3pdMOpNSRvFO4ZnXzW5+p2HBXV0yNABd2vdk22Q==",
"dev": true,
"requires": {
"undici-types": "~6.19.2"

View File

@@ -24,7 +24,7 @@
"devDependencies": {
"@actions/io": "^1.1.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.50",
"@types/node": "^20.17.51",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",