1
0
Fork 0

general - update dependencies

This commit is contained in:
Ruben Meyer 2020-08-12 11:43:10 +02:00
parent 5c89e3a766
commit 265e270110
Signed by: rxbn_
GPG Key ID: BE3BF898BE352FE2
1 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@
"license": "", "license": "",
"dependencies": { "dependencies": {
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"chalk": "^2.4.2", "chalk": "^4.1.0",
"cookie-parser": "^1.4.4", "cookie-parser": "^1.4.5",
"express": "^4.17.1", "express": "^4.17.1",
"express-session": "^1.16.1", "express-session": "^1.17.1",
"mongo-sanitize": "^1.0.1", "mongo-sanitize": "^1.1.0",
"mongoose": "^5.5.12", "mongoose": "^5.9.28",
"pug": "^2.0.3", "pug": "^3.0.0",
"vorpal": "^1.12.0" "vorpal": "^1.12.0"
} }
} }