Skip to content

Commit a65c1d5

Browse files
fix(deps): update dependency chalk to v5
1 parent 9ddf36b commit a65c1d5

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.2.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
@@ -1530,6 +1530,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@~4.1.0:
15301530
ansi-styles "^4.1.0"
15311531
supports-color "^7.1.0"
15321532

1533+
chalk@^5.2.0:
1534+
version "5.2.0"
1535+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
1536+
integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
1537+
15331538
chardet@^0.7.0:
15341539
version "0.7.0"
15351540
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)