From 9dc4cb939905c05e50cf236b13197cb02ca6be61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 04:29:28 +0000 Subject: [PATCH] build(deps): bump zod-validation-error from 3.5.3 to 4.0.1 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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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" diff --git a/yarn.lock b/yarn.lock index 456f23dc2..9dce593d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2722,10 +2722,10 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -zod-validation-error@^3.5.3: - version "3.5.3" - resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.5.3.tgz#85ba33290200d8db9f043621e284f40dddefb7e5" - integrity sha512-OT5Y8lbUadqVZCsnyFaTQ4/O2mys4tj7PqhdbBCp7McPwvIEKfPtdA6QfPeFQK2/Rz5LgwmAXRJTugBNBi0btw== +zod-validation-error@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.1.tgz#a105723eb40299578a6a38cb86647068f6d005b1" + integrity sha512-F3rdaCOHs5ViJ5YTz5zzRtfkQdMdIeKudJAoxy7yB/2ZMEHw73lmCAcQw11r7++20MyGl4WV59EVh7A9rNAyog== zod@^3.25.76: version "3.25.76"