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"
},
"dependencies": {
"express": "^4.14.0",
"mongoose": "^4.7.2",
"mongodb": "^2.2.14",
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"shortid": "^2.2.6"
"express": "^4.16.4",
"mongoose": "^5.7.7",
"mongodb": "^3.3.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"shortid": "^2.2.15"
},
"engines": {
"node": "6.9.1"
"node": "12.0.0"
},
"repository": {
"url": "https://gomix.com/#!/project/welcome-project"

Loading…
Cancel
Save