Skip to content

Commit

Permalink
build(deps): upgrade ora to ^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 9, 2020
1 parent 5e2bdd8 commit 4d8356a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"node-fetch": "^2.6.0",
"nugget": "^2.0.1",
"open": "^7.1.0",
"ora": "^4.0.5",
"ora": "^5.0.0",
"parse-author": "^2.0.0",
"pretty-ms": "^7.0.0",
"resolve-package": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/async-ora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"colors": "^1.4.0",
"debug": "^4.1.0",
"log-symbols": "^4.0.0",
"ora": "^4.0.5",
"ora": "^5.0.0",
"pretty-ms": "^7.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@electron-forge/async-ora": "6.0.0-beta.52",
"electron-packager": "^15.0.0",
"electron-rebuild": "^1.8.6",
"ora": "^4.0.5"
"ora": "^5.0.0"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7153,10 +7153,10 @@ ora@^3.4.0:
strip-ansi "^5.2.0"
wcwidth "^1.0.1"

ora@^4.0.5:
version "4.1.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-4.1.0.tgz#1fa5b17d2952ec9651be79ba32a328684870fc5d"
integrity sha512-PhDvXi7I+dLVyFekgqXt0iBDdo5ARzOxJNoj72TysoXkW4/oi1lRaeakr4skciyWgPpk6JPPGwO1V4zPr6YRZA==
ora@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-5.0.0.tgz#4f0b34f2994877b49b452a707245ab1e9f6afccb"
integrity sha512-s26qdWqke2kjN/wC4dy+IQPBIMWBJlSU/0JZhk30ZDBLelW25rv66yutUWARMigpGPzcXHb+Nac5pNhN/WsARw==
dependencies:
chalk "^4.1.0"
cli-cursor "^3.1.0"
Expand Down

0 comments on commit 4d8356a

Please sign in to comment.