From 4f5cc726da66398f249059c130a68760eef5dc47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 23:45:54 +0000 Subject: [PATCH] chore(deps): bump zod from 4.4.1 to 4.4.3 Bumps [zod](https://github.com/colinhacks/zod) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.4.1...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- examples/with-schema-validation/package.json | 2 +- package-lock.json | 12 ++++++------ packages/openworkflow/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 89432e11..c6d8a1e2 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -43,7 +43,7 @@ "tailwindcss": "^4.2.4", "tw-animate-css": "^1.4.0", "vite-tsconfig-paths": "^6.1.1", - "zod": "^4.4.1" + "zod": "^4.4.3" }, "devDependencies": { "@tanstack/devtools-vite": "^0.6.0", diff --git a/examples/with-schema-validation/package.json b/examples/with-schema-validation/package.json index 85849808..9dd711b2 100644 --- a/examples/with-schema-validation/package.json +++ b/examples/with-schema-validation/package.json @@ -14,7 +14,7 @@ "postgres": "^3.4.9", "valibot": "^1.3.1", "yup": "^1.7.1", - "zod": "^4.4.1" + "zod": "^4.4.3" }, "devDependencies": { "tsx": "^4.21.0" diff --git a/package-lock.json b/package-lock.json index 6b2bc82a..45f1f0cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,7 @@ "tailwindcss": "^4.2.4", "tw-animate-css": "^1.4.0", "vite-tsconfig-paths": "^6.1.1", - "zod": "^4.4.1" + "zod": "^4.4.3" }, "bin": { "dashboard": "bin.mjs" @@ -162,7 +162,7 @@ "postgres": "^3.4.9", "valibot": "^1.3.1", "yup": "^1.7.1", - "zod": "^4.4.1" + "zod": "^4.4.3" }, "devDependencies": { "tsx": "^4.21.0" @@ -17100,9 +17100,9 @@ } }, "node_modules/zod": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.1.tgz", - "integrity": "sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==", + "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" @@ -17125,7 +17125,7 @@ "valibot": "^1.3.1", "vitest": "^4.0.18", "yup": "^1.7.1", - "zod": "^4.4.1" + "zod": "^4.4.3" }, "engines": { "node": ">=20" diff --git a/packages/openworkflow/package.json b/packages/openworkflow/package.json index 132d14aa..6fb16f0e 100644 --- a/packages/openworkflow/package.json +++ b/packages/openworkflow/package.json @@ -60,7 +60,7 @@ "valibot": "^1.3.1", "vitest": "^4.0.18", "yup": "^1.7.1", - "zod": "^4.4.1" + "zod": "^4.4.3" }, "peerDependencies": { "postgres": "^3.4.9"