Skip to content

Commit e6b8b76

Browse files
fix(deps): update dependency execa to v9.6.1 (#7983)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [execa](https://redirect.github.com/sindresorhus/execa) | [`9.6.0` -> `9.6.1`](https://renovatebot.com/diffs/npm/execa/9.6.0/9.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/9.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/9.6.0/9.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/execa (execa)</summary> ### [`v9.6.1`](https://redirect.github.com/sindresorhus/execa/releases/tag/v9.6.1) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.6.0...v9.6.1) - Fix `VerboseOption` type not being properly exported ([#&#8203;1215](https://redirect.github.com/sindresorhus/execa/issues/1215)) [`7891c39`](https://redirect.github.com/sindresorhus/execa/commit/7891c39) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1673eb6 commit e6b8b76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"dependencies": {
3636
"dedent": "1.7.0",
37-
"execa": "9.6.0",
37+
"execa": "9.6.1",
3838
"patch-package": "8.0.1"
3939
}
4040
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5576,7 +5576,7 @@ __metadata:
55765576
resolution: "@ui5/webcomponents-react-cli@workspace:packages/cli"
55775577
dependencies:
55785578
dedent: "npm:1.7.0"
5579-
execa: "npm:9.6.0"
5579+
execa: "npm:9.6.1"
55805580
patch-package: "npm:8.0.1"
55815581
bin:
55825582
ui5-wcr: ./dist/bin/index.js
@@ -10486,9 +10486,9 @@ __metadata:
1048610486
languageName: node
1048710487
linkType: hard
1048810488

10489-
"execa@npm:9.6.0":
10490-
version: 9.6.0
10491-
resolution: "execa@npm:9.6.0"
10489+
"execa@npm:9.6.1":
10490+
version: 9.6.1
10491+
resolution: "execa@npm:9.6.1"
1049210492
dependencies:
1049310493
"@sindresorhus/merge-streams": "npm:^4.0.0"
1049410494
cross-spawn: "npm:^7.0.6"
@@ -10502,7 +10502,7 @@ __metadata:
1050210502
signal-exit: "npm:^4.1.0"
1050310503
strip-final-newline: "npm:^4.0.0"
1050410504
yoctocolors: "npm:^2.1.1"
10505-
checksum: 10c0/2c44a33142f77d3a6a590a3b769b49b27029a76768593bac1f26fed4dd1330e9c189ee61eba6a8c990fb77e37286c68c7445472ebf24c22b31e9ff320e73d7ac
10505+
checksum: 10c0/636b36585306a3c8bc3a9d7b25d2d915fb06d8c9b9b02a804280d62562de3b34535affc1b7702b039320e0953daa6545a073f3c4b63fe974c1fe11336c56b467
1050610506
languageName: node
1050710507
linkType: hard
1050810508

0 commit comments

Comments
 (0)