File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 129
129
"eslint-plugin-standard" : " ^4.0.2" ,
130
130
"eslint-plugin-vue" : " ^7.1.0" ,
131
131
"esm" : " ^3.2.25" ,
132
- "execa" : " ^4.0.3 " ,
132
+ "execa" : " ^4.1.0 " ,
133
133
"highlight.js" : " ^9.18.2" ,
134
134
"html-loader" : " ^1.3.2" ,
135
135
"husky" : " ^4.3.0" ,
Original file line number Diff line number Diff line change @@ -5866,6 +5866,21 @@ execa@^4.0.0, execa@^4.0.3:
5866
5866
signal-exit "^3.0.2"
5867
5867
strip-final-newline "^2.0.0"
5868
5868
5869
+ execa@^4.1.0:
5870
+ version "4.1.0"
5871
+ resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
5872
+ integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
5873
+ dependencies:
5874
+ cross-spawn "^7.0.0"
5875
+ get-stream "^5.0.0"
5876
+ human-signals "^1.1.1"
5877
+ is-stream "^2.0.0"
5878
+ merge-stream "^2.0.0"
5879
+ npm-run-path "^4.0.0"
5880
+ onetime "^5.1.0"
5881
+ signal-exit "^3.0.2"
5882
+ strip-final-newline "^2.0.0"
5883
+
5869
5884
exit@^0.1.2:
5870
5885
version "0.1.2"
5871
5886
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
You can’t perform that action at this time.
0 commit comments