From 7bcf4a83579697480f68a3c22cf01cd47bf710e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:02:13 +0000 Subject: [PATCH] Bump zod from 3.23.8 to 3.24.0 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 3.24.0. - [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.0) --- 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 fa7ce113..0302beb9 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "postcss-url": "10.1.3", "tailwindcss": "3.4.16", "typescript": "5.7.2", - "zod": "3.23.8" + "zod": "3.24.0" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.4"