Skip to content

Commit

Permalink
fix(deps): bump ora from 6.1.2 to 6.2.0 (#143)
Browse files Browse the repository at this point in the history
Bumps [ora](https://github.com/sindresorhus/ora) from 6.1.2 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v6.1.2...v6.2.0)

---
updated-dependencies:
- dependency-name: ora
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2023
1 parent 2ccee38 commit f7b6e3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"deepmerge": "4.3.1",
"hosted-git-info": "6.1.1",
"license": "1.0.3",
"ora": "6.1.2",
"ora": "6.2.0",
"pkg-up": "^4.0.0",
"yaml": "2.2.1"
},
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ __metadata:
deepmerge: 4.3.1
hosted-git-info: 6.1.1
license: 1.0.3
ora: 6.1.2
ora: 6.2.0
pkg-up: ^4.0.0
sort-package-json: 2.4.1
tap: 16.3.4
Expand Down Expand Up @@ -5717,20 +5717,20 @@ __metadata:
languageName: node
linkType: hard

"ora@npm:6.1.2":
version: 6.1.2
resolution: "ora@npm:6.1.2"
"ora@npm:6.2.0":
version: 6.2.0
resolution: "ora@npm:6.2.0"
dependencies:
bl: ^5.0.0
chalk: ^5.0.0
cli-cursor: ^4.0.0
cli-spinners: ^2.6.1
is-interactive: ^2.0.0
is-unicode-supported: ^1.1.0
log-symbols: ^5.1.0
stdin-discarder: ^0.1.0
strip-ansi: ^7.0.1
wcwidth: ^1.0.1
checksum: d5af3d67ad7affcf3029ffe3ef547f3335fb72abdc382040ae8bd75ad5c629f5d165ed9e398fd4fb08100701eafbec34bb9dc3f29e919f6f75c443290faa1db2
checksum: 9ce270c15b5ea5f6b40fee3c1eb9b96392e2312609d800fa311226d4b0682986269bf5887e2bbf9af5f73344dad7549fcd702a0567c6344565e01ddd0413da49
languageName: node
linkType: hard

Expand Down Expand Up @@ -7119,6 +7119,15 @@ __metadata:
languageName: node
linkType: hard

"stdin-discarder@npm:^0.1.0":
version: 0.1.0
resolution: "stdin-discarder@npm:0.1.0"
dependencies:
bl: ^5.0.0
checksum: 85131f70ae2830144133b7a6211d56f9ac2603573f4af3d0b66e828af5e13fcdea351f9192f86bb7fed2c64604c8097bf36d50cb77d54e898ce4604c3b7b6b8f
languageName: node
linkType: hard

"stream-combiner2@npm:~1.1.1":
version: 1.1.1
resolution: "stream-combiner2@npm:1.1.1"
Expand Down

0 comments on commit f7b6e3e

Please sign in to comment.