From 4919273bea620643ed4d14ff66f5aae2fe7bae90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 17 Mar 2026 16:52:00 +0100 Subject: [PATCH] chore: align auth-backend zod version range with rest of repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 Signed-off-by: Fredrik Adelöw --- plugins/auth-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index c4fdee3338..6f7cce3511 100644 --- a/plugins/auth-backend/package.json +++ b/plugins/auth-backend/package.json @@ -66,7 +66,7 @@ "minimatch": "^10.2.1", "passport": "^0.7.0", "uuid": "^11.0.0", - "zod": "^4.3.5", + "zod": "^3.25.76 || ^4.0.0", "zod-validation-error": "^5.0.0" }, "devDependencies": {