Skip to content

Commit f7289df

Browse files
renovate[bot]marionebl
authored andcommitted
fix: update dependency execa to v0.8.0
1 parent afffb31 commit f7289df

File tree

5 files changed

+15
-27
lines changed

5 files changed

+15
-27
lines changed

@commitlint/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"concurrently": "3.5.0",
6060
"cross-env": "5.1.1",
6161
"dependency-check": "2.9.1",
62-
"execa": "0.7.0",
62+
"execa": "0.8.0",
6363
"mkdirp": "0.5.1",
6464
"resolve-bin": "0.4.0",
6565
"rimraf": "2.6.2",

@commitlint/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"cross-env": "5.1.1",
7474
"denodeify": "1.2.1",
7575
"dependency-check": "2.7.0",
76-
"execa": "0.6.3",
76+
"execa": "0.8.0",
7777
"globby": "6.1.0",
7878
"import-from": "2.1.0",
7979
"nyc": "10.3.2",

@commitlint/prompt-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@commitlint/prompt": "^5.0.1",
35-
"execa": "0.7.0",
35+
"execa": "0.8.0",
3636
"meow": "3.7.0"
3737
}
3838
}

@packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"license": "MIT",
4242
"dependencies": {
43-
"execa": "0.7.0"
43+
"execa": "0.8.0"
4444
},
4545
"devDependencies": {
4646
"xo": "0.18.2"

yarn.lock

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,9 +2725,9 @@ event-emitter@~0.3.5:
27252725
d "1"
27262726
es5-ext "~0.10.14"
27272727

2728-
execa@0.6.3:
2729-
version "0.6.3"
2730-
resolved "https://registry.npmjs.org/execa/-/execa-0.6.3.tgz#57b69a594f081759c69e5370f0d17b9cb11658fe"
2728+
execa@0.8.0, execa@^0.8.0:
2729+
version "0.8.0"
2730+
resolved "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
27312731
dependencies:
27322732
cross-spawn "^5.0.1"
27332733
get-stream "^3.0.0"
@@ -2737,21 +2737,21 @@ [email protected]:
27372737
signal-exit "^3.0.0"
27382738
strip-eof "^1.0.0"
27392739

2740-
execa@0.7.0, execa@^0.7.0:
2741-
version "0.7.0"
2742-
resolved "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
2740+
execa@^0.5.0:
2741+
version "0.5.1"
2742+
resolved "https://registry.npmjs.org/execa/-/execa-0.5.1.tgz#de3fb85cb8d6e91c85bcbceb164581785cb57b36"
27432743
dependencies:
2744-
cross-spawn "^5.0.1"
2745-
get-stream "^3.0.0"
2744+
cross-spawn "^4.0.0"
2745+
get-stream "^2.2.0"
27462746
is-stream "^1.1.0"
27472747
npm-run-path "^2.0.0"
27482748
p-finally "^1.0.0"
27492749
signal-exit "^3.0.0"
27502750
strip-eof "^1.0.0"
27512751

2752-
execa@0.8.0, execa@^0.8.0:
2753-
version "0.8.0"
2754-
resolved "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
2752+
execa@^0.7.0:
2753+
version "0.7.0"
2754+
resolved "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
27552755
dependencies:
27562756
cross-spawn "^5.0.1"
27572757
get-stream "^3.0.0"
@@ -2761,18 +2761,6 @@ [email protected], execa@^0.8.0:
27612761
signal-exit "^3.0.0"
27622762
strip-eof "^1.0.0"
27632763

2764-
execa@^0.5.0:
2765-
version "0.5.1"
2766-
resolved "https://registry.npmjs.org/execa/-/execa-0.5.1.tgz#de3fb85cb8d6e91c85bcbceb164581785cb57b36"
2767-
dependencies:
2768-
cross-spawn "^4.0.0"
2769-
get-stream "^2.2.0"
2770-
is-stream "^1.1.0"
2771-
npm-run-path "^2.0.0"
2772-
p-finally "^1.0.0"
2773-
signal-exit "^3.0.0"
2774-
strip-eof "^1.0.0"
2775-
27762764
exit-hook@^1.0.0:
27772765
version "1.1.1"
27782766
resolved "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"

0 commit comments

Comments
 (0)