|
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.9" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
| 299 | + integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
| 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.1.1": |
| 1273 | + version "27.1.1" |
| 1274 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.1.1.tgz#77a3fc014f906c65752d12123a0134359707c0ad" |
| 1275 | + integrity sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA== |
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 | "@mdn/browser-compat-data@^3.3.14": |
|
1380 | 1401 | "@svgr/plugin-svgo" "^4.3.1" |
1381 | 1402 | loader-utils "^1.2.3" |
1382 | 1403 |
|
1383 | | -"@testing-library/dom@^7.22.3": |
1384 | | - version "7.23.0" |
1385 | | - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.23.0.tgz#c54c0fa53705ad867bcefb52fc0c96487fbc10f6" |
1386 | | - integrity sha512-H5m090auYH+obdZmsaYLrSWC5OauWD2CvNbz88KBxQJoXgkJzbU0DpAG8BS7Evj5WqCC3nAAKrLS6vw0ljUYLg== |
| 1404 | +"@testing-library/dom@^8.0.0": |
| 1405 | + version "8.5.0" |
| 1406 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.5.0.tgz#56e31331015f943a68c6ec27e259fdf16c69ab7d" |
| 1407 | + integrity sha512-O0fmHFaPlqaYCpa/cBL0cvroMridb9vZsMLacgIqrlxj+fd+bGF8UfAgwsLCHRF84KLBafWlm9CuOvxeNTlodw== |
1387 | 1408 | dependencies: |
1388 | | - "@babel/runtime" "^7.10.3" |
| 1409 | + "@babel/code-frame" "^7.10.4" |
| 1410 | + "@babel/runtime" "^7.12.5" |
1389 | 1411 | "@types/aria-query" "^4.2.0" |
1390 | 1412 | aria-query "^4.2.2" |
1391 | | - dom-accessibility-api "^0.5.1" |
1392 | | - pretty-format "^26.4.2" |
| 1413 | + chalk "^4.1.0" |
| 1414 | + dom-accessibility-api "^0.5.6" |
| 1415 | + lz-string "^1.4.4" |
| 1416 | + pretty-format "^27.0.2" |
1393 | 1417 |
|
1394 | 1418 | "@testing-library/jest-dom@^5.14.1": |
1395 | 1419 | version "5.14.1" |
|
1406 | 1430 | lodash "^4.17.15" |
1407 | 1431 | redent "^3.0.0" |
1408 | 1432 |
|
1409 | | -"@testing-library/react@^10.4.9": |
1410 | | - version "10.4.9" |
1411 | | - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.9.tgz#9faa29c6a1a217bf8bbb96a28bd29d7a847ca150" |
1412 | | - integrity sha512-pHZKkqUy0tmiD81afs8xfiuseXfU/N7rAX3iKjeZYje86t9VaB0LrxYVa+OOsvkrveX5jCK3IjajVn2MbePvqA== |
| 1433 | +"@testing-library/react@^12.1.0": |
| 1434 | + version "12.1.0" |
| 1435 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.0.tgz#3e9a4002b0b8f986a738a2f88fc458b5af319f35" |
| 1436 | + integrity sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ== |
1413 | 1437 | dependencies: |
1414 | | - "@babel/runtime" "^7.10.3" |
1415 | | - "@testing-library/dom" "^7.22.3" |
| 1438 | + "@babel/runtime" "^7.12.5" |
| 1439 | + "@testing-library/dom" "^8.0.0" |
1416 | 1440 |
|
1417 | 1441 | "@testing-library/user-event@^12.8.3": |
1418 | 1442 | version "12.8.3" |
|
1586 | 1610 | dependencies: |
1587 | 1611 | "@types/yargs-parser" "*" |
1588 | 1612 |
|
| 1613 | +"@types/yargs@^16.0.0": |
| 1614 | + version "16.0.4" |
| 1615 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977" |
| 1616 | + integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw== |
| 1617 | + dependencies: |
| 1618 | + "@types/yargs-parser" "*" |
| 1619 | + |
1589 | 1620 | "@typescript-eslint/eslint-plugin@^2.10.0": |
1590 | 1621 | version "2.24.0" |
1591 | 1622 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.24.0.tgz#a86cf618c965a462cddf3601f594544b134d6d68" |
@@ -1966,6 +1997,11 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: |
1966 | 1997 | "@types/color-name" "^1.1.1" |
1967 | 1998 | color-convert "^2.0.1" |
1968 | 1999 |
|
| 2000 | +ansi-styles@^5.0.0: |
| 2001 | + version "5.2.0" |
| 2002 | + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" |
| 2003 | + integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== |
| 2004 | + |
1969 | 2005 | anymatch@^2.0.0: |
1970 | 2006 | version "2.0.0" |
1971 | 2007 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" |
@@ -2788,6 +2824,14 @@ chalk@^4.0.0: |
2788 | 2824 | ansi-styles "^4.1.0" |
2789 | 2825 | supports-color "^7.1.0" |
2790 | 2826 |
|
| 2827 | +chalk@^4.1.0: |
| 2828 | + version "4.1.2" |
| 2829 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" |
| 2830 | + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== |
| 2831 | + dependencies: |
| 2832 | + ansi-styles "^4.1.0" |
| 2833 | + supports-color "^7.1.0" |
| 2834 | + |
2791 | 2835 | chardet@^0.7.0: |
2792 | 2836 | version "0.7.0" |
2793 | 2837 | resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" |
@@ -3713,11 +3757,6 @@ doctrine@^3.0.0: |
3713 | 3757 | dependencies: |
3714 | 3758 | esutils "^2.0.2" |
3715 | 3759 |
|
3716 | | -dom-accessibility-api@^0.5.1: |
3717 | | - version "0.5.2" |
3718 | | - resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.2.tgz#ef3cdb5d3f0d599d8f9c8b18df2fb63c9793739d" |
3719 | | - integrity sha512-k7hRNKAiPJXD2aBqfahSo4/01cTsKWXf+LqJgglnkN2Nz8TsxXKQBXHhKe0Ye9fEfHEZY49uSA5Sr3AqP/sWKA== |
3720 | | - |
3721 | 3760 | dom-accessibility-api@^0.5.6: |
3722 | 3761 | version "0.5.6" |
3723 | 3762 | resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9" |
@@ -6594,6 +6633,11 @@ lru-cache@^5.1.1: |
6594 | 6633 | dependencies: |
6595 | 6634 | yallist "^3.0.2" |
6596 | 6635 |
|
| 6636 | +lz-string@^1.4.4: |
| 6637 | + version "1.4.4" |
| 6638 | + resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26" |
| 6639 | + integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY= |
| 6640 | + |
6597 | 6641 | make-dir@^2.0.0, make-dir@^2.1.0: |
6598 | 6642 | version "2.1.0" |
6599 | 6643 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" |
@@ -8391,15 +8435,15 @@ pretty-format@^25.2.1, pretty-format@^25.5.0: |
8391 | 8435 | ansi-styles "^4.0.0" |
8392 | 8436 | react-is "^16.12.0" |
8393 | 8437 |
|
8394 | | -pretty-format@^26.4.2: |
8395 | | - version "26.4.2" |
8396 | | - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.4.2.tgz#d081d032b398e801e2012af2df1214ef75a81237" |
8397 | | - integrity sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA== |
| 8438 | +pretty-format@^27.0.2: |
| 8439 | + version "27.1.1" |
| 8440 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.1.1.tgz#cbaf9ec6cd7cfc3141478b6f6293c0ccdbe968e0" |
| 8441 | + integrity sha512-zdBi/xlstKJL42UH7goQti5Hip/B415w1Mfj+WWWYMBylAYtKESnXGUtVVcMVid9ReVjypCotUV6CEevYPHv2g== |
8398 | 8442 | dependencies: |
8399 | | - "@jest/types" "^26.3.0" |
| 8443 | + "@jest/types" "^27.1.1" |
8400 | 8444 | ansi-regex "^5.0.0" |
8401 | | - ansi-styles "^4.0.0" |
8402 | | - react-is "^16.12.0" |
| 8445 | + ansi-styles "^5.0.0" |
| 8446 | + react-is "^17.0.1" |
8403 | 8447 |
|
8404 | 8448 | private@^0.1.8: |
8405 | 8449 | version "0.1.8" |
@@ -8657,6 +8701,11 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4: |
8657 | 8701 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" |
8658 | 8702 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== |
8659 | 8703 |
|
| 8704 | +react-is@^17.0.1: |
| 8705 | + version "17.0.2" |
| 8706 | + resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" |
| 8707 | + integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== |
| 8708 | + |
8660 | 8709 | |
8661 | 8710 | version "3.4.4" |
8662 | 8711 | resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-3.4.4.tgz#eef024ed5c566374005e3f509877350ba99d08a7" |
|
0 commit comments