From d02fa2c6a08f25760960590ca839d31fcbf94a07 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 5 Sep 2018 12:59:29 -0400 Subject: [PATCH] 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 --- History.md | 2 +- scripts/build-dev-bundle-common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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