Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump ora from 6.3.1 to 7.0.0 #209

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.1",
"ora": "7.0.0",
"pkg-up": "^4.0.0",
"sort-package-json": "2.5.1",
"yaml": "2.3.1"
Expand Down
42 changes: 25 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ __metadata:
deepmerge: 4.3.1
hosted-git-info: 6.1.1
license: 1.0.3
ora: 6.3.1
ora: 7.0.0
pkg-up: ^4.0.0
sort-package-json: 2.5.1
tap: 16.3.7
Expand Down Expand Up @@ -1881,7 +1881,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:5.3.0":
"chalk@npm:5.3.0, chalk@npm:^5.3.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80
Expand Down Expand Up @@ -2047,10 +2047,10 @@ __metadata:
languageName: node
linkType: hard

"cli-spinners@npm:^2.6.1":
version: 2.7.0
resolution: "cli-spinners@npm:2.7.0"
checksum: a9afaf73f58d1f951fb23742f503631b3cf513f43f4c7acb1b640100eb76bfa16efbcd1994d149ffc6603a6d75dd3d4a516a76f125f90dce437de9b16fd0ee6f
"cli-spinners@npm:^2.9.0":
version: 2.9.0
resolution: "cli-spinners@npm:2.9.0"
checksum: a9c56e1f44457d4a9f4f535364e729cb8726198efa9e98990cfd9eda9e220dfa4ba12f92808d1be5e29029cdfead781db82dc8549b97b31c907d55f96aa9b0e2
languageName: node
linkType: hard

Expand Down Expand Up @@ -4101,7 +4101,7 @@ __metadata:
languageName: node
linkType: hard

"is-unicode-supported@npm:^1.1.0, is-unicode-supported@npm:^1.2.0":
"is-unicode-supported@npm:^1.1.0, is-unicode-supported@npm:^1.2.0, is-unicode-supported@npm:^1.3.0":
version: 1.3.0
resolution: "is-unicode-supported@npm:1.3.0"
checksum: 20a1fc161afafaf49243551a5ac33b6c4cf0bbcce369fcd8f2951fbdd000c30698ce320de3ee6830497310a8f41880f8066d440aa3eb0a853e2aa4836dd89abc
Expand Down Expand Up @@ -5916,20 +5916,19 @@ __metadata:
languageName: node
linkType: hard

"ora@npm:6.3.1":
version: 6.3.1
resolution: "ora@npm:6.3.1"
"ora@npm:7.0.0":
version: 7.0.0
resolution: "ora@npm:7.0.0"
dependencies:
chalk: ^5.0.0
chalk: ^5.3.0
cli-cursor: ^4.0.0
cli-spinners: ^2.6.1
cli-spinners: ^2.9.0
is-interactive: ^2.0.0
is-unicode-supported: ^1.1.0
is-unicode-supported: ^1.3.0
log-symbols: ^5.1.0
stdin-discarder: ^0.1.0
strip-ansi: ^7.0.1
wcwidth: ^1.0.1
checksum: 474c0596a35c1be1e836bb836bea8a2d9e37458fc63b020e1435c8fe2030ab224454bfb263618e3ec09fcab2008dd525e9047f4c61548c4ace7b6490a766fc1c
strip-ansi: ^7.1.0
checksum: 4a33fb5b351cf79dc346036f9e86ddbb409e4d63e382185eb2be228b4e1f5f4f52604aa138772e6142dbdb1a3dc348a6af1f5c3f57a663e8b9f946878bf4d45d
languageName: node
linkType: hard

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

"strip-ansi@npm:^7.1.0":
version: 7.1.0
resolution: "strip-ansi@npm:7.1.0"
dependencies:
ansi-regex: ^6.0.1
checksum: 859c73fcf27869c22a4e4d8c6acfe690064659e84bef9458aa6d13719d09ca88dcfd40cbf31fd0be63518ea1a643fe070b4827d353e09533a5b0b9fd4553d64d
languageName: node
linkType: hard

"strip-bom@npm:^3.0.0":
version: 3.0.0
resolution: "strip-bom@npm:3.0.0"
Expand Down Expand Up @@ -8274,7 +8282,7 @@ __metadata:
languageName: node
linkType: hard

"wcwidth@npm:^1.0.0, wcwidth@npm:^1.0.1":
"wcwidth@npm:^1.0.0":
version: 1.0.1
resolution: "wcwidth@npm:1.0.1"
dependencies:
Expand Down