From b0f4580ee9d27fe71eb7a4205d5d1767f604f559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:32:38 +0000 Subject: [PATCH] Bump zod from 3.24.0 to 3.24.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.24.0 to 3.24.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.24.0...v3.24.1) --- updated-dependencies: - dependency-name: zod 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 f1f1ac54..05249062 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "postcss-url": "10.1.3", "tailwindcss": "3.4.16", "typescript": "5.7.2", - "zod": "3.24.0" + "zod": "3.24.1" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.4"