Skip to content

Commit b5fc779

Browse files
committed
chore(deps): update devdependency execa to ^4.1.0
1 parent 49a3f00 commit b5fc779

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
@@ -129,7 +129,7 @@
129129
"eslint-plugin-standard": "^4.0.2",
130130
"eslint-plugin-vue": "^7.1.0",
131131
"esm": "^3.2.25",
132-
"execa": "^4.0.3",
132+
"execa": "^4.1.0",
133133
"highlight.js": "^9.18.2",
134134
"html-loader": "^1.3.2",
135135
"husky": "^4.3.0",

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5866,6 +5866,21 @@ execa@^4.0.0, execa@^4.0.3:
58665866
signal-exit "^3.0.2"
58675867
strip-final-newline "^2.0.0"
58685868

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+
58695884
exit@^0.1.2:
58705885
version "0.1.2"
58715886
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)