From cc74f5550c9a96e8c61b059900aecbadeeae1bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 12:22:50 +0000 Subject: [PATCH] Bump zod from 3.25.76 to 4.3.6 in /portal Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.3.6. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.3.6) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- portal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/package.json b/portal/package.json index ac4bf18..3acbd52 100644 --- a/portal/package.json +++ b/portal/package.json @@ -12,7 +12,7 @@ "next": "^14.2.0", "react": "^18.3.0", "react-dom": "^18.3.0", - "zod": "^3.23.8" + "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^22.10.0",