File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 40
40
" starter-app"
41
41
],
42
42
"dependencies" : {
43
- "chalk" : " ^4.1.0 " ,
43
+ "chalk" : " ^4.1.1 " ,
44
44
"command-line-args" : " ^5.1.1" ,
45
45
"dedent" : " ^0.7.0" ,
46
46
"deepmerge" : " ^4.2.2" ,
Original file line number Diff line number Diff line change @@ -2757,14 +2757,22 @@ chalk@^2.0.0, chalk@^2.4.2:
2757
2757
escape-string-regexp "^1.0.5"
2758
2758
supports-color "^5.3.0"
2759
2759
2760
- chalk@^4.0.0, chalk@^4.1.0 :
2760
+ chalk@^4.0.0 :
2761
2761
version "4.1.0"
2762
2762
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
2763
2763
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
2764
2764
dependencies :
2765
2765
ansi-styles "^4.1.0"
2766
2766
supports-color "^7.1.0"
2767
2767
2768
+ chalk@^4.1.1 :
2769
+ version "4.1.1"
2770
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
2771
+ integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
2772
+ dependencies :
2773
+ ansi-styles "^4.1.0"
2774
+ supports-color "^7.1.0"
2775
+
2768
2776
check-error@^1.0.2 :
2769
2777
version "1.0.2"
2770
2778
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"
You can’t perform that action at this time.
0 commit comments