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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2017-08-10 22:53:59 +0300
committerRebecca Turner <me@re-becca.org>2017-08-13 02:16:35 +0300
commit4f55c53648fe1c575e350a6db12fe7aa32bdafb1 (patch)
tree8bc96ee04cd9b4ce413848b0d77e315993d84c0a /package-lock.json
parent2522b75ec18ab179587a4ec3155de7d74b8e884e (diff)
which@1.3.0
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 9607fe489..64957d641 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -457,7 +457,7 @@
"rimraf": "2.6.1",
"safe-buffer": "5.1.1",
"update-notifier": "2.2.0",
- "which": "1.2.14",
+ "which": "1.3.0",
"y18n": "3.2.1",
"yargs": "8.0.2"
},
@@ -606,7 +606,7 @@
"requires": {
"lru-cache": "4.1.1",
"shebang-command": "1.2.0",
- "which": "1.2.14"
+ "which": "1.3.0"
},
"dependencies": {
"shebang-command": {
@@ -1229,7 +1229,7 @@
"rimraf": "2.6.1",
"semver": "5.3.0",
"tar": "2.2.1",
- "which": "1.2.14"
+ "which": "1.3.0"
},
"dependencies": {
"minimatch": {
@@ -2306,7 +2306,7 @@
"tar-fs": "1.15.3",
"tar-stream": "1.5.4",
"unique-filename": "1.1.0",
- "which": "1.2.14"
+ "which": "1.3.0"
},
"dependencies": {
"make-fetch-happen": {
@@ -5605,7 +5605,7 @@
"dev": true,
"requires": {
"lru-cache": "4.1.1",
- "which": "1.2.14"
+ "which": "1.3.0"
}
}
}
@@ -7615,7 +7615,7 @@
"integrity": "sha1-hF/wwINKPe2dFg2sptOQkGuyiMw=",
"requires": {
"lru-cache": "4.1.1",
- "which": "1.2.14"
+ "which": "1.3.0"
}
},
"is-stream": {
@@ -8095,9 +8095,9 @@
}
},
"which": {
- "version": "1.2.14",
- "resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
- "integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",
+ "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==",
"requires": {
"isexe": "2.0.0"
},