|
223 | 223 | resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.2.tgz#63dc3e5e7f6367e1819d2bba5213783cd926c5d5"
|
224 | 224 | integrity sha512-ylggu8DwwxT6mk3jVoJeohWAePWMNWEYm06MSoJ19kwp3hT9eY2Z4NNZn3oevzgFmClgNQ2GQF500hPDvNsGHg==
|
225 | 225 |
|
| 226 | +"@types/color-name@^1.1.1": |
| 227 | + version "1.1.1" |
| 228 | + resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
| 229 | + integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== |
| 230 | + |
226 | 231 |
|
227 | 232 | version "4.0.2"
|
228 | 233 | resolved "https://registry.yarnpkg.com/@types/diff/-/diff-4.0.2.tgz#2e9bb89f9acc3ab0108f0f3dc4dbdcf2fff8a99c"
|
@@ -365,6 +370,14 @@ ansi-styles@^3.1.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1:
|
365 | 370 | dependencies:
|
366 | 371 | color-convert "^1.9.0"
|
367 | 372 |
|
| 373 | +ansi-styles@^4.1.0: |
| 374 | + version "4.2.0" |
| 375 | + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.0.tgz#5681f0dcf7ae5880a7841d8831c4724ed9cc0172" |
| 376 | + integrity sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg== |
| 377 | + dependencies: |
| 378 | + "@types/color-name" "^1.1.1" |
| 379 | + color-convert "^2.0.1" |
| 380 | + |
368 | 381 | ansi-styles@~1.0.0:
|
369 | 382 | version "1.0.0"
|
370 | 383 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178"
|
|
1436 | 1449 | escape-string-regexp "^1.0.5"
|
1437 | 1450 | supports-color "^5.3.0"
|
1438 | 1451 |
|
| 1452 | + |
| 1453 | + version "3.0.0" |
| 1454 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" |
| 1455 | + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== |
| 1456 | + dependencies: |
| 1457 | + ansi-styles "^4.1.0" |
| 1458 | + supports-color "^7.1.0" |
| 1459 | + |
1439 | 1460 | chalk@^0.4.0:
|
1440 | 1461 | version "0.4.0"
|
1441 | 1462 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"
|
@@ -1625,11 +1646,23 @@ color-convert@^1.9.0:
|
1625 | 1646 | dependencies:
|
1626 | 1647 | color-name "^1.1.1"
|
1627 | 1648 |
|
| 1649 | +color-convert@^2.0.1: |
| 1650 | + version "2.0.1" |
| 1651 | + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" |
| 1652 | + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== |
| 1653 | + dependencies: |
| 1654 | + color-name "~1.1.4" |
| 1655 | + |
1628 | 1656 | color-name@^1.1.1:
|
1629 | 1657 | version "1.1.3"
|
1630 | 1658 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
1631 | 1659 | integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
1632 | 1660 |
|
| 1661 | +color-name@~1.1.4: |
| 1662 | + version "1.1.4" |
| 1663 | + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
| 1664 | + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
| 1665 | + |
1633 | 1666 | combined-stream@^1.0.6, combined-stream@~1.0.6:
|
1634 | 1667 | version "1.0.7"
|
1635 | 1668 | resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828"
|
@@ -3273,6 +3306,11 @@ has-flag@^3.0.0:
|
3273 | 3306 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
3274 | 3307 | integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
|
3275 | 3308 |
|
| 3309 | +has-flag@^4.0.0: |
| 3310 | + version "4.0.0" |
| 3311 | + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" |
| 3312 | + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== |
| 3313 | + |
3276 | 3314 | has-unicode@^2.0.0:
|
3277 | 3315 | version "2.0.1"
|
3278 | 3316 | resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
|
@@ -6192,6 +6230,13 @@ supports-color@^6.1.0:
|
6192 | 6230 | dependencies:
|
6193 | 6231 | has-flag "^3.0.0"
|
6194 | 6232 |
|
| 6233 | +supports-color@^7.1.0: |
| 6234 | + version "7.1.0" |
| 6235 | + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" |
| 6236 | + integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== |
| 6237 | + dependencies: |
| 6238 | + has-flag "^4.0.0" |
| 6239 | + |
6195 | 6240 | symbol-observable@^0.2.2:
|
6196 | 6241 | version "0.2.4"
|
6197 | 6242 | resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-0.2.4.tgz#95a83db26186d6af7e7a18dbd9760a2f86d08f40"
|
|
0 commit comments