Skip to content

Commit

Permalink
fix(deps): update dependency execa to ^9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 7e5003d commit 0ceba44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@semantic-release/error": "^4.0.0",
"execa": "^9.4.1",
"execa": "^9.5.0",
"google-auth-library": "^9.14.2",
"yaml": "^2.6.0",
"zod": "^3.23.8"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2305,10 +2305,10 @@ execa@^8.0.0:
signal-exit "^4.1.0"
strip-final-newline "^3.0.0"

execa@^9.0.0, execa@^9.4.1:
version "9.5.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-9.5.0.tgz#b4437553fdd084f65184b5537a9bc38eac26c59a"
integrity sha512-t7vvYt+oKnMbF3O+S5+HkylsPrsUatwJSe4Cv+4017R0MCySjECxnVJ2eyDXVD/Xpj5H29YzyYn6eEpugG7GJA==
execa@^9.0.0, execa@^9.5.0:
version "9.5.1"
resolved "https://registry.yarnpkg.com/execa/-/execa-9.5.1.tgz#ab9b68073245e1111bba359962a34fcdb28deef2"
integrity sha512-QY5PPtSonnGwhhHDNI7+3RvY285c7iuJFFB+lU+oEzMY/gEGJ808owqJsrr8Otd1E/x07po1LkUBmdAc5duPAg==
dependencies:
"@sindresorhus/merge-streams" "^4.0.0"
cross-spawn "^7.0.3"
Expand Down

0 comments on commit 0ceba44

Please sign in to comment.