Skip to content

Commit

Permalink
fix(deps): update dependency execa to ^9.2.0 (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 1177e02 commit ea065e1
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.1.0",
"execa": "^9.2.0",
"google-auth-library": "^9.10.0",
"yaml": "^2.4.3",
"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 @@ -2183,10 +2183,10 @@ execa@^8.0.0, execa@^8.0.1:
signal-exit "^4.1.0"
strip-final-newline "^3.0.0"

execa@^9.0.0, execa@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-9.1.0.tgz#c42845d2b079642b8e07d9de81db13cdb91e7a9b"
integrity sha512-lSgHc4Elo2m6bUDhc3Hl/VxvUDJdQWI40RZ4KMY9bKRc+hgMOT7II/JjbNDhI8VnMtrCb7U/fhpJIkLORZozWw==
execa@^9.0.0, execa@^9.2.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-9.2.0.tgz#ec5e9de67a714d0f47ce073d37a851fbf0c2f688"
integrity sha512-vpOyYg7UAVKLAWWtRS2gAdgkT7oJbCn0me3gmUmxZih4kd3MF/oo8kNTBTIbkO3yuuF5uB4ZCZfn8BOolITYhg==
dependencies:
"@sindresorhus/merge-streams" "^4.0.0"
cross-spawn "^7.0.3"
Expand Down

0 comments on commit ea065e1

Please sign in to comment.