From d57f935279535a08a24c459f18864b63797998cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:37:11 +0000 Subject: [PATCH] Bump zod-validation-error from 3.5.2 to 4.0.2 Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error) from 3.5.2 to 4.0.2. - [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/compare/v3.5.2...v4.0.2) --- updated-dependencies: - dependency-name: zod-validation-error dependency-version: 4.0.2 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 bca66d3dc..e2e649955 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "ws": "8.18.3", "yargs": "18.0.0", "zod": "3.25.76", - "zod-validation-error": "3.5.2" + "zod-validation-error": "4.0.2" }, "devDependencies": { "@dotenvx/dotenvx": "1.51.0",