Set min mongodb to 3.6 in prep for parse-server 4.0 (#6445)
* Set min mongodb to 3.6 in prep for parse-server 4.0 fixes: 6444 * don't use anonymous functions when we can just pass the function. Also remove the boolean argument in tests that no longer exists. * generate the correct lock file. ooops.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
"lodash": "4.17.15",
|
||||
"lru-cache": "5.1.1",
|
||||
"mime": "2.4.4",
|
||||
"mongodb": "3.5.3",
|
||||
"mongodb": "3.5.4",
|
||||
"node-rsa": "1.0.7",
|
||||
"parse": "2.11.0",
|
||||
"pg-promise": "10.4.4",
|
||||
|
||||
Reference in New Issue
Block a user