|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.8.3" |
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.10.4": |
| 13 | + version "7.14.5" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" |
| 15 | + integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.14.5" |
| 18 | + |
12 | 19 | "@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0": |
13 | 20 | version "7.9.0" |
14 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c" |
|
286 | 293 | dependencies: |
287 | 294 | "@babel/types" "^7.8.3" |
288 | 295 |
|
| 296 | +"@babel/helper-validator-identifier@^7.14.5": |
| 297 | + version "7.14.5" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" |
| 299 | + integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== |
| 300 | + |
289 | 301 | "@babel/helper-validator-identifier@^7.9.0": |
290 | 302 | version "7.9.0" |
291 | 303 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
|
315 | 327 | "@babel/traverse" "^7.9.0" |
316 | 328 | "@babel/types" "^7.9.0" |
317 | 329 |
|
| 330 | +"@babel/highlight@^7.14.5": |
| 331 | + version "7.14.5" |
| 332 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9" |
| 333 | + integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg== |
| 334 | + dependencies: |
| 335 | + "@babel/helper-validator-identifier" "^7.14.5" |
| 336 | + chalk "^2.0.0" |
| 337 | + js-tokens "^4.0.0" |
| 338 | + |
318 | 339 | "@babel/highlight@^7.8.3": |
319 | 340 | version "7.9.0" |
320 | 341 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079" |
|
956 | 977 | dependencies: |
957 | 978 | regenerator-runtime "^0.13.4" |
958 | 979 |
|
959 | | -"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.9.2": |
| 980 | +"@babel/runtime@^7.10.2", "@babel/runtime@^7.9.2": |
960 | 981 | version "7.11.0" |
961 | 982 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.0.tgz#f10245877042a815e07f7e693faff0ae9d3a2aac" |
962 | 983 | integrity sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw== |
|
1248 | 1269 | "@types/yargs" "^15.0.0" |
1249 | 1270 | chalk "^3.0.0" |
1250 | 1271 |
|
1251 | | -"@jest/types@^26.3.0": |
1252 | | - version "26.3.0" |
1253 | | - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71" |
1254 | | - integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ== |
| 1272 | +"@jest/types@^27.0.6": |
| 1273 | + version "27.0.6" |
| 1274 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.6.tgz#9a992bc517e0c49f035938b8549719c2de40706b" |
| 1275 | + integrity sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g== |
1255 | 1276 | dependencies: |
1256 | 1277 | "@types/istanbul-lib-coverage" "^2.0.0" |
1257 | 1278 | "@types/istanbul-reports" "^3.0.0" |
1258 | 1279 | "@types/node" "*" |
1259 | | - "@types/yargs" "^15.0.0" |
| 1280 | + "@types/yargs" "^16.0.0" |
1260 | 1281 | chalk "^4.0.0" |
1261 | 1282 |
|
1262 | 1283 | "@mrmlnc/readdir-enhanced@^2.2.1": |
|
1375 | 1396 | "@svgr/plugin-svgo" "^4.3.1" |
1376 | 1397 | loader-utils "^1.2.3" |
1377 | 1398 |
|
1378 | | -"@testing-library/dom@^7.22.3": |
1379 | | - version "7.23.0" |
1380 | | - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.23.0.tgz#c54c0fa53705ad867bcefb52fc0c96487fbc10f6" |
1381 | | - integrity sha512-H5m090auYH+obdZmsaYLrSWC5OauWD2CvNbz88KBxQJoXgkJzbU0DpAG8BS7Evj5WqCC3nAAKrLS6vw0ljUYLg== |
| 1399 | +"@testing-library/dom@^8.0.0": |
| 1400 | + version "8.0.0" |
| 1401 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.0.0.tgz#2bb994393c566aae021db86dd263ba06e8b71b38" |
| 1402 | + integrity sha512-Ym375MTOpfszlagRnTMO+FOfTt6gRrWiDOWmEnWLu9OvwCPOWtK6i5pBHmZ07wUJiQ7wWz0t8+ZBK2wFo2tlew== |
1382 | 1403 | dependencies: |
1383 | | - "@babel/runtime" "^7.10.3" |
| 1404 | + "@babel/code-frame" "^7.10.4" |
| 1405 | + "@babel/runtime" "^7.12.5" |
1384 | 1406 | "@types/aria-query" "^4.2.0" |
1385 | 1407 | aria-query "^4.2.2" |
1386 | | - dom-accessibility-api "^0.5.1" |
1387 | | - pretty-format "^26.4.2" |
| 1408 | + chalk "^4.1.0" |
| 1409 | + dom-accessibility-api "^0.5.6" |
| 1410 | + lz-string "^1.4.4" |
| 1411 | + pretty-format "^27.0.2" |
1388 | 1412 |
|
1389 | 1413 | "@testing-library/jest-dom@^5.14.1": |
1390 | 1414 | version "5.14.1" |
|
1401 | 1425 | lodash "^4.17.15" |
1402 | 1426 | redent "^3.0.0" |
1403 | 1427 |
|
1404 | | -"@testing-library/react@^10.4.9": |
1405 | | - version "10.4.9" |
1406 | | - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.9.tgz#9faa29c6a1a217bf8bbb96a28bd29d7a847ca150" |
1407 | | - integrity sha512-pHZKkqUy0tmiD81afs8xfiuseXfU/N7rAX3iKjeZYje86t9VaB0LrxYVa+OOsvkrveX5jCK3IjajVn2MbePvqA== |
| 1428 | +"@testing-library/react@^12.0.0": |
| 1429 | + version "12.0.0" |
| 1430 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.0.0.tgz#9aeb2264521522ab9b68f519eaf15136148f164a" |
| 1431 | + integrity sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA== |
1408 | 1432 | dependencies: |
1409 | | - "@babel/runtime" "^7.10.3" |
1410 | | - "@testing-library/dom" "^7.22.3" |
| 1433 | + "@babel/runtime" "^7.12.5" |
| 1434 | + "@testing-library/dom" "^8.0.0" |
1411 | 1435 |
|
1412 | 1436 | "@testing-library/user-event@^12.8.3": |
1413 | 1437 | version "12.8.3" |
|
1581 | 1605 | dependencies: |
1582 | 1606 | "@types/yargs-parser" "*" |
1583 | 1607 |
|
| 1608 | +"@types/yargs@^16.0.0": |
| 1609 | + version "16.0.3" |
| 1610 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.3.tgz#4b6d35bb8e680510a7dc2308518a80ee1ef27e01" |
| 1611 | + integrity sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ== |
| 1612 | + dependencies: |
| 1613 | + "@types/yargs-parser" "*" |
| 1614 | + |
1584 | 1615 | "@typescript-eslint/eslint-plugin@^2.10.0": |
1585 | 1616 | version "2.24.0" |
1586 | 1617 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.24.0.tgz#a86cf618c965a462cddf3601f594544b134d6d68" |
@@ -1961,6 +1992,11 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: |
1961 | 1992 | "@types/color-name" "^1.1.1" |
1962 | 1993 | color-convert "^2.0.1" |
1963 | 1994 |
|
| 1995 | +ansi-styles@^5.0.0: |
| 1996 | + version "5.2.0" |
| 1997 | + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" |
| 1998 | + integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== |
| 1999 | + |
1964 | 2000 | anymatch@^2.0.0: |
1965 | 2001 | version "2.0.0" |
1966 | 2002 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" |
@@ -2781,6 +2817,14 @@ chalk@^4.0.0: |
2781 | 2817 | ansi-styles "^4.1.0" |
2782 | 2818 | supports-color "^7.1.0" |
2783 | 2819 |
|
| 2820 | +chalk@^4.1.0: |
| 2821 | + version "4.1.1" |
| 2822 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" |
| 2823 | + integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== |
| 2824 | + dependencies: |
| 2825 | + ansi-styles "^4.1.0" |
| 2826 | + supports-color "^7.1.0" |
| 2827 | + |
2784 | 2828 | chardet@^0.7.0: |
2785 | 2829 | version "0.7.0" |
2786 | 2830 | resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" |
@@ -3706,11 +3750,6 @@ doctrine@^3.0.0: |
3706 | 3750 | dependencies: |
3707 | 3751 | esutils "^2.0.2" |
3708 | 3752 |
|
3709 | | -dom-accessibility-api@^0.5.1: |
3710 | | - version "0.5.2" |
3711 | | - resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.2.tgz#ef3cdb5d3f0d599d8f9c8b18df2fb63c9793739d" |
3712 | | - integrity sha512-k7hRNKAiPJXD2aBqfahSo4/01cTsKWXf+LqJgglnkN2Nz8TsxXKQBXHhKe0Ye9fEfHEZY49uSA5Sr3AqP/sWKA== |
3713 | | - |
3714 | 3753 | dom-accessibility-api@^0.5.6: |
3715 | 3754 | version "0.5.6" |
3716 | 3755 | resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9" |
@@ -6587,6 +6626,11 @@ lru-cache@^5.1.1: |
6587 | 6626 | dependencies: |
6588 | 6627 | yallist "^3.0.2" |
6589 | 6628 |
|
| 6629 | +lz-string@^1.4.4: |
| 6630 | + version "1.4.4" |
| 6631 | + resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26" |
| 6632 | + integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY= |
| 6633 | + |
6590 | 6634 | make-dir@^2.0.0, make-dir@^2.1.0: |
6591 | 6635 | version "2.1.0" |
6592 | 6636 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" |
@@ -8384,15 +8428,15 @@ pretty-format@^25.2.1, pretty-format@^25.5.0: |
8384 | 8428 | ansi-styles "^4.0.0" |
8385 | 8429 | react-is "^16.12.0" |
8386 | 8430 |
|
8387 | | -pretty-format@^26.4.2: |
8388 | | - version "26.4.2" |
8389 | | - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.4.2.tgz#d081d032b398e801e2012af2df1214ef75a81237" |
8390 | | - integrity sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA== |
| 8431 | +pretty-format@^27.0.2: |
| 8432 | + version "27.0.6" |
| 8433 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.6.tgz#ab770c47b2c6f893a21aefc57b75da63ef49a11f" |
| 8434 | + integrity sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ== |
8391 | 8435 | dependencies: |
8392 | | - "@jest/types" "^26.3.0" |
| 8436 | + "@jest/types" "^27.0.6" |
8393 | 8437 | ansi-regex "^5.0.0" |
8394 | | - ansi-styles "^4.0.0" |
8395 | | - react-is "^16.12.0" |
| 8438 | + ansi-styles "^5.0.0" |
| 8439 | + react-is "^17.0.1" |
8396 | 8440 |
|
8397 | 8441 | private@^0.1.8: |
8398 | 8442 | version "0.1.8" |
@@ -8650,6 +8694,11 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4: |
8650 | 8694 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" |
8651 | 8695 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== |
8652 | 8696 |
|
| 8697 | +react-is@^17.0.1: |
| 8698 | + version "17.0.2" |
| 8699 | + resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" |
| 8700 | + integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== |
| 8701 | + |
8653 | 8702 | |
8654 | 8703 | version "3.4.4" |
8655 | 8704 | resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-3.4.4.tgz#eef024ed5c566374005e3f509877350ba99d08a7" |
|
0 commit comments