Skip to content

Commit 015d10d

Browse files
committed
fix(deps): update dependency chalk to ^4.1.2
1 parent 23c3246 commit 015d10d

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
@@ -40,7 +40,7 @@
4040
"starter-app"
4141
],
4242
"dependencies": {
43-
"chalk": "^4.1.1",
43+
"chalk": "^4.1.2",
4444
"command-line-args": "^5.2.0",
4545
"dedent": "^0.7.0",
4646
"deepmerge": "^4.2.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2827,10 +2827,10 @@ chalk@^4.0.0:
28272827
ansi-styles "^4.1.0"
28282828
supports-color "^7.1.0"
28292829

2830-
chalk@^4.1.1:
2831-
version "4.1.1"
2832-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
2833-
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
2830+
chalk@^4.1.2:
2831+
version "4.1.2"
2832+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2833+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
28342834
dependencies:
28352835
ansi-styles "^4.1.0"
28362836
supports-color "^7.1.0"

0 commit comments

Comments
 (0)