Skip to content

Commit fdb82d7

Browse files
committed
fix(deps): update dependency chalk to ^4.1.1
1 parent 58c842c commit fdb82d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/textlint/create-textlint-rule",
3636
"dependencies": {
37-
"chalk": "^4.1.0",
37+
"chalk": "^4.1.1",
3838
"cross-spawn": "^7.0.3",
3939
"cross-spawn-promise": "^0.10.2",
4040
"meow": "^7.1.1",

yarn.lock

+8
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,14 @@ chalk@^4.0.0, chalk@^4.1.0:
199199
ansi-styles "^4.1.0"
200200
supports-color "^7.1.0"
201201

202+
chalk@^4.1.1:
203+
version "4.1.1"
204+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
205+
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
206+
dependencies:
207+
ansi-styles "^4.1.0"
208+
supports-color "^7.1.0"
209+
202210
ci-info@^2.0.0:
203211
version "2.0.0"
204212
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"

0 commit comments

Comments
 (0)