From e6c0d890ae72cb1960c191b5da953a9a8417a572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:51:39 +0000 Subject: [PATCH] chore(deps): bump zod from 4.1.12 to 4.2.1 Bumps [zod](https://github.com/colinhacks/zod) from 4.1.12 to 4.2.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.1.12...v4.2.1) --- updated-dependencies: - dependency-name: zod dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7679dfff..03872a83 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.2.1" }, "devDependencies": { "@commitlint/cli": "^20.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4dd942e0..a53c277a 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.2.1) 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.2.1 + version: 4.2.1 devDependencies: '@commitlint/cli': specifier: ^20.2.0 @@ -2925,8 +2925,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.2.1: + resolution: {integrity: sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==} snapshots: @@ -3802,10 +3802,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.2.1)': optionalDependencies: typescript: 5.9.3 - zod: 4.1.12 + zod: 4.2.1 '@tsconfig/node16@16.1.8': {} @@ -5932,4 +5932,4 @@ snapshots: nan: 2.23.0 optional: true - zod@4.1.12: {} + zod@4.2.1: {}