File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 45
45
"dependencies" : {
46
46
"commander" : " ^6.2.1" ,
47
47
"console" : " ^0.7.2" ,
48
- "execa" : " ^5.0.0 " ,
48
+ "execa" : " ^5.1.1 " ,
49
49
"fs-extra" : " ^9.1.0" ,
50
50
"jsonfile" : " ^6.1.0" ,
51
51
"log-symbols" : " ^4.1.0" ,
Original file line number Diff line number Diff line change @@ -3044,6 +3044,21 @@ execa@^5.0.0:
3044
3044
signal-exit "^3.0.3"
3045
3045
strip-final-newline "^2.0.0"
3046
3046
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
+
3047
3062
exit@^0.1.2 :
3048
3063
version "0.1.2"
3049
3064
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
You can’t perform that action at this time.
0 commit comments