From 47757be18151ab78f2ddee38acbc10c70d676b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 18:55:56 +0000 Subject: [PATCH] build(deps): bump zod from 3.25.76 to 4.5.4 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.5.4. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.5.4) --- updated-dependencies: - dependency-name: zod dependency-version: 4.5.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- worker/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b1c378..112972d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ^2.8.0 version: 2.9.0 zod: - specifier: ^3.25.67 - version: 3.25.76 + specifier: ^4.5.4 + version: 4.5.4 devDependencies: '@cloudflare/workers-types': specifier: ^4.20250620.0 @@ -2685,8 +2685,8 @@ packages: youch@4.1.0-beta.10: resolution: {integrity: sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==} - zod@3.25.76: - resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} + zod@4.5.4: + resolution: {integrity: sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==} snapshots: @@ -5223,4 +5223,4 @@ snapshots: cookie: 1.1.1 youch-core: 0.3.3 - zod@3.25.76: {} + zod@4.5.4: {} diff --git a/worker/package.json b/worker/package.json index c37e061..09f18d5 100644 --- a/worker/package.json +++ b/worker/package.json @@ -21,6 +21,6 @@ }, "dependencies": { "yaml": "^2.8.0", - "zod": "^3.25.67" + "zod": "^4.5.4" } }