Skip to content

Commit

Permalink
fix issue in validor dependency in the backend of react-express-mongo…
Browse files Browse the repository at this point in the history
…db sample (docker#175)

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
  • Loading branch information
glours authored Nov 4, 2021
1 parent 08edf6a commit 0a0a53b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions react-express-mongodb/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react-express-mongodb/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0a0a53b

Please sign in to comment.