Skip to content

Commit 5342d2d

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent b0edc34 commit 5342d2d

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.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
@@ -1460,6 +1460,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@~4.1.0:
14601460
ansi-styles "^4.1.0"
14611461
supports-color "^7.1.0"
14621462

1463+
chalk@^5.0.0:
1464+
version "5.0.0"
1465+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
1466+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
1467+
14631468
chardet@^0.7.0:
14641469
version "0.7.0"
14651470
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)