diff --git a/package-lock.json b/package-lock.json index 6b071619..4dcec683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@octokit/plugin-paginate-rest": "15.0.0", "@octokit/plugin-rest-endpoint-methods": "18.0.0", "@pr-log/core": "0.0.4", - "@schema-hub/zod-error-formatter": "0.0.16", + "@schema-hub/zod-error-formatter": "0.0.18", "@ts-morph/common": "0.29.0", "@types/common-tags": "1.8.4", "@types/hosted-git-info": "3.0.5", @@ -3918,9 +3918,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" diff --git a/package.json b/package.json index fcbacaf1..c1fc7b78 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@octokit/plugin-paginate-rest": "15.0.0", "@octokit/plugin-rest-endpoint-methods": "18.0.0", "@pr-log/core": "0.0.4", - "@schema-hub/zod-error-formatter": "0.0.16", + "@schema-hub/zod-error-formatter": "0.0.18", "@ts-morph/common": "0.29.0", "@types/common-tags": "1.8.4", "@types/hosted-git-info": "3.0.5", @@ -106,7 +106,7 @@ "node": "^24.15.0 || >=26.0.0" }, "overrides": { - "@schema-hub/zod-error-formatter": "0.0.16", + "@schema-hub/zod-error-formatter": "0.0.18", "yargs": "18.1.0" } }