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

chore(deps): bump figures from 4.0.1 to 6.1.0 #380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"commander": "9.3.0",
"consolidate": "0.16.0",
"execa": "5.1.1",
"figures": "4.0.1",
"figures": "6.1.0",
"fs-extra": "11.1.0",
"handlebars": "4.7.7",
"handlebars-helpers": "0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"create-frame": "1.0.0",
"enquirer": "2.3.6",
"execa": "5.1.1",
"figures": "4.0.1",
"figures": "6.1.0",
"filedirname": "2.7.0",
"fs-extra": "11.1.0",
"globby": "11.1.0",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3276,7 +3276,7 @@ __metadata:
enquirer: "npm:2.3.6"
eslint: "npm:8.22.0"
execa: "npm:5.1.1"
figures: "npm:4.0.1"
figures: "npm:6.1.0"
filedirname: "npm:2.7.0"
fs-extra: "npm:11.1.0"
globby: "npm:11.1.0"
Expand Down Expand Up @@ -3566,7 +3566,7 @@ __metadata:
eslint-plugin-prettier: "npm:4.2.1"
eslint-plugin-workspaces: "npm:0.8.0"
execa: "npm:5.1.1"
figures: "npm:4.0.1"
figures: "npm:6.1.0"
fs-extra: "npm:11.1.0"
gflow: "npm:^5.1.2"
handlebars: "npm:4.7.7"
Expand Down Expand Up @@ -8326,7 +8326,7 @@ __metadata:
languageName: node
linkType: hard

"figures@npm:*, figures@npm:4.0.1":
"figures@npm:*":
version: 4.0.1
resolution: "figures@npm:4.0.1"
dependencies:
Expand All @@ -8345,6 +8345,15 @@ __metadata:
languageName: node
linkType: hard

"figures@npm:6.1.0":
version: 6.1.0
resolution: "figures@npm:6.1.0"
dependencies:
is-unicode-supported: "npm:^2.0.0"
checksum: 10/9822d13630bee8e6a9f2da866713adf13854b07e0bfde042defa8bba32d47a1c0b2afa627ce73837c674cf9a5e3edce7e879ea72cb9ea7960b2390432d8e1167
languageName: node
linkType: hard

"figures@npm:>=3.2.0, figures@npm:^6.0.0":
version: 6.0.1
resolution: "figures@npm:6.0.1"
Expand Down