diff --git a/package-lock.json b/package-lock.json index c4d69cf1c..68928f724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5924,12 +5924,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", - "integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==", + "version": "24.3.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz", + "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==", "license": "MIT", "dependencies": { - "undici-types": "~7.8.0" + "undici-types": "~7.10.0" } }, "node_modules/@types/nodemailer": { @@ -18829,9 +18829,9 @@ } }, "node_modules/undici-types": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", - "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", + "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", "license": "MIT" }, "node_modules/unicorn-magic": { @@ -20501,7 +20501,7 @@ "@release-it/conventional-changelog": "^10.0.1", "@tailwindcss/postcss": "^4.1.11", "@tsconfig/node22": "^22.0.2", - "@types/node": "^24.1.0", + "@types/node": "^24.3.0", "@vitejs/plugin-vue": "^6.0.0", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.6.0", @@ -20545,7 +20545,7 @@ "devDependencies": { "@release-it/conventional-changelog": "^10.0.1", "@types/fs-extra": "^11.0.4", - "@types/node": "^24.1.0", + "@types/node": "^24.3.0", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.38.0", diff --git a/services/frontend/package.json b/services/frontend/package.json index 3c2b032ad..bb7f4399b 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -39,7 +39,7 @@ "@release-it/conventional-changelog": "^10.0.1", "@tailwindcss/postcss": "^4.1.11", "@tsconfig/node22": "^22.0.2", - "@types/node": "^24.1.0", + "@types/node": "^24.3.0", "@vitejs/plugin-vue": "^6.0.0", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.6.0", diff --git a/services/gateway/package.json b/services/gateway/package.json index ee129b1ff..a98aff54e 100644 --- a/services/gateway/package.json +++ b/services/gateway/package.json @@ -38,7 +38,7 @@ "fs-extra": "^11.1.1" }, "devDependencies": { - "@types/node": "^24.1.0", + "@types/node": "^24.3.0", "@types/uuid": "^9.0.7", "@types/fs-extra": "^11.0.4", "ts-node-dev": "^2.0.0",