From 764e3671cb694a7bac61a9d6d79169809ca3c8bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 04:27:59 +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.1. - [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/v4.0.1) --- updated-dependencies: - dependency-name: zod-validation-error dependency-version: 4.0.1 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..2dbc2a1a0 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.1" }, "publishConfig": { "access": "public"