Skip to content

Commit c5c18ab

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.1",
23+
"execa": "^5.1.1",
2424
"gitconfiglocal": "^2.1.0",
2525
"github-label-sync": "^1.6.0",
2626
"hosted-git-info": "^3.0.8",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,10 +2257,10 @@ 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==
2260+
execa@^5.1.1:
2261+
version "5.1.1"
2262+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
2263+
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
22642264
dependencies:
22652265
cross-spawn "^7.0.3"
22662266
get-stream "^6.0.0"

0 commit comments

Comments
 (0)