|
3 | 3 |
|
4 | 4 |
|
5 | 5 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.3":
|
6 |
| - version "7.10.3" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.3.tgz#324bcfd8d35cd3d47dae18cde63d752086435e9a" |
8 |
| - integrity sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg== |
| 6 | + version "7.12.13" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" |
| 8 | + integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== |
9 | 9 | dependencies:
|
10 |
| - "@babel/highlight" "^7.10.3" |
| 10 | + "@babel/highlight" "^7.12.13" |
11 | 11 |
|
12 | 12 | "@babel/compat-data@^7.10.1":
|
13 | 13 | version "7.10.1"
|
|
272 | 272 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
|
273 | 273 | integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==
|
274 | 274 |
|
| 275 | +"@babel/helper-validator-identifier@^7.12.11": |
| 276 | + version "7.12.11" |
| 277 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 278 | + integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| 279 | + |
275 | 280 | "@babel/helper-wrap-function@^7.10.1":
|
276 | 281 | version "7.10.1"
|
277 | 282 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
|
|
291 | 296 | "@babel/traverse" "^7.10.1"
|
292 | 297 | "@babel/types" "^7.10.1"
|
293 | 298 |
|
294 |
| -"@babel/highlight@^7.10.3": |
295 |
| - version "7.10.3" |
296 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.3.tgz#c633bb34adf07c5c13156692f5922c81ec53f28d" |
297 |
| - integrity sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw== |
| 299 | +"@babel/highlight@^7.12.13": |
| 300 | + version "7.13.10" |
| 301 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1" |
| 302 | + integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== |
298 | 303 | dependencies:
|
299 |
| - "@babel/helper-validator-identifier" "^7.10.3" |
| 304 | + "@babel/helper-validator-identifier" "^7.12.11" |
300 | 305 | chalk "^2.0.0"
|
301 | 306 | js-tokens "^4.0.0"
|
302 | 307 |
|
|
1366 | 1371 | "@types/yargs" "^15.0.0"
|
1367 | 1372 | chalk "^3.0.0"
|
1368 | 1373 |
|
1369 |
| -"@jest/types@^26.0.1", "@jest/types@^26.1.0": |
1370 |
| - version "26.1.0" |
1371 |
| - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057" |
1372 |
| - integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ== |
| 1374 | +"@jest/types@^26.0.1", "@jest/types@^26.1.0", "@jest/types@^26.6.2": |
| 1375 | + version "26.6.2" |
| 1376 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e" |
| 1377 | + integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== |
1373 | 1378 | dependencies:
|
1374 | 1379 | "@types/istanbul-lib-coverage" "^2.0.0"
|
1375 |
| - "@types/istanbul-reports" "^1.1.1" |
| 1380 | + "@types/istanbul-reports" "^3.0.0" |
| 1381 | + "@types/node" "*" |
1376 | 1382 | "@types/yargs" "^15.0.0"
|
1377 | 1383 | chalk "^4.0.0"
|
1378 | 1384 |
|
|
1501 | 1507 | dependencies:
|
1502 | 1508 | "@babel/types" "^7.3.0"
|
1503 | 1509 |
|
1504 |
| -"@types/color-name@^1.1.1": |
1505 |
| - version "1.1.1" |
1506 |
| - resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
1507 |
| - integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== |
1508 |
| - |
1509 | 1510 | "@types/events@*":
|
1510 | 1511 | version "3.0.0"
|
1511 | 1512 | resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
|
|
1552 | 1553 | "@types/istanbul-lib-coverage" "*"
|
1553 | 1554 | "@types/istanbul-lib-report" "*"
|
1554 | 1555 |
|
| 1556 | +"@types/istanbul-reports@^3.0.0": |
| 1557 | + version "3.0.0" |
| 1558 | + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821" |
| 1559 | + integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== |
| 1560 | + dependencies: |
| 1561 | + "@types/istanbul-lib-report" "*" |
| 1562 | + |
1555 | 1563 | "@types/jest@*":
|
1556 | 1564 | version "26.0.3"
|
1557 | 1565 | resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251"
|
|
1576 | 1584 | integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
|
1577 | 1585 |
|
1578 | 1586 | "@types/node@*":
|
1579 |
| - version "14.0.14" |
1580 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.14.tgz#24a0b5959f16ac141aeb0c5b3cd7a15b7c64cbce" |
1581 |
| - integrity sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ== |
| 1587 | + version "14.14.34" |
| 1588 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.34.tgz#07935194fc049069a1c56c0c274265abeddf88da" |
| 1589 | + integrity sha512-dBPaxocOK6UVyvhbnpFIj2W+S+1cBTkHQbFQfeeJhoKFbzYcVUGHvddeWPSucKATb3F0+pgDq0i6ghEaZjsugA== |
1582 | 1590 |
|
1583 | 1591 | "@types/normalize-package-data@^2.4.0":
|
1584 | 1592 | version "2.4.0"
|
|
1605 | 1613 | resolved "https://registry.yarnpkg.com/@types/schema-utils/-/schema-utils-1.0.0.tgz#295d36f01e2cb8bc3207ca1d9a68e210db6b40cb"
|
1606 | 1614 | integrity sha512-YesPanU1+WCigC/Aj1Mga8UCOjHIfMNHZ3zzDsUY7lI8GlKnh/Kv2QwJOQ+jNQ36Ru7IfzSedlG14hppYaN13A==
|
1607 | 1615 |
|
1608 |
| -"@types/stack-utils@^1.0.1": |
1609 |
| - version "1.0.1" |
1610 |
| - resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" |
1611 |
| - integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== |
| 1616 | +"@types/stack-utils@^2.0.0": |
| 1617 | + version "2.0.0" |
| 1618 | + resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" |
| 1619 | + integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== |
1612 | 1620 |
|
1613 | 1621 | "@types/testing-library__jest-dom@^5.9.1":
|
1614 | 1622 | version "5.9.1"
|
|
1618 | 1626 | "@types/jest" "*"
|
1619 | 1627 |
|
1620 | 1628 | "@types/yargs-parser@*":
|
1621 |
| - version "15.0.0" |
1622 |
| - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d" |
1623 |
| - integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== |
| 1629 | + version "20.2.0" |
| 1630 | + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9" |
| 1631 | + integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA== |
1624 | 1632 |
|
1625 | 1633 | "@types/yargs@^15.0.0":
|
1626 |
| - version "15.0.5" |
1627 |
| - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.5.tgz#947e9a6561483bdee9adffc983e91a6902af8b79" |
1628 |
| - integrity sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w== |
| 1634 | + version "15.0.13" |
| 1635 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc" |
| 1636 | + integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ== |
1629 | 1637 | dependencies:
|
1630 | 1638 | "@types/yargs-parser" "*"
|
1631 | 1639 |
|
@@ -1948,11 +1956,10 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
|
1948 | 1956 | color-convert "^1.9.0"
|
1949 | 1957 |
|
1950 | 1958 | ansi-styles@^4.0.0, ansi-styles@^4.1.0:
|
1951 |
| - version "4.2.1" |
1952 |
| - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" |
1953 |
| - integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== |
| 1959 | + version "4.3.0" |
| 1960 | + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" |
| 1961 | + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== |
1954 | 1962 | dependencies:
|
1955 |
| - "@types/color-name" "^1.1.1" |
1956 | 1963 | color-convert "^2.0.1"
|
1957 | 1964 |
|
1958 | 1965 | anymatch@^2.0.0:
|
@@ -5182,9 +5189,9 @@ gonzales-pe-sl@^4.2.3:
|
5182 | 5189 | minimist "1.1.x"
|
5183 | 5190 |
|
5184 | 5191 | graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
|
5185 |
| - version "4.2.4" |
5186 |
| - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" |
5187 |
| - integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== |
| 5192 | + version "4.2.6" |
| 5193 | + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" |
| 5194 | + integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== |
5188 | 5195 |
|
5189 | 5196 | growly@^1.3.0:
|
5190 | 5197 | version "1.3.0"
|
@@ -6447,31 +6454,18 @@ jest-matcher-utils@^26.1.0:
|
6447 | 6454 | jest-get-type "^26.0.0"
|
6448 | 6455 | pretty-format "^26.1.0"
|
6449 | 6456 |
|
6450 |
| -jest-message-util@^26.0.1: |
6451 |
| - version "26.0.1" |
6452 |
| - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.0.1.tgz#07af1b42fc450b4cc8e90e4c9cef11b33ce9b0ac" |
6453 |
| - integrity sha512-CbK8uQREZ8umUfo8+zgIfEt+W7HAHjQCoRaNs4WxKGhAYBGwEyvxuK81FXa7VeB9pwDEXeeKOB2qcsNVCAvB7Q== |
| 6457 | +jest-message-util@^26.0.1, jest-message-util@^26.1.0: |
| 6458 | + version "26.6.2" |
| 6459 | + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07" |
| 6460 | + integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA== |
6454 | 6461 | dependencies:
|
6455 | 6462 | "@babel/code-frame" "^7.0.0"
|
6456 |
| - "@jest/types" "^26.0.1" |
6457 |
| - "@types/stack-utils" "^1.0.1" |
6458 |
| - chalk "^4.0.0" |
6459 |
| - graceful-fs "^4.2.4" |
6460 |
| - micromatch "^4.0.2" |
6461 |
| - slash "^3.0.0" |
6462 |
| - stack-utils "^2.0.2" |
6463 |
| - |
6464 |
| -jest-message-util@^26.1.0: |
6465 |
| - version "26.1.0" |
6466 |
| - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.1.0.tgz#52573fbb8f5cea443c4d1747804d7a238a3e233c" |
6467 |
| - integrity sha512-dY0+UlldiAJwNDJ08SF0HdF32g9PkbF2NRK/+2iMPU40O6q+iSn1lgog/u0UH8ksWoPv0+gNq8cjhYO2MFtT0g== |
6468 |
| - dependencies: |
6469 |
| - "@babel/code-frame" "^7.0.0" |
6470 |
| - "@jest/types" "^26.1.0" |
6471 |
| - "@types/stack-utils" "^1.0.1" |
| 6463 | + "@jest/types" "^26.6.2" |
| 6464 | + "@types/stack-utils" "^2.0.0" |
6472 | 6465 | chalk "^4.0.0"
|
6473 | 6466 | graceful-fs "^4.2.4"
|
6474 | 6467 | micromatch "^4.0.2"
|
| 6468 | + pretty-format "^26.6.2" |
6475 | 6469 | slash "^3.0.0"
|
6476 | 6470 | stack-utils "^2.0.2"
|
6477 | 6471 |
|
@@ -8710,15 +8704,15 @@ pretty-format@^25.2.1, pretty-format@^25.5.0:
|
8710 | 8704 | ansi-styles "^4.0.0"
|
8711 | 8705 | react-is "^16.12.0"
|
8712 | 8706 |
|
8713 |
| -pretty-format@^26.0.1, pretty-format@^26.1.0: |
8714 |
| - version "26.1.0" |
8715 |
| - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.1.0.tgz#272b9cd1f1a924ab5d443dc224899d7a65cb96ec" |
8716 |
| - integrity sha512-GmeO1PEYdM+non4BKCj+XsPJjFOJIPnsLewqhDVoqY1xo0yNmDas7tC2XwpMrRAHR3MaE2hPo37deX5OisJ2Wg== |
| 8707 | +pretty-format@^26.0.1, pretty-format@^26.1.0, pretty-format@^26.6.2: |
| 8708 | + version "26.6.2" |
| 8709 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93" |
| 8710 | + integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg== |
8717 | 8711 | dependencies:
|
8718 |
| - "@jest/types" "^26.1.0" |
| 8712 | + "@jest/types" "^26.6.2" |
8719 | 8713 | ansi-regex "^5.0.0"
|
8720 | 8714 | ansi-styles "^4.0.0"
|
8721 |
| - react-is "^16.12.0" |
| 8715 | + react-is "^17.0.1" |
8722 | 8716 |
|
8723 | 8717 | private@^0.1.8:
|
8724 | 8718 | version "0.1.8"
|
@@ -9016,6 +9010,11 @@ react-is@^16.12.0, react-is@^16.3.2, react-is@^16.7.0, react-is@^16.8.1, react-i
|
9016 | 9010 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
9017 | 9011 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
9018 | 9012 |
|
| 9013 | +react-is@^17.0.1: |
| 9014 | + version "17.0.1" |
| 9015 | + resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339" |
| 9016 | + integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA== |
| 9017 | + |
9019 | 9018 | react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4:
|
9020 | 9019 | version "3.0.4"
|
9021 | 9020 | resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
|
@@ -10282,9 +10281,9 @@ stack-generator@^2.0.5:
|
10282 | 10281 | stackframe "^1.1.1"
|
10283 | 10282 |
|
10284 | 10283 | stack-utils@^2.0.2:
|
10285 |
| - version "2.0.2" |
10286 |
| - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.2.tgz#5cf48b4557becb4638d0bc4f21d23f5d19586593" |
10287 |
| - integrity sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg== |
| 10284 | + version "2.0.3" |
| 10285 | + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277" |
| 10286 | + integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw== |
10288 | 10287 | dependencies:
|
10289 | 10288 | escape-string-regexp "^2.0.0"
|
10290 | 10289 |
|
@@ -10562,13 +10561,20 @@ supports-color@^6.1.0:
|
10562 | 10561 | dependencies:
|
10563 | 10562 | has-flag "^3.0.0"
|
10564 | 10563 |
|
10565 |
| -supports-color@^7.0.0, supports-color@^7.1.0: |
| 10564 | +supports-color@^7.0.0: |
10566 | 10565 | version "7.1.0"
|
10567 | 10566 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
|
10568 | 10567 | integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
|
10569 | 10568 | dependencies:
|
10570 | 10569 | has-flag "^4.0.0"
|
10571 | 10570 |
|
| 10571 | +supports-color@^7.1.0: |
| 10572 | + version "7.2.0" |
| 10573 | + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" |
| 10574 | + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== |
| 10575 | + dependencies: |
| 10576 | + has-flag "^4.0.0" |
| 10577 | + |
10572 | 10578 | supports-hyperlinks@^2.0.0:
|
10573 | 10579 | version "2.1.0"
|
10574 | 10580 | resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47"
|
|
0 commit comments