Skip to content

Commit 0ce3f0b

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent d347a93 commit 0ce3f0b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@microsoft/api-extractor-model": "^7.12.0",
3131
"@microsoft/tsdoc": "^0.13.0",
3232
"@microsoft/tsdoc-config": "^0.15.0",
33-
"chalk": "^4.1.1",
33+
"chalk": "^5.0.0",
3434
"debug": "^4.3.1",
3535
"meow": "^10.0.0"
3636
},

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4258,14 +4258,19 @@ chalk@^3.0.0:
42584258
ansi-styles "^4.1.0"
42594259
supports-color "^7.1.0"
42604260

4261-
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
4261+
chalk@^4.0.0, chalk@^4.1.0:
42624262
version "4.1.1"
42634263
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
42644264
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
42654265
dependencies:
42664266
ansi-styles "^4.1.0"
42674267
supports-color "^7.1.0"
42684268

4269+
chalk@^5.0.0:
4270+
version "5.0.0"
4271+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
4272+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
4273+
42694274
42704275
version "4.1.1"
42714276
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.1.tgz#d5005709275952e7963fed7b91e4f9fdb6180afa"

0 commit comments

Comments
 (0)