chore(deps): Bump @types/node from 22.13.8 to 22.13.11 (#89)

This commit is contained in:
dependabot[bot] 2025-03-24 05:58:15 +00:00 committed by GitHub
parent 236fe1a327
commit c1414ef372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
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.13.8",
"@types/node": "^22.13.11",
"@vercel/ncc": "^0.38.3",
"typescript": "^5.8.2"
}
@ -60,9 +60,9 @@
}
},
"node_modules/@types/node": {
"version": "22.13.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.8.tgz",
"integrity": "sha512-G3EfaZS+iOGYWLLRCEAXdWK9my08oHNZ+FHluRiggIYJPOXzhOiDgpVCUHaUvyIC5/fj7C/p637jdzC666AOKQ==",
"version": "22.13.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.11.tgz",
"integrity": "sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==",
"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.13.8",
"@types/node": "^22.13.11",
"@vercel/ncc": "^0.38.3",
"typescript": "^5.8.2"
}