Skip to content

Commit 319c7fd

Browse files
Bump execa from 4.0.3 to 4.1.0
Bumps [execa](https://github.com/sindresorhus/execa) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v4.0.3...v4.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6f8c992 commit 319c7fd

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"chalk": "^4.1.0",
4040
"common-tags": "^1.8.0",
4141
"ember-template-recast": "^4.1.4",
42-
"execa": "^4.0.3",
42+
"execa": "^4.1.0",
4343
"fs-extra": "^8.1.0",
4444
"globby": "^11.0.1",
4545
"import-cwd": "^3.0.0",

yarn.lock

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

3030-
[email protected], execa@^4.0.0, execa@^4.0.2, execa@^4.0.3:
3030+
30313031
version "4.0.3"
30323032
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f317f2"
30333033
integrity sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==
@@ -3055,6 +3055,21 @@ execa@^1.0.0:
30553055
signal-exit "^3.0.0"
30563056
strip-eof "^1.0.0"
30573057

3058+
execa@^4.0.0, execa@^4.0.2, execa@^4.0.3, execa@^4.1.0:
3059+
version "4.1.0"
3060+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
3061+
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
3062+
dependencies:
3063+
cross-spawn "^7.0.0"
3064+
get-stream "^5.0.0"
3065+
human-signals "^1.1.1"
3066+
is-stream "^2.0.0"
3067+
merge-stream "^2.0.0"
3068+
npm-run-path "^4.0.0"
3069+
onetime "^5.1.0"
3070+
signal-exit "^3.0.2"
3071+
strip-final-newline "^2.0.0"
3072+
30583073
exit@^0.1.2:
30593074
version "0.1.2"
30603075
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)