diff --git a/package-lock.json b/package-lock.json index b130cf6a4..fa09485af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5662,13 +5662,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.29", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.29.tgz", - "integrity": "sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==", + "version": "24.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz", + "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==", "devOptional": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.8.0" } }, "node_modules/@types/nodemailer": { @@ -17663,9 +17663,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", "devOptional": true, "license": "MIT" }, @@ -19127,7 +19127,7 @@ "@release-it/conventional-changelog": "^10.0.1", "@tailwindcss/postcss": "^4.1.8", "@tsconfig/node22": "^22.0.2", - "@types/node": "^22.15.27", + "@types/node": "^24.0.3", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.5.0", diff --git a/services/frontend/package.json b/services/frontend/package.json index 99201685a..27886d27f 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -37,7 +37,7 @@ "@release-it/conventional-changelog": "^10.0.1", "@tailwindcss/postcss": "^4.1.8", "@tsconfig/node22": "^22.0.2", - "@types/node": "^22.15.27", + "@types/node": "^24.0.3", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.5.0",