|
16 | 16 | dependencies: |
17 | 17 | "@babel/highlight" "^7.14.5" |
18 | 18 |
|
19 | | -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7": |
20 | | - version "7.14.7" |
21 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08" |
22 | | - integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw== |
| 19 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0": |
| 20 | + version "7.15.0" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
| 22 | + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
23 | 23 |
|
24 | 24 | "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
25 | 25 | version "7.9.0" |
|
82 | 82 | jsesc "^2.5.1" |
83 | 83 | source-map "^0.5.0" |
84 | 84 |
|
| 85 | +"@babel/generator@^7.15.0": |
| 86 | + version "7.15.0" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 88 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
| 89 | + dependencies: |
| 90 | + "@babel/types" "^7.15.0" |
| 91 | + jsesc "^2.5.1" |
| 92 | + source-map "^0.5.0" |
| 93 | + |
85 | 94 | "@babel/generator@^7.9.0": |
86 | 95 | version "7.9.4" |
87 | 96 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce" |
|
107 | 116 | "@babel/helper-explode-assignable-expression" "^7.14.5" |
108 | 117 | "@babel/types" "^7.14.5" |
109 | 118 |
|
110 | | -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5": |
111 | | - version "7.14.5" |
112 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" |
113 | | - integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== |
| 119 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0": |
| 120 | + version "7.15.0" |
| 121 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" |
| 122 | + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== |
114 | 123 | dependencies: |
115 | | - "@babel/compat-data" "^7.14.5" |
| 124 | + "@babel/compat-data" "^7.15.0" |
116 | 125 | "@babel/helper-validator-option" "^7.14.5" |
117 | 126 | browserslist "^4.16.6" |
118 | 127 | semver "^6.3.0" |
|
220 | 229 | dependencies: |
221 | 230 | "@babel/types" "^7.14.5" |
222 | 231 |
|
| 232 | +"@babel/helper-member-expression-to-functions@^7.15.0": |
| 233 | + version "7.15.0" |
| 234 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 235 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
| 236 | + dependencies: |
| 237 | + "@babel/types" "^7.15.0" |
| 238 | + |
223 | 239 | "@babel/helper-member-expression-to-functions@^7.8.3": |
224 | 240 | version "7.8.3" |
225 | 241 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" |
|
255 | 271 | "@babel/traverse" "^7.14.5" |
256 | 272 | "@babel/types" "^7.14.5" |
257 | 273 |
|
| 274 | +"@babel/helper-module-transforms@^7.15.0": |
| 275 | + version "7.15.0" |
| 276 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
| 277 | + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== |
| 278 | + dependencies: |
| 279 | + "@babel/helper-module-imports" "^7.14.5" |
| 280 | + "@babel/helper-replace-supers" "^7.15.0" |
| 281 | + "@babel/helper-simple-access" "^7.14.8" |
| 282 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 283 | + "@babel/helper-validator-identifier" "^7.14.9" |
| 284 | + "@babel/template" "^7.14.5" |
| 285 | + "@babel/traverse" "^7.15.0" |
| 286 | + "@babel/types" "^7.15.0" |
| 287 | + |
258 | 288 | "@babel/helper-module-transforms@^7.9.0": |
259 | 289 | version "7.9.0" |
260 | 290 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
|
306 | 336 | "@babel/traverse" "^7.14.5" |
307 | 337 | "@babel/types" "^7.14.5" |
308 | 338 |
|
| 339 | +"@babel/helper-replace-supers@^7.15.0": |
| 340 | + version "7.15.0" |
| 341 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 342 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
| 343 | + dependencies: |
| 344 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
| 345 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 346 | + "@babel/traverse" "^7.15.0" |
| 347 | + "@babel/types" "^7.15.0" |
| 348 | + |
309 | 349 | "@babel/helper-replace-supers@^7.8.6": |
310 | 350 | version "7.8.6" |
311 | 351 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
|
323 | 363 | dependencies: |
324 | 364 | "@babel/types" "^7.14.5" |
325 | 365 |
|
| 366 | +"@babel/helper-simple-access@^7.14.8": |
| 367 | + version "7.14.8" |
| 368 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 369 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
| 370 | + dependencies: |
| 371 | + "@babel/types" "^7.14.8" |
| 372 | + |
326 | 373 | "@babel/helper-simple-access@^7.8.3": |
327 | 374 | version "7.8.3" |
328 | 375 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" |
|
369 | 416 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" |
370 | 417 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== |
371 | 418 |
|
372 | | -"@babel/helper-validator-identifier@^7.14.8": |
373 | | - version "7.14.8" |
374 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
375 | | - integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
| 419 | +"@babel/helper-validator-identifier@^7.14.9": |
| 420 | + version "7.14.9" |
| 421 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
| 422 | + integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
376 | 423 |
|
377 | 424 | "@babel/helper-validator-option@^7.14.5": |
378 | 425 | version "7.14.5" |
|
450 | 497 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" |
451 | 498 | integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== |
452 | 499 |
|
| 500 | +"@babel/parser@^7.15.0": |
| 501 | + version "7.15.0" |
| 502 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9" |
| 503 | + integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ== |
| 504 | + |
453 | 505 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": |
454 | 506 | version "7.14.5" |
455 | 507 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e" |
|
459 | 511 | "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" |
460 | 512 | "@babel/plugin-proposal-optional-chaining" "^7.14.5" |
461 | 513 |
|
462 | | -"@babel/plugin-proposal-async-generator-functions@^7.14.7": |
463 | | - version "7.14.7" |
464 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace" |
465 | | - integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q== |
| 514 | +"@babel/plugin-proposal-async-generator-functions@^7.14.9": |
| 515 | + version "7.14.9" |
| 516 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a" |
| 517 | + integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw== |
466 | 518 | dependencies: |
467 | 519 | "@babel/helper-plugin-utils" "^7.14.5" |
468 | 520 | "@babel/helper-remap-async-to-generator" "^7.14.5" |
|
736 | 788 | dependencies: |
737 | 789 | "@babel/helper-plugin-utils" "^7.14.5" |
738 | 790 |
|
739 | | -"@babel/plugin-transform-classes@^7.14.5": |
740 | | - version "7.14.5" |
741 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz#0e98e82097b38550b03b483f9b51a78de0acb2cf" |
742 | | - integrity sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA== |
| 791 | +"@babel/plugin-transform-classes@^7.14.9": |
| 792 | + version "7.14.9" |
| 793 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f" |
| 794 | + integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A== |
743 | 795 | dependencies: |
744 | 796 | "@babel/helper-annotate-as-pure" "^7.14.5" |
745 | 797 | "@babel/helper-function-name" "^7.14.5" |
|
824 | 876 | "@babel/helper-plugin-utils" "^7.14.5" |
825 | 877 | babel-plugin-dynamic-import-node "^2.3.3" |
826 | 878 |
|
827 | | -"@babel/plugin-transform-modules-commonjs@^7.14.5": |
828 | | - version "7.14.5" |
829 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97" |
830 | | - integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A== |
| 879 | +"@babel/plugin-transform-modules-commonjs@^7.15.0": |
| 880 | + version "7.15.0" |
| 881 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281" |
| 882 | + integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig== |
831 | 883 | dependencies: |
832 | | - "@babel/helper-module-transforms" "^7.14.5" |
| 884 | + "@babel/helper-module-transforms" "^7.15.0" |
833 | 885 | "@babel/helper-plugin-utils" "^7.14.5" |
834 | | - "@babel/helper-simple-access" "^7.14.5" |
| 886 | + "@babel/helper-simple-access" "^7.14.8" |
835 | 887 | babel-plugin-dynamic-import-node "^2.3.3" |
836 | 888 |
|
837 | 889 | "@babel/plugin-transform-modules-systemjs@^7.14.5": |
|
853 | 905 | "@babel/helper-module-transforms" "^7.14.5" |
854 | 906 | "@babel/helper-plugin-utils" "^7.14.5" |
855 | 907 |
|
856 | | -"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7": |
857 | | - version "7.14.7" |
858 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e" |
859 | | - integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg== |
| 908 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9": |
| 909 | + version "7.14.9" |
| 910 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2" |
| 911 | + integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA== |
860 | 912 | dependencies: |
861 | 913 | "@babel/helper-create-regexp-features-plugin" "^7.14.5" |
862 | 914 |
|
|
955 | 1007 | "@babel/helper-plugin-utils" "^7.14.5" |
956 | 1008 |
|
957 | 1009 | "@babel/preset-env@^7.7.5": |
958 | | - version "7.14.8" |
959 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" |
960 | | - integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== |
| 1010 | + version "7.15.0" |
| 1011 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464" |
| 1012 | + integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q== |
961 | 1013 | dependencies: |
962 | | - "@babel/compat-data" "^7.14.7" |
963 | | - "@babel/helper-compilation-targets" "^7.14.5" |
| 1014 | + "@babel/compat-data" "^7.15.0" |
| 1015 | + "@babel/helper-compilation-targets" "^7.15.0" |
964 | 1016 | "@babel/helper-plugin-utils" "^7.14.5" |
965 | 1017 | "@babel/helper-validator-option" "^7.14.5" |
966 | 1018 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5" |
967 | | - "@babel/plugin-proposal-async-generator-functions" "^7.14.7" |
| 1019 | + "@babel/plugin-proposal-async-generator-functions" "^7.14.9" |
968 | 1020 | "@babel/plugin-proposal-class-properties" "^7.14.5" |
969 | 1021 | "@babel/plugin-proposal-class-static-block" "^7.14.5" |
970 | 1022 | "@babel/plugin-proposal-dynamic-import" "^7.14.5" |
|
997 | 1049 | "@babel/plugin-transform-async-to-generator" "^7.14.5" |
998 | 1050 | "@babel/plugin-transform-block-scoped-functions" "^7.14.5" |
999 | 1051 | "@babel/plugin-transform-block-scoping" "^7.14.5" |
1000 | | - "@babel/plugin-transform-classes" "^7.14.5" |
| 1052 | + "@babel/plugin-transform-classes" "^7.14.9" |
1001 | 1053 | "@babel/plugin-transform-computed-properties" "^7.14.5" |
1002 | 1054 | "@babel/plugin-transform-destructuring" "^7.14.7" |
1003 | 1055 | "@babel/plugin-transform-dotall-regex" "^7.14.5" |
|
1008 | 1060 | "@babel/plugin-transform-literals" "^7.14.5" |
1009 | 1061 | "@babel/plugin-transform-member-expression-literals" "^7.14.5" |
1010 | 1062 | "@babel/plugin-transform-modules-amd" "^7.14.5" |
1011 | | - "@babel/plugin-transform-modules-commonjs" "^7.14.5" |
| 1063 | + "@babel/plugin-transform-modules-commonjs" "^7.15.0" |
1012 | 1064 | "@babel/plugin-transform-modules-systemjs" "^7.14.5" |
1013 | 1065 | "@babel/plugin-transform-modules-umd" "^7.14.5" |
1014 | | - "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7" |
| 1066 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9" |
1015 | 1067 | "@babel/plugin-transform-new-target" "^7.14.5" |
1016 | 1068 | "@babel/plugin-transform-object-super" "^7.14.5" |
1017 | 1069 | "@babel/plugin-transform-parameters" "^7.14.5" |
|
1026 | 1078 | "@babel/plugin-transform-unicode-escapes" "^7.14.5" |
1027 | 1079 | "@babel/plugin-transform-unicode-regex" "^7.14.5" |
1028 | 1080 | "@babel/preset-modules" "^0.1.4" |
1029 | | - "@babel/types" "^7.14.8" |
| 1081 | + "@babel/types" "^7.15.0" |
1030 | 1082 | babel-plugin-polyfill-corejs2 "^0.2.2" |
1031 | 1083 | babel-plugin-polyfill-corejs3 "^0.2.2" |
1032 | 1084 | babel-plugin-polyfill-regenerator "^0.2.2" |
1033 | | - core-js-compat "^3.15.0" |
| 1085 | + core-js-compat "^3.16.0" |
1034 | 1086 | semver "^6.3.0" |
1035 | 1087 |
|
1036 | 1088 | "@babel/preset-modules@^0.1.4": |
|
1123 | 1175 | debug "^4.1.0" |
1124 | 1176 | globals "^11.1.0" |
1125 | 1177 |
|
| 1178 | +"@babel/traverse@^7.15.0": |
| 1179 | + version "7.15.0" |
| 1180 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 1181 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
| 1182 | + dependencies: |
| 1183 | + "@babel/code-frame" "^7.14.5" |
| 1184 | + "@babel/generator" "^7.15.0" |
| 1185 | + "@babel/helper-function-name" "^7.14.5" |
| 1186 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 1187 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1188 | + "@babel/parser" "^7.15.0" |
| 1189 | + "@babel/types" "^7.15.0" |
| 1190 | + debug "^4.1.0" |
| 1191 | + globals "^11.1.0" |
| 1192 | + |
1126 | 1193 | "@babel/traverse@^7.7.2": |
1127 | 1194 | version "7.14.7" |
1128 | 1195 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" |
|
1138 | 1205 | debug "^4.1.0" |
1139 | 1206 | globals "^11.1.0" |
1140 | 1207 |
|
1141 | | -"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
1142 | | - version "7.14.8" |
1143 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
1144 | | - integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
| 1208 | +"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
| 1209 | + version "7.15.0" |
| 1210 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 1211 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
1145 | 1212 | dependencies: |
1146 | | - "@babel/helper-validator-identifier" "^7.14.8" |
| 1213 | + "@babel/helper-validator-identifier" "^7.14.9" |
1147 | 1214 | to-fast-properties "^2.0.0" |
1148 | 1215 |
|
1149 | 1216 | "@bcoe/v8-coverage@^0.2.3": |
@@ -2050,10 +2117,10 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
2050 | 2117 | dependencies: |
2051 | 2118 | safe-buffer "~5.1.1" |
2052 | 2119 |
|
2053 | | -core-js-compat@^3.15.0, core-js-compat@^3.9.1: |
2054 | | - version "3.15.0" |
2055 | | - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.0.tgz#e14a371123db9d1c5b41206d3f420643d238b8fa" |
2056 | | - integrity sha512-8X6lWsG+s7IfOKzV93a7fRYfWRZobOfjw5V5rrq43Vh/W+V6qYxl7Akalsvgab4PFT/4L/pjQbdBUEM36NXKrw== |
| 2120 | +core-js-compat@^3.16.0, core-js-compat@^3.9.1: |
| 2121 | + version "3.16.0" |
| 2122 | + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f" |
| 2123 | + integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q== |
2057 | 2124 | dependencies: |
2058 | 2125 | browserslist "^4.16.6" |
2059 | 2126 | semver "7.0.0" |
|
0 commit comments