Merge pull request #29369 from overleaf/mfb-from-joi-to-zod-clsi-cache

migrate from joi to zod CLSI-CACHE service

GitOrigin-RevId: b583431a902a1183235cb91a270f4123a5a7e547
This commit is contained in:
Maria Florencia Besteiro Gonzalez
2025-11-03 09:06:05 +00:00
committed by Copybot
parent 5a242cd4ac
commit 1720314726
6 changed files with 28 additions and 24 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
"dependencies": {
"@overleaf/o-error": "*",
"mongodb": "^6.12.0",
"zod": "^4.1.8"
"zod": "^4.1.8",
"zod-validation-error": "^4.0.1"
},
"devDependencies": {
"typescript": "^5.0.4",