|
239 | 239 | "@babel/traverse" "^7.4.4"
|
240 | 240 | "@babel/types" "^7.4.4"
|
241 | 241 |
|
242 |
| -"@babel/helper-call-delegate@^7.8.7": |
243 |
| - version "7.8.7" |
244 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab" |
245 |
| - integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ== |
246 |
| - dependencies: |
247 |
| - "@babel/helper-hoist-variables" "^7.8.3" |
248 |
| - "@babel/traverse" "^7.8.3" |
249 |
| - "@babel/types" "^7.8.7" |
250 |
| - |
251 | 242 | "@babel/helper-compilation-targets@^7.8.7":
|
252 | 243 | version "7.8.7"
|
253 | 244 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
|
|
374 | 365 | "@babel/template" "^7.8.3"
|
375 | 366 | "@babel/types" "^7.8.3"
|
376 | 367 |
|
| 368 | +"@babel/helper-function-name@^7.9.5": |
| 369 | + version "7.9.5" |
| 370 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 371 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 372 | + dependencies: |
| 373 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 374 | + "@babel/template" "^7.8.3" |
| 375 | + "@babel/types" "^7.9.5" |
| 376 | + |
377 | 377 | "@babel/helper-get-function-arity@^7.0.0":
|
378 | 378 | version "7.0.0"
|
379 | 379 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
|
587 | 587 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
|
588 | 588 | integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
|
589 | 589 |
|
| 590 | +"@babel/helper-validator-identifier@^7.9.5": |
| 591 | + version "7.9.5" |
| 592 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 593 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 594 | + |
590 | 595 | "@babel/helper-wrap-function@^7.1.0":
|
591 | 596 | version "7.2.0"
|
592 | 597 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
824 | 829 | "@babel/helper-plugin-utils" "^7.0.0"
|
825 | 830 | "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
826 | 831 |
|
827 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
828 |
| - version "7.9.0" |
829 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
830 |
| - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 832 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 833 | + version "7.9.5" |
| 834 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 835 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
831 | 836 | dependencies:
|
832 | 837 | "@babel/helper-plugin-utils" "^7.8.3"
|
833 | 838 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
| 839 | + "@babel/plugin-transform-parameters" "^7.9.5" |
834 | 840 |
|
835 | 841 | "@babel/plugin-proposal-optional-catch-binding@^7.0.0", "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
836 | 842 | version "7.2.0"
|
|
1169 | 1175 | "@babel/helper-split-export-declaration" "^7.4.4"
|
1170 | 1176 | globals "^11.1.0"
|
1171 | 1177 |
|
1172 |
| -"@babel/plugin-transform-classes@^7.9.0": |
1173 |
| - version "7.9.0" |
1174 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz#ab89c175ecf5b4c8911194aa8657966615324ce9" |
1175 |
| - integrity sha512-xt/0CuBRBsBkqfk95ILxf0ge3gnXjEhOHrNxIiS8fdzSWgecuf9Vq2ogLUfaozJgt3LDO49ThMVWiyezGkei7A== |
| 1178 | +"@babel/plugin-transform-classes@^7.9.5": |
| 1179 | + version "7.9.5" |
| 1180 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 1181 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
1176 | 1182 | dependencies:
|
1177 | 1183 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
1178 | 1184 | "@babel/helper-define-map" "^7.8.3"
|
1179 |
| - "@babel/helper-function-name" "^7.8.3" |
| 1185 | + "@babel/helper-function-name" "^7.9.5" |
1180 | 1186 | "@babel/helper-optimise-call-expression" "^7.8.3"
|
1181 | 1187 | "@babel/helper-plugin-utils" "^7.8.3"
|
1182 | 1188 | "@babel/helper-replace-supers" "^7.8.6"
|
|
1211 | 1217 | dependencies:
|
1212 | 1218 | "@babel/helper-plugin-utils" "^7.0.0"
|
1213 | 1219 |
|
1214 |
| -"@babel/plugin-transform-destructuring@^7.8.3": |
1215 |
| - version "7.8.3" |
1216 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
1217 |
| - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 1220 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 1221 | + version "7.9.5" |
| 1222 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 1223 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
1218 | 1224 | dependencies:
|
1219 | 1225 | "@babel/helper-plugin-utils" "^7.8.3"
|
1220 | 1226 |
|
|
1488 | 1494 | "@babel/helper-get-function-arity" "^7.0.0"
|
1489 | 1495 | "@babel/helper-plugin-utils" "^7.0.0"
|
1490 | 1496 |
|
1491 |
| -"@babel/plugin-transform-parameters@^7.8.7": |
1492 |
| - version "7.8.8" |
1493 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.8.tgz#0381de466c85d5404565243660c4496459525daf" |
1494 |
| - integrity sha512-hC4Ld/Ulpf1psQciWWwdnUspQoQco2bMzSrwU6TmzRlvoYQe4rQFy9vnCZDTlVeCQj0JPfL+1RX0V8hCJvkgBA== |
| 1497 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 1498 | + version "7.9.5" |
| 1499 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 1500 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
1495 | 1501 | dependencies:
|
1496 |
| - "@babel/helper-call-delegate" "^7.8.7" |
1497 | 1502 | "@babel/helper-get-function-arity" "^7.8.3"
|
1498 | 1503 | "@babel/helper-plugin-utils" "^7.8.3"
|
1499 | 1504 |
|
|
1763 | 1768 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
1764 | 1769 | "@babel/helper-plugin-utils" "^7.8.3"
|
1765 | 1770 |
|
1766 |
| -"@babel/preset-env@7.9.0": |
1767 |
| - version "7.9.0" |
1768 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
1769 |
| - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 1771 | +"@babel/preset-env@7.9.5": |
| 1772 | + version "7.9.5" |
| 1773 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 1774 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
1770 | 1775 | dependencies:
|
1771 | 1776 | "@babel/compat-data" "^7.9.0"
|
1772 | 1777 | "@babel/helper-compilation-targets" "^7.8.7"
|
|
1777 | 1782 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
1778 | 1783 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
1779 | 1784 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
1780 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 1785 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
1781 | 1786 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
1782 | 1787 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
1783 | 1788 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
1794 | 1799 | "@babel/plugin-transform-async-to-generator" "^7.8.3"
|
1795 | 1800 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
1796 | 1801 | "@babel/plugin-transform-block-scoping" "^7.8.3"
|
1797 |
| - "@babel/plugin-transform-classes" "^7.9.0" |
| 1802 | + "@babel/plugin-transform-classes" "^7.9.5" |
1798 | 1803 | "@babel/plugin-transform-computed-properties" "^7.8.3"
|
1799 |
| - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 1804 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
1800 | 1805 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
1801 | 1806 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
1802 | 1807 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
|
1811 | 1816 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
1812 | 1817 | "@babel/plugin-transform-new-target" "^7.8.3"
|
1813 | 1818 | "@babel/plugin-transform-object-super" "^7.8.3"
|
1814 |
| - "@babel/plugin-transform-parameters" "^7.8.7" |
| 1819 | + "@babel/plugin-transform-parameters" "^7.9.5" |
1815 | 1820 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
1816 | 1821 | "@babel/plugin-transform-regenerator" "^7.8.7"
|
1817 | 1822 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
|
1822 | 1827 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
1823 | 1828 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
1824 | 1829 | "@babel/preset-modules" "^0.1.3"
|
1825 |
| - "@babel/types" "^7.9.0" |
| 1830 | + "@babel/types" "^7.9.5" |
1826 | 1831 | browserslist "^4.9.1"
|
1827 | 1832 | core-js-compat "^3.6.2"
|
1828 | 1833 | invariant "^2.2.2"
|
|
2114 | 2119 | lodash "^4.17.13"
|
2115 | 2120 | to-fast-properties "^2.0.0"
|
2116 | 2121 |
|
| 2122 | +"@babel/types@^7.9.5": |
| 2123 | + version "7.9.5" |
| 2124 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 2125 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
| 2126 | + dependencies: |
| 2127 | + "@babel/helper-validator-identifier" "^7.9.5" |
| 2128 | + lodash "^4.17.13" |
| 2129 | + to-fast-properties "^2.0.0" |
| 2130 | + |
2117 | 2131 | "@bcoe/v8-coverage@^0.2.3":
|
2118 | 2132 | version "0.2.3"
|
2119 | 2133 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments