Upgrade npm to version 5.5.1.

http://blog.npmjs.org/post/166044150500/v550-2017-10-04
This commit is contained in:
Ben Newman
2017-12-07 17:53:45 -05:00
parent 308692418b
commit 3ff79472a0
3 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
* Node has been upgraded to version 8.9.2.
* The `npm` package has ben upgraded to version 5.5.1.
## v1.6, 2017-10-30
* Node.js has been upgraded to version 8.8.1, which will be entering

View File

@@ -8,7 +8,7 @@ ARCH=$(uname -m)
NODE_VERSION=8.9.2
MONGO_VERSION_64BIT=3.2.15
MONGO_VERSION_32BIT=3.2.15
NPM_VERSION=5.4.2
NPM_VERSION=5.5.1
# If we built Node from source on Jenkins, this is the build number.
NODE_BUILD_NUMBER=111

View File

@@ -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.4.2",
npm: "5.5.1",
pacote: "https://github.com/meteor/pacote/tarball/4e58fa55e2a0ba7dc75b26ff5273730d98335a85",
"node-gyp": "3.6.2",
"node-pre-gyp": "0.6.36",