From 9de0973e61fb416b2dca569060b4d41ada126583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 00:17:04 +0000 Subject: [PATCH] build(deps-dev): Bump zod from 3.25.76 to 4.1.11 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.11. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.1.11) --- updated-dependencies: - dependency-name: zod dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f319b6d3f..fcf359926 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "typescript": "5.9.2", "vite": "7.1.7", "vitest": "3.2.4", - "zod": "3.25.76" + "zod": "4.1.11" }, "type": "module", "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 13a32d4fe..cfc30e07e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -190,8 +190,8 @@ importers: specifier: 3.2.4 version: 3.2.4(@edge-runtime/vm@3.2.0)(@types/node@24.5.2)(@vitest/ui@3.2.4)(jiti@2.5.1)(jsdom@26.1.0)(yaml@2.8.1) zod: - specifier: 3.25.76 - version: 3.25.76 + specifier: 4.1.11 + version: 4.1.11 packages: @@ -4895,6 +4895,9 @@ packages: zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} + zod@4.1.11: + resolution: {integrity: sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==} + snapshots: '@adobe/css-tools@4.4.4': {} @@ -9742,4 +9745,7 @@ snapshots: zod: 3.25.76 optional: true - zod@3.25.76: {} + zod@3.25.76: + optional: true + + zod@4.1.11: {}