From e52eb77957242542f07d1947ebfc55f7a355511b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:41:35 +0000 Subject: [PATCH] build(deps): Bump zod-validation-error from 2.1.0 to 3.1.0 Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error) from 2.1.0 to 3.1.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/v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: zod-validation-error dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/engine/package.json | 2 +- pnpm-lock.yaml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/engine/package.json b/packages/engine/package.json index b9858f0..bf07595 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -27,7 +27,7 @@ "ts-morph": "^20.0.0", "vscode-uri": "^3.0.8", "zod": "^3.22.4", - "zod-validation-error": "^2.1.0" + "zod-validation-error": "^3.1.0" }, "devDependencies": { "@storm-software/testing-tools": "latest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e3872b6..fb7d6b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -477,8 +477,8 @@ importers: specifier: ^3.22.4 version: 3.22.4 zod-validation-error: - specifier: ^2.1.0 - version: 2.1.0(zod@3.22.4) + specifier: ^3.1.0 + version: 3.1.0(zod@3.22.4) devDependencies: '@storm-software/testing-tools': specifier: latest @@ -933,6 +933,7 @@ packages: /@babel/highlight@7.23.4: resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} engines: {node: '>=6.9.0'} + requiresBuild: true dependencies: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 @@ -24570,8 +24571,8 @@ packages: dependencies: zod: 3.22.4 - /zod-validation-error@2.1.0(zod@3.22.4): - resolution: {integrity: sha512-VJh93e2wb4c3tWtGgTa0OF/dTt/zoPCPzXq4V11ZjxmEAFaPi/Zss1xIZdEB5RD8GD00U0/iVXgqkF77RV7pdQ==} + /zod-validation-error@3.1.0(zod@3.22.4): + resolution: {integrity: sha512-zujS6HqJjMZCsvjfbnRs7WI3PXN39ovTcY1n8a+KTm4kOH0ZXYsNiJkH1odZf4xZKMkBDL7M2rmQ913FCS1p9w==} engines: {node: '>=18.0.0'} peerDependencies: zod: ^3.18.0