Added the joi dependency

This commit is contained in:
2023-01-15 03:21:32 +01:00
parent f515d7643b
commit b147d46d05
2 changed files with 41 additions and 0 deletions

View File

@ -14,6 +14,7 @@
},
"dependencies": {
"express": "^4.18.2",
"joi": "^17.7.0",
"mongoose": "^6.8.3",
"mongoose-encryption": "^2.1.2"
},