chore(deps): Bump @types/node from 22.5.0 to 22.5.2 (#51)

This commit is contained in:
dependabot[bot] 2024-09-02 07:18:59 +00:00 committed by GitHub
parent d88f0eb206
commit fb3244eae8
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": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/node": "^22.5.0", "@types/node": "^22.5.2",
"@vercel/ncc": "^0.38.1", "@vercel/ncc": "^0.38.1",
"typescript": "^5.5.4" "typescript": "^5.5.4"
} }
@ -69,9 +69,9 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.5.0", "version": "22.5.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz",
"integrity": "sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==", "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==",
"dependencies": { "dependencies": {
"undici-types": "~6.19.2" "undici-types": "~6.19.2"
} }

View File

@ -19,7 +19,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/node": "^22.5.0", "@types/node": "^22.5.2",
"@vercel/ncc": "^0.38.1", "@vercel/ncc": "^0.38.1",
"typescript": "^5.5.4" "typescript": "^5.5.4"
} }