From ba294fb1fe42237872ab0a6c5b6397439a18e053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 13:20:47 +0000 Subject: [PATCH] chore(deps): bump zod from 3.25.76 to 4.1.12 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.12. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.1.12) --- updated-dependencies: - dependency-name: zod dependency-version: 4.1.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc6d41b..ce2e5db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "inquirer": "^8.2.6", "openapi-types": "^12.1.3", "yaml": "^2.8.0", - "zod": "^3.25.76", + "zod": "^4.1.12", "zod-validation-error": "^3.3.0" }, "bin": { @@ -14931,9 +14931,9 @@ } }, "node_modules/zod": { - "version": "3.25.76", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz", + "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index a340df5..0a920d3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "inquirer": "^8.2.6", "openapi-types": "^12.1.3", "yaml": "^2.8.0", - "zod": "^3.25.76", + "zod": "^4.1.12", "zod-validation-error": "^3.3.0" }, "devDependencies": {