From 0aff481b8decee663d163822ce207fc843f1612c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:55:19 +0000 Subject: [PATCH] chore(deps): bump zod from 3.22.3 to 3.25.76 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.3 to 3.25.76. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.22.3...v3.25.76) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 2 +- pnpm-workspace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d283e19..acf1a58 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ catalogs: specifier: ^3.114.17 version: 3.114.17 zod: - specifier: ^3.24.1 + specifier: ^3.25.76 version: 3.25.76 importers: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1b6d0e3..d16f3a6 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -14,7 +14,7 @@ catalog: drizzle-kit: ^0.31.1 # Worker API (Session 6): Hono router, zod validation, viem (SIWE verify + nonce). hono: ^4.13.1 - zod: ^3.24.1 + zod: ^3.25.76 viem: ^2.21.0 # Vitest pool that runs tests inside a real workerd + Miniflare (D1/KV/R2). 0.6.x targets # vitest 2.0–2.1 and bundles wrangler 3 / miniflare 3, so it stays Node-20 safe (ADR-0021).