From 033f75d4af9147f920f2263aa8d943755623b226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:59:28 +0000 Subject: [PATCH] build(deps): bump zod from 3.25.76 to 4.4.2 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.2. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.2) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d2136b..119a3d3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "remark-parse": "^11.0.0", "unified": "^11.0.5", "yaml": "^2.8.2", - "zod": "3", + "zod": "4", "zod-to-json-schema": "^3.25.1" } }