From efdbb6a5bc9d34e86bfd659bf58ea4485be056a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 06:50:15 +0000 Subject: [PATCH] build(deps): bump zod-validation-error in /packages/util Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error) from 3.5.3 to 4.0.0. - [Release notes](https://github.com/causaly/zod-validation-error/releases) - [Changelog](https://github.com/causaly/zod-validation-error/blob/main/CHANGELOG.md) - [Commits](https://github.com/causaly/zod-validation-error/commits) --- updated-dependencies: - dependency-name: zod-validation-error dependency-version: 4.0.0 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..4ec1bd03d 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -32,7 +32,7 @@ "source-map-support": "^0.5.21", "tslib": "^2.8.1", "zod": "^3.25.76", - "zod-validation-error": "^3.5.3" + "zod-validation-error": "^4.0.0" }, "publishConfig": { "access": "public"