Merge pull request #46 from jwetzell/dependabot/npm_and_yarn/types/node-22.10.10

Bump @types/node from 22.10.5 to 22.10.10
This commit is contained in:
2025-01-27 09:58:39 -06:00
committed by GitHub
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -412,10 +412,11 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.10.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz",
"integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==",
"version": "22.10.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz",
"integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
}
@@ -2200,7 +2201,7 @@
"version": "1.6.0",
"license": "MIT",
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.10",
"rimraf": "6.0.1",
"typescript": "5.7.2"
}
+1 -1
View File
@@ -36,7 +36,7 @@
},
"license": "MIT",
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.10",
"rimraf": "6.0.1",
"typescript": "5.7.2"
}