From ea286d0aba06c0320b85b4e828662e779f54e7ed Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Tue, 9 May 2017 13:51:46 -0400 Subject: [PATCH] Upgrade Node to version 4.8.3. https://nodejs.org/en/blog/release/v4.8.3/ --- History.md | 2 ++ scripts/build-dev-bundle-common.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 486b5ef79d..d4800a9aaa 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,7 @@ ## v.NEXT +* Node has been upgraded to version 4.8.3. + * Running `meteor add dynamic-import` installs support for ECMAScript [dynamic `import(...)`](https://github.com/tc39/proposal-dynamic-import), a new language feature which allows for asynchronous module fetching diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 5e5b8062f7..da0f8253f9 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) MONGO_VERSION=3.2.12 -NODE_VERSION=4.8.2 +NODE_VERSION=4.8.3 NPM_VERSION=4.5.0 if [ "$UNAME" == "Linux" ] ; then