diff --git a/package-lock.json b/package-lock.json index b983dbdca..85e513c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "@ngxs/devtools-plugin": "3.8.2", "@types/jasmine": "~5.1.5", "@types/jasminewd2": "~2.0.13", - "@types/node": "^22.10.10", + "@types/node": "^22.12.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.57.1", @@ -5019,9 +5019,9 @@ "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==" }, "node_modules/@types/node": { - "version": "22.10.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz", - "integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==", + "version": "22.12.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.12.0.tgz", + "integrity": "sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" diff --git a/package.json b/package.json index 1860210e5..cdd81d8f5 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@ngxs/devtools-plugin": "3.8.2", "@types/jasmine": "~5.1.5", "@types/jasminewd2": "~2.0.13", - "@types/node": "^22.10.10", + "@types/node": "^22.12.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.57.1",