From 03c9f257fd2d8d0df575bfebe69041853597e0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:38:05 +0000 Subject: [PATCH] chore(deps): bump zod from 4.4.1 to 4.4.3 in /apps/docs-next 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/docs-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs-next/package.json b/apps/docs-next/package.json index 33108424..d6d934b2 100644 --- a/apps/docs-next/package.json +++ b/apps/docs-next/package.json @@ -47,7 +47,7 @@ "react-markdown": "^10.1.0", "remark-gfm": "^4.0.0", "tailwindcss": "^4.2.4", - "zod": "^4.4.1" + "zod": "^4.4.3" }, "devDependencies": { "@types/mdx": "^2.0.13",