From 1b2df5f2ca04007a74b2d8427ee65e118aa7f1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 06:31:59 +0000 Subject: [PATCH] build(deps): bump zod from 3.25.76 to 4.0.17 in /packages/util Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.0.17. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.0.17) --- updated-dependencies: - dependency-name: zod dependency-version: 4.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/util/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/util/package.json b/packages/util/package.json index ebad8b0c5..d83c71d59 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -31,7 +31,7 @@ "globify-gitignore": "^1.0.3", "source-map-support": "^0.5.21", "tslib": "^2.8.1", - "zod": "^3.25.76", + "zod": "^4.0.17", "zod-validation-error": "^3.5.3" }, "publishConfig": {