From 63f5c05958a48af12783a83c66d73aeb0d265bcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 05:41:49 +0000 Subject: [PATCH] Update nextjs monorepo to v16 --- package.json | 6 +- yarn.lock | 286 ++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 208 insertions(+), 84 deletions(-) diff --git a/package.json b/package.json index 0044a7d6..363826b7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@mui/material": "^7.3.4", "@mui/material-nextjs": "^7.3.3", "@neondatabase/serverless": "^1.0.0", - "@next/third-parties": "^15.2.2", + "@next/third-parties": "^16.0.0", "@prisma/adapter-neon": "^6.3.1", "@prisma/client": "^6.3.1", "@radix-ui/react-avatar": "^1.1.3", @@ -57,7 +57,7 @@ "date-fns": "^4.1.0", "dotenv": "17.2.3", "lucide-react": "^0.546.0", - "next": "^15.2.2", + "next": "^16.0.0", "next-auth": "^5.0.0-beta.25", "next-nprogress-bar": "^2.4.7", "next-themes": "^0.4.4", @@ -96,7 +96,7 @@ "@types/ws": "^8.5.14", "cross-env": "^10.0.0", "eslint": "^9", - "eslint-config-next": "15.5.6", + "eslint-config-next": "16.0.0", "jest": "^30.0.0", "jest-environment-node": "^30.0.0-beta.3", "postcss": "^8", diff --git a/yarn.lock b/yarn.lock index 17bd77b5..41554ee0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -127,6 +127,29 @@ __metadata: languageName: node linkType: hard +"@babel/core@npm:^7.24.4": + version: 7.28.5 + resolution: "@babel/core@npm:7.28.5" + dependencies: + "@babel/code-frame": "npm:^7.27.1" + "@babel/generator": "npm:^7.28.5" + "@babel/helper-compilation-targets": "npm:^7.27.2" + "@babel/helper-module-transforms": "npm:^7.28.3" + "@babel/helpers": "npm:^7.28.4" + "@babel/parser": "npm:^7.28.5" + "@babel/template": "npm:^7.27.2" + "@babel/traverse": "npm:^7.28.5" + "@babel/types": "npm:^7.28.5" + "@jridgewell/remapping": "npm:^2.3.5" + convert-source-map: "npm:^2.0.0" + debug: "npm:^4.1.0" + gensync: "npm:^1.0.0-beta.2" + json5: "npm:^2.2.3" + semver: "npm:^6.3.1" + checksum: 10c0/535f82238027621da6bdffbdbe896ebad3558b311d6f8abc680637a9859b96edbf929ab010757055381570b29cf66c4a295b5618318d27a4273c0e2033925e72 + languageName: node + linkType: hard + "@babel/generator@npm:^7.27.5, @babel/generator@npm:^7.28.3": version: 7.28.3 resolution: "@babel/generator@npm:7.28.3" @@ -140,6 +163,19 @@ __metadata: languageName: node linkType: hard +"@babel/generator@npm:^7.28.5": + version: 7.28.5 + resolution: "@babel/generator@npm:7.28.5" + dependencies: + "@babel/parser": "npm:^7.28.5" + "@babel/types": "npm:^7.28.5" + "@jridgewell/gen-mapping": "npm:^0.3.12" + "@jridgewell/trace-mapping": "npm:^0.3.28" + jsesc: "npm:^3.0.2" + checksum: 10c0/9f219fe1d5431b6919f1a5c60db8d5d34fe546c0d8f5a8511b32f847569234ffc8032beb9e7404649a143f54e15224ecb53a3d11b6bb85c3203e573d91fca752 + languageName: node + linkType: hard + "@babel/helper-compilation-targets@npm:^7.27.2": version: 7.27.2 resolution: "@babel/helper-compilation-targets@npm:7.27.2" @@ -204,6 +240,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-identifier@npm:^7.28.5": + version: 7.28.5 + resolution: "@babel/helper-validator-identifier@npm:7.28.5" + checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847 + languageName: node + linkType: hard + "@babel/helper-validator-option@npm:^7.27.1": version: 7.27.1 resolution: "@babel/helper-validator-option@npm:7.27.1" @@ -232,6 +275,17 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.5": + version: 7.28.5 + resolution: "@babel/parser@npm:7.28.5" + dependencies: + "@babel/types": "npm:^7.28.5" + bin: + parser: ./bin/babel-parser.js + checksum: 10c0/5bbe48bf2c79594ac02b490a41ffde7ef5aa22a9a88ad6bcc78432a6ba8a9d638d531d868bd1f104633f1f6bba9905746e15185b8276a3756c42b765d131b1ef + languageName: node + linkType: hard + "@babel/plugin-syntax-async-generators@npm:^7.8.4": version: 7.8.4 resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4" @@ -452,6 +506,21 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^7.28.5": + version: 7.28.5 + resolution: "@babel/traverse@npm:7.28.5" + dependencies: + "@babel/code-frame": "npm:^7.27.1" + "@babel/generator": "npm:^7.28.5" + "@babel/helper-globals": "npm:^7.28.0" + "@babel/parser": "npm:^7.28.5" + "@babel/template": "npm:^7.27.2" + "@babel/types": "npm:^7.28.5" + debug: "npm:^4.3.1" + checksum: 10c0/f6c4a595993ae2b73f2d4cd9c062f2e232174d293edd4abe1d715bd6281da8d99e47c65857e8d0917d9384c65972f4acdebc6749a7c40a8fcc38b3c7fb3e706f + languageName: node + linkType: hard + "@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.4": version: 7.28.4 resolution: "@babel/types@npm:7.28.4" @@ -462,6 +531,16 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.28.5": + version: 7.28.5 + resolution: "@babel/types@npm:7.28.5" + dependencies: + "@babel/helper-string-parser": "npm:^7.27.1" + "@babel/helper-validator-identifier": "npm:^7.28.5" + checksum: 10c0/a5a483d2100befbf125793640dec26b90b95fd233a94c19573325898a5ce1e52cdfa96e495c7dcc31b5eca5b66ce3e6d4a0f5a4a62daec271455959f208ab08a + languageName: node + linkType: hard + "@bcoe/v8-coverage@npm:^0.2.3": version: 0.2.3 resolution: "@bcoe/v8-coverage@npm:0.2.3" @@ -1615,87 +1694,87 @@ __metadata: languageName: node linkType: hard -"@next/env@npm:15.5.6": - version: 15.5.6 - resolution: "@next/env@npm:15.5.6" - checksum: 10c0/d75e12391c9ce4789fe458a4c08f150eb4b31cdb1e3f4b75c41f7e2cb7f0ee879a155f5ea2d677d23b486bf3b5f4545fcdee00c80dca0e080b5e3de79d053bc2 +"@next/env@npm:16.0.0": + version: 16.0.0 + resolution: "@next/env@npm:16.0.0" + checksum: 10c0/bc6b85d48373a207f95373c5b350e0766774a8453982c8e045539393e165bc25ef3f6aaaf44036c8f2f4a98e857e0ccc7f84da6ea92116bd50f672e06f987750 languageName: node linkType: hard -"@next/eslint-plugin-next@npm:15.5.6": - version: 15.5.6 - resolution: "@next/eslint-plugin-next@npm:15.5.6" +"@next/eslint-plugin-next@npm:16.0.0": + version: 16.0.0 + resolution: "@next/eslint-plugin-next@npm:16.0.0" dependencies: fast-glob: "npm:3.3.1" - checksum: 10c0/2a42df314d6690f975731e28c8b47c370eb15976ff82d98ee615d97f9e103857c224bfd6e9b75074af77bfdd82c102e9499ace55d3cb0905e9d8ecb0ce46ede7 + checksum: 10c0/ec39bd20b735897091ed47477626ebd0fe093867cc991fa36e38433dd638188f61c1d7270d6272fa1ccee004c23070edeb581dcadb8f2c3160dc908452c9a0de languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:15.5.6": - version: 15.5.6 - resolution: "@next/swc-darwin-arm64@npm:15.5.6" +"@next/swc-darwin-arm64@npm:16.0.0": + version: 16.0.0 + resolution: "@next/swc-darwin-arm64@npm:16.0.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:15.5.6": - version: 15.5.6 - resolution: "@next/swc-darwin-x64@npm:15.5.6" +"@next/swc-darwin-x64@npm:16.0.0": + version: 16.0.0 + resolution: "@next/swc-darwin-x64@npm:16.0.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:15.5.6": - version: 15.5.6 - resolution: "@next/swc-linux-arm64-gnu@npm:15.5.6" +"@next/swc-linux-arm64-gnu@npm:16.0.0": + version: 16.0.0 + resolution: "@next/swc-linux-arm64-gnu@npm:16.0.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:15.5.6": - version: 15.5.6 - resolution: "@next/swc-linux-arm64-musl@npm:15.5.6" +"@next/swc-linux-arm64-musl@npm:16.0.0": + version: 16.0.0 + resolution: "@next/swc-linux-arm64-musl@npm:16.0.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:15.5.6": - version: 15.5.6 - resolution: "@next/swc-linux-x64-gnu@npm:15.5.6" +"@next/swc-linux-x64-gnu@npm:16.0.0": + version: 16.0.0 + resolution: "@next/swc-linux-x64-gnu@npm:16.0.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:15.5.6": - version: 15.5.6 - resolution: "@next/swc-linux-x64-musl@npm:15.5.6" +"@next/swc-linux-x64-musl@npm:16.0.0": + version: 16.0.0 + resolution: "@next/swc-linux-x64-musl@npm:16.0.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:15.5.6": - version: 15.5.6 - resolution: "@next/swc-win32-arm64-msvc@npm:15.5.6" +"@next/swc-win32-arm64-msvc@npm:16.0.0": + version: 16.0.0 + resolution: "@next/swc-win32-arm64-msvc@npm:16.0.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:15.5.6": - version: 15.5.6 - resolution: "@next/swc-win32-x64-msvc@npm:15.5.6" +"@next/swc-win32-x64-msvc@npm:16.0.0": + version: 16.0.0 + resolution: "@next/swc-win32-x64-msvc@npm:16.0.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@next/third-parties@npm:^15.2.2": - version: 15.5.6 - resolution: "@next/third-parties@npm:15.5.6" +"@next/third-parties@npm:^16.0.0": + version: 16.0.0 + resolution: "@next/third-parties@npm:16.0.0" dependencies: third-party-capital: "npm:1.0.20" peerDependencies: - next: ^13.0.0 || ^14.0.0 || ^15.0.0 + next: ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0-beta.0 react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 - checksum: 10c0/219712108e3d0cacfe1162f674d701cd4ee6fcdc288a319c74ad36ef2cd5260dc84ea51fd9061ab1852ed06a849e4bdaa5e55780968d48ea9140ee94825f7e09 + checksum: 10c0/3d91eeec5d7797c90170766d0b30fcc0f29df43b519843ab4569f2a4f0fb980c7954cc3e33651066fae00c8712799fbd459c7c68f0e475a102d2beecba7048a7 languageName: node linkType: hard @@ -2738,13 +2817,6 @@ __metadata: languageName: node linkType: hard -"@rushstack/eslint-patch@npm:^1.10.3": - version: 1.14.0 - resolution: "@rushstack/eslint-patch@npm:1.14.0" - checksum: 10c0/e5948943ae8e202bd5944d3a55eb277d64f0dfd0817484930decfc3198cead44bbcd409d1e43ddd8288512c8add68db169f511b5ecbcac873614d75cf6e7c6a6 - languageName: node - linkType: hard - "@shuding/opentype.js@npm:1.4.0-beta.0": version: 1.4.0-beta.0 resolution: "@shuding/opentype.js@npm:1.4.0-beta.0" @@ -3424,7 +3496,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": +"@typescript-eslint/eslint-plugin@npm:8.46.2": version: 8.46.2 resolution: "@typescript-eslint/eslint-plugin@npm:8.46.2" dependencies: @@ -3445,7 +3517,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": +"@typescript-eslint/parser@npm:8.46.2": version: 8.46.2 resolution: "@typescript-eslint/parser@npm:8.46.2" dependencies: @@ -5613,27 +5685,26 @@ __metadata: languageName: node linkType: hard -"eslint-config-next@npm:15.5.6": - version: 15.5.6 - resolution: "eslint-config-next@npm:15.5.6" +"eslint-config-next@npm:16.0.0": + version: 16.0.0 + resolution: "eslint-config-next@npm:16.0.0" dependencies: - "@next/eslint-plugin-next": "npm:15.5.6" - "@rushstack/eslint-patch": "npm:^1.10.3" - "@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" - "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" + "@next/eslint-plugin-next": "npm:16.0.0" eslint-import-resolver-node: "npm:^0.3.6" eslint-import-resolver-typescript: "npm:^3.5.2" - eslint-plugin-import: "npm:^2.31.0" + eslint-plugin-import: "npm:^2.32.0" eslint-plugin-jsx-a11y: "npm:^6.10.0" eslint-plugin-react: "npm:^7.37.0" - eslint-plugin-react-hooks: "npm:^5.0.0" + eslint-plugin-react-hooks: "npm:^7.0.0" + globals: "npm:16.4.0" + typescript-eslint: "npm:^8.46.0" peerDependencies: - eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 + eslint: ">=9.0.0" typescript: ">=3.3.1" peerDependenciesMeta: typescript: optional: true - checksum: 10c0/01e2b9cc1c9b0e82ef3c8dd454b70fc24093eaf05e4fb56256ab4b87c5cd7a6d20b3184da7e508912d4db046746f3ac2fbb3acd6837f11afd5ee3201b52775d1 + checksum: 10c0/75a12db8e566d3fe1285782455c9b93cac615e9f3d8dd4ebb2acdc4acf2e9fcdd01ecffda117989c53acc4ff0e9a19a0d06cb55e0b31db155c08798dd2312cfc languageName: node linkType: hard @@ -5684,7 +5755,7 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-import@npm:^2.31.0": +"eslint-plugin-import@npm:^2.32.0": version: 2.32.0 resolution: "eslint-plugin-import@npm:2.32.0" dependencies: @@ -5738,12 +5809,18 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-hooks@npm:^5.0.0": - version: 5.2.0 - resolution: "eslint-plugin-react-hooks@npm:5.2.0" +"eslint-plugin-react-hooks@npm:^7.0.0": + version: 7.0.1 + resolution: "eslint-plugin-react-hooks@npm:7.0.1" + dependencies: + "@babel/core": "npm:^7.24.4" + "@babel/parser": "npm:^7.24.4" + hermes-parser: "npm:^0.25.1" + zod: "npm:^3.25.0 || ^4.0.0" + zod-validation-error: "npm:^3.5.0 || ^4.0.0" peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - checksum: 10c0/1c8d50fa5984c6dea32470651807d2922cc3934cf3425e78f84a24c2dfd972e7f019bee84aefb27e0cf2c13fea0ac1d4473267727408feeb1c56333ca1489385 + checksum: 10c0/1e711d1a9d1fa9cfc51fa1572500656577201199c70c795c6a27adfc1df39e5c598f69aab6aa91117753d23cc1f11388579a2bed14921cf9a4efe60ae8618496 languageName: node linkType: hard @@ -6432,6 +6509,13 @@ __metadata: languageName: node linkType: hard +"globals@npm:16.4.0": + version: 16.4.0 + resolution: "globals@npm:16.4.0" + checksum: 10c0/a14b447a78b664b42f6d324e8675fcae6fe5e57924fecc1f6328dce08af9b2ca3a3138501e1b1f244a49814a732dc60cfc1aa24e714e0b64ac8bd18910bfac90 + languageName: node + linkType: hard + "globals@npm:^14.0.0": version: 14.0.0 resolution: "globals@npm:14.0.0" @@ -6632,6 +6716,22 @@ __metadata: languageName: node linkType: hard +"hermes-estree@npm:0.25.1": + version: 0.25.1 + resolution: "hermes-estree@npm:0.25.1" + checksum: 10c0/48be3b2fa37a0cbc77a112a89096fa212f25d06de92781b163d67853d210a8a5c3784fac23d7d48335058f7ed283115c87b4332c2a2abaaccc76d0ead1a282ac + languageName: node + linkType: hard + +"hermes-parser@npm:^0.25.1": + version: 0.25.1 + resolution: "hermes-parser@npm:0.25.1" + dependencies: + hermes-estree: "npm:0.25.1" + checksum: 10c0/3abaa4c6f1bcc25273f267297a89a4904963ea29af19b8e4f6eabe04f1c2c7e9abd7bfc4730ddb1d58f2ea04b6fee74053d8bddb5656ec6ebf6c79cc8d14202c + languageName: node + linkType: hard + "hex-rgb@npm:^4.1.0": version: 4.3.0 resolution: "hex-rgb@npm:4.3.0" @@ -9048,7 +9148,7 @@ __metadata: "@mui/material-nextjs": "npm:^7.3.3" "@neondatabase/serverless": "npm:^1.0.0" "@next-auth/prisma-adapter": "npm:^1.0.7" - "@next/third-parties": "npm:^15.2.2" + "@next/third-parties": "npm:^16.0.0" "@prisma/adapter-neon": "npm:^6.3.1" "@prisma/client": "npm:^6.3.1" "@radix-ui/react-avatar": "npm:^1.1.3" @@ -9083,11 +9183,11 @@ __metadata: date-fns: "npm:^4.1.0" dotenv: "npm:17.2.3" eslint: "npm:^9" - eslint-config-next: "npm:15.5.6" + eslint-config-next: "npm:16.0.0" jest: "npm:^30.0.0" jest-environment-node: "npm:^30.0.0-beta.3" lucide-react: "npm:^0.546.0" - next: "npm:^15.2.2" + next: "npm:^16.0.0" next-auth: "npm:^5.0.0-beta.25" next-nprogress-bar: "npm:^2.4.7" next-themes: "npm:^0.4.4" @@ -9207,23 +9307,23 @@ __metadata: languageName: node linkType: hard -"next@npm:^15.2.2": - version: 15.5.6 - resolution: "next@npm:15.5.6" +"next@npm:^16.0.0": + version: 16.0.0 + resolution: "next@npm:16.0.0" dependencies: - "@next/env": "npm:15.5.6" - "@next/swc-darwin-arm64": "npm:15.5.6" - "@next/swc-darwin-x64": "npm:15.5.6" - "@next/swc-linux-arm64-gnu": "npm:15.5.6" - "@next/swc-linux-arm64-musl": "npm:15.5.6" - "@next/swc-linux-x64-gnu": "npm:15.5.6" - "@next/swc-linux-x64-musl": "npm:15.5.6" - "@next/swc-win32-arm64-msvc": "npm:15.5.6" - "@next/swc-win32-x64-msvc": "npm:15.5.6" + "@next/env": "npm:16.0.0" + "@next/swc-darwin-arm64": "npm:16.0.0" + "@next/swc-darwin-x64": "npm:16.0.0" + "@next/swc-linux-arm64-gnu": "npm:16.0.0" + "@next/swc-linux-arm64-musl": "npm:16.0.0" + "@next/swc-linux-x64-gnu": "npm:16.0.0" + "@next/swc-linux-x64-musl": "npm:16.0.0" + "@next/swc-win32-arm64-msvc": "npm:16.0.0" + "@next/swc-win32-x64-msvc": "npm:16.0.0" "@swc/helpers": "npm:0.5.15" caniuse-lite: "npm:^1.0.30001579" postcss: "npm:8.4.31" - sharp: "npm:^0.34.3" + sharp: "npm:^0.34.4" styled-jsx: "npm:5.1.6" peerDependencies: "@opentelemetry/api": ^1.1.0 @@ -9262,7 +9362,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 10c0/17d08dda8e0503aff9f2de27ea77bde193fd5f9f3faaaefa9dfb0f8957880c49f47cb1ebb6c3a014664890dee2aafa1da31e3093e7fd8c205caf956d25781704 + checksum: 10c0/8e93f45b7a6261417c10d8f1f5b53265e7d4dc0223b541c087a2726230ee5b11d767a6b436e69f345150606cb4aec646abfc741384083b19d62f41b11d20d790 languageName: node linkType: hard @@ -10860,7 +10960,7 @@ __metadata: languageName: node linkType: hard -"sharp@npm:^0.34.3": +"sharp@npm:^0.34.4": version: 0.34.4 resolution: "sharp@npm:0.34.4" dependencies: @@ -11879,6 +11979,21 @@ __metadata: languageName: node linkType: hard +"typescript-eslint@npm:^8.46.0": + version: 8.46.2 + resolution: "typescript-eslint@npm:8.46.2" + dependencies: + "@typescript-eslint/eslint-plugin": "npm:8.46.2" + "@typescript-eslint/parser": "npm:8.46.2" + "@typescript-eslint/typescript-estree": "npm:8.46.2" + "@typescript-eslint/utils": "npm:8.46.2" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <6.0.0" + checksum: 10c0/9c1bef1887ee984e63cbf4f4321f22ed232b192597400b74220aaecd42235bccc3c7786e002d283f81e1a0812a1c6d83ea5860bffa5e87d119204ecb9db0296a + languageName: node + linkType: hard + "typescript@npm:^5": version: 5.9.3 resolution: "typescript@npm:5.9.3" @@ -12596,7 +12711,16 @@ __metadata: languageName: node linkType: hard -"zod@npm:^4.0.0, zod@npm:^4.1.11": +"zod-validation-error@npm:^3.5.0 || ^4.0.0": + version: 4.0.2 + resolution: "zod-validation-error@npm:4.0.2" + peerDependencies: + zod: ^3.25.0 || ^4.0.0 + checksum: 10c0/0ccfec48c46de1be440b719cd02044d4abb89ed0e14c13e637cd55bf29102f67ccdba373f25def0fc7130e5f15025be4d557a7edcc95d5a3811599aade689e1b + languageName: node + linkType: hard + +"zod@npm:^3.25.0 || ^4.0.0, zod@npm:^4.0.0, zod@npm:^4.1.11": version: 4.1.12 resolution: "zod@npm:4.1.12" checksum: 10c0/b64c1feb19e99d77075261eaf613e0b2be4dfcd3551eff65ad8b4f2a079b61e379854d066f7d447491fcf193f45babd8095551a9d47973d30b46b6d8e2c46774