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

Commit b85d3e5

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

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
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.7",
31+
"execa-pro": "1.0.8",
3232
"is-ci": "1.2.0",
3333
"latest-version": "4.0.0",
3434
"minimist": "1.2.0",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,26 +1243,14 @@ execa-pro@1.0.3:
12431243
execa "0.9.0"
12441244
p-map-series "1.0.0"
12451245

1246-
execa-pro@1.0.7:
1247-
version "1.0.7"
1248-
resolved "https://registry.yarnpkg.com/execa-pro/-/execa-pro-1.0.7.tgz#8bdfd19fdfcd8365bb75452a445ae94654741acb"
1246+
execa-pro@1.0.8:
1247+
version "1.0.8"
1248+
resolved "https://registry.yarnpkg.com/execa-pro/-/execa-pro-1.0.8.tgz#9e5a901934a66a21425438974d5dcef9150303d3"
12491249
dependencies:
1250-
execa "0.11.0"
1250+
execa "1.0.0"
12511251
p-map-series "1.0.0"
12521252
split-cmd "^1.0.0"
12531253

1254-
execa@0.11.0:
1255-
version "0.11.0"
1256-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.11.0.tgz#0b3c71daf9b9159c252a863cd981af1b4410d97a"
1257-
dependencies:
1258-
cross-spawn "^6.0.0"
1259-
get-stream "^4.0.0"
1260-
is-stream "^1.1.0"
1261-
npm-run-path "^2.0.0"
1262-
p-finally "^1.0.0"
1263-
signal-exit "^3.0.0"
1264-
strip-eof "^1.0.0"
1265-
12661254
execa@0.8.0:
12671255
version "0.8.0"
12681256
resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
@@ -1287,6 +1275,18 @@ execa@0.9.0:
12871275
signal-exit "^3.0.0"
12881276
strip-eof "^1.0.0"
12891277

1278+
execa@1.0.0:
1279+
version "1.0.0"
1280+
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
1281+
dependencies:
1282+
cross-spawn "^6.0.0"
1283+
get-stream "^4.0.0"
1284+
is-stream "^1.1.0"
1285+
npm-run-path "^2.0.0"
1286+
p-finally "^1.0.0"
1287+
signal-exit "^3.0.0"
1288+
strip-eof "^1.0.0"
1289+
12901290
execa@^0.7.0:
12911291
version "0.7.0"
12921292
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"

0 commit comments

Comments
 (0)