From bbee06ea1ec7ff753f9f741a1a6589fa181ab422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 04:10:08 +0000 Subject: [PATCH] Bump zod from 4.1.13 to 4.2.1 Bumps [zod](https://github.com/colinhacks/zod) from 4.1.13 to 4.2.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.1.13...v4.2.1) --- updated-dependencies: - dependency-name: zod dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dacf854a..1f2e3b5f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "postcss-url": "10.1.3", "tailwindcss": "3.4.19", "typescript": "5.9.3", - "zod": "4.1.13" + "zod": "4.2.1" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.6"