Skip to content

Commit 52c7f73

Browse files
Update dependency chalk to v5
1 parent cc4e637 commit 52c7f73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/parser": "^7.13.15",
2424
"@babel/traverse": "^7.13.17",
2525
"@glimmer/syntax": "^0.80.0",
26-
"chalk": "^4.1.1",
26+
"chalk": "^5.0.0",
2727
"content-tag": "^1.1.2",
2828
"emblem": "^0.12.1",
2929
"esm": "^3.2.25",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,6 +1604,11 @@ chalk@^2.0.0, chalk@^2.4.2:
16041604
escape-string-regexp "^1.0.5"
16051605
supports-color "^5.3.0"
16061606

1607+
chalk@^5.0.0:
1608+
version "5.3.0"
1609+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1610+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
1611+
16071612
char-regex@^1.0.2:
16081613
version "1.0.2"
16091614
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)