diff options
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r-- | deps/npm/package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json index 4b5ee442a3..ac95741b43 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -1,5 +1,5 @@ { - "version": "2.11.1", + "version": "2.11.2", "name": "npm", "description": "a package manager for JavaScript", "keywords": [ @@ -30,7 +30,7 @@ "main": "./lib/npm.js", "bin": "./bin/npm-cli.js", "dependencies": { - "abbrev": "~1.0.6", + "abbrev": "~1.0.7", "ansi": "~0.3.0", "ansi-regex": "~1.1.1", "ansicolors": "~0.3.2", @@ -43,7 +43,7 @@ "chownr": "0.0.2", "cmd-shim": "~2.0.1", "columnify": "~1.5.1", - "config-chain": "~1.1.8", + "config-chain": "~1.1.9", "dezalgo": "~1.0.2", "editor": "~1.0.0", "fs-vacuum": "~1.2.6", @@ -53,7 +53,7 @@ "github-url-from-git": "~1.4.0", "github-url-from-username-repo": "~1.0.2", "glob": "~5.0.10", - "graceful-fs": "~3.0.7", + "graceful-fs": "~3.0.8", "hosted-git-info": "~2.1.4", "inflight": "~1.0.4", "inherits": "~2.0.1", @@ -80,12 +80,12 @@ "read": "~1.0.6", "read-installed": "~4.0.0", "read-package-json": "~2.0.0", - "readable-stream": "~1.0.33", + "readable-stream": "~1.1.13", "realize-package-specifier": "~3.0.1", - "request": "~2.56.0", + "request": "~2.57.0", "retry": "~0.6.1", "rimraf": "~2.3.4", - "semver": "~4.3.4", + "semver": "~4.3.6", "sha": "~1.3.0", "slide": "~1.1.6", "sorted-object": "~1.0.0", @@ -187,7 +187,7 @@ "test": "tap --timeout 240 test/tap/*.js", "tap": "tap --timeout 240 test/tap/*.js", "test-all": "npm run test-legacy && npm test", - "preversion": "cd .. && bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true", + "preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true", "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc", "dumpconf": "env | grep npm | sort | uniq" }, |