fix: upgrade @types/node from 22.7.5 to 22.7.6

Snyk has created this PR to upgrade @types/node from 22.7.5 to 22.7.6.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/victoriametrics/project/69d9ccbb-b5b1-492f-9f8c-9032dcaf021e?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2024-11-07 05:47:41 +00:00
parent d1af84a49d
commit d07aac7eff
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B
2 changed files with 6 additions and 5 deletions

View file

@ -11,7 +11,7 @@
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.get": "^4.4.9",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^22.5.4",
"@types/node": "^22.7.6",
"@types/qs": "^6.9.15",
"@types/react-input-mask": "^3.0.5",
"@types/react-router-dom": "^5.3.3",
@ -4279,9 +4279,10 @@
"peer": 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.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.6.tgz",
"integrity": "sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.2"
}

View file

@ -7,7 +7,7 @@
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.get": "^4.4.9",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^22.5.4",
"@types/node": "^22.7.6",
"@types/qs": "^6.9.15",
"@types/react-input-mask": "^3.0.5",
"@types/react-router-dom": "^5.3.3",