|
178 | 178 | "@babel/helper-explode-assignable-expression" "^7.8.3"
|
179 | 179 | "@babel/types" "^7.8.3"
|
180 | 180 |
|
181 |
| -"@babel/helper-call-delegate@^7.8.7": |
182 |
| - version "7.8.7" |
183 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab" |
184 |
| - integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ== |
185 |
| - dependencies: |
186 |
| - "@babel/helper-hoist-variables" "^7.8.3" |
187 |
| - "@babel/traverse" "^7.8.3" |
188 |
| - "@babel/types" "^7.8.7" |
189 |
| - |
190 | 181 | "@babel/helper-compilation-targets@^7.8.7":
|
191 | 182 | version "7.8.7"
|
192 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
|
|
250 | 241 | "@babel/template" "^7.8.3"
|
251 | 242 | "@babel/types" "^7.8.3"
|
252 | 243 |
|
| 244 | +"@babel/helper-function-name@^7.9.5": |
| 245 | + version "7.9.5" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 247 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 248 | + dependencies: |
| 249 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 250 | + "@babel/template" "^7.8.3" |
| 251 | + "@babel/types" "^7.9.5" |
| 252 | + |
253 | 253 | "@babel/helper-get-function-arity@^7.7.4":
|
254 | 254 | version "7.7.4"
|
255 | 255 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
|
|
380 | 380 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
|
381 | 381 | integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
|
382 | 382 |
|
| 383 | +"@babel/helper-validator-identifier@^7.9.5": |
| 384 | + version "7.9.5" |
| 385 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 386 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 387 | + |
383 | 388 | "@babel/helper-wrap-function@^7.8.3":
|
384 | 389 | version "7.8.3"
|
385 | 390 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
|
|
501 | 506 | "@babel/helper-plugin-utils" "^7.8.3"
|
502 | 507 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
503 | 508 |
|
504 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
505 |
| - version "7.9.0" |
506 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
507 |
| - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 509 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 510 | + version "7.9.5" |
| 511 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 512 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
508 | 513 | dependencies:
|
509 | 514 | "@babel/helper-plugin-utils" "^7.8.3"
|
510 | 515 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
| 516 | + "@babel/plugin-transform-parameters" "^7.9.5" |
511 | 517 |
|
512 | 518 | "@babel/plugin-proposal-optional-catch-binding@^7.8.3":
|
513 | 519 | version "7.8.3"
|
|
649 | 655 | "@babel/helper-plugin-utils" "^7.8.3"
|
650 | 656 | lodash "^4.17.13"
|
651 | 657 |
|
652 |
| -"@babel/plugin-transform-classes@^7.9.0": |
653 |
| - version "7.9.0" |
654 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz#ab89c175ecf5b4c8911194aa8657966615324ce9" |
655 |
| - integrity sha512-xt/0CuBRBsBkqfk95ILxf0ge3gnXjEhOHrNxIiS8fdzSWgecuf9Vq2ogLUfaozJgt3LDO49ThMVWiyezGkei7A== |
| 658 | +"@babel/plugin-transform-classes@^7.9.5": |
| 659 | + version "7.9.5" |
| 660 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 661 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
656 | 662 | dependencies:
|
657 | 663 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
658 | 664 | "@babel/helper-define-map" "^7.8.3"
|
659 |
| - "@babel/helper-function-name" "^7.8.3" |
| 665 | + "@babel/helper-function-name" "^7.9.5" |
660 | 666 | "@babel/helper-optimise-call-expression" "^7.8.3"
|
661 | 667 | "@babel/helper-plugin-utils" "^7.8.3"
|
662 | 668 | "@babel/helper-replace-supers" "^7.8.6"
|
|
670 | 676 | dependencies:
|
671 | 677 | "@babel/helper-plugin-utils" "^7.8.3"
|
672 | 678 |
|
673 |
| -"@babel/plugin-transform-destructuring@^7.8.3": |
674 |
| - version "7.8.3" |
675 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
676 |
| - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 679 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 680 | + version "7.9.5" |
| 681 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 682 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
677 | 683 | dependencies:
|
678 | 684 | "@babel/helper-plugin-utils" "^7.8.3"
|
679 | 685 |
|
|
788 | 794 | "@babel/helper-plugin-utils" "^7.8.3"
|
789 | 795 | "@babel/helper-replace-supers" "^7.8.3"
|
790 | 796 |
|
791 |
| -"@babel/plugin-transform-parameters@^7.8.7": |
792 |
| - version "7.8.8" |
793 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.8.tgz#0381de466c85d5404565243660c4496459525daf" |
794 |
| - integrity sha512-hC4Ld/Ulpf1psQciWWwdnUspQoQco2bMzSrwU6TmzRlvoYQe4rQFy9vnCZDTlVeCQj0JPfL+1RX0V8hCJvkgBA== |
| 797 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 798 | + version "7.9.5" |
| 799 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 800 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
795 | 801 | dependencies:
|
796 |
| - "@babel/helper-call-delegate" "^7.8.7" |
797 | 802 | "@babel/helper-get-function-arity" "^7.8.3"
|
798 | 803 | "@babel/helper-plugin-utils" "^7.8.3"
|
799 | 804 |
|
|
863 | 868 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
864 | 869 | "@babel/helper-plugin-utils" "^7.8.3"
|
865 | 870 |
|
866 |
| -"@babel/preset-env@7.9.0": |
867 |
| - version "7.9.0" |
868 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
869 |
| - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 871 | +"@babel/preset-env@7.9.5": |
| 872 | + version "7.9.5" |
| 873 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 874 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
870 | 875 | dependencies:
|
871 | 876 | "@babel/compat-data" "^7.9.0"
|
872 | 877 | "@babel/helper-compilation-targets" "^7.8.7"
|
|
877 | 882 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
878 | 883 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
879 | 884 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
880 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 885 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
881 | 886 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
882 | 887 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
883 | 888 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
894 | 899 | "@babel/plugin-transform-async-to-generator" "^7.8.3"
|
895 | 900 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
896 | 901 | "@babel/plugin-transform-block-scoping" "^7.8.3"
|
897 |
| - "@babel/plugin-transform-classes" "^7.9.0" |
| 902 | + "@babel/plugin-transform-classes" "^7.9.5" |
898 | 903 | "@babel/plugin-transform-computed-properties" "^7.8.3"
|
899 |
| - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 904 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
900 | 905 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
901 | 906 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
902 | 907 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
|
911 | 916 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
912 | 917 | "@babel/plugin-transform-new-target" "^7.8.3"
|
913 | 918 | "@babel/plugin-transform-object-super" "^7.8.3"
|
914 |
| - "@babel/plugin-transform-parameters" "^7.8.7" |
| 919 | + "@babel/plugin-transform-parameters" "^7.9.5" |
915 | 920 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
916 | 921 | "@babel/plugin-transform-regenerator" "^7.8.7"
|
917 | 922 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
|
922 | 927 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
923 | 928 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
924 | 929 | "@babel/preset-modules" "^0.1.3"
|
925 |
| - "@babel/types" "^7.9.0" |
| 930 | + "@babel/types" "^7.9.5" |
926 | 931 | browserslist "^4.9.1"
|
927 | 932 | core-js-compat "^3.6.2"
|
928 | 933 | invariant "^2.2.2"
|
|
1092 | 1097 | lodash "^4.17.13"
|
1093 | 1098 | to-fast-properties "^2.0.0"
|
1094 | 1099 |
|
1095 |
| -"@babel/types@^7.8.7": |
1096 |
| - version "7.8.7" |
1097 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
1098 |
| - integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
| 1100 | +"@babel/types@^7.9.5": |
| 1101 | + version "7.9.5" |
| 1102 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 1103 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
1099 | 1104 | dependencies:
|
1100 |
| - esutils "^2.0.2" |
| 1105 | + "@babel/helper-validator-identifier" "^7.9.5" |
1101 | 1106 | lodash "^4.17.13"
|
1102 | 1107 | to-fast-properties "^2.0.0"
|
1103 | 1108 |
|
|
0 commit comments