Skip to content

Commit

Permalink
Upgrade: Bump ora from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [ora](https://github.com/sindresorhus/ora) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v3.0.0...v3.1.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support authored and dependabot[bot] committed Feb 11, 2019
1 parent 4f3ac11 commit 5472c7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"mime-db": "1.35.0",
"npm-registry-fetch": "^3.9.0",
"optionator": "^0.8.2",
"ora": "^3.0.0",
"ora": "^3.1.0",
"request": "^2.88.0",
"semver": "^5.6.0",
"strip-bom": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2233,7 +2233,7 @@ chalk@^1.0.0, chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"

chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
Expand Down Expand Up @@ -2425,7 +2425,7 @@ cli-cursor@^2.0.0, cli-cursor@^2.1.0:
dependencies:
restore-cursor "^2.0.0"

cli-spinners@^1.1.0:
cli-spinners@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-1.3.1.tgz#002c1990912d0d59580c93bd36c056de99e4259a"
integrity sha512-1QL4544moEsDVH9T/l6Cemov/37iv1RtoKf7NJ04A60+4MREXNfx/QvavbH6QoGdsD4N4Mwy49cmaINR/o2mdg==
Expand Down Expand Up @@ -7164,16 +7164,16 @@ optionator@^0.8.1, optionator@^0.8.2:
type-check "~0.3.2"
wordwrap "~1.0.0"

ora@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-3.0.0.tgz#8179e3525b9aafd99242d63cc206fd64732741d0"
integrity sha512-LBS97LFe2RV6GJmXBi6OKcETKyklHNMV0xw7BtsVn2MlsgsydyZetSCbCANr+PFLmDyv4KV88nn0eCKza665Mg==
ora@^3.0.0, ora@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-3.1.0.tgz#dbedd8c03b5d017fb67083e87ee52f5ec89823ed"
integrity sha512-vRBPaNCclUi8pUxRF/G8+5qEQkc6EgzKK1G2ZNJUIGu088Un5qIxFXeDgymvPRM9nmrcUOGzQgS1Vmtz+NtlMw==
dependencies:
chalk "^2.3.1"
chalk "^2.4.2"
cli-cursor "^2.1.0"
cli-spinners "^1.1.0"
cli-spinners "^1.3.1"
log-symbols "^2.2.0"
strip-ansi "^4.0.0"
strip-ansi "^5.0.0"
wcwidth "^1.0.1"

ordered-read-streams@^1.0.0:
Expand Down

0 comments on commit 5472c7b

Please sign in to comment.