From 639236fc5fa9e1090415cacafa92854b3064a50e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:44:04 +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 30eb295..e9f2f59 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.23.8" + "zod": "3.24.0" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.4"