Skip to content

Commit 2032478

Browse files
committed
Update dependency chalk to v5
1 parent 0f4e752 commit 2032478

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
@@ -17,7 +17,7 @@
1717
"test": "yarn build && ava"
1818
},
1919
"dependencies": {
20-
"chalk": "^3.0.0",
20+
"chalk": "^5.0.0",
2121
"commander": "^5.0.0",
2222
"cordova-config": "^0.7.0",
2323
"resolve-from": "^5.0.0"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,11 @@ chalk@^3.0.0:
13201320
ansi-styles "^4.1.0"
13211321
supports-color "^7.1.0"
13221322

1323+
chalk@^5.0.0:
1324+
version "5.0.1"
1325+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
1326+
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
1327+
13231328
chardet@^0.7.0:
13241329
version "0.7.0"
13251330
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)