Update mongodb to the latest version 🚀 (#4449)

* fix(package): update mongodb to version 3.0.0

* Compatibility with MongoDB client 3.0

* Updates Gridstore as well

* Set Read preference to Primary when not specified, to match original implementation

* Update MongoStorageAdapter.js

* Bumps to 3.0.1
This commit is contained in:
greenkeeper[bot]
2017-12-30 00:23:43 -05:00
committed by Florent Vilmart
parent 6143988a82
commit f0f1870aa3
3 changed files with 35 additions and 26 deletions

View File

@@ -31,7 +31,7 @@
"lodash": "4.17.4",
"lru-cache": "4.1.1",
"mime": "2.1.0",
"mongodb": "2.2.33",
"mongodb": "3.0.1",
"multer": "1.3.0",
"parse": "1.11.0",
"pg-promise": "7.3.2",