Skip to content

Commit

Permalink
chore(deps): bump ora from 4.0.1 to 4.0.2 (#1203)
Browse files Browse the repository at this point in the history
* chore(deps): bump ora from 4.0.1 to 4.0.2

Bumps [ora](https://github.com/sindresorhus/ora) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v4.0.1...v4.0.2)

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

* Finish upgrading via Bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Oct 2, 2019
1 parent 0e3baaf commit 85348b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"node-fetch": "^2.6.0",
"nugget": "^2.0.1",
"open": "^6.4.0",
"ora": "^4.0.1",
"ora": "^4.0.2",
"parse-author": "^2.0.0",
"pretty-ms": "^5.0.0",
"resolve-package": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/async-ora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"colors": "^1.4.0",
"debug": "^4.1.0",
"log-symbols": "^3.0.0",
"ora": "^4.0.1",
"ora": "^4.0.2",
"pretty-ms": "^5.0.0"
},
"engines": {
"node": ">= 8.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/utils/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@electron-forge/async-ora": "6.0.0-beta.45",
"@types/electron-packager": "^14.0.0",
"electron-rebuild": "^1.8.6",
"ora": "^4.0.1"
"ora": "^4.0.2"
},
"engines": {
"node": ">= 8.0"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6471,10 +6471,10 @@ ora@^3.4.0:
strip-ansi "^5.2.0"
wcwidth "^1.0.1"

ora@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.1.tgz#e0ddf8fcdcf28cf714f742f06a493cc84819621c"
integrity sha512-yQv2q0GO8rqP2wzdOxpu0FxUmRg4z/Lw0m6uSpukPJXoOMaQzrIpl+STKHzjryFP5ExQC56+y8+yXPar2iezaw==
ora@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.2.tgz#0e1e68fd45b135d28648b27cf08081fa6e8a297d"
integrity sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==
dependencies:
chalk "^2.4.2"
cli-cursor "^3.1.0"
Expand Down

0 comments on commit 85348b8

Please sign in to comment.