diff --git a/apps/infoalloggi/package-lock.json b/apps/infoalloggi/package-lock.json index 990f5d2..3ce4380 100644 --- a/apps/infoalloggi/package-lock.json +++ b/apps/infoalloggi/package-lock.json @@ -95,7 +95,7 @@ "@types/eslint-plugin-jsx-a11y": "^6.10.0", "@types/js-cookie": "^3.0.6", "@types/leaflet": "^1.9.20", - "@types/node": "^24.0.7", + "@types/node": "^24.2.0", "@types/nodemailer": "^6.4.17", "@types/nodemailer-html-to-text": "^3.1.3", "@types/pg": "^8.15.5", @@ -7419,11 +7419,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.0.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz", - "integrity": "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.0.tgz", + "integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==", + "license": "MIT", "dependencies": { - "undici-types": "~7.8.0" + "undici-types": "~7.10.0" } }, "node_modules/@types/nodemailer": { @@ -19484,9 +19485,10 @@ } }, "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/unified": { "version": "11.0.5", diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index fa971a6..399f7fc 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -106,7 +106,7 @@ "@types/eslint-plugin-jsx-a11y": "^6.10.0", "@types/js-cookie": "^3.0.6", "@types/leaflet": "^1.9.20", - "@types/node": "^24.0.7", + "@types/node": "^24.2.0", "@types/nodemailer": "^6.4.17", "@types/nodemailer-html-to-text": "^3.1.3", "@types/pg": "^8.15.5",