|
153 | 153 | "@babel/helper-explode-assignable-expression" "^7.8.3"
|
154 | 154 | "@babel/types" "^7.8.3"
|
155 | 155 |
|
156 |
| -"@babel/helper-call-delegate@^7.8.7": |
157 |
| - version "7.8.7" |
158 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab" |
159 |
| - integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ== |
160 |
| - dependencies: |
161 |
| - "@babel/helper-hoist-variables" "^7.8.3" |
162 |
| - "@babel/traverse" "^7.8.3" |
163 |
| - "@babel/types" "^7.8.7" |
164 |
| - |
165 | 156 | "@babel/helper-compilation-targets@^7.8.7":
|
166 | 157 | version "7.8.7"
|
167 | 158 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
|
|
237 | 228 | "@babel/template" "^7.8.3"
|
238 | 229 | "@babel/types" "^7.8.3"
|
239 | 230 |
|
| 231 | +"@babel/helper-function-name@^7.9.5": |
| 232 | + version "7.9.5" |
| 233 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 234 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 235 | + dependencies: |
| 236 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 237 | + "@babel/template" "^7.8.3" |
| 238 | + "@babel/types" "^7.9.5" |
| 239 | + |
240 | 240 | "@babel/helper-get-function-arity@^7.0.0":
|
241 | 241 | version "7.0.0"
|
242 | 242 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
|
372 | 372 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
|
373 | 373 | integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
|
374 | 374 |
|
| 375 | +"@babel/helper-validator-identifier@^7.9.5": |
| 376 | + version "7.9.5" |
| 377 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 378 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 379 | + |
375 | 380 | "@babel/helper-wrap-function@^7.8.3":
|
376 | 381 | version "7.8.3"
|
377 | 382 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
|
|
496 | 501 | "@babel/helper-plugin-utils" "^7.8.3"
|
497 | 502 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
498 | 503 |
|
499 |
| -"@babel/[email protected].0", "@babel/plugin-proposal-object-rest-spread@^7.9.0": |
500 |
| - version "7.9.0" |
501 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
502 |
| - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 504 | +"@babel/[email protected].5", "@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 505 | + version "7.9.5" |
| 506 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 507 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
503 | 508 | dependencies:
|
504 | 509 | "@babel/helper-plugin-utils" "^7.8.3"
|
505 | 510 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
| 511 | + "@babel/plugin-transform-parameters" "^7.9.5" |
506 | 512 |
|
507 | 513 | "@babel/plugin-proposal-optional-catch-binding@^7.8.3":
|
508 | 514 | version "7.8.3"
|
|
651 | 657 | "@babel/helper-plugin-utils" "^7.8.3"
|
652 | 658 | lodash "^4.17.13"
|
653 | 659 |
|
654 |
| -"@babel/plugin-transform-classes@^7.9.0": |
655 |
| - version "7.9.0" |
656 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz#ab89c175ecf5b4c8911194aa8657966615324ce9" |
657 |
| - integrity sha512-xt/0CuBRBsBkqfk95ILxf0ge3gnXjEhOHrNxIiS8fdzSWgecuf9Vq2ogLUfaozJgt3LDO49ThMVWiyezGkei7A== |
| 660 | +"@babel/plugin-transform-classes@^7.9.5": |
| 661 | + version "7.9.5" |
| 662 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 663 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
658 | 664 | dependencies:
|
659 | 665 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
660 | 666 | "@babel/helper-define-map" "^7.8.3"
|
661 |
| - "@babel/helper-function-name" "^7.8.3" |
| 667 | + "@babel/helper-function-name" "^7.9.5" |
662 | 668 | "@babel/helper-optimise-call-expression" "^7.8.3"
|
663 | 669 | "@babel/helper-plugin-utils" "^7.8.3"
|
664 | 670 | "@babel/helper-replace-supers" "^7.8.6"
|
|
672 | 678 | dependencies:
|
673 | 679 | "@babel/helper-plugin-utils" "^7.8.3"
|
674 | 680 |
|
675 |
| -"@babel/plugin-transform-destructuring@^7.8.3": |
676 |
| - version "7.8.3" |
677 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
678 |
| - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 681 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 682 | + version "7.9.5" |
| 683 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 684 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
679 | 685 | dependencies:
|
680 | 686 | "@babel/helper-plugin-utils" "^7.8.3"
|
681 | 687 |
|
|
790 | 796 | "@babel/helper-plugin-utils" "^7.8.3"
|
791 | 797 | "@babel/helper-replace-supers" "^7.8.3"
|
792 | 798 |
|
793 |
| -"@babel/plugin-transform-parameters@^7.8.7": |
794 |
| - version "7.8.7" |
795 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395" |
796 |
| - integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g== |
| 799 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 800 | + version "7.9.5" |
| 801 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 802 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
797 | 803 | dependencies:
|
798 |
| - "@babel/helper-call-delegate" "^7.8.7" |
799 | 804 | "@babel/helper-get-function-arity" "^7.8.3"
|
800 | 805 | "@babel/helper-plugin-utils" "^7.8.3"
|
801 | 806 |
|
|
874 | 879 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
875 | 880 | "@babel/helper-plugin-utils" "^7.8.3"
|
876 | 881 |
|
877 |
| - |
878 |
| - version "7.9.0" |
879 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
880 |
| - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 882 | + |
| 883 | + version "7.9.5" |
| 884 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 885 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
881 | 886 | dependencies:
|
882 | 887 | "@babel/compat-data" "^7.9.0"
|
883 | 888 | "@babel/helper-compilation-targets" "^7.8.7"
|
|
888 | 893 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
889 | 894 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
890 | 895 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
891 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 896 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
892 | 897 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
893 | 898 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
894 | 899 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
905 | 910 | "@babel/plugin-transform-async-to-generator" "^7.8.3"
|
906 | 911 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
907 | 912 | "@babel/plugin-transform-block-scoping" "^7.8.3"
|
908 |
| - "@babel/plugin-transform-classes" "^7.9.0" |
| 913 | + "@babel/plugin-transform-classes" "^7.9.5" |
909 | 914 | "@babel/plugin-transform-computed-properties" "^7.8.3"
|
910 |
| - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 915 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
911 | 916 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
912 | 917 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
913 | 918 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
|
922 | 927 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
923 | 928 | "@babel/plugin-transform-new-target" "^7.8.3"
|
924 | 929 | "@babel/plugin-transform-object-super" "^7.8.3"
|
925 |
| - "@babel/plugin-transform-parameters" "^7.8.7" |
| 930 | + "@babel/plugin-transform-parameters" "^7.9.5" |
926 | 931 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
927 | 932 | "@babel/plugin-transform-regenerator" "^7.8.7"
|
928 | 933 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
|
933 | 938 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
934 | 939 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
935 | 940 | "@babel/preset-modules" "^0.1.3"
|
936 |
| - "@babel/types" "^7.9.0" |
| 941 | + "@babel/types" "^7.9.5" |
937 | 942 | browserslist "^4.9.1"
|
938 | 943 | core-js-compat "^3.6.2"
|
939 | 944 | invariant "^2.2.2"
|
|
1089 | 1094 | lodash "^4.17.13"
|
1090 | 1095 | to-fast-properties "^2.0.0"
|
1091 | 1096 |
|
1092 |
| -"@babel/types@^7.8.7": |
1093 |
| - version "7.8.7" |
1094 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
1095 |
| - integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
| 1097 | +"@babel/types@^7.9.5": |
| 1098 | + version "7.9.5" |
| 1099 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 1100 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
1096 | 1101 | dependencies:
|
1097 |
| - esutils "^2.0.2" |
| 1102 | + "@babel/helper-validator-identifier" "^7.9.5" |
1098 | 1103 | lodash "^4.17.13"
|
1099 | 1104 | to-fast-properties "^2.0.0"
|
1100 | 1105 |
|
|
0 commit comments