From df310a752cae494b73f873040e43b01f1e795d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 22:36:12 +0000 Subject: [PATCH] Bump zod from 3.22.4 to 3.24.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.24.3. - [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.22.4...v3.24.3) --- updated-dependencies: - dependency-name: zod dependency-version: 3.24.3 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 db69ea7..9caef9f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dotenv": "16.4.5", "express": "4.18.2", "payload": "2.0.14", - "zod": "3.22.4" + "zod": "3.24.3" }, "devDependencies": { "@lightrix/config": "0.0.11",