diff --git a/package.json b/package.json index 3dc0c94a..92930346 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "joi": "^18.0.2", "jsdom": "^27.3.0", "node-libcurl": "^v5.0.1", - "zod": "^4.1.12" + "zod": "^4.3.2" }, "devDependencies": { "@commitlint/cli": "^20.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4aafcf90..68f8ef83 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,7 +19,7 @@ importers: version: 6.18.0(prisma@6.18.0(typescript@5.9.3))(typescript@5.9.3) '@t3-oss/env-core': specifier: ^0.13.10 - version: 0.13.10(typescript@5.9.3)(zod@4.1.12) + version: 0.13.10(typescript@5.9.3)(zod@4.3.2) cross-env: specifier: ^10.1.0 version: 10.1.0 @@ -42,8 +42,8 @@ importers: specifier: ^v5.0.1 version: 5.0.1(encoding@0.1.13) zod: - specifier: ^4.1.12 - version: 4.1.12 + specifier: ^4.3.2 + version: 4.3.2 devDependencies: '@commitlint/cli': specifier: ^20.2.0 @@ -2810,6 +2810,7 @@ packages: whatwg-encoding@3.1.1: resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} engines: {node: '>=18'} + deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation whatwg-mimetype@4.0.0: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} @@ -2921,8 +2922,8 @@ packages: zlib-sync@0.1.10: resolution: {integrity: sha512-t7/pYg5tLBznL1RuhmbAt8rNp5tbhr+TSrJFnMkRtrGIaPJZ6Dc0uR4u3OoQI2d6cGlVI62E3Gy6gwkxyIqr/w==} - zod@4.1.12: - resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==} + zod@4.3.2: + resolution: {integrity: sha512-b8L8yn4rIVfiXyHAmnr52/ZEpDumlT0bmxiq3Ws1ybrinhflGpt12Hvv54kYnEsGPRs6o/Ka3/ppA2OWY21IVg==} snapshots: @@ -3796,10 +3797,10 @@ snapshots: '@standard-schema/spec@1.0.0': {} - '@t3-oss/env-core@0.13.10(typescript@5.9.3)(zod@4.1.12)': + '@t3-oss/env-core@0.13.10(typescript@5.9.3)(zod@4.3.2)': optionalDependencies: typescript: 5.9.3 - zod: 4.1.12 + zod: 4.3.2 '@tsconfig/node16@16.1.8': {} @@ -5926,4 +5927,4 @@ snapshots: nan: 2.23.0 optional: true - zod@4.1.12: {} + zod@4.3.2: {}