From c89193774855fc9d04baf8c2e808acc763e9baf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 06:01:24 +0000 Subject: [PATCH] Bump zod-validation-error from 4.0.2 to 5.0.0 Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error) from 4.0.2 to 5.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/compare/v4.0.2...v5.0.0) --- updated-dependencies: - dependency-name: zod-validation-error dependency-version: 5.0.0 dependency-type: direct:development 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 ae792aa..a445c71 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "luxon": "^3.5.0", "node-fetch": "^3.3.2", "zod": "^4.0.5", - "zod-validation-error": "^4.0.1" + "zod-validation-error": "^5.0.0" }, "dependencies": { "@zachleat/heading-anchors": "^1.0.1",