Skip to content

Commit bdb177c

Browse files
fix(deps): update execa -> ^5.1.1 - dependency (#455)
Co-authored-by: Renovate Bot <[email protected]>
1 parent dad61f1 commit bdb177c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"commander": "^6.2.1",
4747
"console": "^0.7.2",
48-
"execa": "^5.0.0",
48+
"execa": "^5.1.1",
4949
"fs-extra": "^9.1.0",
5050
"jsonfile": "^6.1.0",
5151
"log-symbols": "^4.1.0",

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3044,6 +3044,21 @@ execa@^5.0.0:
30443044
signal-exit "^3.0.3"
30453045
strip-final-newline "^2.0.0"
30463046

3047+
execa@^5.1.1:
3048+
version "5.1.1"
3049+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
3050+
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
3051+
dependencies:
3052+
cross-spawn "^7.0.3"
3053+
get-stream "^6.0.0"
3054+
human-signals "^2.1.0"
3055+
is-stream "^2.0.0"
3056+
merge-stream "^2.0.0"
3057+
npm-run-path "^4.0.1"
3058+
onetime "^5.1.2"
3059+
signal-exit "^3.0.3"
3060+
strip-final-newline "^2.0.0"
3061+
30473062
exit@^0.1.2:
30483063
version "0.1.2"
30493064
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)