diff --git a/services/frontend/package-lock.json b/services/frontend/package-lock.json index 969663b5..2a3d77ce 100644 --- a/services/frontend/package-lock.json +++ b/services/frontend/package-lock.json @@ -32,7 +32,7 @@ "@rushstack/eslint-patch": "^1.2.0", "@tsconfig/node21": "^21.0.1", "@types/jsdom": "^21.1.1", - "@types/node": "^20.19.0", + "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "@vitejs/plugin-vue": "^6.0.0", @@ -8917,9 +8917,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.19.tgz", - "integrity": "sha512-pb1Uqj5WJP7wrcbLU7Ru4QtA0+3kAXrkutGiD26wUKzSMgNNaPARTUDQmElUXp64kh3cWdou3Q0C7qwwxqSFmg==", + "version": "22.18.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.9.tgz", + "integrity": "sha512-5yBtK0k/q8PjkMXbTfeIEP/XVYnz1R9qZJ3yUicdEW7ppdDJfe+MqXEhpqDL3mtn4Wvs1u0KLEG0RXzCgNpsSg==", "devOptional": true, "license": "MIT", "peer": true, diff --git a/services/frontend/package.json b/services/frontend/package.json index f97d5497..00288af9 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -43,7 +43,7 @@ "@rushstack/eslint-patch": "^1.2.0", "@tsconfig/node21": "^21.0.1", "@types/jsdom": "^21.1.1", - "@types/node": "^20.19.0", + "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "@vitejs/plugin-vue": "^6.0.0",