From 6d14459a305ac48d5e280e80a4ae6d10f584530a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:10:35 +0000 Subject: [PATCH] Bump zod from 4.3.4 to 4.3.5 Bumps [zod](https://github.com/colinhacks/zod) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23ed807d..8bb9674f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "tailwindcss": "3.4.19", "typescript": "5.9.3", "ulid": "3.0.2", - "zod": "4.3.4" + "zod": "4.3.5" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.6",