|
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"
|
|
258 | 249 | "@babel/template" "^7.8.3"
|
259 | 250 | "@babel/types" "^7.8.3"
|
260 | 251 |
|
| 252 | +"@babel/helper-function-name@^7.9.5": |
| 253 | + version "7.9.5" |
| 254 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 255 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 256 | + dependencies: |
| 257 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 258 | + "@babel/template" "^7.8.3" |
| 259 | + "@babel/types" "^7.9.5" |
| 260 | + |
261 | 261 | "@babel/helper-get-function-arity@^7.7.0":
|
262 | 262 | version "7.7.0"
|
263 | 263 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
|
|
438 | 438 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
|
439 | 439 | integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
|
440 | 440 |
|
| 441 | +"@babel/helper-validator-identifier@^7.9.5": |
| 442 | + version "7.9.5" |
| 443 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 444 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 445 | + |
441 | 446 | "@babel/helper-wrap-function@^7.7.0":
|
442 | 447 | version "7.7.0"
|
443 | 448 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.0.tgz#15af3d3e98f8417a60554acbb6c14e75e0b33b74"
|
|
572 | 577 | "@babel/helper-plugin-utils" "^7.8.3"
|
573 | 578 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
574 | 579 |
|
575 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
576 |
| - version "7.9.0" |
577 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
578 |
| - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 580 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 581 | + version "7.9.5" |
| 582 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 583 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
579 | 584 | dependencies:
|
580 | 585 | "@babel/helper-plugin-utils" "^7.8.3"
|
581 | 586 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
| 587 | + "@babel/plugin-transform-parameters" "^7.9.5" |
582 | 588 |
|
583 | 589 | "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
584 | 590 | version "7.2.0"
|
|
735 | 741 | "@babel/helper-plugin-utils" "^7.8.3"
|
736 | 742 | lodash "^4.17.13"
|
737 | 743 |
|
738 |
| -"@babel/plugin-transform-classes@^7.9.0": |
739 |
| - version "7.9.2" |
740 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d" |
741 |
| - integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ== |
| 744 | +"@babel/plugin-transform-classes@^7.9.5": |
| 745 | + version "7.9.5" |
| 746 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 747 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
742 | 748 | dependencies:
|
743 | 749 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
744 | 750 | "@babel/helper-define-map" "^7.8.3"
|
745 |
| - "@babel/helper-function-name" "^7.8.3" |
| 751 | + "@babel/helper-function-name" "^7.9.5" |
746 | 752 | "@babel/helper-optimise-call-expression" "^7.8.3"
|
747 | 753 | "@babel/helper-plugin-utils" "^7.8.3"
|
748 | 754 | "@babel/helper-replace-supers" "^7.8.6"
|
|
756 | 762 | dependencies:
|
757 | 763 | "@babel/helper-plugin-utils" "^7.8.3"
|
758 | 764 |
|
759 |
| -"@babel/plugin-transform-destructuring@^7.8.3": |
760 |
| - version "7.8.3" |
761 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
762 |
| - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 765 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 766 | + version "7.9.5" |
| 767 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 768 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
763 | 769 | dependencies:
|
764 | 770 | "@babel/helper-plugin-utils" "^7.8.3"
|
765 | 771 |
|
|
892 | 898 | "@babel/helper-plugin-utils" "^7.8.3"
|
893 | 899 | "@babel/helper-replace-supers" "^7.8.3"
|
894 | 900 |
|
895 |
| -"@babel/plugin-transform-parameters@^7.8.7": |
896 |
| - version "7.8.7" |
897 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395" |
898 |
| - integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g== |
| 901 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 902 | + version "7.9.5" |
| 903 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 904 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
899 | 905 | dependencies:
|
900 |
| - "@babel/helper-call-delegate" "^7.8.7" |
901 | 906 | "@babel/helper-get-function-arity" "^7.8.3"
|
902 | 907 | "@babel/helper-plugin-utils" "^7.8.3"
|
903 | 908 |
|
|
975 | 980 | core-js "^2.6.5"
|
976 | 981 | regenerator-runtime "^0.13.4"
|
977 | 982 |
|
978 |
| -"@babel/preset-env@7.9.0": |
979 |
| - version "7.9.0" |
980 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
981 |
| - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 983 | +"@babel/preset-env@7.9.5": |
| 984 | + version "7.9.5" |
| 985 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 986 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
982 | 987 | dependencies:
|
983 | 988 | "@babel/compat-data" "^7.9.0"
|
984 | 989 | "@babel/helper-compilation-targets" "^7.8.7"
|
|
989 | 994 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
990 | 995 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
991 | 996 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
992 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 997 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
993 | 998 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
994 | 999 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
995 | 1000 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
1006 | 1011 | "@babel/plugin-transform-async-to-generator" "^7.8.3"
|
1007 | 1012 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
1008 | 1013 | "@babel/plugin-transform-block-scoping" "^7.8.3"
|
1009 |
| - "@babel/plugin-transform-classes" "^7.9.0" |
| 1014 | + "@babel/plugin-transform-classes" "^7.9.5" |
1010 | 1015 | "@babel/plugin-transform-computed-properties" "^7.8.3"
|
1011 |
| - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 1016 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
1012 | 1017 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
1013 | 1018 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
1014 | 1019 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
|
1023 | 1028 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
1024 | 1029 | "@babel/plugin-transform-new-target" "^7.8.3"
|
1025 | 1030 | "@babel/plugin-transform-object-super" "^7.8.3"
|
1026 |
| - "@babel/plugin-transform-parameters" "^7.8.7" |
| 1031 | + "@babel/plugin-transform-parameters" "^7.9.5" |
1027 | 1032 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
1028 | 1033 | "@babel/plugin-transform-regenerator" "^7.8.7"
|
1029 | 1034 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
|
1034 | 1039 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
1035 | 1040 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
1036 | 1041 | "@babel/preset-modules" "^0.1.3"
|
1037 |
| - "@babel/types" "^7.9.0" |
| 1042 | + "@babel/types" "^7.9.5" |
1038 | 1043 | browserslist "^4.9.1"
|
1039 | 1044 | core-js-compat "^3.6.2"
|
1040 | 1045 | invariant "^2.2.2"
|
|
1200 | 1205 | lodash "^4.17.13"
|
1201 | 1206 | to-fast-properties "^2.0.0"
|
1202 | 1207 |
|
1203 |
| -"@babel/types@^7.8.7": |
1204 |
| - version "7.8.7" |
1205 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
1206 |
| - integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
| 1208 | +"@babel/types@^7.9.5": |
| 1209 | + version "7.9.5" |
| 1210 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 1211 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
1207 | 1212 | dependencies:
|
1208 |
| - esutils "^2.0.2" |
| 1213 | + "@babel/helper-validator-identifier" "^7.9.5" |
1209 | 1214 | lodash "^4.17.13"
|
1210 | 1215 | to-fast-properties "^2.0.0"
|
1211 | 1216 |
|
|
0 commit comments