From bdb60404be82103a4643fe2a72535ca36ae6ba4a Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 20 Dec 2017 10:18:16 -0500 Subject: [PATCH] Upgrade npm to version 5.6.0, and pacote to 7.0.2. http://blog.npmjs.org/post/167963735925/v560-2017-11-27 --- History.md | 3 +++ scripts/build-dev-bundle-common.sh | 2 +- scripts/dev-bundle-tool-package.js | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index e080396151..867fc82e37 100644 --- a/History.md +++ b/History.md @@ -81,6 +81,9 @@ ``` [PR #9409](https://github.com/meteor/meteor/pull/9409) +* The `npm` package has been upgraded to version 5.6.0, and our fork of + its `pacote` dependency has been rebased against version 7.0.2. + * The `reify` npm package has been updated to version 0.13.5. * The `minifier-js` package has been updated to use `uglify-es` 3.1.9. diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index db691c250c..15f6b0fbbd 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -8,7 +8,7 @@ ARCH=$(uname -m) NODE_VERSION=8.9.3 MONGO_VERSION_64BIT=3.4.10 MONGO_VERSION_32BIT=3.2.15 -NPM_VERSION=5.5.1 +NPM_VERSION=5.6.0 # If we built Node from source on Jenkins, this is the build number. NODE_BUILD_NUMBER= diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index ba04b576f2..bd16f27d97 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -11,8 +11,8 @@ 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.5.1", - pacote: "https://github.com/meteor/pacote/tarball/dea6a20a68057237a498f6c047e9b3ecf5df749d", + npm: "5.6.0", + pacote: "https://github.com/meteor/pacote/tarball/30973f140df79b647dbade03f2d6f19800c2609b", "node-gyp": "3.6.2", "node-pre-gyp": "0.6.36", "meteor-babel": "7.0.0-beta.35",