Skip to content

Commit 68ca76f

Browse files
committed
fix(deps): update dependency chalk to ^4.1.2
1 parent 1b4baab commit 68ca76f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.1",
37+
"chalk": "^4.1.2",
3838
"cross-spawn": "^7.0.3",
3939
"cross-spawn-promise": "^0.10.2",
4040
"meow": "^7.1.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ 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==
202+
chalk@^4.1.2:
203+
version "4.1.2"
204+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
205+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
206206
dependencies:
207207
ansi-styles "^4.1.0"
208208
supports-color "^7.1.0"

0 commit comments

Comments
 (0)