Skip to content

Commit 70d7802

Browse files
Bump execa from 5.0.0 to 5.0.1
Bumps [execa](https://github.com/sindresorhus/execa) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v5.0.0...v5.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ba533cf commit 70d7802

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
@@ -20,7 +20,7 @@
2020
"test": "jest"
2121
},
2222
"dependencies": {
23-
"execa": "^5.0.0",
23+
"execa": "^5.0.1",
2424
"gitconfiglocal": "^2.1.0",
2525
"github-label-sync": "^1.6.0",
2626
"hosted-git-info": "^3.0.8",

yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ exec-sh@^0.3.2:
22142214
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.4.tgz#3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5"
22152215
integrity sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==
22162216

2217-
[email protected], execa@^5.0.0:
2217+
22182218
version "5.0.0"
22192219
resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.0.tgz#4029b0007998a841fbd1032e5f4de86a3c1e3376"
22202220
integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==
@@ -2257,6 +2257,21 @@ execa@^4.0.0, execa@^4.0.2, execa@^4.0.3:
22572257
signal-exit "^3.0.2"
22582258
strip-final-newline "^2.0.0"
22592259

2260+
execa@^5.0.1:
2261+
version "5.0.1"
2262+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.1.tgz#aee63b871c9b2cb56bc9addcd3c70a785c6bf0d1"
2263+
integrity sha512-4hFTjFbFzQa3aCLobpbPJR/U+VoL1wdV5ozOWjeet0AWDeYr9UFGM1eUFWHX+VtOWFq4p0xXUXfW1YxUaP4fpw==
2264+
dependencies:
2265+
cross-spawn "^7.0.3"
2266+
get-stream "^6.0.0"
2267+
human-signals "^2.1.0"
2268+
is-stream "^2.0.0"
2269+
merge-stream "^2.0.0"
2270+
npm-run-path "^4.0.1"
2271+
onetime "^5.1.2"
2272+
signal-exit "^3.0.3"
2273+
strip-final-newline "^2.0.0"
2274+
22602275
exit@^0.1.2:
22612276
version "0.1.2"
22622277
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)