fix issue in validor dependency in the backend of react-express-mongodb sample (#175)

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours
2021-11-04 14:58:45 +01:00
committed by GitHub
parent 08edf6afc0
commit 0a0a53b7c7
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
"mongodb": "^3.0.7",
"mongoose": "^6.0.9",
"simple-node-logger": "^18.12.23",
"validator": "^10.1.0"
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^2.0.3",