Skip to content

Commit 637ce58

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent 2bbce90 commit 637ce58

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/sqip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"perceived"
4141
],
4242
"dependencies": {
43-
"chalk": "^4.1.0",
43+
"chalk": "^5.0.0",
4444
"cheerio": "^1.0.0-rc.10",
4545
"cli-table3": "^0.6.0",
4646
"command-line-args": "^5.2.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3564,6 +3564,11 @@ chalk@^4.0.0, chalk@^4.1.0:
35643564
ansi-styles "^4.1.0"
35653565
supports-color "^7.1.0"
35663566

3567+
chalk@^5.0.0:
3568+
version "5.0.0"
3569+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
3570+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
3571+
35673572
char-regex@^1.0.2:
35683573
version "1.0.2"
35693574
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)