Skip to content

Commit ea6cf40

Browse files
fix(deps): update dependency chalk to v5
1 parent 91f9928 commit ea6cf40

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
@@ -3587,6 +3587,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
35873587
ansi-styles "^4.1.0"
35883588
supports-color "^7.1.0"
35893589

3590+
chalk@^5.0.0:
3591+
version "5.3.0"
3592+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
3593+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
3594+
35903595
char-regex@^1.0.2:
35913596
version "1.0.2"
35923597
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)