Upgrade npm to version 5.6.0, and pacote to 7.0.2.

http://blog.npmjs.org/post/167963735925/v560-2017-11-27
This commit is contained in:
Ben Newman
2017-12-20 10:18:16 -05:00
parent 3f2a79eaba
commit bdb60404be
3 changed files with 6 additions and 3 deletions

View File

@@ -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.

View File

@@ -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=

View File

@@ -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",