chore(deps): Bump @types/node from 24.0.3 to 24.0.7 (#104)

This commit is contained in:
dependabot[bot] 2025-06-30 08:43:33 +00:00 committed by GitHub
parent 5ec3cf7c97
commit 1144ed9a89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
"@actions/tool-cache": "^2.0.2", "@actions/tool-cache": "^2.0.2",
"@types/node": "^24.0.3", "@types/node": "^24.0.7",
"@vercel/ncc": "^0.38.3", "@vercel/ncc": "^0.38.3",
"typescript": "^5.8.3" "typescript": "^5.8.3"
} }
@ -60,10 +60,9 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "24.0.3", "version": "24.0.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz",
"integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==", "integrity": "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==",
"license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~7.8.0" "undici-types": "~7.8.0"
} }

View File

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