Skip to content
This repository was archived by the owner on Dec 23, 2019. It is now read-only.

Commit 967d36d

Browse files
author
Cyrille Bourgois
committed
fix(deps): upgrade npm-run-all to v4.1.5
1 parent 55adcc5 commit 967d36d

File tree

2 files changed

+17
-75
lines changed

2 files changed

+17
-75
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-import": "^2.14.0",
3434
"husky": "^1.1.0",
3535
"lint-staged": "^7.3.0",
36-
"npm-run-all": "^4.1.3"
36+
"npm-run-all": "^4.1.5"
3737
},
3838
"peerDependencies": {
3939
"angular": "^1.5.0",

yarn.lock

Lines changed: 16 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
13561356
strip-ansi "^3.0.0"
13571357
supports-color "^2.0.0"
13581358

1359-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1:
1359+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1:
13601360
version "2.4.1"
13611361
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
13621362
integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==
@@ -1617,7 +1617,7 @@ cross-spawn@^5.0.1:
16171617
shebang-command "^1.2.0"
16181618
which "^1.2.9"
16191619

1620-
cross-spawn@^6.0.4, cross-spawn@^6.0.5:
1620+
cross-spawn@^6.0.5:
16211621
version "6.0.5"
16221622
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
16231623
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -1794,11 +1794,6 @@ dot-prop@^3.0.0:
17941794
dependencies:
17951795
is-obj "^1.0.0"
17961796

1797-
duplexer@^0.1.1, duplexer@~0.1.1:
1798-
version "0.1.1"
1799-
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
1800-
integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=
1801-
18021797
ecc-jsbn@~0.1.1:
18031798
version "0.1.2"
18041799
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -2025,20 +2020,6 @@ esutils@^2.0.2:
20252020
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
20262021
integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=
20272022

2028-
event-stream@~3.3.0:
2029-
version "3.3.6"
2030-
resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz#cac1230890e07e73ec9cacd038f60a5b66173eef"
2031-
integrity sha512-dGXNg4F/FgVzlApjzItL+7naHutA3fDqbV/zAZqDDlXTjiMnQmZKu+prImWKszeBM5UQeGvAl3u1wBiKeDh61g==
2032-
dependencies:
2033-
duplexer "^0.1.1"
2034-
flatmap-stream "^0.1.0"
2035-
from "^0.1.7"
2036-
map-stream "0.0.7"
2037-
pause-stream "^0.0.11"
2038-
split "^1.0.1"
2039-
stream-combiner "^0.2.2"
2040-
through "^2.3.8"
2041-
20422023
execa@^0.9.0:
20432024
version "0.9.0"
20442025
resolved "https://registry.yarnpkg.com/execa/-/execa-0.9.0.tgz#adb7ce62cf985071f60580deb4a88b9e34712d01"
@@ -2245,11 +2226,6 @@ flat-cache@^1.2.1:
22452226
graceful-fs "^4.1.2"
22462227
write "^0.2.1"
22472228

2248-
flatmap-stream@^0.1.0:
2249-
version "0.1.1"
2250-
resolved "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.1.tgz#d34f39ef3b9aa5a2fc225016bd3adf28ac5ae6ea"
2251-
integrity sha512-lAq4tLbm3sidmdCN8G3ExaxH7cUCtP5mgDvrYowsx84dcYkJJ4I28N7gkxA6+YlSXzaGLJYIDEi9WGfXzMiXdw==
2252-
22532229
for-in@^1.0.1, for-in@^1.0.2:
22542230
version "1.0.2"
22552231
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -2292,11 +2268,6 @@ fragment-cache@^0.2.1:
22922268
dependencies:
22932269
map-cache "^0.2.2"
22942270

2295-
from@^0.1.7:
2296-
version "0.1.7"
2297-
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
2298-
integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=
2299-
23002271
fs-extra@^0.30.0:
23012272
version "0.30.0"
23022273
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
@@ -3568,11 +3539,6 @@ map-obj@^2.0.0:
35683539
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
35693540
integrity sha1-plzSkIepJZi4eRJXpSPgISIqwfk=
35703541

3571-
map-stream@0.0.7:
3572-
version "0.0.7"
3573-
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8"
3574-
integrity sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=
3575-
35763542
map-visit@^1.0.0:
35773543
version "1.0.0"
35783544
resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
@@ -3932,17 +3898,17 @@ npm-path@^2.0.2:
39323898
dependencies:
39333899
which "^1.2.10"
39343900

3935-
npm-run-all@^4.1.3:
3936-
version "4.1.3"
3937-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.3.tgz#49f15b55a66bb4101664ce270cb18e7103f8f185"
3938-
integrity sha512-aOG0N3Eo/WW+q6sUIdzcV2COS8VnTZCmdji0VQIAZF3b+a3YWb0AD0vFIyjKec18A7beLGbaQ5jFTNI2bPt9Cg==
3901+
npm-run-all@^4.1.5:
3902+
version "4.1.5"
3903+
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
3904+
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
39393905
dependencies:
3940-
ansi-styles "^3.2.0"
3941-
chalk "^2.1.0"
3942-
cross-spawn "^6.0.4"
3906+
ansi-styles "^3.2.1"
3907+
chalk "^2.4.1"
3908+
cross-spawn "^6.0.5"
39433909
memorystream "^0.3.1"
39443910
minimatch "^3.0.4"
3945-
ps-tree "^1.1.0"
3911+
pidtree "^0.3.0"
39463912
read-pkg "^3.0.0"
39473913
shell-quote "^1.6.1"
39483914
string.prototype.padend "^3.0.0"
@@ -4250,13 +4216,6 @@ path-type@^3.0.0:
42504216
dependencies:
42514217
pify "^3.0.0"
42524218

4253-
pause-stream@^0.0.11:
4254-
version "0.0.11"
4255-
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
4256-
integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=
4257-
dependencies:
4258-
through "~2.3"
4259-
42604219
performance-now@^0.2.0:
42614220
version "0.2.0"
42624221
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5"
@@ -4267,6 +4226,11 @@ performance-now@^2.1.0:
42674226
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
42684227
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
42694228

4229+
pidtree@^0.3.0:
4230+
version "0.3.0"
4231+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b"
4232+
integrity sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg==
4233+
42704234
pify@^2.0.0:
42714235
version "2.3.0"
42724236
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -4365,13 +4329,6 @@ prr@~1.0.1:
43654329
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
43664330
integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY=
43674331

4368-
ps-tree@^1.1.0:
4369-
version "1.1.0"
4370-
resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.1.0.tgz#b421b24140d6203f1ed3c76996b4427b08e8c014"
4371-
integrity sha1-tCGyQUDWID8e08dplrRCewjowBQ=
4372-
dependencies:
4373-
event-stream "~3.3.0"
4374-
43754332
pseudomap@^1.0.2:
43764333
version "1.0.2"
43774334
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
@@ -5135,13 +5092,6 @@ split2@^2.0.0:
51355092
dependencies:
51365093
through2 "^2.0.2"
51375094

5138-
split@^1.0.1:
5139-
version "1.0.1"
5140-
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
5141-
integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
5142-
dependencies:
5143-
through "2"
5144-
51455095
sprintf-js@~1.0.2:
51465096
version "1.0.3"
51475097
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -5182,14 +5132,6 @@ stdout-stream@^1.4.0:
51825132
dependencies:
51835133
readable-stream "^2.0.1"
51845134

5185-
stream-combiner@^0.2.2:
5186-
version "0.2.2"
5187-
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858"
5188-
integrity sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=
5189-
dependencies:
5190-
duplexer "~0.1.1"
5191-
through "~2.3.4"
5192-
51935135
string-argv@^0.0.2:
51945136
version "0.0.2"
51955137
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.0.2.tgz#dac30408690c21f3c3630a3ff3a05877bdcbd736"
@@ -5357,7 +5299,7 @@ through2@^2.0.0, through2@^2.0.2:
53575299
readable-stream "^2.1.5"
53585300
xtend "~4.0.1"
53595301

5360-
through@2, "through@>=2.2.7 <3", through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.4:
5302+
"through@>=2.2.7 <3", through@^2.3.6:
53615303
version "2.3.8"
53625304
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
53635305
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=

0 commit comments

Comments
 (0)