chore(deps): Bump @types/node from 22.10.7 to 22.10.10 (#79)

This commit is contained in:
dependabot[bot] 2025-01-27 05:44:49 +00:00 committed by GitHub
parent 5c0b487ce3
commit 8752342f43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/tool-cache": "^2.0.2",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"@vercel/ncc": "^0.38.3",
"typescript": "^5.7.3"
}
@ -60,9 +60,10 @@
}
},
"node_modules/@types/node": {
"version": "22.10.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz",
"integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==",
"version": "22.10.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz",
"integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
}

View File

@ -19,7 +19,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/tool-cache": "^2.0.2",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"@vercel/ncc": "^0.38.3",
"typescript": "^5.7.3"
}