Skip to content

Commit 5019938

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent 432a629 commit 5019938

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"bluebird": "3.7.2",
55-
"chalk": "4.1.2",
55+
"chalk": "5.0.0",
5656
"cli-spinner": "0.2.10",
5757
"cross-spawn": "7.0.3",
5858
"del": "6.0.0",

yarn.lock

+5-20
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
365365
dependencies:
366366
color-convert "^1.9.0"
367367

368-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
368+
ansi-styles@^4.0.0:
369369
version "4.2.1"
370370
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
371371
integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
@@ -1645,13 +1645,10 @@ chainsaw@~0.1.0:
16451645
dependencies:
16461646
traverse ">=0.3.0 <0.4"
16471647

1648-
1649-
version "4.1.2"
1650-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1651-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1652-
dependencies:
1653-
ansi-styles "^4.1.0"
1654-
supports-color "^7.1.0"
1648+
1649+
version "5.0.0"
1650+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
1651+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
16551652

16561653
chalk@^0.4.0:
16571654
version "0.4.0"
@@ -2959,11 +2956,6 @@ has-flag@^3.0.0:
29592956
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
29602957
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
29612958

2962-
has-flag@^4.0.0:
2963-
version "4.0.0"
2964-
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
2965-
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
2966-
29672959
has-symbols@^1.0.1, has-symbols@^1.0.2:
29682960
version "1.0.2"
29692961
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
@@ -5596,13 +5588,6 @@ supports-color@^5.0.0, supports-color@^5.3.0:
55965588
dependencies:
55975589
has-flag "^3.0.0"
55985590

5599-
supports-color@^7.1.0:
5600-
version "7.2.0"
5601-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
5602-
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
5603-
dependencies:
5604-
has-flag "^4.0.0"
5605-
56065591
supports-preserve-symlinks-flag@^1.0.0:
56075592
version "1.0.0"
56085593
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"

0 commit comments

Comments
 (0)