Skip to content

Commit

Permalink
Update dependency chalk to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 26, 2021
1 parent e25bf84 commit cebc5f3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/parse5-sax-parser": "^5.0.1",
"@types/rimraf": "^3.0.0",
"ava": "^3.1.0",
"chalk": "^4.0.0",
"chalk": "^5.0.0",
"codecov": "^3.0.0",
"dependency-cruiser": "^9.0.0",
"diff": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mimir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"homepage": "https://github.com/fimbullinter/wotan#readme",
"dependencies": {
"@fimbul/ymir": "^0.24.0",
"chalk": "^4.0.0",
"chalk": "^5.0.0",
"debug": "^4.0.0",
"tslib": "^2.0.0",
"tsutils": "^3.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/wotan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@fimbul/mimir": "^0.24.0",
"@fimbul/ymir": "^0.24.0",
"bind-decorator": "^1.0.11",
"chalk": "^4.0.0",
"chalk": "^5.0.0",
"debug": "^4.0.0",
"diff": "^5.0.0",
"glob": "^7.1.2",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ caseless@~0.12.0:
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=

[email protected], chalk@^4.0.0, chalk@^4.1.0:
[email protected], chalk@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
Expand All @@ -952,6 +952,11 @@ chalk@^2.0.0, chalk@^2.3.0, chalk@^2.4.1:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==

chardet@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
Expand Down

0 comments on commit cebc5f3

Please sign in to comment.