|
1025 | 1025 | dependencies: |
1026 | 1026 | chalk "*" |
1027 | 1027 |
|
| 1028 | +"@types/color-name@^1.1.1": |
| 1029 | + version "1.1.1" |
| 1030 | + resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
| 1031 | + integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== |
| 1032 | + |
1028 | 1033 | "@types/common-tags@^1.8.0": |
1029 | 1034 | version "1.8.0" |
1030 | 1035 | resolved "https://registry.yarnpkg.com/@types/common-tags/-/common-tags-1.8.0.tgz#79d55e748d730b997be5b7fce4b74488d8b26a6b" |
@@ -1267,6 +1272,14 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1: |
1267 | 1272 | dependencies: |
1268 | 1273 | color-convert "^1.9.0" |
1269 | 1274 |
|
| 1275 | +ansi-styles@^4.1.0: |
| 1276 | + version "4.2.0" |
| 1277 | + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.0.tgz#5681f0dcf7ae5880a7841d8831c4724ed9cc0172" |
| 1278 | + integrity sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg== |
| 1279 | + dependencies: |
| 1280 | + "@types/color-name" "^1.1.1" |
| 1281 | + color-convert "^2.0.1" |
| 1282 | + |
1270 | 1283 | any-promise@^1.0.0: |
1271 | 1284 | version "1.3.0" |
1272 | 1285 | resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" |
@@ -1691,7 +1704,15 @@ caseless@~0.12.0: |
1691 | 1704 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" |
1692 | 1705 | integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= |
1693 | 1706 |
|
1694 | | -chalk@*, [email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2: |
| 1707 | +chalk@*, chalk@^3.0.0: |
| 1708 | + version "3.0.0" |
| 1709 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" |
| 1710 | + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== |
| 1711 | + dependencies: |
| 1712 | + ansi-styles "^4.1.0" |
| 1713 | + supports-color "^7.1.0" |
| 1714 | + |
| 1715 | +[email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2: |
1695 | 1716 | version "2.4.2" |
1696 | 1717 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
1697 | 1718 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
@@ -1837,12 +1858,19 @@ color-convert@^1.9.0, color-convert@^1.9.1: |
1837 | 1858 | dependencies: |
1838 | 1859 | color-name "1.1.3" |
1839 | 1860 |
|
| 1861 | +color-convert@^2.0.1: |
| 1862 | + version "2.0.1" |
| 1863 | + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" |
| 1864 | + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== |
| 1865 | + dependencies: |
| 1866 | + color-name "~1.1.4" |
| 1867 | + |
1840 | 1868 | |
1841 | 1869 | version "1.1.3" |
1842 | 1870 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" |
1843 | 1871 | integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= |
1844 | 1872 |
|
1845 | | -color-name@^1.0.0: |
| 1873 | +color-name@^1.0.0, color-name@~1.1.4: |
1846 | 1874 | version "1.1.4" |
1847 | 1875 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
1848 | 1876 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
@@ -6420,7 +6448,7 @@ strip-json-comments@~2.0.1: |
6420 | 6448 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" |
6421 | 6449 | integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= |
6422 | 6450 |
|
6423 | | - |
| 6451 | +[email protected], supports-color@^7.1.0: |
6424 | 6452 | version "7.1.0" |
6425 | 6453 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" |
6426 | 6454 | integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== |
|
0 commit comments