Skip to content

Commit

Permalink
build(deps): bump ora from 4.0.4 to 4.0.5 (#1850)
Browse files Browse the repository at this point in the history
* build(deps): bump ora from 4.0.4 to 4.0.5

Bumps [ora](https://github.com/sindresorhus/ora) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v4.0.4...v4.0.5)

Signed-off-by: dependabot[bot] <support@github.com>

* Finish upgrading via bolt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jul 20, 2020
1 parent ec41d58 commit 307a163
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"node-fetch": "^2.6.0",
"nugget": "^2.0.1",
"open": "^7.1.0",
"ora": "^4.0.3",
"ora": "^4.0.5",
"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.3",
"ora": "^4.0.5",
"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.3"
"ora": "^4.0.5"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2690,11 +2690,16 @@ cli-cursor@^3.1.0:
dependencies:
restore-cursor "^3.1.0"

cli-spinners@^2.0.0, cli-spinners@^2.2.0:
cli-spinners@^2.0.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.3.0.tgz#0632239a4b5aa4c958610142c34bb7a651fc8df5"
integrity sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w==

cli-spinners@^2.2.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.4.0.tgz#c6256db216b878cfba4720e719cec7cf72685d7f"
integrity sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA==

cli-truncate@2.1.0, cli-truncate@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7"
Expand Down Expand Up @@ -7123,10 +7128,10 @@ ora@^3.4.0:
strip-ansi "^5.2.0"
wcwidth "^1.0.1"

ora@^4.0.3:
version "4.0.4"
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.4.tgz#e8da697cc5b6a47266655bf68e0fb588d29a545d"
integrity sha512-77iGeVU1cIdRhgFzCK8aw1fbtT1B/iZAvWjS+l/o1x0RShMgxHUZaD2yDpWsNCPwXg9z1ZA78Kbdvr8kBmG/Ww==
ora@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.5.tgz#7410b5cc2d99fa637fd5099bbb9f02bfbb5a361e"
integrity sha512-jCDgm9DqvRcNIAEv2wZPrh7E5PcQiDUnbnWbAfu4NGAE2ZNqPFbDixmWldy1YG2QfLeQhuiu6/h5VRrk6cG50w==
dependencies:
chalk "^3.0.0"
cli-cursor "^3.1.0"
Expand Down

0 comments on commit 307a163

Please sign in to comment.