diff --git a/apps/portal/package.json b/apps/portal/package.json index 837869c6..835f2d7a 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -24,10 +24,10 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "geist": "^1.5.1", - "lucide-react": "^0.562.0", - "next": "16.1.1", - "react": "19.2.3", - "react-dom": "19.2.3", + "lucide-react": "^0.563.0", + "next": "^16.1.6", + "react": "^19.2.4", + "react-dom": "^19.2.4", "tailwind-merge": "^3.4.0", "world-countries": "^5.1.0", "zod": "^4.3.6", diff --git a/package.json b/package.json index 7eccc083..f929a455 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "node": ">=22.0.0", "pnpm": ">=10.0.0" }, - "packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501", + "packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264", "scripts": { "dev": "pnpm domain:build && ./scripts/dev/manage.sh apps", "dev:all": "pnpm --filter @customer-portal/domain build && pnpm --parallel --filter @customer-portal/portal --filter @customer-portal/bff run dev", @@ -62,14 +62,14 @@ "@commitlint/cli": "^20.4.1", "@commitlint/config-conventional": "^20.4.1", "@eslint/js": "^9.39.2", - "@next/eslint-plugin-next": "16.0.9", + "@next/eslint-plugin-next": "^16.1.6", "@types/node": "catalog:", "eslint": "^9.39.2", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-sonarjs": "^3.0.6", "eslint-plugin-unicorn": "^62.0.0", - "globals": "^16.5.0", + "globals": "^17.3.0", "husky": "^9.1.7", "knip": "^5.83.0", "lint-staged": "^16.2.7", @@ -80,7 +80,9 @@ }, "pnpm": { "overrides": { - "js-yaml": ">=4.1.1" + "js-yaml": ">=4.1.1", + "lodash": ">=4.17.23", + "hono": ">=4.11.7" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6283c533..f195d770 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,24 +8,26 @@ settings: catalogs: default: "@types/node": - specifier: 24.10.3 - version: 24.10.3 + specifier: ^25.2.0 + version: 25.2.0 typescript: - specifier: 5.9.3 + specifier: ^5.9.3 version: 5.9.3 zod: - specifier: 4.2.1 - version: 4.2.1 + specifier: ^4.3.6 + version: 4.3.6 overrides: js-yaml: ">=4.1.1" + lodash: ">=4.17.23" + hono: ">=4.11.7" importers: .: devDependencies: "@commitlint/cli": specifier: ^20.4.1 - version: 20.4.1(@types/node@24.10.3)(typescript@5.9.3) + version: 20.4.1(@types/node@25.2.0)(typescript@5.9.3) "@commitlint/config-conventional": specifier: ^20.4.1 version: 20.4.1 @@ -33,11 +35,11 @@ importers: specifier: ^9.39.2 version: 9.39.2 "@next/eslint-plugin-next": - specifier: 16.0.9 - version: 16.0.9 + specifier: ^16.1.6 + version: 16.1.6 "@types/node": specifier: "catalog:" - version: 24.10.3 + version: 25.2.0 eslint: specifier: ^9.39.2 version: 9.39.2(jiti@2.6.1) @@ -54,14 +56,14 @@ importers: specifier: ^62.0.0 version: 62.0.0(eslint@9.39.2(jiti@2.6.1)) globals: - specifier: ^16.5.0 - version: 16.5.0 + specifier: ^17.3.0 + version: 17.3.0 husky: specifier: ^9.1.7 version: 9.1.7 knip: specifier: ^5.83.0 - version: 5.83.0(@types/node@24.10.3)(typescript@5.9.3) + version: 5.83.0(@types/node@25.2.0)(typescript@5.9.3) lint-staged: specifier: ^16.2.7 version: 16.2.7 @@ -109,7 +111,7 @@ importers: version: 7.3.0 "@prisma/client": specifier: ^7.3.0 - version: 7.3.0(prisma@7.3.0(@types/react@19.2.10)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3) + version: 7.3.0(prisma@7.3.0(@types/react@19.2.10)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3) "@sendgrid/mail": specifier: ^8.1.6 version: 8.1.6 @@ -139,7 +141,7 @@ importers: version: 4.5.0(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(pino-http@11.0.0)(pino@10.3.0)(rxjs@7.8.2) nestjs-zod: specifier: ^5.1.1 - version: 5.1.1(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/swagger@11.2.5(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.12)(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2))(rxjs@7.8.2)(zod@4.2.1) + version: 5.1.1(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/swagger@11.2.5(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.12)(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2))(rxjs@7.8.2)(zod@4.3.6) p-queue: specifier: ^9.1.0 version: 9.1.0 @@ -151,7 +153,7 @@ importers: version: 11.0.0 prisma: specifier: ^7.3.0 - version: 7.3.0(@types/react@19.2.10)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + version: 7.3.0(@types/react@19.2.10)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) rate-limiter-flexible: specifier: ^9.1.0 version: 9.1.0 @@ -169,7 +171,7 @@ importers: version: 12.0.1 zod: specifier: "catalog:" - version: 4.2.1 + version: 4.3.6 devDependencies: "@nestjs/cli": specifier: ^11.0.16 @@ -206,13 +208,13 @@ importers: dependencies: "@customer-portal/domain": specifier: workspace:* - version: file:packages/domain(zod@4.3.6) + version: link:../../packages/domain "@heroicons/react": specifier: ^2.2.0 - version: 2.2.0(react@19.2.3) + version: 2.2.0(react@19.2.4) "@tanstack/react-query": specifier: ^5.90.20 - version: 5.90.20(react@19.2.3) + version: 5.90.20(react@19.2.4) class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -221,19 +223,19 @@ importers: version: 2.1.1 geist: specifier: ^1.5.1 - version: 1.5.1(next@16.1.1(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)) + version: 1.5.1(next@16.1.6(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)) lucide-react: - specifier: ^0.562.0 - version: 0.562.0(react@19.2.3) + specifier: ^0.563.0 + version: 0.563.0(react@19.2.4) next: - specifier: 16.1.1 - version: 16.1.1(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + specifier: ^16.1.6 + version: 16.1.6(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) react: - specifier: 19.2.3 - version: 19.2.3 + specifier: ^19.2.4 + version: 19.2.4 react-dom: - specifier: 19.2.3 - version: 19.2.3(react@19.2.3) + specifier: ^19.2.4 + version: 19.2.4(react@19.2.4) tailwind-merge: specifier: ^3.4.0 version: 3.4.0 @@ -245,7 +247,7 @@ importers: version: 4.3.6 zustand: specifier: ^5.0.11 - version: 5.0.11(@types/react@19.2.10)(react@19.2.3) + version: 5.0.11(@types/react@19.2.10)(react@19.2.4) devDependencies: "@next/bundle-analyzer": specifier: ^16.1.6 @@ -255,7 +257,7 @@ importers: version: 4.1.18 "@tanstack/react-query-devtools": specifier: ^5.91.3 - version: 5.91.3(@tanstack/react-query@5.90.20(react@19.2.3))(react@19.2.3) + version: 5.91.3(@tanstack/react-query@5.90.20(react@19.2.4))(react@19.2.4) "@types/react": specifier: ^19.2.10 version: 19.2.10 @@ -279,7 +281,7 @@ importers: version: 5.9.3 zod: specifier: "catalog:" - version: 4.2.1 + version: 4.3.6 packages: "@alloc/quick-lru@5.2.0": @@ -646,11 +648,6 @@ packages: } engines: { node: ">=v18" } - "@customer-portal/domain@file:packages/domain": - resolution: { directory: packages/domain, type: directory } - peerDependencies: - zod: ^4.2.1 - "@discoveryjs/json-ext@0.5.7": resolution: { @@ -1034,7 +1031,7 @@ packages: } engines: { node: ">=18.14.1" } peerDependencies: - hono: ^4 + hono: ">=4.11.7" "@humanfs/core@0.19.1": resolution: @@ -1112,6 +1109,7 @@ packages: } cpu: [arm64] os: [linux] + libc: [glibc] "@img/sharp-libvips-linux-arm@1.2.4": resolution: @@ -1120,6 +1118,7 @@ packages: } cpu: [arm] os: [linux] + libc: [glibc] "@img/sharp-libvips-linux-ppc64@1.2.4": resolution: @@ -1128,6 +1127,7 @@ packages: } cpu: [ppc64] os: [linux] + libc: [glibc] "@img/sharp-libvips-linux-riscv64@1.2.4": resolution: @@ -1136,6 +1136,7 @@ packages: } cpu: [riscv64] os: [linux] + libc: [glibc] "@img/sharp-libvips-linux-s390x@1.2.4": resolution: @@ -1144,6 +1145,7 @@ packages: } cpu: [s390x] os: [linux] + libc: [glibc] "@img/sharp-libvips-linux-x64@1.2.4": resolution: @@ -1152,6 +1154,7 @@ packages: } cpu: [x64] os: [linux] + libc: [glibc] "@img/sharp-libvips-linuxmusl-arm64@1.2.4": resolution: @@ -1160,6 +1163,7 @@ packages: } cpu: [arm64] os: [linux] + libc: [musl] "@img/sharp-libvips-linuxmusl-x64@1.2.4": resolution: @@ -1168,6 +1172,7 @@ packages: } cpu: [x64] os: [linux] + libc: [musl] "@img/sharp-linux-arm64@0.34.5": resolution: @@ -1177,6 +1182,7 @@ packages: engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } cpu: [arm64] os: [linux] + libc: [glibc] "@img/sharp-linux-arm@0.34.5": resolution: @@ -1186,6 +1192,7 @@ packages: engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } cpu: [arm] os: [linux] + libc: [glibc] "@img/sharp-linux-ppc64@0.34.5": resolution: @@ -1195,6 +1202,7 @@ packages: engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } cpu: [ppc64] os: [linux] + libc: [glibc] "@img/sharp-linux-riscv64@0.34.5": resolution: @@ -1204,6 +1212,7 @@ packages: engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } cpu: [riscv64] os: [linux] + libc: [glibc] "@img/sharp-linux-s390x@0.34.5": resolution: @@ -1213,6 +1222,7 @@ packages: engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } cpu: [s390x] os: [linux] + libc: [glibc] "@img/sharp-linux-x64@0.34.5": resolution: @@ -1222,6 +1232,7 @@ packages: engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } cpu: [x64] os: [linux] + libc: [glibc] "@img/sharp-linuxmusl-arm64@0.34.5": resolution: @@ -1231,6 +1242,7 @@ packages: engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } cpu: [arm64] os: [linux] + libc: [musl] "@img/sharp-linuxmusl-x64@0.34.5": resolution: @@ -1240,6 +1252,7 @@ packages: engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } cpu: [x64] os: [linux] + libc: [musl] "@img/sharp-wasm32@0.34.5": resolution: @@ -1663,6 +1676,7 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] + libc: [glibc] "@napi-rs/nice-linux-arm64-musl@1.1.1": resolution: @@ -1672,6 +1686,7 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] + libc: [musl] "@napi-rs/nice-linux-ppc64-gnu@1.1.1": resolution: @@ -1681,6 +1696,7 @@ packages: engines: { node: ">= 10" } cpu: [ppc64] os: [linux] + libc: [glibc] "@napi-rs/nice-linux-riscv64-gnu@1.1.1": resolution: @@ -1690,6 +1706,7 @@ packages: engines: { node: ">= 10" } cpu: [riscv64] os: [linux] + libc: [glibc] "@napi-rs/nice-linux-s390x-gnu@1.1.1": resolution: @@ -1699,6 +1716,7 @@ packages: engines: { node: ">= 10" } cpu: [s390x] os: [linux] + libc: [glibc] "@napi-rs/nice-linux-x64-gnu@1.1.1": resolution: @@ -1708,6 +1726,7 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] + libc: [glibc] "@napi-rs/nice-linux-x64-musl@1.1.1": resolution: @@ -1717,6 +1736,7 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] + libc: [musl] "@napi-rs/nice-openharmony-arm64@1.1.1": resolution: @@ -1938,85 +1958,89 @@ packages: integrity: sha512-ee2kagdTaeEWPlotgdTOqFHYcD3e2m2bbE3I9Rq2i6ABYi5OgopmtEUe8NM23viaYxLV2tDH/2nd5+qKoEr6cw==, } - "@next/env@16.1.1": + "@next/env@16.1.6": resolution: { - integrity: sha512-3oxyM97Sr2PqiVyMyrZUtrtM3jqqFxOQJVuKclDsgj/L728iZt/GyslkN4NwarledZATCenbk4Offjk1hQmaAA==, + integrity: sha512-N1ySLuZjnAtN3kFnwhAwPvZah8RJxKasD7x1f8shFqhncnWZn4JMfg37diLNuoHsLAlrDfM3g4mawVdtAG8XLQ==, } - "@next/eslint-plugin-next@16.0.9": + "@next/eslint-plugin-next@16.1.6": resolution: { - integrity: sha512-ea6F0Towc70S+5y0HfkmMeNvWXHH+5yQUhovmed5qHu9WxJRW0oE26+OU6z4u0hR5WHYec7KwwHZCyWlnwdpOg==, + integrity: sha512-/Qq3PTagA6+nYVfryAtQ7/9FEr/6YVyvOtl6rZnGsbReGLf0jZU6gkpr1FuChAQpvV46a78p4cmHOVP8mbfSMQ==, } - "@next/swc-darwin-arm64@16.1.1": + "@next/swc-darwin-arm64@16.1.6": resolution: { - integrity: sha512-JS3m42ifsVSJjSTzh27nW+Igfha3NdBOFScr9C80hHGrWx55pTrVL23RJbqir7k7/15SKlrLHhh/MQzqBBYrQA==, + integrity: sha512-wTzYulosJr/6nFnqGW7FrG3jfUUlEf8UjGA0/pyypJl42ExdVgC6xJgcXQ+V8QFn6niSG2Pb8+MIG1mZr2vczw==, } engines: { node: ">= 10" } cpu: [arm64] os: [darwin] - "@next/swc-darwin-x64@16.1.1": + "@next/swc-darwin-x64@16.1.6": resolution: { - integrity: sha512-hbyKtrDGUkgkyQi1m1IyD3q4I/3m9ngr+V93z4oKHrPcmxwNL5iMWORvLSGAf2YujL+6HxgVvZuCYZfLfb4bGw==, + integrity: sha512-BLFPYPDO+MNJsiDWbeVzqvYd4NyuRrEYVB5k2N3JfWncuHAy2IVwMAOlVQDFjj+krkWzhY2apvmekMkfQR0CUQ==, } engines: { node: ">= 10" } cpu: [x64] os: [darwin] - "@next/swc-linux-arm64-gnu@16.1.1": + "@next/swc-linux-arm64-gnu@16.1.6": resolution: { - integrity: sha512-/fvHet+EYckFvRLQ0jPHJCUI5/B56+2DpI1xDSvi80r/3Ez+Eaa2Yq4tJcRTaB1kqj/HrYKn8Yplm9bNoMJpwQ==, + integrity: sha512-OJYkCd5pj/QloBvoEcJ2XiMnlJkRv9idWA/j0ugSuA34gMT6f5b7vOiCQHVRpvStoZUknhl6/UxOXL4OwtdaBw==, } engines: { node: ">= 10" } cpu: [arm64] os: [linux] + libc: [glibc] - "@next/swc-linux-arm64-musl@16.1.1": + "@next/swc-linux-arm64-musl@16.1.6": resolution: { - integrity: sha512-MFHrgL4TXNQbBPzkKKur4Fb5ICEJa87HM7fczFs2+HWblM7mMLdco3dvyTI+QmLBU9xgns/EeeINSZD6Ar+oLg==, + integrity: sha512-S4J2v+8tT3NIO9u2q+S0G5KdvNDjXfAv06OhfOzNDaBn5rw84DGXWndOEB7d5/x852A20sW1M56vhC/tRVbccQ==, } engines: { node: ">= 10" } cpu: [arm64] os: [linux] + libc: [musl] - "@next/swc-linux-x64-gnu@16.1.1": + "@next/swc-linux-x64-gnu@16.1.6": resolution: { - integrity: sha512-20bYDfgOQAPUkkKBnyP9PTuHiJGM7HzNBbuqmD0jiFVZ0aOldz+VnJhbxzjcSabYsnNjMPsE0cyzEudpYxsrUQ==, + integrity: sha512-2eEBDkFlMMNQnkTyPBhQOAyn2qMxyG2eE7GPH2WIDGEpEILcBPI/jdSv4t6xupSP+ot/jkfrCShLAa7+ZUPcJQ==, } engines: { node: ">= 10" } cpu: [x64] os: [linux] + libc: [glibc] - "@next/swc-linux-x64-musl@16.1.1": + "@next/swc-linux-x64-musl@16.1.6": resolution: { - integrity: sha512-9pRbK3M4asAHQRkwaXwu601oPZHghuSC8IXNENgbBSyImHv/zY4K5udBusgdHkvJ/Tcr96jJwQYOll0qU8+fPA==, + integrity: sha512-oicJwRlyOoZXVlxmIMaTq7f8pN9QNbdes0q2FXfRsPhfCi8n8JmOZJm5oo1pwDaFbnnD421rVU409M3evFbIqg==, } engines: { node: ">= 10" } cpu: [x64] os: [linux] + libc: [musl] - "@next/swc-win32-arm64-msvc@16.1.1": + "@next/swc-win32-arm64-msvc@16.1.6": resolution: { - integrity: sha512-bdfQkggaLgnmYrFkSQfsHfOhk/mCYmjnrbRCGgkMcoOBZ4n+TRRSLmT/CU5SATzlBJ9TpioUyBW/vWFXTqQRiA==, + integrity: sha512-gQmm8izDTPgs+DCWH22kcDmuUp7NyiJgEl18bcr8irXA5N2m2O+JQIr6f3ct42GOs9c0h8QF3L5SzIxcYAAXXw==, } engines: { node: ">= 10" } cpu: [arm64] os: [win32] - "@next/swc-win32-x64-msvc@16.1.1": + "@next/swc-win32-x64-msvc@16.1.6": resolution: { - integrity: sha512-Ncwbw2WJ57Al5OX0k4chM68DKhEPlrXBaSXDCi2kPi5f4d8b3ejr3RRJGfKBLrn2YJL5ezNS7w2TZLHSti8CMw==, + integrity: sha512-NRfO39AIrzBnixKbjuo2YiYhB6o9d8v/ymU9m/Xk8cyVk+k7XylniXkHwjs4s70wedVffc6bQNbufk5v0xEm0A==, } engines: { node: ">= 10" } cpu: [x64] @@ -2114,6 +2138,7 @@ packages: } cpu: [arm64] os: [linux] + libc: [glibc] "@oxc-resolver/binding-linux-arm64-musl@11.17.0": resolution: @@ -2122,6 +2147,7 @@ packages: } cpu: [arm64] os: [linux] + libc: [musl] "@oxc-resolver/binding-linux-ppc64-gnu@11.17.0": resolution: @@ -2130,6 +2156,7 @@ packages: } cpu: [ppc64] os: [linux] + libc: [glibc] "@oxc-resolver/binding-linux-riscv64-gnu@11.17.0": resolution: @@ -2138,6 +2165,7 @@ packages: } cpu: [riscv64] os: [linux] + libc: [glibc] "@oxc-resolver/binding-linux-riscv64-musl@11.17.0": resolution: @@ -2146,6 +2174,7 @@ packages: } cpu: [riscv64] os: [linux] + libc: [musl] "@oxc-resolver/binding-linux-s390x-gnu@11.17.0": resolution: @@ -2154,6 +2183,7 @@ packages: } cpu: [s390x] os: [linux] + libc: [glibc] "@oxc-resolver/binding-linux-x64-gnu@11.17.0": resolution: @@ -2162,6 +2192,7 @@ packages: } cpu: [x64] os: [linux] + libc: [glibc] "@oxc-resolver/binding-linux-x64-musl@11.17.0": resolution: @@ -2170,6 +2201,7 @@ packages: } cpu: [x64] os: [linux] + libc: [musl] "@oxc-resolver/binding-openharmony-arm64@11.17.0": resolution: @@ -2489,6 +2521,7 @@ packages: engines: { node: ">=10" } cpu: [arm64] os: [linux] + libc: [glibc] "@swc/core-linux-arm64-musl@1.15.3": resolution: @@ -2498,6 +2531,7 @@ packages: engines: { node: ">=10" } cpu: [arm64] os: [linux] + libc: [musl] "@swc/core-linux-x64-gnu@1.15.3": resolution: @@ -2507,6 +2541,7 @@ packages: engines: { node: ">=10" } cpu: [x64] os: [linux] + libc: [glibc] "@swc/core-linux-x64-musl@1.15.3": resolution: @@ -2516,6 +2551,7 @@ packages: engines: { node: ">=10" } cpu: [x64] os: [linux] + libc: [musl] "@swc/core-win32-arm64-msvc@1.15.3": resolution: @@ -2640,6 +2676,7 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] + libc: [glibc] "@tailwindcss/oxide-linux-arm64-musl@4.1.18": resolution: @@ -2649,6 +2686,7 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] + libc: [musl] "@tailwindcss/oxide-linux-x64-gnu@4.1.18": resolution: @@ -2658,6 +2696,7 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] + libc: [glibc] "@tailwindcss/oxide-linux-x64-musl@4.1.18": resolution: @@ -2667,6 +2706,7 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] + libc: [musl] "@tailwindcss/oxide-wasm32-wasi@4.1.18": resolution: @@ -2849,12 +2889,6 @@ packages: integrity: sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==, } - "@types/node@24.10.3": - resolution: - { - integrity: sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==, - } - "@types/node@25.2.0": resolution: { @@ -3075,6 +3109,7 @@ packages: } cpu: [arm64] os: [linux] + libc: [glibc] "@unrs/resolver-binding-linux-arm64-musl@1.11.1": resolution: @@ -3083,6 +3118,7 @@ packages: } cpu: [arm64] os: [linux] + libc: [musl] "@unrs/resolver-binding-linux-ppc64-gnu@1.11.1": resolution: @@ -3091,6 +3127,7 @@ packages: } cpu: [ppc64] os: [linux] + libc: [glibc] "@unrs/resolver-binding-linux-riscv64-gnu@1.11.1": resolution: @@ -3099,6 +3136,7 @@ packages: } cpu: [riscv64] os: [linux] + libc: [glibc] "@unrs/resolver-binding-linux-riscv64-musl@1.11.1": resolution: @@ -3107,6 +3145,7 @@ packages: } cpu: [riscv64] os: [linux] + libc: [musl] "@unrs/resolver-binding-linux-s390x-gnu@1.11.1": resolution: @@ -3115,6 +3154,7 @@ packages: } cpu: [s390x] os: [linux] + libc: [glibc] "@unrs/resolver-binding-linux-x64-gnu@1.11.1": resolution: @@ -3123,6 +3163,7 @@ packages: } cpu: [x64] os: [linux] + libc: [glibc] "@unrs/resolver-binding-linux-x64-musl@1.11.1": resolution: @@ -3131,6 +3172,7 @@ packages: } cpu: [x64] os: [linux] + libc: [musl] "@unrs/resolver-binding-wasm32-wasi@1.11.1": resolution: @@ -5248,6 +5290,13 @@ packages: } engines: { node: ">=18" } + globals@17.3.0: + resolution: + { + integrity: sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==, + } + engines: { node: ">=18" } + globby@11.1.0: resolution: { @@ -5347,10 +5396,10 @@ packages: integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==, } - hono@4.11.4: + hono@4.11.7: resolution: { - integrity: sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==, + integrity: sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==, } engines: { node: ">=16.9.0" } @@ -5855,6 +5904,7 @@ packages: engines: { node: ">= 12.0.0" } cpu: [arm64] os: [linux] + libc: [glibc] lightningcss-linux-arm64-musl@1.30.2: resolution: @@ -5864,6 +5914,7 @@ packages: engines: { node: ">= 12.0.0" } cpu: [arm64] os: [linux] + libc: [musl] lightningcss-linux-x64-gnu@1.30.2: resolution: @@ -5873,6 +5924,7 @@ packages: engines: { node: ">= 12.0.0" } cpu: [x64] os: [linux] + libc: [glibc] lightningcss-linux-x64-musl@1.30.2: resolution: @@ -5882,6 +5934,7 @@ packages: engines: { node: ">= 12.0.0" } cpu: [x64] os: [linux] + libc: [musl] lightningcss-win32-arm64-msvc@1.30.2: resolution: @@ -6011,12 +6064,6 @@ packages: integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==, } - lodash@4.17.21: - resolution: - { - integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, - } - lodash@4.17.23: resolution: { @@ -6070,10 +6117,10 @@ packages: } engines: { bun: ">=1.0.0", deno: ">=1.30.0", node: ">=8.0.0" } - lucide-react@0.562.0: + lucide-react@0.563.0: resolution: { - integrity: sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw==, + integrity: sha512-8dXPB2GI4dI8jV4MgUDGBeLdGk8ekfqVZ0BdLcrRzocGgG75ltNEmWS+gE7uokKF/0oSUuczNDT+g9hFJ23FkA==, } peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -6409,10 +6456,10 @@ packages: "@nestjs/swagger": optional: true - next@16.1.1: + next@16.1.6: resolution: { - integrity: sha512-QI+T7xrxt1pF6SQ/JYFz95ro/mg/1Znk5vBebsWwbpejj1T0A23hO7GYEaVac9QUOT2BIMiuzm0L99ooq7k0/w==, + integrity: sha512-hkyRkcu5x/41KoqnROkfTm2pZVbKxvbZRuNvKXLRXxs3VfyO0WhY50TQS40EuKO9SW3rBj/sF3WbVwDACeMZyw==, } engines: { node: ">=20.9.0" } hasBin: true @@ -7069,18 +7116,18 @@ packages: integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==, } - react-dom@19.2.3: + react-dom@19.2.4: resolution: { - integrity: sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==, + integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==, } peerDependencies: - react: ^19.2.3 + react: ^19.2.4 - react@19.2.3: + react@19.2.4: resolution: { - integrity: sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==, + integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==, } engines: { node: ">=0.10.0" } @@ -8385,12 +8432,6 @@ packages: peerDependencies: zod: ^3.25.0 || ^4.0.0 - zod@4.2.1: - resolution: - { - integrity: sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==, - } - zod@4.3.6: resolution: { @@ -8587,12 +8628,12 @@ snapshots: dependencies: "@chevrotain/gast": 10.5.0 "@chevrotain/types": 10.5.0 - lodash: 4.17.21 + lodash: 4.17.23 "@chevrotain/gast@10.5.0": dependencies: "@chevrotain/types": 10.5.0 - lodash: 4.17.21 + lodash: 4.17.23 "@chevrotain/types@10.5.0": {} @@ -8601,11 +8642,11 @@ snapshots: "@colors/colors@1.5.0": optional: true - "@commitlint/cli@20.4.1(@types/node@24.10.3)(typescript@5.9.3)": + "@commitlint/cli@20.4.1(@types/node@25.2.0)(typescript@5.9.3)": dependencies: "@commitlint/format": 20.4.0 "@commitlint/lint": 20.4.1 - "@commitlint/load": 20.4.0(@types/node@24.10.3)(typescript@5.9.3) + "@commitlint/load": 20.4.0(@types/node@25.2.0)(typescript@5.9.3) "@commitlint/read": 20.4.0 "@commitlint/types": 20.4.0 tinyexec: 1.0.2 @@ -8652,14 +8693,14 @@ snapshots: "@commitlint/rules": 20.4.1 "@commitlint/types": 20.4.0 - "@commitlint/load@20.4.0(@types/node@24.10.3)(typescript@5.9.3)": + "@commitlint/load@20.4.0(@types/node@25.2.0)(typescript@5.9.3)": dependencies: "@commitlint/config-validator": 20.4.0 "@commitlint/execute-rule": 20.0.0 "@commitlint/resolve-extends": 20.4.0 "@commitlint/types": 20.4.0 cosmiconfig: 9.0.0(typescript@5.9.3) - cosmiconfig-typescript-loader: 6.2.0(@types/node@24.10.3)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3) + cosmiconfig-typescript-loader: 6.2.0(@types/node@25.2.0)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3) is-plain-obj: 4.1.0 lodash.mergewith: 4.6.2 picocolors: 1.1.1 @@ -8710,10 +8751,6 @@ snapshots: conventional-commits-parser: 6.2.1 picocolors: 1.1.1 - "@customer-portal/domain@file:packages/domain(zod@4.3.6)": - dependencies: - zod: 4.3.6 - "@discoveryjs/json-ext@0.5.7": {} "@electric-sql/pglite-socket@0.0.20(@electric-sql/pglite@0.3.15)": @@ -8880,13 +8917,13 @@ snapshots: protobufjs: 7.5.4 yargs: 17.7.2 - "@heroicons/react@2.2.0(react@19.2.3)": + "@heroicons/react@2.2.0(react@19.2.4)": dependencies: - react: 19.2.3 + react: 19.2.4 - "@hono/node-server@1.19.9(hono@4.11.4)": + "@hono/node-server@1.19.9(hono@4.11.7)": dependencies: - hono: 4.11.4 + hono: 4.11.7 "@humanfs/core@0.19.1": {} @@ -9346,7 +9383,7 @@ snapshots: "@nestjs/common": 11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2) dotenv: 16.4.7 dotenv-expand: 12.0.1 - lodash: 4.17.21 + lodash: 4.17.23 rxjs: 7.8.2 "@nestjs/core@11.1.12(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.12)(reflect-metadata@0.2.2)(rxjs@7.8.2)": @@ -9407,7 +9444,7 @@ snapshots: "@nestjs/core": 11.1.12(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.12)(reflect-metadata@0.2.2)(rxjs@7.8.2) "@nestjs/mapped-types": 2.1.0(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2) js-yaml: 4.1.1 - lodash: 4.17.21 + lodash: 4.17.23 path-to-regexp: 8.3.0 reflect-metadata: 0.2.2 swagger-ui-dist: 5.31.0 @@ -9430,34 +9467,34 @@ snapshots: - bufferutil - utf-8-validate - "@next/env@16.1.1": {} + "@next/env@16.1.6": {} - "@next/eslint-plugin-next@16.0.9": + "@next/eslint-plugin-next@16.1.6": dependencies: fast-glob: 3.3.1 - "@next/swc-darwin-arm64@16.1.1": + "@next/swc-darwin-arm64@16.1.6": optional: true - "@next/swc-darwin-x64@16.1.1": + "@next/swc-darwin-x64@16.1.6": optional: true - "@next/swc-linux-arm64-gnu@16.1.1": + "@next/swc-linux-arm64-gnu@16.1.6": optional: true - "@next/swc-linux-arm64-musl@16.1.1": + "@next/swc-linux-arm64-musl@16.1.6": optional: true - "@next/swc-linux-x64-gnu@16.1.1": + "@next/swc-linux-x64-gnu@16.1.6": optional: true - "@next/swc-linux-x64-musl@16.1.1": + "@next/swc-linux-x64-musl@16.1.6": optional: true - "@next/swc-win32-arm64-msvc@16.1.1": + "@next/swc-win32-arm64-msvc@16.1.6": optional: true - "@next/swc-win32-x64-msvc@16.1.1": + "@next/swc-win32-x64-msvc@16.1.6": optional: true "@nodelib/fs.scandir@2.1.5": @@ -9554,11 +9591,11 @@ snapshots: "@prisma/client-runtime-utils@7.3.0": {} - "@prisma/client@7.3.0(prisma@7.3.0(@types/react@19.2.10)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3)": + "@prisma/client@7.3.0(prisma@7.3.0(@types/react@19.2.10)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3)": dependencies: "@prisma/client-runtime-utils": 7.3.0 optionalDependencies: - prisma: 7.3.0(@types/react@19.2.10)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3) + prisma: 7.3.0(@types/react@19.2.10)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) typescript: 5.9.3 "@prisma/config@7.3.0": @@ -9579,13 +9616,13 @@ snapshots: "@electric-sql/pglite": 0.3.15 "@electric-sql/pglite-socket": 0.0.20(@electric-sql/pglite@0.3.15) "@electric-sql/pglite-tools": 0.2.20(@electric-sql/pglite@0.3.15) - "@hono/node-server": 1.19.9(hono@4.11.4) + "@hono/node-server": 1.19.9(hono@4.11.7) "@mrleebo/prisma-ast": 0.13.1 "@prisma/get-platform": 7.2.0 "@prisma/query-plan-executor": 7.2.0 foreground-child: 3.3.1 get-port-please: 3.2.0 - hono: 4.11.4 + hono: 4.11.7 http-status-codes: 2.3.0 pathe: 2.0.3 proper-lockfile: 4.1.2 @@ -9625,11 +9662,11 @@ snapshots: "@prisma/query-plan-executor@7.2.0": {} - "@prisma/studio-core@0.13.1(@types/react@19.2.10)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)": + "@prisma/studio-core@0.13.1(@types/react@19.2.10)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)": dependencies: "@types/react": 19.2.10 - react: 19.2.3 - react-dom: 19.2.3(react@19.2.3) + react: 19.2.4 + react-dom: 19.2.4(react@19.2.4) "@protobufjs/aspromise@1.1.2": {} @@ -9838,16 +9875,16 @@ snapshots: "@tanstack/query-devtools@5.93.0": {} - "@tanstack/react-query-devtools@5.91.3(@tanstack/react-query@5.90.20(react@19.2.3))(react@19.2.3)": + "@tanstack/react-query-devtools@5.91.3(@tanstack/react-query@5.90.20(react@19.2.4))(react@19.2.4)": dependencies: "@tanstack/query-devtools": 5.93.0 - "@tanstack/react-query": 5.90.20(react@19.2.3) - react: 19.2.3 + "@tanstack/react-query": 5.90.20(react@19.2.4) + react: 19.2.4 - "@tanstack/react-query@5.90.20(react@19.2.3)": + "@tanstack/react-query@5.90.20(react@19.2.4)": dependencies: "@tanstack/query-core": 5.90.20 - react: 19.2.3 + react: 19.2.4 "@tokenizer/inflate@0.2.7": dependencies: @@ -9923,10 +9960,6 @@ snapshots: dependencies: undici-types: 5.26.5 - "@types/node@24.10.3": - dependencies: - undici-types: 7.16.0 - "@types/node@25.2.0": dependencies: undici-types: 7.16.0 @@ -10598,7 +10631,7 @@ snapshots: "@chevrotain/gast": 10.5.0 "@chevrotain/types": 10.5.0 "@chevrotain/utils": 10.5.0 - lodash: 4.17.21 + lodash: 4.17.23 regexp-to-ast: 0.5.0 chokidar@3.6.0: @@ -10787,9 +10820,9 @@ snapshots: object-assign: 4.1.1 vary: 1.1.2 - cosmiconfig-typescript-loader@6.2.0(@types/node@24.10.3)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3): + cosmiconfig-typescript-loader@6.2.0(@types/node@25.2.0)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3): dependencies: - "@types/node": 24.10.3 + "@types/node": 25.2.0 cosmiconfig: 9.0.0(typescript@5.9.3) jiti: 2.6.1 typescript: 5.9.3 @@ -11413,9 +11446,9 @@ snapshots: functional-red-black-tree@1.0.1: {} - geist@1.5.1(next@16.1.1(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)): + geist@1.5.1(next@16.1.6(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)): dependencies: - next: 16.1.1(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + next: 16.1.6(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) generate-function@2.3.1: dependencies: @@ -11493,6 +11526,8 @@ snapshots: globals@16.5.0: {} + globals@17.3.0: {} + globby@11.1.0: dependencies: array-union: 2.1.0 @@ -11551,7 +11586,7 @@ snapshots: dependencies: hermes-estree: 0.25.1 - hono@4.11.4: {} + hono@4.11.7: {} html-escaper@2.0.2: {} @@ -11780,10 +11815,10 @@ snapshots: kind-of@6.0.3: optional: true - knip@5.83.0(@types/node@24.10.3)(typescript@5.9.3): + knip@5.83.0(@types/node@25.2.0)(typescript@5.9.3): dependencies: "@nodelib/fs.walk": 1.2.8 - "@types/node": 24.10.3 + "@types/node": 25.2.0 fast-glob: 3.3.3 formatly: 0.3.0 jiti: 2.6.1 @@ -11903,8 +11938,6 @@ snapshots: lodash.upperfirst@4.3.1: {} - lodash@4.17.21: {} - lodash@4.17.23: {} log-symbols@4.1.0: @@ -11933,9 +11966,9 @@ snapshots: lru.min@1.1.4: {} - lucide-react@0.562.0(react@19.2.3): + lucide-react@0.563.0(react@19.2.4): dependencies: - react: 19.2.3 + react: 19.2.4 luxon@3.7.2: {} @@ -12093,34 +12126,34 @@ snapshots: pino-http: 11.0.0 rxjs: 7.8.2 - nestjs-zod@5.1.1(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/swagger@11.2.5(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.12)(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2))(rxjs@7.8.2)(zod@4.2.1): + nestjs-zod@5.1.1(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/swagger@11.2.5(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.12)(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2))(rxjs@7.8.2)(zod@4.3.6): dependencies: "@nestjs/common": 11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2) deepmerge: 4.3.1 rxjs: 7.8.2 - zod: 4.2.1 + zod: 4.3.6 optionalDependencies: "@nestjs/swagger": 11.2.5(@nestjs/common@11.1.12(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.12)(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2) - next@16.1.1(@babel/core@7.29.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3): + next@16.1.6(@babel/core@7.29.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4): dependencies: - "@next/env": 16.1.1 + "@next/env": 16.1.6 "@swc/helpers": 0.5.15 baseline-browser-mapping: 2.9.19 caniuse-lite: 1.0.30001767 postcss: 8.4.31 - react: 19.2.3 - react-dom: 19.2.3(react@19.2.3) - styled-jsx: 5.1.6(@babel/core@7.29.0)(react@19.2.3) + react: 19.2.4 + react-dom: 19.2.4(react@19.2.4) + styled-jsx: 5.1.6(@babel/core@7.29.0)(react@19.2.4) optionalDependencies: - "@next/swc-darwin-arm64": 16.1.1 - "@next/swc-darwin-x64": 16.1.1 - "@next/swc-linux-arm64-gnu": 16.1.1 - "@next/swc-linux-arm64-musl": 16.1.1 - "@next/swc-linux-x64-gnu": 16.1.1 - "@next/swc-linux-x64-musl": 16.1.1 - "@next/swc-win32-arm64-msvc": 16.1.1 - "@next/swc-win32-x64-msvc": 16.1.1 + "@next/swc-darwin-arm64": 16.1.6 + "@next/swc-darwin-x64": 16.1.6 + "@next/swc-linux-arm64-gnu": 16.1.6 + "@next/swc-linux-arm64-musl": 16.1.6 + "@next/swc-linux-x64-gnu": 16.1.6 + "@next/swc-linux-x64-musl": 16.1.6 + "@next/swc-win32-arm64-msvc": 16.1.6 + "@next/swc-win32-x64-msvc": 16.1.6 sharp: 0.34.5 transitivePeerDependencies: - "@babel/core" @@ -12426,12 +12459,12 @@ snapshots: prettier@3.8.1: {} - prisma@7.3.0(@types/react@19.2.10)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3): + prisma@7.3.0(@types/react@19.2.10)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3): dependencies: "@prisma/config": 7.3.0 "@prisma/dev": 0.20.0(typescript@5.9.3) "@prisma/engines": 7.3.0 - "@prisma/studio-core": 0.13.1(@types/react@19.2.10)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + "@prisma/studio-core": 0.13.1(@types/react@19.2.10)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) mysql2: 3.15.3 postgres: 3.4.7 optionalDependencies: @@ -12514,12 +12547,12 @@ snapshots: defu: 6.1.4 destr: 2.0.5 - react-dom@19.2.3(react@19.2.3): + react-dom@19.2.4(react@19.2.4): dependencies: - react: 19.2.3 + react: 19.2.4 scheduler: 0.27.0 - react@19.2.3: {} + react@19.2.4: {} readable-stream@3.6.2: dependencies: @@ -12917,10 +12950,10 @@ snapshots: dependencies: "@tokenizer/token": 0.3.0 - styled-jsx@5.1.6(@babel/core@7.29.0)(react@19.2.3): + styled-jsx@5.1.6(@babel/core@7.29.0)(react@19.2.4): dependencies: client-only: 0.0.1 - react: 19.2.3 + react: 19.2.4 optionalDependencies: "@babel/core": 7.29.0 @@ -13324,11 +13357,9 @@ snapshots: dependencies: zod: 4.3.6 - zod@4.2.1: {} - zod@4.3.6: {} - zustand@5.0.11(@types/react@19.2.10)(react@19.2.3): + zustand@5.0.11(@types/react@19.2.10)(react@19.2.4): optionalDependencies: "@types/react": 19.2.10 - react: 19.2.3 + react: 19.2.4 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2a87c641..28069cd8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,6 +3,6 @@ packages: - packages/* catalog: - "@types/node": 24.10.3 - typescript: 5.9.3 - zod: 4.2.1 + "@types/node": ^25.2.0 + typescript: ^5.9.3 + zod: ^4.3.6