Skip to content

Commit 62ec205

Browse files
fix(deps): update dependency chalk to v5
1 parent 51c18b0 commit 62ec205

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
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
"dependencies": {
51-
"chalk": "^3.0.0",
51+
"chalk": "^5.5.0",
5252
"delay": "^4.3.0",
5353
"execa": "^4.0.2",
5454
"got": "^10.7.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,6 +1536,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@~4.1.0:
15361536
ansi-styles "^4.1.0"
15371537
supports-color "^7.1.0"
15381538

1539+
chalk@^5.5.0:
1540+
version "5.5.0"
1541+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
1542+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
1543+
15391544
chardet@^0.7.0:
15401545
version "0.7.0"
15411546
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)