From fe1f8ae79d056d58811b59e49f47c76679fb9d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:53:46 +0000 Subject: [PATCH] chore(deps)(deps): bump zod from 3.25.76 to 4.4.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1537629..c2ad32d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "test-framework", "version": "1.0.0", "license": "ISC", + "dependencies": { + "zod": "4.4.3" + }, "devDependencies": { "@faker-js/faker": "^9.0.0", "@playwright/test": "^1.50.0", @@ -21,7 +24,7 @@ }, "optionalDependencies": { "ajv": "^8.17.0", - "zod": "^3.24.0" + "zod": "^4.4.3" } }, "node_modules/@esbuild/aix-ppc64": { @@ -749,9 +752,9 @@ "license": "MIT" }, "node_modules/zod": { - "version": "3.25.76", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", "license": "MIT", "optional": true, "funding": { diff --git a/package.json b/package.json index caf7d69..21b7f66 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "optionalDependencies": { "ajv": "^8.17.0", - "zod": "^3.24.0" + "zod": "^4.4.3" }, "engines": { "node": ">=22.0.0"