From b8880c2273e95c8efe6303ae9147b566c07292c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 09:23:37 +0000 Subject: [PATCH] build(deps): bump zod from 3.25.76 to 4.0.5 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.0.5. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.0.5) --- updated-dependencies: - dependency-name: zod dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9949d6f..00a821f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "terser": "^5.43.1", "ts-jest": "^29.3.2", "tsup": "^8.4.0", - "zod": "^3.24.3" + "zod": "^4.0.5" }, "engines": { "node": ">=18.20.8"