From 6eb72359401d63e0c3a8840489ae6a5c8a7a0ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 14:43:53 +0000 Subject: [PATCH] Chore(deps): Bump zod from 3.25.76 to 4.0.17 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.0.17. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.0.17) --- updated-dependencies: - dependency-name: zod dependency-version: 4.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/contact/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/contact/package.json b/apps/contact/package.json index 8bb9bd13..1796c508 100644 --- a/apps/contact/package.json +++ b/apps/contact/package.json @@ -14,7 +14,7 @@ "next": "15.4.6", "@notionhq/client": "^4.0.1", "nanoid": "^5.0.9", - "zod": "^3.24.1" + "zod": "^4.0.17" }, "devDependencies": { "typescript": "^5",