fix security issues in the react-express-mongodb sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2021-10-08 12:20:53 +02:00
parent 94d8ab630c
commit 727084b6f6
2 changed files with 144 additions and 2218 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"express": "^4.17.1", "express": "^4.17.1",
"lodash": "^4.17.13", "lodash": "^4.17.13",
"mongodb": "^3.0.7", "mongodb": "^3.0.7",
"mongoose": "^5.0.15", "mongoose": "^6.0.9",
"simple-node-logger": "^18.12.23", "simple-node-logger": "^18.12.23",
"validator": "^10.1.0" "validator": "^10.1.0"
}, },