diff --git a/History.md b/History.md index ecaa16cf3a..78dbe722f7 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index d42bebe388..9b645c3a91 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -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