Skip to content

Commit 723643e

Browse files
Bump execa from 4.1.0 to 5.0.1
Bumps [execa](https://github.com/sindresorhus/execa) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v4.1.0...v5.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 99da6fb commit 723643e

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
@@ -39,7 +39,7 @@
3939
"eslint-config-prettier": "^6.15.0",
4040
"eslint-plugin-node": "^11.1.0",
4141
"eslint-plugin-prettier": "^3.4.0",
42-
"execa": "^4.0.3",
42+
"execa": "^5.0.1",
4343
"prettier": "^2.3.0",
4444
"qunit": "^2.15.0",
4545
"release-it": "^14.7.0",

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,6 +2959,21 @@ execa@^4.0.2, execa@^4.0.3:
29592959
signal-exit "^3.0.2"
29602960
strip-final-newline "^2.0.0"
29612961

2962+
execa@^5.0.1:
2963+
version "5.0.1"
2964+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.1.tgz#aee63b871c9b2cb56bc9addcd3c70a785c6bf0d1"
2965+
integrity sha512-4hFTjFbFzQa3aCLobpbPJR/U+VoL1wdV5ozOWjeet0AWDeYr9UFGM1eUFWHX+VtOWFq4p0xXUXfW1YxUaP4fpw==
2966+
dependencies:
2967+
cross-spawn "^7.0.3"
2968+
get-stream "^6.0.0"
2969+
human-signals "^2.1.0"
2970+
is-stream "^2.0.0"
2971+
merge-stream "^2.0.0"
2972+
npm-run-path "^4.0.1"
2973+
onetime "^5.1.2"
2974+
signal-exit "^3.0.3"
2975+
strip-final-newline "^2.0.0"
2976+
29622977
exit@^0.1.2:
29632978
version "0.1.2"
29642979
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)