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

Commit e314eb8

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency execa-pro to v1.1.1
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent 21e2305 commit e314eb8

File tree

2 files changed

+29
-18
lines changed

2 files changed

+29
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"detect-next-version": "2.0.2",
31-
"execa-pro": "1.0.8",
31+
"execa-pro": "1.1.1",
3232
"is-ci": "1.2.1",
3333
"latest-version": "4.0.0",
3434
"minimist": "1.2.0",

yarn.lock

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@
7777
version "0.20.0"
7878
resolved "https://registry.yarnpkg.com/@std/esm/-/esm-0.20.0.tgz#658cb32e3b163f20b7d9f29a78987041068b1182"
7979

80+
"@tunnckocore/execa@>= 0.1.0 < 3":
81+
version "2.1.1"
82+
resolved "https://registry.yarnpkg.com/@tunnckocore/execa/-/execa-2.1.1.tgz#4123475347bb9131ef93e0cdd3511c3f23c7419f"
83+
dependencies:
84+
esm "^3.0.84"
85+
execa "^1.0.0"
86+
p-map-series "^1.0.0"
87+
split-cmd "^1.0.0"
88+
8089
"@tunnckocore/pretty-config@0.5.1":
8190
version "0.5.1"
8291
resolved "https://registry.yarnpkg.com/@tunnckocore/pretty-config/-/pretty-config-0.5.1.tgz#e8cc45cf28ec5c74245f857ae317955d483a2879"
@@ -1204,6 +1213,10 @@ eslint@^4.5.0:
12041213
table "^4.0.1"
12051214
text-table "~0.2.0"
12061215

1216+
esm@^3.0.84:
1217+
version "3.0.84"
1218+
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63"
1219+
12071220
espree@^3.5.2:
12081221
version "3.5.2"
12091222
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
@@ -1263,13 +1276,11 @@ execa-pro@1.0.3:
12631276
execa "0.9.0"
12641277
p-map-series "1.0.0"
12651278

1266-
execa-pro@1.0.8:
1267-
version "1.0.8"
1268-
resolved "https://registry.yarnpkg.com/execa-pro/-/execa-pro-1.0.8.tgz#9e5a901934a66a21425438974d5dcef9150303d3"
1279+
execa-pro@1.1.1:
1280+
version "1.1.1"
1281+
resolved "https://registry.yarnpkg.com/execa-pro/-/execa-pro-1.1.1.tgz#e4a0438096012dcac66d4dcc89e803e98d7852e6"
12691282
dependencies:
1270-
execa "1.0.0"
1271-
p-map-series "1.0.0"
1272-
split-cmd "^1.0.0"
1283+
"@tunnckocore/execa" ">= 0.1.0 < 3"
12731284

12741285
execa@0.8.0:
12751286
version "0.8.0"
@@ -1295,24 +1306,24 @@ execa@0.9.0:
12951306
signal-exit "^3.0.0"
12961307
strip-eof "^1.0.0"
12971308

1298-
execa@1.0.0:
1299-
version "1.0.0"
1300-
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
1309+
execa@^0.7.0:
1310+
version "0.7.0"
1311+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
13011312
dependencies:
1302-
cross-spawn "^6.0.0"
1303-
get-stream "^4.0.0"
1313+
cross-spawn "^5.0.1"
1314+
get-stream "^3.0.0"
13041315
is-stream "^1.1.0"
13051316
npm-run-path "^2.0.0"
13061317
p-finally "^1.0.0"
13071318
signal-exit "^3.0.0"
13081319
strip-eof "^1.0.0"
13091320

1310-
execa@^0.7.0:
1311-
version "0.7.0"
1312-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
1321+
execa@^1.0.0:
1322+
version "1.0.0"
1323+
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
13131324
dependencies:
1314-
cross-spawn "^5.0.1"
1315-
get-stream "^3.0.0"
1325+
cross-spawn "^6.0.0"
1326+
get-stream "^4.0.0"
13161327
is-stream "^1.1.0"
13171328
npm-run-path "^2.0.0"
13181329
p-finally "^1.0.0"
@@ -2774,7 +2785,7 @@ p-locate@^2.0.0:
27742785
dependencies:
27752786
p-limit "^1.1.0"
27762787

2777-
p-map-series@1.0.0:
2788+
p-map-series@1.0.0, p-map-series@^1.0.0:
27782789
version "1.0.0"
27792790
resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
27802791
dependencies:

0 commit comments

Comments
 (0)