From 863b8120485a6cff0ff7bd8486f2763eb9821131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 18:25:07 +0000 Subject: [PATCH] Bump zod from 3.25.76 to 4.4.3 in the runtime group across 1 directory Bumps the runtime group with 1 update in the / directory: [zod](https://github.com/colinhacks/zod). Updates `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 dependency-group: runtime ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc30a1e..e7882aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "radix-ui": "1.6.7", "react": "19.2.8", "react-dom": "19.2.8", - "zod": "3.25.76" + "zod": "4.4.3" }, "devDependencies": { "@playwright/test": "1.62.1", @@ -4366,6 +4366,7 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -5113,9 +5114,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.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index b1c1aad..f2225a5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "radix-ui": "1.6.7", "react": "19.2.8", "react-dom": "19.2.8", - "zod": "3.25.76" + "zod": "4.4.3" }, "devDependencies": { "@playwright/test": "1.62.1",