|
|
|
@ -405,6 +405,11 @@
|
|
|
|
|
dependencies: |
|
|
|
|
"@babel/types" "^7.3.0" |
|
|
|
|
|
|
|
|
|
"@types/color-name@^1.1.1": |
|
|
|
|
version "1.1.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
|
|
|
|
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== |
|
|
|
|
|
|
|
|
|
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": |
|
|
|
|
version "2.0.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff" |
|
|
|
@ -608,6 +613,14 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
|
|
|
|
|
dependencies: |
|
|
|
|
color-convert "^1.9.0" |
|
|
|
|
|
|
|
|
|
ansi-styles@^4.1.0: |
|
|
|
|
version "4.2.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" |
|
|
|
|
integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== |
|
|
|
|
dependencies: |
|
|
|
|
"@types/color-name" "^1.1.1" |
|
|
|
|
color-convert "^2.0.1" |
|
|
|
|
|
|
|
|
|
anymatch@^2.0.0: |
|
|
|
|
version "2.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" |
|
|
|
@ -2034,16 +2047,7 @@ chalk@1.1.3, chalk@^1.1.3:
|
|
|
|
|
strip-ansi "^3.0.0" |
|
|
|
|
supports-color "^2.0.0" |
|
|
|
|
|
|
|
|
|
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0: |
|
|
|
|
version "2.4.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" |
|
|
|
|
integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ== |
|
|
|
|
dependencies: |
|
|
|
|
ansi-styles "^3.2.1" |
|
|
|
|
escape-string-regexp "^1.0.5" |
|
|
|
|
supports-color "^5.3.0" |
|
|
|
|
|
|
|
|
|
chalk@^2.4.1, chalk@^2.4.2: |
|
|
|
|
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2: |
|
|
|
|
version "2.4.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
|
|
|
|
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
|
|
|
@ -2052,6 +2056,14 @@ chalk@^2.4.1, chalk@^2.4.2:
|
|
|
|
|
escape-string-regexp "^1.0.5" |
|
|
|
|
supports-color "^5.3.0" |
|
|
|
|
|
|
|
|
|
chalk@^3.0.0: |
|
|
|
|
version "3.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" |
|
|
|
|
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== |
|
|
|
|
dependencies: |
|
|
|
|
ansi-styles "^4.1.0" |
|
|
|
|
supports-color "^7.1.0" |
|
|
|
|
|
|
|
|
|
chardet@^0.4.0: |
|
|
|
|
version "0.4.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" |
|
|
|
@ -2226,12 +2238,19 @@ color-convert@^1.3.0, color-convert@^1.9.0:
|
|
|
|
|
dependencies: |
|
|
|
|
color-name "1.1.3" |
|
|
|
|
|
|
|
|
|
color-convert@^2.0.1: |
|
|
|
|
version "2.0.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" |
|
|
|
|
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== |
|
|
|
|
dependencies: |
|
|
|
|
color-name "~1.1.4" |
|
|
|
|
|
|
|
|
|
color-name@1.1.3: |
|
|
|
|
version "1.1.3" |
|
|
|
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" |
|
|
|
|
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= |
|
|
|
|
|
|
|
|
|
color-name@^1.0.0: |
|
|
|
|
color-name@^1.0.0, color-name@~1.1.4: |
|
|
|
|
version "1.1.4" |
|
|
|
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
|
|
|
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
|
|
|
@ -4291,6 +4310,11 @@ has-flag@^3.0.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" |
|
|
|
|
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= |
|
|
|
|
|
|
|
|
|
has-flag@^4.0.0: |
|
|
|
|
version "4.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" |
|
|
|
|
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== |
|
|
|
|
|
|
|
|
|
has-symbols@^1.0.0: |
|
|
|
|
version "1.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" |
|
|
|
@ -8904,6 +8928,13 @@ supports-color@^6.1.0:
|
|
|
|
|
dependencies: |
|
|
|
|
has-flag "^3.0.0" |
|
|
|
|
|
|
|
|
|
supports-color@^7.1.0: |
|
|
|
|
version "7.1.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" |
|
|
|
|
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== |
|
|
|
|
dependencies: |
|
|
|
|
has-flag "^4.0.0" |
|
|
|
|
|
|
|
|
|
svgo@^0.7.0: |
|
|
|
|
version "0.7.2" |
|
|
|
|
resolved "https://registry.yarnpkg.com/svgo/-/svgo-0.7.2.tgz#9f5772413952135c6fefbf40afe6a4faa88b4bb5" |
|
|
|
|