|
880 | 880 | "@babel/helper-plugin-utils" "^7.8.3" |
881 | 881 | "@babel/plugin-transform-typescript" "^7.8.3" |
882 | 882 |
|
883 | | -"@babel/runtime-corejs3@^7.8.3": |
884 | | - version "7.9.2" |
885 | | - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.9.2.tgz#26fe4aa77e9f1ecef9b776559bbb8e84d34284b7" |
886 | | - integrity sha512-HHxmgxbIzOfFlZ+tdeRKtaxWOMUoCG5Mu3wKeUmOxjYrwb3AAHgnmtCUbPPK11/raIWLIBK250t8E2BPO0p7jA== |
887 | | - dependencies: |
888 | | - core-js-pure "^3.0.0" |
889 | | - regenerator-runtime "^0.13.4" |
890 | | - |
891 | 883 | "@babel/runtime@^7.4.5", "@babel/runtime@^7.8.4": |
892 | 884 | version "7.9.2" |
893 | 885 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" |
@@ -1773,6 +1765,15 @@ array-unique@^0.3.2: |
1773 | 1765 | resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" |
1774 | 1766 | integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= |
1775 | 1767 |
|
| 1768 | +array.prototype.flatmap@^1.2.3: |
| 1769 | + version "1.2.3" |
| 1770 | + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443" |
| 1771 | + integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== |
| 1772 | + dependencies: |
| 1773 | + define-properties "^1.1.3" |
| 1774 | + es-abstract "^1.17.0-next.1" |
| 1775 | + function-bind "^1.1.1" |
| 1776 | + |
1776 | 1777 | asn1.js@^4.0.0: |
1777 | 1778 | version "4.10.1" |
1778 | 1779 | resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0" |
@@ -2528,11 +2529,6 @@ core-js-compat@^3.6.2: |
2528 | 2529 | browserslist "^4.8.5" |
2529 | 2530 | semver "7.0.0" |
2530 | 2531 |
|
2531 | | -core-js-pure@^3.0.0: |
2532 | | - version "3.6.5" |
2533 | | - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813" |
2534 | | - integrity sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA== |
2535 | | - |
2536 | 2532 | core-util-is@~1.0.0: |
2537 | 2533 | version "1.0.2" |
2538 | 2534 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" |
@@ -3110,23 +3106,22 @@ eslint-plugin-react-hooks@3.0.0: |
3110 | 3106 | resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-3.0.0.tgz#9e80c71846eb68dd29c3b21d832728aa66e5bd35" |
3111 | 3107 | integrity sha512-EjxTHxjLKIBWFgDJdhKKzLh5q+vjTFrqNZX36uIxWS4OfyXe5DawqPj3U5qeJ1ngLwatjzQnmR0Lz0J0YH3kxw== |
3112 | 3108 |
|
3113 | | -eslint-plugin-react@7.19.0: |
3114 | | - version "7.19.0" |
3115 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.19.0.tgz#6d08f9673628aa69c5559d33489e855d83551666" |
3116 | | - integrity sha512-SPT8j72CGuAP+JFbT0sJHOB80TX/pu44gQ4vXH/cq+hQTiY2PuZ6IHkqXJV6x1b28GDdo1lbInjKUrrdUf0LOQ== |
| 3109 | +eslint-plugin-react@7.20.6: |
| 3110 | + version "7.20.6" |
| 3111 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60" |
| 3112 | + integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== |
3117 | 3113 | dependencies: |
3118 | 3114 | array-includes "^3.1.1" |
| 3115 | + array.prototype.flatmap "^1.2.3" |
3119 | 3116 | doctrine "^2.1.0" |
3120 | 3117 | has "^1.0.3" |
3121 | | - jsx-ast-utils "^2.2.3" |
3122 | | - object.entries "^1.1.1" |
| 3118 | + jsx-ast-utils "^2.4.1" |
| 3119 | + object.entries "^1.1.2" |
3123 | 3120 | object.fromentries "^2.0.2" |
3124 | 3121 | object.values "^1.1.1" |
3125 | 3122 | prop-types "^15.7.2" |
3126 | | - resolve "^1.15.1" |
3127 | | - semver "^6.3.0" |
| 3123 | + resolve "^1.17.0" |
3128 | 3124 | string.prototype.matchall "^4.0.2" |
3129 | | - xregexp "^4.3.0" |
3130 | 3125 |
|
3131 | 3126 | eslint-scope@^4.0.0, eslint-scope@^4.0.3: |
3132 | 3127 | version "4.0.3" |
@@ -4507,14 +4502,22 @@ jsonfile@^4.0.0: |
4507 | 4502 | optionalDependencies: |
4508 | 4503 | graceful-fs "^4.1.6" |
4509 | 4504 |
|
4510 | | -jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3: |
| 4505 | +jsx-ast-utils@^2.2.1: |
4511 | 4506 | version "2.2.3" |
4512 | 4507 | resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f" |
4513 | 4508 | integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA== |
4514 | 4509 | dependencies: |
4515 | 4510 | array-includes "^3.0.3" |
4516 | 4511 | object.assign "^4.1.0" |
4517 | 4512 |
|
| 4513 | +jsx-ast-utils@^2.4.1: |
| 4514 | + version "2.4.1" |
| 4515 | + resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e" |
| 4516 | + integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w== |
| 4517 | + dependencies: |
| 4518 | + array-includes "^3.1.1" |
| 4519 | + object.assign "^4.1.0" |
| 4520 | + |
4518 | 4521 | killable@^1.0.1: |
4519 | 4522 | version "1.0.1" |
4520 | 4523 | resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" |
@@ -5137,6 +5140,15 @@ object.entries@^1.1.1: |
5137 | 5140 | function-bind "^1.1.1" |
5138 | 5141 | has "^1.0.3" |
5139 | 5142 |
|
| 5143 | +object.entries@^1.1.2: |
| 5144 | + version "1.1.2" |
| 5145 | + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add" |
| 5146 | + integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== |
| 5147 | + dependencies: |
| 5148 | + define-properties "^1.1.3" |
| 5149 | + es-abstract "^1.17.5" |
| 5150 | + has "^1.0.3" |
| 5151 | + |
5140 | 5152 | object.fromentries@^2.0.2: |
5141 | 5153 | version "2.0.2" |
5142 | 5154 | resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9" |
@@ -5940,7 +5952,7 @@ resolve-url@^0.2.1: |
5940 | 5952 | resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" |
5941 | 5953 | integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= |
5942 | 5954 |
|
5943 | | -resolve@^1.10.0, resolve@^1.11.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.3.2: |
| 5955 | +resolve@^1.10.0, resolve@^1.11.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2: |
5944 | 5956 | version "1.17.0" |
5945 | 5957 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" |
5946 | 5958 | integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== |
@@ -7235,13 +7247,6 @@ ws@^6.2.1: |
7235 | 7247 | dependencies: |
7236 | 7248 | async-limiter "~1.0.0" |
7237 | 7249 |
|
7238 | | -xregexp@^4.3.0: |
7239 | | - version "4.3.0" |
7240 | | - resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.3.0.tgz#7e92e73d9174a99a59743f67a4ce879a04b5ae50" |
7241 | | - integrity sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g== |
7242 | | - dependencies: |
7243 | | - "@babel/runtime-corejs3" "^7.8.3" |
7244 | | - |
7245 | 7250 | xtend@^4.0.0, xtend@~4.0.1: |
7246 | 7251 | version "4.0.2" |
7247 | 7252 | resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" |
|
0 commit comments