Skip to content

Commit

Permalink
dev-deps: update dependency ora to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent a4ca5bd commit 69e420f
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/lodash": "^4.14.197",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"ora": "^5.4.1",
"ora": "^7.0.0",
"style-dictionary": "^3.8.0",
"to-esm": "^2.27.3"
}
Expand Down
43 changes: 39 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5077,7 +5077,7 @@ __metadata:
"@types/lodash": ^4.14.197
chalk: ^4.1.2
lodash: ^4.17.21
ora: ^5.4.1
ora: ^7.0.0
style-dictionary: ^3.8.0
to-esm: ^2.27.3
languageName: unknown
Expand Down Expand Up @@ -10736,7 +10736,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:5.3.0, chalk@npm:^5.0.0, chalk@npm:^5.0.1, chalk@npm:^5.2.0":
"chalk@npm:5.3.0, chalk@npm:^5.0.0, chalk@npm:^5.0.1, chalk@npm:^5.2.0, chalk@npm:^5.3.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80
Expand Down Expand Up @@ -10966,7 +10966,7 @@ __metadata:
languageName: node
linkType: hard

"cli-spinners@npm:^2.5.0, cli-spinners@npm:^2.6.1":
"cli-spinners@npm:^2.5.0, cli-spinners@npm:^2.6.1, cli-spinners@npm:^2.9.0":
version: 2.9.0
resolution: "cli-spinners@npm:2.9.0"
checksum: a9c56e1f44457d4a9f4f535364e729cb8726198efa9e98990cfd9eda9e220dfa4ba12f92808d1be5e29029cdfead781db82dc8549b97b31c907d55f96aa9b0e2
Expand Down Expand Up @@ -12400,6 +12400,13 @@ __metadata:
languageName: node
linkType: hard

"emoji-regex@npm:^10.2.1":
version: 10.2.1
resolution: "emoji-regex@npm:10.2.1"
checksum: 1aa2d16881c56531fdfc03d0b36f5c2b6221cc4097499a5665b88b711dc3fb4d5b8804f0ca6f00c56e5dcf89bac75f0487eee85da1da77df3a33accc6ecbe426
languageName: node
linkType: hard

"emoji-regex@npm:^8.0.0":
version: 8.0.0
resolution: "emoji-regex@npm:8.0.0"
Expand Down Expand Up @@ -16591,7 +16598,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 @@ -20438,6 +20445,23 @@ __metadata:
languageName: node
linkType: hard

"ora@npm:^7.0.0":
version: 7.0.1
resolution: "ora@npm:7.0.1"
dependencies:
chalk: ^5.3.0
cli-cursor: ^4.0.0
cli-spinners: ^2.9.0
is-interactive: ^2.0.0
is-unicode-supported: ^1.3.0
log-symbols: ^5.1.0
stdin-discarder: ^0.1.0
string-width: ^6.1.0
strip-ansi: ^7.1.0
checksum: 0842b8b9a96a8586085cafdc25077c76fed8ade072c52c53e748cf40a214731d2215a4d6081d8fbd6203d2b897e834332bda53eb64afd1a5968da17daf020bff
languageName: node
linkType: hard

"outdent@npm: ^0.8.0":
version: 0.8.0
resolution: "outdent@npm:0.8.0"
Expand Down Expand Up @@ -23719,6 +23743,17 @@ __metadata:
languageName: node
linkType: hard

"string-width@npm:^6.1.0":
version: 6.1.0
resolution: "string-width@npm:6.1.0"
dependencies:
eastasianwidth: ^0.2.0
emoji-regex: ^10.2.1
strip-ansi: ^7.0.1
checksum: 8aefb456a230c8d7fe254049b1b2d62603da1a3b6c7fc9f3332f6779583cc1c72653f9b6e4cd0c1c92befee1565d4a0a7542d09ba4ceb6d96af02fbd8425bb03
languageName: node
linkType: hard

"string.prototype.matchall@npm:^4.0.8":
version: 4.0.8
resolution: "string.prototype.matchall@npm:4.0.8"
Expand Down

0 comments on commit 69e420f

Please sign in to comment.