Merge pull request #220 from richardrigutins/dependabot/npm_and_yarn/types/node-22.7.8

[Chore] Bump @types/node from 22.7.5 to 22.7.8
This commit is contained in:
Riccardo Rigutini 2024-10-24 14:40:09 +02:00 committed by GitHub
commit 4398232585
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

@ -16,7 +16,7 @@
"@stylistic/eslint-plugin": "^2.9.0",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/node": "^22.7.8",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.11.0",
"@vercel/ncc": "^0.38.1",
@ -1670,9 +1670,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.7.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz",
"integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==",
"version": "22.7.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.8.tgz",
"integrity": "sha512-a922jJy31vqR5sk+kAdIENJjHblqcZ4RmERviFsER4WJcEONqxKcjNOlk0q7OUfrF5sddT+vng070cdfMlrPLg==",
"dev": true,
"dependencies": {
"undici-types": "~6.19.2"

View File

@ -31,7 +31,7 @@
"@stylistic/eslint-plugin": "^2.9.0",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/node": "^22.7.8",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.11.0",
"@vercel/ncc": "^0.38.1",