From d8879a943b21a82a5aeefb4ffa154e5d82d26c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 11:14:00 +0000 Subject: [PATCH] fix: bump zod-validation-error from 3.4.1 to 3.5.2 Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error) from 3.4.1 to 3.5.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.4.1...v3.5.2) --- updated-dependencies: - dependency-name: zod-validation-error dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/cli/package.json | 2 +- package-lock.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/cli/package.json b/core/cli/package.json index 1103545b8..a52038c0f 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -46,7 +46,7 @@ "pretty-format": "^29.7.0", "tslib": "^2.8.1", "yaml": "^2.8.0", - "zod-validation-error": "^3.4.1" + "zod-validation-error": "^3.5.2" }, "engines": { "node": "18.x || 20.x || 22.x" diff --git a/package-lock.json b/package-lock.json index 6e1e77aa7..78610c0ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "pretty-format": "^29.7.0", "tslib": "^2.8.1", "yaml": "^2.8.0", - "zod-validation-error": "^3.4.1" + "zod-validation-error": "^3.5.2" }, "bin": { "dotcom-tool-kit": "bin/run" @@ -35059,24 +35059,24 @@ } }, "node_modules/zod": { - "version": "3.24.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.4.tgz", - "integrity": "sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==", + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" } }, "node_modules/zod-validation-error": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-3.4.1.tgz", - "integrity": "sha512-1KP64yqDPQ3rupxNv7oXhf7KdhHHgaqbKuspVoiN93TT0xrBjql+Svjkdjq/Qh/7GSMmgQs3AfvBT0heE35thw==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-3.5.2.tgz", + "integrity": "sha512-mdi7YOLtram5dzJ5aDtm1AG9+mxRma1iaMrZdYIpFO7epdKBUwLHIxTF8CPDeCQ828zAXYtizrKlEJAtzgfgrw==", "license": "MIT", "engines": { "node": ">=18.0.0" }, "peerDependencies": { - "zod": "^3.24.4" + "zod": "^3.25.0" } }, "node_modules/zod2md": { @@ -35359,7 +35359,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "^4.9.0" + "dotcom-tool-kit": "^4.8.0" } }, "plugins/containerised-app-with-assets": { @@ -35376,7 +35376,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "^4.9.0" + "dotcom-tool-kit": "^4.8.0" } }, "plugins/cypress": { @@ -35479,7 +35479,7 @@ "node": "18.x || 20.x || 22.x" }, "peerDependencies": { - "dotcom-tool-kit": "4.9.0" + "dotcom-tool-kit": "4.x" } }, "plugins/heroku": {