Skip to content

Commit 0abc96f

Browse files
committedMar 7, 2022
chore(deps): update dependency chalk to v5
1 parent 86ab5e0 commit 0abc96f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "yarn lint && jest --verbose"
2828
},
2929
"dependencies": {
30-
"chalk": "^4.1.2",
30+
"chalk": "^5.0.0",
3131
"chokidar": "^3.5.2",
3232
"glob": "^7.1.7",
3333
"globby": "^11.0.4",

‎yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -3438,6 +3438,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
34383438
ansi-styles "^4.1.0"
34393439
supports-color "^7.1.0"
34403440

3441+
chalk@^5.0.0:
3442+
version "5.0.0"
3443+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
3444+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
3445+
34413446
char-regex@^1.0.2:
34423447
version "1.0.2"
34433448
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)