From 9fb29bd3948c8d582a8fb3e4b6807a1663e3bbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 00:22:41 +0000 Subject: [PATCH] chore(deps): bump zod from 3.25.76 to 4.5.4 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.5.4. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.5.4) --- updated-dependencies: - dependency-name: zod dependency-version: 4.5.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3c53eaf..91dd6ee6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "@mettadata/metta", - "version": "0.4.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mettadata/metta", - "version": "0.4.0", + "version": "0.7.0", "license": "MIT", "dependencies": { "commander": "^13.1.0", "remark-parse": "^11.0.0", "unified": "^11.0.5", "yaml": "^2.7.1", - "zod": "^3.24.4" + "zod": "^4.5.4" }, "bin": { "metta": "dist/cli/index.js" @@ -2598,9 +2598,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.5.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.4.tgz", + "integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index b8de0f7f..b2344a24 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "remark-parse": "^11.0.0", "unified": "^11.0.5", "yaml": "^2.7.1", - "zod": "^3.24.4" + "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^22.15.3",