Skip to content

Commit 0a6caef

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent 3f76bff commit 0a6caef

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.0.1",
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
@@ -1504,6 +1504,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@~4.1.0:
15041504
ansi-styles "^4.1.0"
15051505
supports-color "^7.1.0"
15061506

1507+
chalk@^5.0.1:
1508+
version "5.0.1"
1509+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
1510+
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
1511+
15071512
chardet@^0.7.0:
15081513
version "0.7.0"
15091514
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)