|
111 | 111 | "@babel/template" "^7.8.3" |
112 | 112 | "@babel/types" "^7.8.3" |
113 | 113 |
|
| 114 | +"@babel/helper-function-name@^7.9.5": |
| 115 | + version "7.9.5" |
| 116 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 117 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 118 | + dependencies: |
| 119 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 120 | + "@babel/template" "^7.8.3" |
| 121 | + "@babel/types" "^7.9.5" |
| 122 | + |
114 | 123 | "@babel/helper-get-function-arity@^7.8.3": |
115 | 124 | version "7.8.3" |
116 | 125 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
|
212 | 221 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
213 | 222 | integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== |
214 | 223 |
|
| 224 | +"@babel/helper-validator-identifier@^7.9.5": |
| 225 | + version "7.9.5" |
| 226 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 227 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 228 | + |
215 | 229 | "@babel/helper-wrap-function@^7.8.3": |
216 | 230 | version "7.8.3" |
217 | 231 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" |
|
286 | 300 | "@babel/helper-plugin-utils" "^7.8.3" |
287 | 301 | "@babel/plugin-syntax-numeric-separator" "^7.8.3" |
288 | 302 |
|
289 | | -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
290 | | - version "7.9.0" |
291 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
292 | | - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 303 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 304 | + version "7.9.5" |
| 305 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 306 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
293 | 307 | dependencies: |
294 | 308 | "@babel/helper-plugin-utils" "^7.8.3" |
295 | 309 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
| 310 | + "@babel/plugin-transform-parameters" "^7.9.5" |
296 | 311 |
|
297 | 312 | "@babel/plugin-proposal-optional-catch-binding@^7.8.3": |
298 | 313 | version "7.8.3" |
|
419 | 434 | "@babel/helper-plugin-utils" "^7.8.3" |
420 | 435 | lodash "^4.17.13" |
421 | 436 |
|
422 | | -"@babel/plugin-transform-classes@^7.9.0": |
423 | | - version "7.9.2" |
424 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d" |
425 | | - integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ== |
| 437 | +"@babel/plugin-transform-classes@^7.9.5": |
| 438 | + version "7.9.5" |
| 439 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 440 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
426 | 441 | dependencies: |
427 | 442 | "@babel/helper-annotate-as-pure" "^7.8.3" |
428 | 443 | "@babel/helper-define-map" "^7.8.3" |
429 | | - "@babel/helper-function-name" "^7.8.3" |
| 444 | + "@babel/helper-function-name" "^7.9.5" |
430 | 445 | "@babel/helper-optimise-call-expression" "^7.8.3" |
431 | 446 | "@babel/helper-plugin-utils" "^7.8.3" |
432 | 447 | "@babel/helper-replace-supers" "^7.8.6" |
|
440 | 455 | dependencies: |
441 | 456 | "@babel/helper-plugin-utils" "^7.8.3" |
442 | 457 |
|
443 | | -"@babel/plugin-transform-destructuring@^7.8.3": |
444 | | - version "7.8.8" |
445 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.8.tgz#fadb2bc8e90ccaf5658de6f8d4d22ff6272a2f4b" |
446 | | - integrity sha512-eRJu4Vs2rmttFCdhPUM3bV0Yo/xPSdPw6ML9KHs/bjB4bLA5HXlbvYXPOD5yASodGod+krjYx21xm1QmL8dCJQ== |
| 458 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 459 | + version "7.9.5" |
| 460 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 461 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
447 | 462 | dependencies: |
448 | 463 | "@babel/helper-plugin-utils" "^7.8.3" |
449 | 464 |
|
|
558 | 573 | "@babel/helper-plugin-utils" "^7.8.3" |
559 | 574 | "@babel/helper-replace-supers" "^7.8.3" |
560 | 575 |
|
561 | | -"@babel/plugin-transform-parameters@^7.8.7": |
562 | | - version "7.9.3" |
563 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.3.tgz#3028d0cc20ddc733166c6e9c8534559cee09f54a" |
564 | | - integrity sha512-fzrQFQhp7mIhOzmOtPiKffvCYQSK10NR8t6BBz2yPbeUHb9OLW8RZGtgDRBn8z2hGcwvKDL3vC7ojPTLNxmqEg== |
| 576 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 577 | + version "7.9.5" |
| 578 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 579 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
565 | 580 | dependencies: |
566 | 581 | "@babel/helper-get-function-arity" "^7.8.3" |
567 | 582 | "@babel/helper-plugin-utils" "^7.8.3" |
|
633 | 648 | "@babel/helper-plugin-utils" "^7.8.3" |
634 | 649 |
|
635 | 650 | "@babel/preset-env@^7.7.5": |
636 | | - version "7.9.0" |
637 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
638 | | - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 651 | + version "7.9.5" |
| 652 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 653 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
639 | 654 | dependencies: |
640 | 655 | "@babel/compat-data" "^7.9.0" |
641 | 656 | "@babel/helper-compilation-targets" "^7.8.7" |
|
646 | 661 | "@babel/plugin-proposal-json-strings" "^7.8.3" |
647 | 662 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" |
648 | 663 | "@babel/plugin-proposal-numeric-separator" "^7.8.3" |
649 | | - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 664 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
650 | 665 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3" |
651 | 666 | "@babel/plugin-proposal-optional-chaining" "^7.9.0" |
652 | 667 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3" |
|
663 | 678 | "@babel/plugin-transform-async-to-generator" "^7.8.3" |
664 | 679 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3" |
665 | 680 | "@babel/plugin-transform-block-scoping" "^7.8.3" |
666 | | - "@babel/plugin-transform-classes" "^7.9.0" |
| 681 | + "@babel/plugin-transform-classes" "^7.9.5" |
667 | 682 | "@babel/plugin-transform-computed-properties" "^7.8.3" |
668 | | - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 683 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
669 | 684 | "@babel/plugin-transform-dotall-regex" "^7.8.3" |
670 | 685 | "@babel/plugin-transform-duplicate-keys" "^7.8.3" |
671 | 686 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3" |
|
680 | 695 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" |
681 | 696 | "@babel/plugin-transform-new-target" "^7.8.3" |
682 | 697 | "@babel/plugin-transform-object-super" "^7.8.3" |
683 | | - "@babel/plugin-transform-parameters" "^7.8.7" |
| 698 | + "@babel/plugin-transform-parameters" "^7.9.5" |
684 | 699 | "@babel/plugin-transform-property-literals" "^7.8.3" |
685 | 700 | "@babel/plugin-transform-regenerator" "^7.8.7" |
686 | 701 | "@babel/plugin-transform-reserved-words" "^7.8.3" |
|
691 | 706 | "@babel/plugin-transform-typeof-symbol" "^7.8.4" |
692 | 707 | "@babel/plugin-transform-unicode-regex" "^7.8.3" |
693 | 708 | "@babel/preset-modules" "^0.1.3" |
694 | | - "@babel/types" "^7.9.0" |
| 709 | + "@babel/types" "^7.9.5" |
695 | 710 | browserslist "^4.9.1" |
696 | 711 | core-js-compat "^3.6.2" |
697 | 712 | invariant "^2.2.2" |
|
740 | 755 | globals "^11.1.0" |
741 | 756 | lodash "^4.17.13" |
742 | 757 |
|
743 | | -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
744 | | - version "7.9.0" |
745 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
746 | | - integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng== |
| 758 | +"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5": |
| 759 | + version "7.9.5" |
| 760 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 761 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
747 | 762 | dependencies: |
748 | | - "@babel/helper-validator-identifier" "^7.9.0" |
| 763 | + "@babel/helper-validator-identifier" "^7.9.5" |
749 | 764 | lodash "^4.17.13" |
750 | 765 | to-fast-properties "^2.0.0" |
751 | 766 |
|
|
0 commit comments