updated dependencies to fix mongodb not working (#15)

main
Artur J Zapater 4 years ago committed by GitHub
parent 1a4be7f98a
commit bc38f78803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,15 +7,15 @@
"start": "node server.js" "start": "node server.js"
}, },
"dependencies": { "dependencies": {
"express": "^4.14.0", "express": "^4.16.4",
"mongoose": "^4.7.2", "mongoose": "^5.7.7",
"mongodb": "^2.2.14", "mongodb": "^3.3.2",
"body-parser": "^1.15.2", "body-parser": "^1.19.0",
"cors": "^2.8.1", "cors": "^2.8.5",
"shortid": "^2.2.6" "shortid": "^2.2.15"
}, },
"engines": { "engines": {
"node": "6.9.1" "node": "12.0.0"
}, },
"repository": { "repository": {
"url": "https://gomix.com/#!/project/welcome-project" "url": "https://gomix.com/#!/project/welcome-project"

Loading…
Cancel
Save