Skip to content

Commit

Permalink
fix(deps): Update dependency ora to v6.1.2 (#33)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ora](https://togithub.com/sindresorhus/ora) | dependencies | patch | [`^6.0.0` -> `6.1.2`](https://renovatebot.com/diffs/npm/ora/6.1.0/6.1.2) |

---

### Release Notes

<details>
<summary>sindresorhus/ora</summary>

### [`v6.1.2`](https://togithub.com/sindresorhus/ora/releases/tag/v6.1.2)

[Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.1.1...v6.1.2)

-   Revert "Fix preserving stdin's pause state ([#&#8203;210](https://togithub.com/sindresorhus/ora/issues/210))"  [`f4e03ea`](https://togithub.com/sindresorhus/ora/commit/f4e03ea)
    -   Reason: [sindresorhus/ora#211

### [`v6.1.1`](https://togithub.com/sindresorhus/ora/releases/tag/v6.1.1)

[Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.1.0...v6.1.1)

-   Fix preserving stdin's pause state ([#&#8203;210](https://togithub.com/sindresorhus/ora/issues/210))  [`77ccc1e`](https://togithub.com/sindresorhus/ora/commit/77ccc1e)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
cq-bot committed Jul 3, 2022
1 parent 709351a commit 5edeb97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"@actions/github": "^5.0.3",
"chalk": "^5.0.0",
"execa": "^6.0.0",
"ora": "^6.0.0",
"ora": "6.1.2",
"path-exists": "^5.0.0",
"path-type": "^5.0.0",
"semver": "^7.3.7"
Expand Down

0 comments on commit 5edeb97

Please sign in to comment.