From ebece4dce78de19611eebf66dfbfd329f3f716d1 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Fri, 14 Jul 2017 14:40:12 -0400 Subject: [PATCH] Update npm to version 5.3.0. http://blog.npmjs.org/post/162986246605/v530-2017-07-13 --- History.md | 2 +- scripts/build-dev-bundle-common.sh | 2 +- scripts/dev-bundle-tool-package.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 1e63516a63..5f30161797 100644 --- a/History.md +++ b/History.md @@ -2,7 +2,7 @@ * Node has been upgraded to version 8.1.4. -* The `npm` npm package has been upgraded to version 5.2.0, a major +* The `npm` npm package has been upgraded to version 5.3.0, a major upgrade from 4.6.1, requiring internal updates to dependency management logic for Meteor packages that use `Npm.depends`. While these changes should be backwards-compatible for existing Meteor packages, if you are diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 49dc52160f..5c81552dac 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -7,7 +7,7 @@ UNAME=$(uname) ARCH=$(uname -m) MONGO_VERSION=3.2.12 NODE_VERSION=8.1.4 -NPM_VERSION=5.2.0 +NPM_VERSION=5.3.0 if [ "$UNAME" == "Linux" ] ; then if [ "$ARCH" != "i686" -a "$ARCH" != "x86_64" ] ; then diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index adeb781e4d..3b651bc10a 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -11,7 +11,7 @@ var packageJson = { dependencies: { // Explicit dependency because we are replacing it with a bundled version // and we want to make sure there are no dependencies on a higher version - npm: "5.2.0", + npm: "5.3.0", "node-gyp": "3.6.2", "node-pre-gyp": "0.6.36", "meteor-babel": "0.23.1",