|
65 | 65 | "@babel/helper-explode-assignable-expression" "^7.8.3"
|
66 | 66 | "@babel/types" "^7.8.3"
|
67 | 67 |
|
68 |
| -"@babel/helper-call-delegate@^7.8.7": |
69 |
| - version "7.8.7" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab" |
71 |
| - integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ== |
72 |
| - dependencies: |
73 |
| - "@babel/helper-hoist-variables" "^7.8.3" |
74 |
| - "@babel/traverse" "^7.8.3" |
75 |
| - "@babel/types" "^7.8.7" |
76 |
| - |
77 | 68 | "@babel/helper-compilation-targets@^7.8.7":
|
78 | 69 | version "7.8.7"
|
79 | 70 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
|
|
141 | 132 | "@babel/template" "^7.8.3"
|
142 | 133 | "@babel/types" "^7.8.3"
|
143 | 134 |
|
| 135 | +"@babel/helper-function-name@^7.9.5": |
| 136 | + version "7.9.5" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 138 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 139 | + dependencies: |
| 140 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 141 | + "@babel/template" "^7.8.3" |
| 142 | + "@babel/types" "^7.9.5" |
| 143 | + |
144 | 144 | "@babel/helper-get-function-arity@^7.8.3":
|
145 | 145 | version "7.8.3"
|
146 | 146 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
|
|
237 | 237 | dependencies:
|
238 | 238 | "@babel/types" "^7.8.3"
|
239 | 239 |
|
240 |
| -"@babel/helper-validator-identifier@^7.9.0": |
241 |
| - version "7.9.0" |
242 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
243 |
| - integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== |
| 240 | +"@babel/helper-validator-identifier@^7.9.5": |
| 241 | + version "7.9.5" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 243 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
244 | 244 |
|
245 | 245 | "@babel/helper-wrap-function@^7.8.3":
|
246 | 246 | version "7.8.3"
|
|
316 | 316 | "@babel/helper-plugin-utils" "^7.8.3"
|
317 | 317 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
318 | 318 |
|
319 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
320 |
| - version "7.9.0" |
321 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
322 |
| - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 319 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 320 | + version "7.9.5" |
| 321 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 322 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
323 | 323 | dependencies:
|
324 | 324 | "@babel/helper-plugin-utils" "^7.8.3"
|
325 | 325 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
| 326 | + "@babel/plugin-transform-parameters" "^7.9.5" |
326 | 327 |
|
327 | 328 | "@babel/plugin-proposal-optional-catch-binding@^7.8.3":
|
328 | 329 | version "7.8.3"
|
|
456 | 457 | "@babel/helper-plugin-utils" "^7.8.3"
|
457 | 458 | lodash "^4.17.13"
|
458 | 459 |
|
459 |
| -"@babel/plugin-transform-classes@^7.9.0": |
460 |
| - version "7.9.2" |
461 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d" |
462 |
| - integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ== |
| 460 | +"@babel/plugin-transform-classes@^7.9.5": |
| 461 | + version "7.9.5" |
| 462 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 463 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
463 | 464 | dependencies:
|
464 | 465 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
465 | 466 | "@babel/helper-define-map" "^7.8.3"
|
466 |
| - "@babel/helper-function-name" "^7.8.3" |
| 467 | + "@babel/helper-function-name" "^7.9.5" |
467 | 468 | "@babel/helper-optimise-call-expression" "^7.8.3"
|
468 | 469 | "@babel/helper-plugin-utils" "^7.8.3"
|
469 | 470 | "@babel/helper-replace-supers" "^7.8.6"
|
|
477 | 478 | dependencies:
|
478 | 479 | "@babel/helper-plugin-utils" "^7.8.3"
|
479 | 480 |
|
480 |
| -"@babel/plugin-transform-destructuring@^7.8.3": |
481 |
| - version "7.8.3" |
482 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
483 |
| - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 481 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 482 | + version "7.9.5" |
| 483 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 484 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
484 | 485 | dependencies:
|
485 | 486 | "@babel/helper-plugin-utils" "^7.8.3"
|
486 | 487 |
|
|
595 | 596 | "@babel/helper-plugin-utils" "^7.8.3"
|
596 | 597 | "@babel/helper-replace-supers" "^7.8.3"
|
597 | 598 |
|
598 |
| -"@babel/plugin-transform-parameters@^7.8.7": |
599 |
| - version "7.8.7" |
600 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395" |
601 |
| - integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g== |
| 599 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 600 | + version "7.9.5" |
| 601 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 602 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
602 | 603 | dependencies:
|
603 |
| - "@babel/helper-call-delegate" "^7.8.7" |
604 | 604 | "@babel/helper-get-function-arity" "^7.8.3"
|
605 | 605 | "@babel/helper-plugin-utils" "^7.8.3"
|
606 | 606 |
|
|
679 | 679 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
680 | 680 | "@babel/helper-plugin-utils" "^7.8.3"
|
681 | 681 |
|
682 |
| - |
683 |
| - version "7.9.0" |
684 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
685 |
| - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 682 | + |
| 683 | + version "7.9.5" |
| 684 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 685 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
686 | 686 | dependencies:
|
687 | 687 | "@babel/compat-data" "^7.9.0"
|
688 | 688 | "@babel/helper-compilation-targets" "^7.8.7"
|
|
693 | 693 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
694 | 694 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
695 | 695 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
696 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 696 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
697 | 697 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
698 | 698 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
699 | 699 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
710 | 710 | "@babel/plugin-transform-async-to-generator" "^7.8.3"
|
711 | 711 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
712 | 712 | "@babel/plugin-transform-block-scoping" "^7.8.3"
|
713 |
| - "@babel/plugin-transform-classes" "^7.9.0" |
| 713 | + "@babel/plugin-transform-classes" "^7.9.5" |
714 | 714 | "@babel/plugin-transform-computed-properties" "^7.8.3"
|
715 |
| - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 715 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
716 | 716 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
717 | 717 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
718 | 718 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
|
727 | 727 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
728 | 728 | "@babel/plugin-transform-new-target" "^7.8.3"
|
729 | 729 | "@babel/plugin-transform-object-super" "^7.8.3"
|
730 |
| - "@babel/plugin-transform-parameters" "^7.8.7" |
| 730 | + "@babel/plugin-transform-parameters" "^7.9.5" |
731 | 731 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
732 | 732 | "@babel/plugin-transform-regenerator" "^7.8.7"
|
733 | 733 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
|
738 | 738 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
739 | 739 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
740 | 740 | "@babel/preset-modules" "^0.1.3"
|
741 |
| - "@babel/types" "^7.9.0" |
| 741 | + "@babel/types" "^7.9.5" |
742 | 742 | browserslist "^4.9.1"
|
743 | 743 | core-js-compat "^3.6.2"
|
744 | 744 | invariant "^2.2.2"
|
|
795 | 795 | globals "^11.1.0"
|
796 | 796 | lodash "^4.17.13"
|
797 | 797 |
|
798 |
| -"@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.8.7", "@babel/types@^7.9.0": |
799 |
| - version "7.9.0" |
800 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
801 |
| - integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng== |
| 798 | +"@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": |
| 799 | + version "7.9.5" |
| 800 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 801 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
802 | 802 | dependencies:
|
803 |
| - "@babel/helper-validator-identifier" "^7.9.0" |
| 803 | + "@babel/helper-validator-identifier" "^7.9.5" |
804 | 804 | lodash "^4.17.13"
|
805 | 805 | to-fast-properties "^2.0.0"
|
806 | 806 |
|
|
0 commit comments