Skip to content

Commit 4ee3199

Browse files
Bump execa from 4.1.0 to 5.1.1
Bumps [execa](https://github.com/sindresorhus/execa) from 4.1.0 to 5.1.1. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v4.1.0...v5.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7d09793 commit 4ee3199

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.1.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
@@ -2976,6 +2976,21 @@ execa@^4.0.2, execa@^4.0.3:
29762976
signal-exit "^3.0.2"
29772977
strip-final-newline "^2.0.0"
29782978

2979+
execa@^5.1.1:
2980+
version "5.1.1"
2981+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
2982+
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
2983+
dependencies:
2984+
cross-spawn "^7.0.3"
2985+
get-stream "^6.0.0"
2986+
human-signals "^2.1.0"
2987+
is-stream "^2.0.0"
2988+
merge-stream "^2.0.0"
2989+
npm-run-path "^4.0.1"
2990+
onetime "^5.1.2"
2991+
signal-exit "^3.0.3"
2992+
strip-final-newline "^2.0.0"
2993+
29792994
exit@^0.1.2:
29802995
version "0.1.2"
29812996
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)