From 5edeb97fb4018fb832b117aeb81b77b8ab089c93 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 3 Jul 2022 15:38:39 +0300 Subject: [PATCH] fix(deps): Update dependency ora to v6.1.2 (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
sindresorhus/ora ### [`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 ([#​210](https://togithub.com/sindresorhus/ora/issues/210))" [`f4e03ea`](https://togithub.com/sindresorhus/ora/commit/f4e03ea) - Reason: [https://github.com/sindresorhus/ora/issues/211](https://togithub.com/sindresorhus/ora/issues/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 ([#​210](https://togithub.com/sindresorhus/ora/issues/210)) [`77ccc1e`](https://togithub.com/sindresorhus/ora/commit/77ccc1e)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f011070..9ba9584a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,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" @@ -2975,9 +2975,9 @@ } }, "node_modules/ora": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-6.1.0.tgz", - "integrity": "sha512-CxEP6845hLK+NHFWZ+LplGO4zfw4QSfxTlqMfvlJ988GoiUeZDMzCvqsZkFHv69sPICmJH1MDxZoQFOKXerAVw==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/ora/-/ora-6.1.2.tgz", + "integrity": "sha512-EJQ3NiP5Xo94wJXIzAyOtSb0QEIAUu7m8t6UZ9krbz0vAJqr92JpcK/lEXg91q6B9pEGqrykkd2EQplnifDSBw==", "dependencies": { "bl": "^5.0.0", "chalk": "^5.0.0", @@ -6328,9 +6328,9 @@ } }, "ora": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-6.1.0.tgz", - "integrity": "sha512-CxEP6845hLK+NHFWZ+LplGO4zfw4QSfxTlqMfvlJ988GoiUeZDMzCvqsZkFHv69sPICmJH1MDxZoQFOKXerAVw==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/ora/-/ora-6.1.2.tgz", + "integrity": "sha512-EJQ3NiP5Xo94wJXIzAyOtSb0QEIAUu7m8t6UZ9krbz0vAJqr92JpcK/lEXg91q6B9pEGqrykkd2EQplnifDSBw==", "requires": { "bl": "^5.0.0", "chalk": "^5.0.0", diff --git a/package.json b/package.json index 3b1421ce..d90aac8c 100644 --- a/package.json +++ b/package.json @@ -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"