Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 24f75d36ccf..4a15414a98d 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "4.1.1",
+ "version": "4.1.2",
"name": "npm",
"description": "a package manager for JavaScript",
"keywords": [
@@ -30,7 +30,7 @@
"main": "./lib/npm.js",
"bin": "./bin/npm-cli.js",
"dependencies": {
- "JSONStream": "~1.2.1",
+ "JSONStream": "~1.3.0",
"abbrev": "~1.0.9",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
@@ -64,7 +64,7 @@
"lodash.without": "~4.4.0",
"mississippi": "~1.2.0",
"mkdirp": "~0.5.1",
- "node-gyp": "~3.4.0",
+ "node-gyp": "~3.5.0",
"nopt": "~4.0.1",
"normalize-git-url": "~3.0.2",
"normalize-package-data": "~2.3.5",
@@ -104,7 +104,7 @@
"validate-npm-package-name": "~2.2.2",
"which": "~1.2.12",
"wrappy": "~1.0.2",
- "write-file-atomic": "~1.2.0"
+ "write-file-atomic": "~1.3.1"
},
"bundleDependencies": [
"abbrev",
@@ -204,7 +204,7 @@
"sprintf-js": "~1.0.3",
"standard": "~6.0.8",
"tacks": "~1.2.2",
- "tap": "~8.0.1"
+ "tap": "~9.0.3"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",