|
132 | 132 | "@babel/helper-explode-assignable-expression" "^7.8.3" |
133 | 133 | "@babel/types" "^7.8.3" |
134 | 134 |
|
135 | | -"@babel/helper-call-delegate@^7.8.7": |
136 | | - version "7.8.7" |
137 | | - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab" |
138 | | - integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ== |
139 | | - dependencies: |
140 | | - "@babel/helper-hoist-variables" "^7.8.3" |
141 | | - "@babel/traverse" "^7.8.3" |
142 | | - "@babel/types" "^7.8.7" |
143 | | - |
144 | 135 | "@babel/helper-compilation-targets@^7.8.7": |
145 | 136 | version "7.8.7" |
146 | 137 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde" |
|
204 | 195 | "@babel/template" "^7.8.3" |
205 | 196 | "@babel/types" "^7.8.3" |
206 | 197 |
|
| 198 | +"@babel/helper-function-name@^7.9.5": |
| 199 | + version "7.9.5" |
| 200 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 201 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 202 | + dependencies: |
| 203 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 204 | + "@babel/template" "^7.8.3" |
| 205 | + "@babel/types" "^7.9.5" |
| 206 | + |
207 | 207 | "@babel/helper-get-function-arity@^7.0.0": |
208 | 208 | version "7.0.0" |
209 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3" |
|
334 | 334 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
335 | 335 | integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== |
336 | 336 |
|
| 337 | +"@babel/helper-validator-identifier@^7.9.5": |
| 338 | + version "7.9.5" |
| 339 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 340 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 341 | + |
337 | 342 | "@babel/helper-wrap-function@^7.8.3": |
338 | 343 | version "7.8.3" |
339 | 344 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" |
|
446 | 451 | "@babel/helper-plugin-utils" "^7.8.3" |
447 | 452 | "@babel/plugin-syntax-numeric-separator" "^7.8.3" |
448 | 453 |
|
449 | | -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
450 | | - version "7.9.0" |
451 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
452 | | - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 454 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 455 | + version "7.9.5" |
| 456 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 457 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
453 | 458 | dependencies: |
454 | 459 | "@babel/helper-plugin-utils" "^7.8.3" |
455 | 460 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
| 461 | + "@babel/plugin-transform-parameters" "^7.9.5" |
456 | 462 |
|
457 | 463 | "@babel/plugin-proposal-optional-catch-binding@^7.8.3": |
458 | 464 | version "7.8.3" |
|
594 | 600 | "@babel/helper-plugin-utils" "^7.8.3" |
595 | 601 | lodash "^4.17.13" |
596 | 602 |
|
597 | | -"@babel/plugin-transform-classes@^7.9.0": |
598 | | - version "7.9.0" |
599 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz#ab89c175ecf5b4c8911194aa8657966615324ce9" |
600 | | - integrity sha512-xt/0CuBRBsBkqfk95ILxf0ge3gnXjEhOHrNxIiS8fdzSWgecuf9Vq2ogLUfaozJgt3LDO49ThMVWiyezGkei7A== |
| 603 | +"@babel/plugin-transform-classes@^7.9.5": |
| 604 | + version "7.9.5" |
| 605 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 606 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
601 | 607 | dependencies: |
602 | 608 | "@babel/helper-annotate-as-pure" "^7.8.3" |
603 | 609 | "@babel/helper-define-map" "^7.8.3" |
604 | | - "@babel/helper-function-name" "^7.8.3" |
| 610 | + "@babel/helper-function-name" "^7.9.5" |
605 | 611 | "@babel/helper-optimise-call-expression" "^7.8.3" |
606 | 612 | "@babel/helper-plugin-utils" "^7.8.3" |
607 | 613 | "@babel/helper-replace-supers" "^7.8.6" |
|
615 | 621 | dependencies: |
616 | 622 | "@babel/helper-plugin-utils" "^7.8.3" |
617 | 623 |
|
618 | | -"@babel/plugin-transform-destructuring@^7.8.3": |
619 | | - version "7.8.3" |
620 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
621 | | - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 624 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 625 | + version "7.9.5" |
| 626 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 627 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
622 | 628 | dependencies: |
623 | 629 | "@babel/helper-plugin-utils" "^7.8.3" |
624 | 630 |
|
|
733 | 739 | "@babel/helper-plugin-utils" "^7.8.3" |
734 | 740 | "@babel/helper-replace-supers" "^7.8.3" |
735 | 741 |
|
736 | | -"@babel/plugin-transform-parameters@^7.8.7": |
737 | | - version "7.8.7" |
738 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395" |
739 | | - integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g== |
| 742 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 743 | + version "7.9.5" |
| 744 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 745 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
740 | 746 | dependencies: |
741 | | - "@babel/helper-call-delegate" "^7.8.7" |
742 | 747 | "@babel/helper-get-function-arity" "^7.8.3" |
743 | 748 | "@babel/helper-plugin-utils" "^7.8.3" |
744 | 749 |
|
|
808 | 813 | "@babel/helper-create-regexp-features-plugin" "^7.8.3" |
809 | 814 | "@babel/helper-plugin-utils" "^7.8.3" |
810 | 815 |
|
811 | | - |
812 | | - version "7.9.0" |
813 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
814 | | - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 816 | + |
| 817 | + version "7.9.5" |
| 818 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 819 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
815 | 820 | dependencies: |
816 | 821 | "@babel/compat-data" "^7.9.0" |
817 | 822 | "@babel/helper-compilation-targets" "^7.8.7" |
|
822 | 827 | "@babel/plugin-proposal-json-strings" "^7.8.3" |
823 | 828 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" |
824 | 829 | "@babel/plugin-proposal-numeric-separator" "^7.8.3" |
825 | | - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 830 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
826 | 831 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3" |
827 | 832 | "@babel/plugin-proposal-optional-chaining" "^7.9.0" |
828 | 833 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3" |
|
839 | 844 | "@babel/plugin-transform-async-to-generator" "^7.8.3" |
840 | 845 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3" |
841 | 846 | "@babel/plugin-transform-block-scoping" "^7.8.3" |
842 | | - "@babel/plugin-transform-classes" "^7.9.0" |
| 847 | + "@babel/plugin-transform-classes" "^7.9.5" |
843 | 848 | "@babel/plugin-transform-computed-properties" "^7.8.3" |
844 | | - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 849 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
845 | 850 | "@babel/plugin-transform-dotall-regex" "^7.8.3" |
846 | 851 | "@babel/plugin-transform-duplicate-keys" "^7.8.3" |
847 | 852 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3" |
|
856 | 861 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" |
857 | 862 | "@babel/plugin-transform-new-target" "^7.8.3" |
858 | 863 | "@babel/plugin-transform-object-super" "^7.8.3" |
859 | | - "@babel/plugin-transform-parameters" "^7.8.7" |
| 864 | + "@babel/plugin-transform-parameters" "^7.9.5" |
860 | 865 | "@babel/plugin-transform-property-literals" "^7.8.3" |
861 | 866 | "@babel/plugin-transform-regenerator" "^7.8.7" |
862 | 867 | "@babel/plugin-transform-reserved-words" "^7.8.3" |
|
867 | 872 | "@babel/plugin-transform-typeof-symbol" "^7.8.4" |
868 | 873 | "@babel/plugin-transform-unicode-regex" "^7.8.3" |
869 | 874 | "@babel/preset-modules" "^0.1.3" |
870 | | - "@babel/types" "^7.9.0" |
| 875 | + "@babel/types" "^7.9.5" |
871 | 876 | browserslist "^4.9.1" |
872 | 877 | core-js-compat "^3.6.2" |
873 | 878 | invariant "^2.2.2" |
|
1013 | 1018 | lodash "^4.17.13" |
1014 | 1019 | to-fast-properties "^2.0.0" |
1015 | 1020 |
|
1016 | | -"@babel/types@^7.8.7": |
1017 | | - version "7.8.7" |
1018 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
1019 | | - integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
1020 | | - dependencies: |
1021 | | - esutils "^2.0.2" |
1022 | | - lodash "^4.17.13" |
1023 | | - to-fast-properties "^2.0.0" |
1024 | | - |
1025 | 1021 | "@babel/types@^7.9.0": |
1026 | 1022 | version "7.9.0" |
1027 | 1023 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
|
1031 | 1027 | lodash "^4.17.13" |
1032 | 1028 | to-fast-properties "^2.0.0" |
1033 | 1029 |
|
| 1030 | +"@babel/types@^7.9.5": |
| 1031 | + version "7.9.5" |
| 1032 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 1033 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
| 1034 | + dependencies: |
| 1035 | + "@babel/helper-validator-identifier" "^7.9.5" |
| 1036 | + lodash "^4.17.13" |
| 1037 | + to-fast-properties "^2.0.0" |
| 1038 | + |
1034 | 1039 | "@bcoe/v8-coverage@^0.2.3": |
1035 | 1040 | version "0.2.3" |
1036 | 1041 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments