From 1f406a262c198160f2a14ebe8f34c7fd868a508c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 22:48:13 +0000 Subject: [PATCH] deps: bump zod from 4.4.3 to 4.6.2 Bumps [zod](https://github.com/colinhacks/zod) from 4.4.3 to 4.6.2. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.4.3...v4.6.2) --- updated-dependencies: - dependency-name: zod dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 0a8d845..2f66b7e 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "name": "up-vector", "dependencies": { "hono": "^4.13.3", - "zod": "^4.4.3", + "zod": "^4.6.2", }, "devDependencies": { "@biomejs/biome": "^2.5.10", @@ -49,6 +49,6 @@ "undici-types": ["undici-types@7.18.2", "", {}, "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="], - "zod": ["zod@4.4.3", "", {}, "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ=="], + "zod": ["zod@4.6.2", "", {}, "sha512-lh5RCAGFa1Cm2hjtNwLQhSs/AsqdWnTQaBER9fEwN/88pSh7KOtJavtBx/0VlkN/uFd61SwYmljLMDAsHlvzBQ=="], } } diff --git a/package.json b/package.json index d80681e..1c19652 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "hono": "^4.13.3", - "zod": "^4.4.3" + "zod": "^4.6.2" }, "devDependencies": { "@biomejs/biome": "^2.5.10",