From add7b3d77492d49ecd66c6fd1082e14aed1916a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:38:12 +0000 Subject: [PATCH] Bump zod from 4.0.13 to 4.0.14 Bumps [zod](https://github.com/colinhacks/zod) from 4.0.13 to 4.0.14. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.0.13...v4.0.14) --- updated-dependencies: - dependency-name: zod dependency-version: 4.0.14 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 ab7e44a5..e4c5b941 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcss-url": "10.1.3", "tailwindcss": "3.4.17", "typescript": "5.8.3", - "zod": "4.0.13" + "zod": "4.0.14" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.4"