|
207 | 207 | "@babel/helper-explode-assignable-expression" "^7.8.3"
|
208 | 208 | "@babel/types" "^7.8.3"
|
209 | 209 |
|
210 |
| -"@babel/helper-call-delegate@^7.8.7": |
211 |
| - version "7.8.7" |
212 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab" |
213 |
| - integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ== |
214 |
| - dependencies: |
215 |
| - "@babel/helper-hoist-variables" "^7.8.3" |
216 |
| - "@babel/traverse" "^7.8.3" |
217 |
| - "@babel/types" "^7.8.7" |
218 |
| - |
219 | 210 | "@babel/helper-compilation-targets@^7.8.7":
|
220 | 211 | version "7.8.7"
|
221 | 212 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
|
|
287 | 278 | "@babel/template" "^7.8.3"
|
288 | 279 | "@babel/types" "^7.8.3"
|
289 | 280 |
|
| 281 | +"@babel/helper-function-name@^7.9.5": |
| 282 | + version "7.9.5" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 284 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 285 | + dependencies: |
| 286 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 287 | + "@babel/template" "^7.8.3" |
| 288 | + "@babel/types" "^7.9.5" |
| 289 | + |
290 | 290 | "@babel/helper-get-function-arity@^7.7.4":
|
291 | 291 | version "7.7.4"
|
292 | 292 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
|
|
467 | 467 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
|
468 | 468 | integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
|
469 | 469 |
|
| 470 | +"@babel/helper-validator-identifier@^7.9.5": |
| 471 | + version "7.9.5" |
| 472 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 473 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 474 | + |
470 | 475 | "@babel/helper-wrap-function@^7.7.4":
|
471 | 476 | version "7.7.4"
|
472 | 477 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
|
|
601 | 606 | "@babel/helper-plugin-utils" "^7.8.3"
|
602 | 607 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
603 | 608 |
|
604 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
605 |
| - version "7.9.0" |
606 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
607 |
| - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 609 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 610 | + version "7.9.5" |
| 611 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 612 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
608 | 613 | dependencies:
|
609 | 614 | "@babel/helper-plugin-utils" "^7.8.3"
|
610 | 615 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
| 616 | + "@babel/plugin-transform-parameters" "^7.9.5" |
611 | 617 |
|
612 | 618 | "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
613 | 619 | version "7.7.4"
|
|
764 | 770 | "@babel/helper-plugin-utils" "^7.8.3"
|
765 | 771 | lodash "^4.17.13"
|
766 | 772 |
|
767 |
| -"@babel/plugin-transform-classes@^7.9.0": |
768 |
| - version "7.9.0" |
769 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz#ab89c175ecf5b4c8911194aa8657966615324ce9" |
770 |
| - integrity sha512-xt/0CuBRBsBkqfk95ILxf0ge3gnXjEhOHrNxIiS8fdzSWgecuf9Vq2ogLUfaozJgt3LDO49ThMVWiyezGkei7A== |
| 773 | +"@babel/plugin-transform-classes@^7.9.5": |
| 774 | + version "7.9.5" |
| 775 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 776 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
771 | 777 | dependencies:
|
772 | 778 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
773 | 779 | "@babel/helper-define-map" "^7.8.3"
|
774 |
| - "@babel/helper-function-name" "^7.8.3" |
| 780 | + "@babel/helper-function-name" "^7.9.5" |
775 | 781 | "@babel/helper-optimise-call-expression" "^7.8.3"
|
776 | 782 | "@babel/helper-plugin-utils" "^7.8.3"
|
777 | 783 | "@babel/helper-replace-supers" "^7.8.6"
|
|
785 | 791 | dependencies:
|
786 | 792 | "@babel/helper-plugin-utils" "^7.8.3"
|
787 | 793 |
|
788 |
| -"@babel/plugin-transform-destructuring@^7.8.3": |
789 |
| - version "7.8.3" |
790 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
791 |
| - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 794 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 795 | + version "7.9.5" |
| 796 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 797 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
792 | 798 | dependencies:
|
793 | 799 | "@babel/helper-plugin-utils" "^7.8.3"
|
794 | 800 |
|
|
921 | 927 | "@babel/helper-plugin-utils" "^7.8.3"
|
922 | 928 | "@babel/helper-replace-supers" "^7.8.3"
|
923 | 929 |
|
924 |
| -"@babel/plugin-transform-parameters@^7.8.7": |
925 |
| - version "7.8.7" |
926 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395" |
927 |
| - integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g== |
| 930 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 931 | + version "7.9.5" |
| 932 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 933 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
928 | 934 | dependencies:
|
929 |
| - "@babel/helper-call-delegate" "^7.8.7" |
930 | 935 | "@babel/helper-get-function-arity" "^7.8.3"
|
931 | 936 | "@babel/helper-plugin-utils" "^7.8.3"
|
932 | 937 |
|
|
1004 | 1009 | core-js "^2.6.5"
|
1005 | 1010 | regenerator-runtime "^0.13.4"
|
1006 | 1011 |
|
1007 |
| - |
1008 |
| - version "7.9.0" |
1009 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
1010 |
| - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 1012 | + |
| 1013 | + version "7.9.5" |
| 1014 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 1015 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
1011 | 1016 | dependencies:
|
1012 | 1017 | "@babel/compat-data" "^7.9.0"
|
1013 | 1018 | "@babel/helper-compilation-targets" "^7.8.7"
|
|
1018 | 1023 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
1019 | 1024 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
1020 | 1025 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
1021 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 1026 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
1022 | 1027 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
1023 | 1028 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
1024 | 1029 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
1035 | 1040 | "@babel/plugin-transform-async-to-generator" "^7.8.3"
|
1036 | 1041 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
1037 | 1042 | "@babel/plugin-transform-block-scoping" "^7.8.3"
|
1038 |
| - "@babel/plugin-transform-classes" "^7.9.0" |
| 1043 | + "@babel/plugin-transform-classes" "^7.9.5" |
1039 | 1044 | "@babel/plugin-transform-computed-properties" "^7.8.3"
|
1040 |
| - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 1045 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
1041 | 1046 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
1042 | 1047 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
1043 | 1048 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
|
1052 | 1057 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
1053 | 1058 | "@babel/plugin-transform-new-target" "^7.8.3"
|
1054 | 1059 | "@babel/plugin-transform-object-super" "^7.8.3"
|
1055 |
| - "@babel/plugin-transform-parameters" "^7.8.7" |
| 1060 | + "@babel/plugin-transform-parameters" "^7.9.5" |
1056 | 1061 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
1057 | 1062 | "@babel/plugin-transform-regenerator" "^7.8.7"
|
1058 | 1063 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
|
1063 | 1068 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
1064 | 1069 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
1065 | 1070 | "@babel/preset-modules" "^0.1.3"
|
1066 |
| - "@babel/types" "^7.9.0" |
| 1071 | + "@babel/types" "^7.9.5" |
1067 | 1072 | browserslist "^4.9.1"
|
1068 | 1073 | core-js-compat "^3.6.2"
|
1069 | 1074 | invariant "^2.2.2"
|
|
1222 | 1227 | lodash "^4.17.13"
|
1223 | 1228 | to-fast-properties "^2.0.0"
|
1224 | 1229 |
|
1225 |
| -"@babel/types@^7.8.7": |
1226 |
| - version "7.8.7" |
1227 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
1228 |
| - integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
| 1230 | +"@babel/types@^7.9.5": |
| 1231 | + version "7.9.5" |
| 1232 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 1233 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
1229 | 1234 | dependencies:
|
1230 |
| - esutils "^2.0.2" |
| 1235 | + "@babel/helper-validator-identifier" "^7.9.5" |
1231 | 1236 | lodash "^4.17.13"
|
1232 | 1237 | to-fast-properties "^2.0.0"
|
1233 | 1238 |
|
|
0 commit comments