From da6fddf008e0bb52d4ee0ef430f8c4cb739d90fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 22:45:34 +0000 Subject: [PATCH] build(deps): bump zod from 4.3.5 to 4.3.6 Bumps [zod](https://github.com/colinhacks/zod) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.6 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 ebaa0d5d4..b43b9566e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "vite": "7.3.1", "vite-plugin-static-copy": "3.1.6", "vite-plugin-top-level-await": "1.6.0", - "zod": "4.3.5" + "zod": "4.3.6" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.6",