Update dev bundle MongoDB version to 4.0.2.

Still waiting on a fix for this issue in 4.0.3:
https://jira.mongodb.org/browse/SERVER-36474
This commit is contained in:
Ben Newman
2018-09-05 12:59:29 -04:00
parent dc8f4ffb13
commit d02fa2c6a0
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@
`uglify-es` that appears to be (more actively) maintained.
[Issue #10042](https://github.com/meteor/meteor/issues/10042)
* Mongo has been updated to version 4.0.0 and the `mongodb` npm package
* Mongo has been updated to version 4.0.2 and the `mongodb` npm package
used by `npm-mongo` has been updated to version 3.1.1.
[PR #10058](https://github.com/meteor/meteor/pull/10058)
[Feature Request #269](https://github.com/meteor/meteor-feature-requests/issues/269)

View File

@@ -6,7 +6,7 @@ set -u
UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=8.11.4
MONGO_VERSION_64BIT=4.0.0
MONGO_VERSION_64BIT=4.0.2
MONGO_VERSION_32BIT=3.2.19
NPM_VERSION=6.3.0