Allow zod v3 or v4 dependency (keep using v3)

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2026-01-11 22:31:48 +01:00
committed by Fredrik Adelöw
parent 49171c9de4
commit 0257363c51
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
"jose": "^5.0.0",
"lodash": "^4.17.21",
"passport": "^0.7.0",
"zod": "^3.25.76",
"zod": "^3.25.76 || ^4.0.0",
"zod-to-json-schema": "^3.25.1",
"zod-validation-error": "^4.0.2"
},