Skip to content

Commit

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

---
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 Feb 19, 2025
1 parent 9138f56 commit 7e9058e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"chalk": "^5.3.0",
"commander": "^12.1.0",
"consolidate": "^1.0.4",
"execa": "8.0.1",
"execa": "9.5.2",
"figures": "^6.1.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"change-case": "^5.4.4",
"commander": "^12.1.0",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"execa": "^9.5.2",
"figures": "^6.1.0",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
Expand Down
43 changes: 40 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2353,7 +2353,7 @@ __metadata:
cross-env: "npm:7.0.3"
deps: "npm:^1.0.0"
enquirer: "npm:^2.4.1"
execa: "npm:^8.0.1"
execa: "npm:^9.5.2"
figures: "npm:^6.1.0"
fs-extra: "npm:^11.2.0"
globby: "npm:^14.0.2"
Expand Down Expand Up @@ -2606,7 +2606,7 @@ __metadata:
eslint-plugin-simple-import-sort: "npm:12.1.1"
eslint-plugin-vitest: "npm:^0.5.4"
eslint-plugin-workspaces: "npm:0.10.1"
execa: "npm:8.0.1"
execa: "npm:9.5.2"
figures: "npm:^6.1.0"
fs-extra: "npm:^11.2.0"
gflow: "npm:^5.1.4"
Expand Down Expand Up @@ -6809,7 +6809,27 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:8.0.1, execa@npm:>=8.0.1, execa@npm:^8.0.0, execa@npm:^8.0.1, execa@npm:~8.0.1":
"execa@npm:9.5.2, execa@npm:^9.5.2":
version: 9.5.2
resolution: "execa@npm:9.5.2"
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:^8.0.0"
is-plain-obj: "npm:^4.1.0"
is-stream: "npm:^4.0.1"
npm-run-path: "npm:^6.0.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: 10/652fa492e7e1052becba12275aafd1c3d249967a4400f798877aa6c21fafcd8182ee3ce09a54f0379785635f32a4adeef77b2edb83d7e8a55b06819ed102ff2a
languageName: node
linkType: hard

"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 @@ -11819,6 +11839,16 @@ __metadata:
languageName: node
linkType: hard

"npm-run-path@npm:^6.0.0":
version: 6.0.0
resolution: "npm-run-path@npm:6.0.0"
dependencies:
path-key: "npm:^4.0.0"
unicorn-magic: "npm:^0.3.0"
checksum: 10/1a1b50aba6e6af7fd34a860ba2e252e245c4a59b316571a990356417c0cdf0414cabf735f7f52d9c330899cb56f0ab804a8e21fb12a66d53d7843e39ada4a3b6
languageName: node
linkType: hard

"npm-user-validate@npm:^2.0.0":
version: 2.0.0
resolution: "npm-user-validate@npm:2.0.0"
Expand Down Expand Up @@ -15663,6 +15693,13 @@ __metadata:
languageName: node
linkType: hard

"unicorn-magic@npm:^0.3.0":
version: 0.3.0
resolution: "unicorn-magic@npm:0.3.0"
checksum: 10/bdd7d7c522f9456f32a0b77af23f8854f9a7db846088c3868ec213f9550683ab6a2bdf3803577eacbafddb4e06900974385841ccb75338d17346ccef45f9cb01
languageName: node
linkType: hard

"unified@npm:^9.0.0":
version: 9.2.2
resolution: "unified@npm:9.2.2"
Expand Down

0 comments on commit 7e9058e

Please sign in to comment.