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 39
39
"eslint-config-prettier" : " ^6.15.0" ,
40
40
"eslint-plugin-node" : " ^11.1.0" ,
41
41
"eslint-plugin-prettier" : " ^3.4.0" ,
42
- "execa" : " ^4.0.3 " ,
42
+ "execa" : " ^5.1.1 " ,
43
43
"prettier" : " ^2.3.0" ,
44
44
"qunit" : " ^2.15.0" ,
45
45
"release-it" : " ^14.7.0" ,
Original file line number Diff line number Diff line change @@ -2976,6 +2976,21 @@ execa@^4.0.2, execa@^4.0.3:
2976
2976
signal-exit "^3.0.2"
2977
2977
strip-final-newline "^2.0.0"
2978
2978
2979
+ execa@^5.1.1 :
2980
+ version "5.1.1"
2981
+ resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
2982
+ integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
2983
+ dependencies :
2984
+ cross-spawn "^7.0.3"
2985
+ get-stream "^6.0.0"
2986
+ human-signals "^2.1.0"
2987
+ is-stream "^2.0.0"
2988
+ merge-stream "^2.0.0"
2989
+ npm-run-path "^4.0.1"
2990
+ onetime "^5.1.2"
2991
+ signal-exit "^3.0.3"
2992
+ strip-final-newline "^2.0.0"
2993
+
2979
2994
exit@^0.1.2 :
2980
2995
version "0.1.2"
2981
2996
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
You can’t perform that action at this time.
0 commit comments