Bump npm from 6.7.0 to 6.8.0

Bumps [npm](https://github.com/npm/cli) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v6.8.0/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.7.0...v6.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-14 05:23:11 +00:00
parent 23cb8960a9
commit 8da5fc07a9
2 changed files with 29 additions and 27 deletions
+28 -26
View File
@@ -3,9 +3,9 @@
"lockfileVersion": 1,
"dependencies": {
"npm": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/npm/-/npm-6.7.0.tgz",
"integrity": "sha512-OtxCLzx+pcsjMGrjZpBp214ZjxzHcAe3zLYIlaVpRYqFHff6bgggyTLf2OZPO8lfxN0RHLJnFFUU016JCzM/Ww==",
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/npm/-/npm-6.8.0.tgz",
"integrity": "sha512-xMH6V0OCSJ5ZET6yWPI3BmJSqMMCuVJSIcLx3LSH/SrratFSt6EDuCuGRFMQYty98Q1l6x/7vKmfURosoyWgrA==",
"requires": {
"JSONStream": "^1.3.5",
"abbrev": "~1.1.1",
@@ -76,22 +76,22 @@
"move-concurrently": "^1.0.1",
"node-gyp": "^3.8.0",
"nopt": "~4.0.1",
"normalize-package-data": "~2.4.0",
"normalize-package-data": "^2.5.0",
"npm-audit-report": "^1.3.2",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
"npm-lifecycle": "^2.1.0",
"npm-package-arg": "^6.1.0",
"npm-packlist": "^1.2.0",
"npm-packlist": "^1.3.0",
"npm-pick-manifest": "^2.2.3",
"npm-profile": "*",
"npm-registry-fetch": "^3.8.0",
"npm-registry-fetch": "^3.9.0",
"npm-user-validate": "~1.0.0",
"npmlog": "~4.1.2",
"once": "~1.4.0",
"opener": "^1.5.1",
"osenv": "^0.1.5",
"pacote": "^9.4.0",
"pacote": "^9.4.1",
"path-is-inside": "~1.0.2",
"promise-inflight": "~1.0.1",
"qrcode-terminal": "^0.12.0",
@@ -101,7 +101,7 @@
"read-cmd-shim": "~1.0.1",
"read-installed": "~4.0.3",
"read-package-json": "^2.0.13",
"read-package-tree": "^5.2.1",
"read-package-tree": "^5.2.2",
"readable-stream": "^3.1.1",
"readdir-scoped-modules": "*",
"request": "^2.88.0",
@@ -317,10 +317,6 @@
"version": "1.0.0",
"bundled": true
},
"builtin-modules": {
"version": "1.1.1",
"bundled": true
},
"builtins": {
"version": "1.0.3",
"bundled": true
@@ -1226,13 +1222,6 @@
"version": "2.1.0",
"bundled": true
},
"is-builtin-module": {
"version": "1.0.0",
"bundled": true,
"requires": {
"builtin-modules": "^1.0.0"
}
},
"is-ci": {
"version": "1.1.0",
"bundled": true,
@@ -1834,13 +1823,22 @@
}
},
"normalize-package-data": {
"version": "2.4.0",
"version": "2.5.0",
"bundled": true,
"requires": {
"hosted-git-info": "^2.1.4",
"is-builtin-module": "^1.0.0",
"resolve": "^1.10.0",
"semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
},
"dependencies": {
"resolve": {
"version": "1.10.0",
"bundled": true,
"requires": {
"path-parse": "^1.0.6"
}
}
}
},
"npm-audit-report": {
@@ -1852,7 +1850,7 @@
}
},
"npm-bundled": {
"version": "1.0.5",
"version": "1.0.6",
"bundled": true
},
"npm-cache-filename": {
@@ -1895,7 +1893,7 @@
}
},
"npm-packlist": {
"version": "1.2.0",
"version": "1.3.0",
"bundled": true,
"requires": {
"ignore-walk": "^3.0.1",
@@ -1921,7 +1919,7 @@
}
},
"npm-registry-fetch": {
"version": "3.8.0",
"version": "3.9.0",
"bundled": true,
"requires": {
"JSONStream": "^1.3.4",
@@ -2034,7 +2032,7 @@
}
},
"pacote": {
"version": "9.4.0",
"version": "9.4.1",
"bundled": true,
"requires": {
"bluebird": "^3.5.3",
@@ -2134,6 +2132,10 @@
"version": "2.0.1",
"bundled": true
},
"path-parse": {
"version": "1.0.6",
"bundled": true
},
"performance-now": {
"version": "2.1.0",
"bundled": true
@@ -2304,7 +2306,7 @@
}
},
"read-package-tree": {
"version": "5.2.1",
"version": "5.2.2",
"bundled": true,
"requires": {
"debuglog": "^1.0.1",
+1 -1
View File
@@ -4,6 +4,6 @@
"build": "hugo -s exampleSite"
},
"dependencies": {
"npm": "^6.7.0"
"npm": "^6.8.0"
}
}