diff --git a/apps/infoalloggi/package-lock.json b/apps/infoalloggi/package-lock.json index 6ab69a1..0824ea1 100644 --- a/apps/infoalloggi/package-lock.json +++ b/apps/infoalloggi/package-lock.json @@ -28,7 +28,7 @@ "@tailwindcss/forms": "^0.5.11", "@tailwindcss/postcss": "^4.1.18", "@tailwindcss/typography": "^0.5.19", - "@tanstack/react-query": "^5.74.4", + "@tanstack/react-query": "^5.90.8", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.12", "@tiptap/core": "^3.15.3", @@ -107,14 +107,14 @@ "@types/nodemailer": "^7.0.5", "@types/nodemailer-html-to-text": "^3.1.3", "@types/pg": "^8.16.0", - "@types/react": "^19.2.3", + "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "@types/react-is": "^19.2.0", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "cross-env": "^10.1.0", "jiti": "^2.6.1", "kanel": "^3.14.2", - "kanel-kysely": "^0.7.1", + "kanel-kysely": "^0.8.0", "knip": "^5.81.0", "npm-run-all": "^4.1.5", "typescript": "^5.9.3" @@ -6569,9 +6569,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.90.17", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.17.tgz", - "integrity": "sha512-hDww+RyyYhjhUfoYQ4es6pbgxY7LNiPWxt4l1nJqhByjndxJ7HIjDxTBtfvMr5HwjYavMrd+ids5g4Rfev3lVQ==", + "version": "5.90.8", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.8.tgz", + "integrity": "sha512-4E0RP/0GJCxSNiRF2kAqE/LQkTJVlL/QNU7gIJSptaseV9HP6kOuA+N11y4bZKZxa3QopK3ZuewwutHx6DqDXQ==", "license": "MIT", "funding": { "type": "github", @@ -6579,13 +6579,13 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.90.17", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.17.tgz", - "integrity": "sha512-PGc2u9KLwohDUSchjW9MZqeDQJfJDON7y4W7REdNBgiFKxQy+Pf7eGjiFWEj5xPqKzAeHYdAb62IWI1a9UJyGQ==", + "version": "5.90.8", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.8.tgz", + "integrity": "sha512-/3b9QGzkf4rE5/miL6tyhldQRlLXzMHcySOm/2Tm2OLEFE9P1ImkH0+OviDBSvyAvtAOJocar5xhd7vxdLi3aQ==", "license": "MIT", "peer": true, "dependencies": { - "@tanstack/query-core": "5.90.17" + "@tanstack/query-core": "5.90.8" }, "funding": { "type": "github", @@ -7383,13 +7383,13 @@ "optional": true }, "node_modules/@types/react": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.3.tgz", - "integrity": "sha512-k5dJVszUiNr1DSe8Cs+knKR6IrqhqdhpUwzqhkS8ecQTSf3THNtbfIp/umqHMpX2bv+9dkx3fwDv/86LcSfvSg==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz", + "integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==", "license": "MIT", "peer": true, "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { @@ -7435,11 +7435,15 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==", + "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "uuid": "*" + } }, "node_modules/@xobotyi/scrollbar-width": { "version": "1.9.5", @@ -10497,9 +10501,9 @@ } }, "node_modules/kanel-kysely": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/kanel-kysely/-/kanel-kysely-0.7.1.tgz", - "integrity": "sha512-2PqWYszHw/LytJ6EbrfIDIEXAlRgXzW9GWTkWQyR2oMUM69DRtCnpogDcKe4g4zl6NSOL/0Jy1jhhhr9Gnu6mQ==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/kanel-kysely/-/kanel-kysely-0.8.0.tgz", + "integrity": "sha512-e5iv8pkkKPV+tktNuJvVb1/iqjyYtF1WUA15B9mehYO8ceKn0+d1KYnvcuKGPyjcUCHH0bTIs87DAO8lI9GX4Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index 7c6c371..bb89f20 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -40,7 +40,7 @@ "@tailwindcss/forms": "^0.5.11", "@tailwindcss/postcss": "^4.1.18", "@tailwindcss/typography": "^0.5.19", - "@tanstack/react-query": "^5.74.4", + "@tanstack/react-query": "^5.90.8", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.12", "@tiptap/core": "^3.15.3", @@ -119,14 +119,14 @@ "@types/nodemailer": "^7.0.5", "@types/nodemailer-html-to-text": "^3.1.3", "@types/pg": "^8.16.0", - "@types/react": "^19.2.3", + "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "@types/react-is": "^19.2.0", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "cross-env": "^10.1.0", "jiti": "^2.6.1", "kanel": "^3.14.2", - "kanel-kysely": "^0.7.1", + "kanel-kysely": "^0.8.0", "knip": "^5.81.0", "npm-run-all": "^4.1.5", "typescript": "^5.9.3" @@ -134,4 +134,4 @@ "ct3aMetadata": { "initVersion": "7.9.0" } -} +} \ No newline at end of file