From fe1f554b51a17ed73f727163e509d2179cb879d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 23:10:28 +0000 Subject: [PATCH] Bump zod from 3.24.1 to 3.24.2 Bumps [zod](https://github.com/colinhacks/zod) from 3.24.1 to 3.24.2. - [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.1...v3.24.2) --- 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 e98a0ca5..36e5c265 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "solid-js": "1.9.4", "tailwindcss": "3.4.17", "typescript": "5.7.3", - "zod": "3.24.1" + "zod": "3.24.2" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.4"