Skip to content

Commit c4020e3

Browse files
⬆️ Bump ora from 8.1.0 to 8.1.1 (#1371)
⬆️ Bump ora from 8.1.0 to 8.1.1 Bumps [ora](https://github.com/sindresorhus/ora) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](sindresorhus/ora@v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95dd7a1 commit c4020e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"inquirer-autocomplete-prompt": "^3.0.1",
5353
"meow": "^13.2.0",
5454
"node-fetch": "^3.3.2",
55-
"ora": "^8.1.0",
55+
"ora": "^8.1.1",
5656
"path-exists": "^5.0.0",
5757
"proxy-agent": "^6.3.1",
5858
"update-notifier": "^7.3.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4411,10 +4411,10 @@ ora@^5.4.1:
44114411
strip-ansi "^6.0.0"
44124412
wcwidth "^1.0.1"
44134413

4414-
ora@^8.1.0:
4415-
version "8.1.0"
4416-
resolved "https://registry.yarnpkg.com/ora/-/ora-8.1.0.tgz#c3db2f9f83a2bec9e8ab71fe3b9ae234d65ca3a8"
4417-
integrity sha512-GQEkNkH/GHOhPFXcqZs3IDahXEQcQxsSjEkK4KvEEST4t7eNzoMjxTzef+EZ+JluDEV+Raoi3WQ2CflnRdSVnQ==
4414+
ora@^8.1.1:
4415+
version "8.1.1"
4416+
resolved "https://registry.yarnpkg.com/ora/-/ora-8.1.1.tgz#8efc8865e44c87e4b55468a47e80a03e678b0e54"
4417+
integrity sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==
44184418
dependencies:
44194419
chalk "^5.3.0"
44204420
cli-cursor "^5.0.0"

0 commit comments

Comments
 (0)