From cf3b90289561c7564666c378b3c80674c7482317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:46:42 +0000 Subject: [PATCH] Bump zod from 4.4.2 to 4.4.3 Bumps [zod](https://github.com/colinhacks/zod) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 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 f6dc05f4..483e4d71 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "postcss-url": "10.1.3", "tailwindcss": "3.4.19", "typescript": "6.0.3", - "zod": "4.4.2" + "zod": "4.4.3" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.8"