diff --git a/package-lock.json b/package-lock.json index 51a2050e4..6c7ab9da6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@types/ip": "^1.1.3", "@types/mocha": "^10.0.10", "@types/mocha-each": "^2.0.4", - "@types/node": "^22.10.9", + "@types/node": "^22.10.10", "@types/semver": "^7.5.8", "@types/sinon": "^17.0.3", "@types/sinon-chai": "^4.0.0", @@ -2707,9 +2707,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.10.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.9.tgz", - "integrity": "sha512-Ir6hwgsKyNESl/gLOcEz3krR4CBGgliDqBQ2ma4wIhEx0w+xnoeTq3tdrNw15kU3SxogDjOgv9sqdtLW8mIHaw==", + "version": "22.10.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz", + "integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" diff --git a/package.json b/package.json index f3c1143e0..a8b968dc6 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@types/ip": "^1.1.3", "@types/mocha": "^10.0.10", "@types/mocha-each": "^2.0.4", - "@types/node": "^22.10.9", + "@types/node": "^22.10.10", "@types/semver": "^7.5.8", "@types/sinon": "^17.0.3", "@types/sinon-chai": "^4.0.0",