From 965b973ac7048789a86850d232b3917f3990200a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:44:26 +0000 Subject: [PATCH] build(deps): bump zod from 4.4.0 to 4.4.1 Bumps [zod](https://github.com/colinhacks/zod) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.1 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 fa12e454e..74ab694e8 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "typescript": "6.0.3", "vite": "8.0.10", "vite-plugin-top-level-await": "1.6.0", - "zod": "4.4.0" + "zod": "4.4.1" }, "devDependencies": { "@astrojs/compiler-rs": "0.1.10",