chore(deps): Bump @types/node from 24.0.13 to 24.0.15 (#107)

This commit is contained in:
dependabot[bot] 2025-07-21 06:27:14 +00:00 committed by GitHub
parent ef15fbb574
commit 10970da34b
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": "^24.0.13",
"@types/node": "^24.0.15",
"@vercel/ncc": "^0.38.3",
"typescript": "^5.8.3"
}
@ -60,9 +60,9 @@
}
},
"node_modules/@types/node": {
"version": "24.0.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.13.tgz",
"integrity": "sha512-Qm9OYVOFHFYg3wJoTSrz80hoec5Lia/dPp84do3X7dZvLikQvM1YpmvTBEdIr/e+U8HTkFjLHLnl78K/qjf+jQ==",
"version": "24.0.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.15.tgz",
"integrity": "sha512-oaeTSbCef7U/z7rDeJA138xpG3NuKc64/rZ2qmUFkFJmnMsAPaluIifqyWd8hSSMxyP9oie3dLAqYPblag9KgA==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.8.0"

View File

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