Skip to content

Commit

Permalink
fix(deps): update dependency execa to v9 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 12, 2024
1 parent 9021ff9 commit 547c753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "^8.0.1",
"execa": "^9.0.1",
"google-auth-library": "^9.9.0",
"yaml": "^2.4.2",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ 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.0.0, execa@^9.0.1:
version "9.0.2"
resolved "https://registry.yarnpkg.com/execa/-/execa-9.0.2.tgz#9590a079f6632cc6381cb724cc03ae2489cbdea7"
integrity sha512-oO281GF7ksH/Ogv1xyDf1prvFta/6/XkGKxRUvA3IB2MU1rCJGlFs86HRZhdooow1ISkR0Np0rOxUCIJVw36Rg==
Expand Down

0 comments on commit 547c753

Please sign in to comment.