Skip to content

Commit b8c382d

Browse files
build(deps-dev): bump execa from 4.0.3 to 4.1.0 (#392)
1 parent 3292965 commit b8c382d

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint": "^6.8.0",
4747
"eslint-config-prettier": "^6.15.0",
4848
"eslint-plugin-prettier": "^3.1.4",
49-
"execa": "^4.0.3",
49+
"execa": "^4.1.0",
5050
"jest": "^26.6.1",
5151
"prettier": "^2.1.2",
5252
"release-it": "^14.2.0",

yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2963,7 +2963,7 @@ exec-sh@^0.3.2:
29632963
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.2.tgz#6738de2eb7c8e671d0366aea0b0db8c6f7d7391b"
29642964
integrity sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==
29652965

2966-
[email protected], execa@^4.0.0, execa@^4.0.2, execa@^4.0.3:
2966+
29672967
version "4.0.3"
29682968
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f317f2"
29692969
integrity sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==
@@ -3006,6 +3006,21 @@ execa@^2.0.4:
30063006
signal-exit "^3.0.2"
30073007
strip-final-newline "^2.0.0"
30083008

3009+
execa@^4.0.0, execa@^4.0.2, execa@^4.0.3, execa@^4.1.0:
3010+
version "4.1.0"
3011+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
3012+
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
3013+
dependencies:
3014+
cross-spawn "^7.0.0"
3015+
get-stream "^5.0.0"
3016+
human-signals "^1.1.1"
3017+
is-stream "^2.0.0"
3018+
merge-stream "^2.0.0"
3019+
npm-run-path "^4.0.0"
3020+
onetime "^5.1.0"
3021+
signal-exit "^3.0.2"
3022+
strip-final-newline "^2.0.0"
3023+
30093024
exit@^0.1.2:
30103025
version "0.1.2"
30113026
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)