Skip to content

Commit acd3882

Browse files
Bump execa from 3.4.0 to 4.0.0
Bumps [execa](https://github.com/sindresorhus/execa) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v3.4.0...v4.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c9fbfe2 commit acd3882

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
@@ -49,7 +49,7 @@
4949
"eslint": "^6.0.0",
5050
"eslint-config-prettier": "^6.0.0",
5151
"eslint-plugin-prettier": "^3.1.0",
52-
"execa": "^3.0.0",
52+
"execa": "^4.0.0",
5353
"jest": "^25.2.0",
5454
"prettier": "^1.18.2",
5555
"release-it": "^12.2.1",

yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2785,7 +2785,7 @@ execa@^2.0.4:
27852785
signal-exit "^3.0.2"
27862786
strip-final-newline "^2.0.0"
27872787

2788-
execa@^3.0.0, execa@^3.2.0:
2788+
execa@^3.2.0:
27892789
version "3.4.0"
27902790
resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
27912791
integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
@@ -2801,6 +2801,21 @@ execa@^3.0.0, execa@^3.2.0:
28012801
signal-exit "^3.0.2"
28022802
strip-final-newline "^2.0.0"
28032803

2804+
execa@^4.0.0:
2805+
version "4.0.0"
2806+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf"
2807+
integrity sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==
2808+
dependencies:
2809+
cross-spawn "^7.0.0"
2810+
get-stream "^5.0.0"
2811+
human-signals "^1.1.1"
2812+
is-stream "^2.0.0"
2813+
merge-stream "^2.0.0"
2814+
npm-run-path "^4.0.0"
2815+
onetime "^5.1.0"
2816+
signal-exit "^3.0.2"
2817+
strip-final-newline "^2.0.0"
2818+
28042819
exit@^0.1.2:
28052820
version "0.1.2"
28062821
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)