From 0f86b94f8cdf2185239bd7cf7477a50117bfd020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:23:19 +0000 Subject: [PATCH] build(deps): bump zod from 3.25.76 to 4.1.11 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.11. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.1.11) --- updated-dependencies: - dependency-name: zod dependency-version: 4.1.11 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 432fe70..9528ce8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "tailwind-merge": "^3.3.1", "tailwind-variants": "^3.1.1", "tailwindcss": "^3.4.17", - "zod": "^3.25.76" + "zod": "^4.1.11" }, "devDependencies": { "@babel/core": "^7.25.2",