From 276fdb5a879f2dac5b8c7a8dd06025e3c989ca86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 05:59:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20@sch?= =?UTF-8?q?ema-hub/zod-error-formatter=20to=20v0.0.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 554dddf..9c33872 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@enormora/wall-clock": "0.0.3", "@overkill-dev/reporter-line": "0.0.23", - "@schema-hub/zod-error-formatter": "0.0.16", + "@schema-hub/zod-error-formatter": "0.0.18", "ansi-escapes": "7.3.0", "cmd-ts": "0.15.0", "diff": "9.0.0", @@ -2832,9 +2832,9 @@ } }, "node_modules/@schema-hub/zod-error-formatter": { - "version": "0.0.16", - "resolved": "https://registry.npmjs.org/@schema-hub/zod-error-formatter/-/zod-error-formatter-0.0.16.tgz", - "integrity": "sha512-5Y4RausMT2JklJFLmurEnvoe5peI5EI8Vw188LbkA2WoOs5zkHPwBjgAc/yp/m+q2HBlyYYml6NH9p69DMusiw==", + "version": "0.0.18", + "resolved": "https://registry.npmjs.org/@schema-hub/zod-error-formatter/-/zod-error-formatter-0.0.18.tgz", + "integrity": "sha512-LN4Ife51C7JfqGvgPVTQiUgf9Hqt2ykEGX7XSqfuWVg687FM6tJDsrpTNhGWcJoIjpemoZ7fB4akJiznyu5hIQ==", "license": "MIT", "engines": { "node": "^24 || ^26" @@ -9851,6 +9851,19 @@ } } }, + "node_modules/packtory/node_modules/@schema-hub/zod-error-formatter": { + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@schema-hub/zod-error-formatter/-/zod-error-formatter-0.0.16.tgz", + "integrity": "sha512-5Y4RausMT2JklJFLmurEnvoe5peI5EI8Vw188LbkA2WoOs5zkHPwBjgAc/yp/m+q2HBlyYYml6NH9p69DMusiw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^24 || ^26" + }, + "peerDependencies": { + "zod": "^4.0.5" + } + }, "node_modules/packtory/node_modules/hosted-git-info": { "version": "10.1.1", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-10.1.1.tgz", diff --git a/package.json b/package.json index 1cb9e9e..53d00c6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@enormora/wall-clock": "0.0.3", "@overkill-dev/reporter-line": "0.0.23", - "@schema-hub/zod-error-formatter": "0.0.16", + "@schema-hub/zod-error-formatter": "0.0.18", "ansi-escapes": "7.3.0", "cmd-ts": "0.15.0", "diff": "9.0.0",