From dc2e7cda481a6ff6ac93ba1205aa83de371d6c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 04:24:26 +0000 Subject: [PATCH] Bump zod from 3.23.8 to 3.24.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 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.23.8...v3.24.1) --- updated-dependencies: - dependency-name: zod 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 7070e30c..a4584014 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "postcss-url": "10.1.3", "tailwindcss": "3.4.16", "typescript": "5.7.2", - "zod": "3.23.8" + "zod": "3.24.1" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.4"