Skip to content

Commit bdce682

Browse files
fix(deps): update dependency chalk to v5
1 parent ca0dd5e commit bdce682

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454
"dependencies": {
5555
"@adpt/utils": "0.4.0-next.26",
56-
"chalk": "^4.0.0",
56+
"chalk": "^5.0.0",
5757
"commander": "^6.0.0",
5858
"debug": "^4.1.0",
5959
"fs-extra": "^9.0.0",

yarn.lock

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,6 @@ ansi-styles@^4.0.0:
395395
"@types/color-name" "^1.1.1"
396396
color-convert "^2.0.1"
397397

398-
ansi-styles@^4.1.0:
399-
version "4.1.0"
400-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.1.0.tgz#d3ba8047b818293eaaa7978321dd61bff9842cfc"
401-
integrity sha512-Qts4KCLKG+waHc9C4m07weIY8qyeixoS0h6RnbsNVD6Fw+pEZGW3vTyObL3WXpE09Mq4Oi7/lBEyLmOiLtlYWQ==
402-
dependencies:
403-
color-convert "^2.0.1"
404-
405398
anymatch@~3.1.1:
406399
version "3.1.1"
407400
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
@@ -542,13 +535,10 @@ chalk@^2.0.0, chalk@^2.3.0, chalk@^2.4.2:
542535
escape-string-regexp "^1.0.5"
543536
supports-color "^5.3.0"
544537

545-
chalk@^4.0.0:
546-
version "4.1.0"
547-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
548-
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
549-
dependencies:
550-
ansi-styles "^4.1.0"
551-
supports-color "^7.1.0"
538+
chalk@^5.0.0:
539+
version "5.1.2"
540+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.1.2.tgz#d957f370038b75ac572471e83be4c5ca9f8e8c45"
541+
integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==
552542

553543
chokidar@3.3.0:
554544
version "3.3.0"

0 commit comments

Comments
 (0)