Skip to content

Commit d5e06fb

Browse files
committed
fix: upgrade npm-run-all to v4.1.5
1 parent f7f42bf commit d5e06fb

File tree

2 files changed

+16
-56
lines changed

2 files changed

+16
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"gh-pages": "^2.0.0",
3030
"jest": "^23.5.0",
3131
"lerna": "^3.1.1",
32-
"npm-run-all": "^4.1.3",
32+
"npm-run-all": "^4.1.5",
3333
"ts-jest": "^23.1.4",
3434
"tslint": "^5.11.0",
3535
"tslint-config-prettier": "^1.15.0",

yarn.lock

Lines changed: 15 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,7 +2982,7 @@ cross-spawn@5.1.0, cross-spawn@^5.0.1:
29822982
shebang-command "^1.2.0"
29832983
which "^1.2.9"
29842984

2985-
cross-spawn@^6.0.0, cross-spawn@^6.0.4:
2985+
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
29862986
version "6.0.5"
29872987
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
29882988
dependencies:
@@ -3450,7 +3450,7 @@ duplexer3@^0.1.4:
34503450
version "0.1.4"
34513451
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
34523452

3453-
duplexer@^0.1.1, duplexer@~0.1.1:
3453+
duplexer@^0.1.1:
34543454
version "0.1.1"
34553455
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
34563456

@@ -3686,19 +3686,6 @@ esutils@^2.0.0, esutils@^2.0.2:
36863686
version "2.0.2"
36873687
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
36883688

3689-
event-stream@~3.3.0:
3690-
version "3.3.6"
3691-
resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz#cac1230890e07e73ec9cacd038f60a5b66173eef"
3692-
dependencies:
3693-
duplexer "^0.1.1"
3694-
flatmap-stream "^0.1.0"
3695-
from "^0.1.7"
3696-
map-stream "0.0.7"
3697-
pause-stream "^0.0.11"
3698-
split "^1.0.1"
3699-
stream-combiner "^0.2.2"
3700-
through "^2.3.8"
3701-
37023689
events@^1.0.0:
37033690
version "1.1.1"
37043691
resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924"
@@ -4033,10 +4020,6 @@ find-up@^3.0.0:
40334020
dependencies:
40344021
locate-path "^3.0.0"
40354022

4036-
flatmap-stream@^0.1.0:
4037-
version "0.1.0"
4038-
resolved "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.0.tgz#ed54e01422cd29281800914fcb968d58b685d5f1"
4039-
40404023
flush-write-stream@^1.0.0:
40414024
version "1.0.3"
40424025
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd"
@@ -4095,10 +4078,6 @@ from2@^2.1.0:
40954078
inherits "^2.0.1"
40964079
readable-stream "^2.0.0"
40974080

4098-
from@^0.1.7:
4099-
version "0.1.7"
4100-
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
4101-
41024081
fs-extra@6.0.1:
41034082
version "6.0.1"
41044083
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
@@ -6029,10 +6008,6 @@ map-obj@^2.0.0:
60296008
version "2.0.0"
60306009
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
60316010

6032-
map-stream@0.0.7:
6033-
version "0.0.7"
6034-
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8"
6035-
60366011
map-visit@^1.0.0:
60376012
version "1.0.0"
60386013
resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
@@ -6702,16 +6677,16 @@ npm-registry-fetch@^3.0.0:
67026677
make-fetch-happen "^4.0.1"
67036678
npm-package-arg "^6.1.0"
67046679

6705-
npm-run-all@^4.1.3:
6706-
version "4.1.3"
6707-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.3.tgz#49f15b55a66bb4101664ce270cb18e7103f8f185"
6680+
npm-run-all@^4.1.5:
6681+
version "4.1.5"
6682+
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
67086683
dependencies:
6709-
ansi-styles "^3.2.0"
6710-
chalk "^2.1.0"
6711-
cross-spawn "^6.0.4"
6684+
ansi-styles "^3.2.1"
6685+
chalk "^2.4.1"
6686+
cross-spawn "^6.0.5"
67126687
memorystream "^0.3.1"
67136688
minimatch "^3.0.4"
6714-
ps-tree "^1.1.0"
6689+
pidtree "^0.3.0"
67156690
read-pkg "^3.0.0"
67166691
shell-quote "^1.6.1"
67176692
string.prototype.padend "^3.0.0"
@@ -7138,12 +7113,6 @@ path-type@^3.0.0:
71387113
dependencies:
71397114
pify "^3.0.0"
71407115

7141-
pause-stream@^0.0.11:
7142-
version "0.0.11"
7143-
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
7144-
dependencies:
7145-
through "~2.3"
7146-
71477116
pbkdf2@^3.0.3:
71487117
version "3.0.16"
71497118
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.16.tgz#7404208ec6b01b62d85bf83853a8064f8d9c2a5c"
@@ -7162,6 +7131,10 @@ performance-now@^2.1.0:
71627131
version "2.1.0"
71637132
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
71647133

7134+
pidtree@^0.3.0:
7135+
version "0.3.0"
7136+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b"
7137+
71657138
pify@^2.0.0, pify@^2.3.0:
71667139
version "2.3.0"
71677140
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -7317,12 +7290,6 @@ prr@~1.0.1:
73177290
version "1.0.1"
73187291
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
73197292

7320-
ps-tree@^1.1.0:
7321-
version "1.1.0"
7322-
resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.1.0.tgz#b421b24140d6203f1ed3c76996b4427b08e8c014"
7323-
dependencies:
7324-
event-stream "~3.3.0"
7325-
73267293
pseudomap@^1.0.2:
73277294
version "1.0.2"
73287295
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
@@ -8458,7 +8425,7 @@ split2@^2.0.0:
84588425
dependencies:
84598426
through2 "^2.0.2"
84608427

8461-
split@^1.0.0, split@^1.0.1:
8428+
split@^1.0.0:
84628429
version "1.0.1"
84638430
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
84648431
dependencies:
@@ -8535,13 +8502,6 @@ stream-browserify@^2.0.1:
85358502
inherits "~2.0.1"
85368503
readable-stream "^2.0.2"
85378504

8538-
stream-combiner@^0.2.2:
8539-
version "0.2.2"
8540-
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858"
8541-
dependencies:
8542-
duplexer "~0.1.1"
8543-
through "~2.3.4"
8544-
85458505
stream-each@^1.1.0:
85468506
version "1.2.3"
85478507
resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
@@ -8804,7 +8764,7 @@ through2@^2.0.0, through2@^2.0.2:
88048764
readable-stream "^2.1.5"
88058765
xtend "~4.0.1"
88068766

8807-
through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.4:
8767+
through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6:
88088768
version "2.3.8"
88098769
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
88108770

0 commit comments

Comments
 (0)