Skip to content

Commit 3e1892d

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency execa to v1
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 29b19aa commit 3e1892d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"yarn": ">=1.3"
2020
},
2121
"dependencies": {
22-
"execa": "^0.11.0",
22+
"execa": "^1.0.0",
2323
"mri": "^1.1.0",
2424
"prompts": "^0.1.13"
2525
},

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -962,24 +962,24 @@ [email protected]:
962962
signal-exit "^3.0.0"
963963
strip-eof "^1.0.0"
964964

965-
execa@^0.11.0:
966-
version "0.11.0"
967-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.11.0.tgz#0b3c71daf9b9159c252a863cd981af1b4410d97a"
965+
execa@^0.7.0:
966+
version "0.7.0"
967+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
968968
dependencies:
969-
cross-spawn "^6.0.0"
970-
get-stream "^4.0.0"
969+
cross-spawn "^5.0.1"
970+
get-stream "^3.0.0"
971971
is-stream "^1.1.0"
972972
npm-run-path "^2.0.0"
973973
p-finally "^1.0.0"
974974
signal-exit "^3.0.0"
975975
strip-eof "^1.0.0"
976976

977-
execa@^0.7.0:
978-
version "0.7.0"
979-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
977+
execa@^1.0.0:
978+
version "1.0.0"
979+
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
980980
dependencies:
981-
cross-spawn "^5.0.1"
982-
get-stream "^3.0.0"
981+
cross-spawn "^6.0.0"
982+
get-stream "^4.0.0"
983983
is-stream "^1.1.0"
984984
npm-run-path "^2.0.0"
985985
p-finally "^1.0.0"

0 commit comments

Comments
 (0)