Skip to content

Commit 5de96c0

Browse files
authored
fix(deps): Update dependency ora to v8.2.0 (#667)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ora](https://redirect.github.com/sindresorhus/ora) | dependencies | minor | [`8.1.1` -> `8.2.0`](https://renovatebot.com/diffs/npm/ora/8.1.1/8.2.0) | --- ### Release Notes <details> <summary>sindresorhus/ora (ora)</summary> ### [`v8.2.0`](https://redirect.github.com/sindresorhus/ora/releases/tag/v8.2.0) [Compare Source](https://redirect.github.com/sindresorhus/ora/compare/v8.1.1...v8.2.0) - Add support for `boolean` value for `color` option ([#&#8203;244](https://redirect.github.com/sindresorhus/ora/issues/244)) [`fe951e5`](https://redirect.github.com/sindresorhus/ora/commit/fe951e5) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent b143795 commit 5de96c0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"chalk": "5.4.1",
2929
"execa": "8.0.1",
3030
"node-fetch": "^3.3.2",
31-
"ora": "8.1.1",
31+
"ora": "8.2.0",
3232
"p-wait-for": "^5.0.2",
3333
"semver": "7.6.3"
3434
},

0 commit comments

Comments
 (0)