Skip to content

Commit

Permalink
fix(deps): bump execa from 8.0.1 to 9.3.0
Browse files Browse the repository at this point in the history
Bumps [execa](https://github.com/sindresorhus/execa) from 8.0.1 to 9.3.0.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v8.0.1...v9.3.0)

---
updated-dependencies:
- dependency-name: execa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 4b24630 commit 61e3f38
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@semantic-release/error": "^4.0.0",
"aggregate-error": "^5.0.0",
"cosmiconfig": "^9.0.0",
"execa": "^8.0.1",
"execa": "^9.3.0",
"fs-extra": "^11.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
Expand Down
24 changes: 22 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^8.0.0, execa@npm:^8.0.1, execa@npm:~8.0.1":
"execa@npm:^8.0.0, execa@npm:~8.0.1":
version: 8.0.1
resolution: "execa@npm:8.0.1"
dependencies:
Expand Down Expand Up @@ -2935,6 +2935,26 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^9.3.0":
version: 9.3.0
resolution: "execa@npm:9.3.0"
dependencies:
"@sindresorhus/merge-streams": "npm:^4.0.0"
cross-spawn: "npm:^7.0.3"
figures: "npm:^6.1.0"
get-stream: "npm:^9.0.0"
human-signals: "npm:^7.0.0"
is-plain-obj: "npm:^4.1.0"
is-stream: "npm:^4.0.1"
npm-run-path: "npm:^5.2.0"
pretty-ms: "npm:^9.0.0"
signal-exit: "npm:^4.1.0"
strip-final-newline: "npm:^4.0.0"
yoctocolors: "npm:^2.0.0"
checksum: 07cf570a8482b124971e7a01ba047a3d3f80c7ebf7a6c937a65d9cd593f6487b419ba9e7cf4388464e4a605ea4849d4c266d57465bb0496d8fa9275a063ce842
languageName: node
linkType: hard

"exponential-backoff@npm:^3.1.1":
version: 3.1.1
resolution: "exponential-backoff@npm:3.1.1"
Expand Down Expand Up @@ -6777,7 +6797,7 @@ __metadata:
cosmiconfig: "npm:^9.0.0"
dockerode: "npm:4.0.2"
doctoc: "npm:2.2.1"
execa: "npm:^8.0.1"
execa: "npm:^9.3.0"
fs-extra: "npm:^11.1.0"
get-stream: "npm:7.0.1"
got: "npm:12.6.0"
Expand Down

0 comments on commit 61e3f38

Please sign in to comment.