Skip to content

Commit f842ecb

Browse files
authored
fix(deps): Update dependency ora to v8.1.1 (#621)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ora](https://togithub.com/sindresorhus/ora) | dependencies | patch | [`8.1.0` -> `8.1.1`](https://renovatebot.com/diffs/npm/ora/8.1.0/8.1.1) | --- ### Release Notes <details> <summary>sindresorhus/ora (ora)</summary> ### [`v8.1.1`](https://togithub.com/sindresorhus/ora/releases/tag/v8.1.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v8.1.0...v8.1.1) - Fix animation speed when update methods are called very often [`818ca34`](https://togithub.com/sindresorhus/ora/commit/818ca34) - Fix handling of symbol being empty string in `stopAndPersist()` ([#&#8203;243](https://togithub.com/sindresorhus/ora/issues/243)) [`5117dfb`](https://togithub.com/sindresorhus/ora/commit/5117dfb) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent cabdf65 commit f842ecb

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package-lock.json

Lines changed: 19 additions & 19 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.3.0",
2929
"execa": "8.0.1",
3030
"node-fetch": "^3.3.2",
31-
"ora": "8.1.0",
31+
"ora": "8.1.1",
3232
"p-wait-for": "^5.0.2",
3333
"semver": "7.6.3"
3434
},

0 commit comments

Comments
 (0)