|
82 | 82 | "@babel/helper-annotate-as-pure" "^7.8.3" |
83 | 83 | "@babel/types" "^7.9.0" |
84 | 84 |
|
85 | | -"@babel/helper-call-delegate@^7.8.7": |
86 | | - version "7.8.7" |
87 | | - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab" |
88 | | - integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ== |
89 | | - dependencies: |
90 | | - "@babel/helper-hoist-variables" "^7.8.3" |
91 | | - "@babel/traverse" "^7.8.3" |
92 | | - "@babel/types" "^7.8.7" |
93 | | - |
94 | 85 | "@babel/helper-compilation-targets@^7.8.7": |
95 | 86 | version "7.8.7" |
96 | 87 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde" |
|
158 | 149 | "@babel/template" "^7.8.3" |
159 | 150 | "@babel/types" "^7.8.3" |
160 | 151 |
|
| 152 | +"@babel/helper-function-name@^7.9.5": |
| 153 | + version "7.9.5" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 155 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 156 | + dependencies: |
| 157 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 158 | + "@babel/template" "^7.8.3" |
| 159 | + "@babel/types" "^7.9.5" |
| 160 | + |
161 | 161 | "@babel/helper-get-function-arity@^7.8.3": |
162 | 162 | version "7.8.3" |
163 | 163 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
|
254 | 254 | dependencies: |
255 | 255 | "@babel/types" "^7.8.3" |
256 | 256 |
|
257 | | -"@babel/helper-validator-identifier@^7.9.0": |
258 | | - version "7.9.0" |
259 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
260 | | - integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== |
| 257 | +"@babel/helper-validator-identifier@^7.9.5": |
| 258 | + version "7.9.5" |
| 259 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 260 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
261 | 261 |
|
262 | 262 | "@babel/helper-wrap-function@^7.8.3": |
263 | 263 | version "7.8.3" |
|
333 | 333 | "@babel/helper-plugin-utils" "^7.8.3" |
334 | 334 | "@babel/plugin-syntax-numeric-separator" "^7.8.3" |
335 | 335 |
|
336 | | -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
337 | | - version "7.9.0" |
338 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
339 | | - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 336 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 337 | + version "7.9.5" |
| 338 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 339 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
340 | 340 | dependencies: |
341 | 341 | "@babel/helper-plugin-utils" "^7.8.3" |
342 | 342 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
| 343 | + "@babel/plugin-transform-parameters" "^7.9.5" |
343 | 344 |
|
344 | 345 | "@babel/plugin-proposal-optional-catch-binding@^7.8.3": |
345 | 346 | version "7.8.3" |
|
473 | 474 | "@babel/helper-plugin-utils" "^7.8.3" |
474 | 475 | lodash "^4.17.13" |
475 | 476 |
|
476 | | -"@babel/plugin-transform-classes@^7.9.0": |
477 | | - version "7.9.2" |
478 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d" |
479 | | - integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ== |
| 477 | +"@babel/plugin-transform-classes@^7.9.5": |
| 478 | + version "7.9.5" |
| 479 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 480 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
480 | 481 | dependencies: |
481 | 482 | "@babel/helper-annotate-as-pure" "^7.8.3" |
482 | 483 | "@babel/helper-define-map" "^7.8.3" |
483 | | - "@babel/helper-function-name" "^7.8.3" |
| 484 | + "@babel/helper-function-name" "^7.9.5" |
484 | 485 | "@babel/helper-optimise-call-expression" "^7.8.3" |
485 | 486 | "@babel/helper-plugin-utils" "^7.8.3" |
486 | 487 | "@babel/helper-replace-supers" "^7.8.6" |
|
494 | 495 | dependencies: |
495 | 496 | "@babel/helper-plugin-utils" "^7.8.3" |
496 | 497 |
|
497 | | -"@babel/plugin-transform-destructuring@^7.8.3": |
498 | | - version "7.8.3" |
499 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
500 | | - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 498 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 499 | + version "7.9.5" |
| 500 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 501 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
501 | 502 | dependencies: |
502 | 503 | "@babel/helper-plugin-utils" "^7.8.3" |
503 | 504 |
|
|
612 | 613 | "@babel/helper-plugin-utils" "^7.8.3" |
613 | 614 | "@babel/helper-replace-supers" "^7.8.3" |
614 | 615 |
|
615 | | -"@babel/plugin-transform-parameters@^7.8.7": |
616 | | - version "7.8.7" |
617 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395" |
618 | | - integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g== |
| 616 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 617 | + version "7.9.5" |
| 618 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 619 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
619 | 620 | dependencies: |
620 | | - "@babel/helper-call-delegate" "^7.8.7" |
621 | 621 | "@babel/helper-get-function-arity" "^7.8.3" |
622 | 622 | "@babel/helper-plugin-utils" "^7.8.3" |
623 | 623 |
|
|
739 | 739 | "@babel/helper-plugin-utils" "^7.8.3" |
740 | 740 |
|
741 | 741 | "@babel/preset-env@^7.7.6": |
742 | | - version "7.9.0" |
743 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
744 | | - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 742 | + version "7.9.5" |
| 743 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 744 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
745 | 745 | dependencies: |
746 | 746 | "@babel/compat-data" "^7.9.0" |
747 | 747 | "@babel/helper-compilation-targets" "^7.8.7" |
|
752 | 752 | "@babel/plugin-proposal-json-strings" "^7.8.3" |
753 | 753 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" |
754 | 754 | "@babel/plugin-proposal-numeric-separator" "^7.8.3" |
755 | | - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 755 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
756 | 756 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3" |
757 | 757 | "@babel/plugin-proposal-optional-chaining" "^7.9.0" |
758 | 758 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3" |
|
769 | 769 | "@babel/plugin-transform-async-to-generator" "^7.8.3" |
770 | 770 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3" |
771 | 771 | "@babel/plugin-transform-block-scoping" "^7.8.3" |
772 | | - "@babel/plugin-transform-classes" "^7.9.0" |
| 772 | + "@babel/plugin-transform-classes" "^7.9.5" |
773 | 773 | "@babel/plugin-transform-computed-properties" "^7.8.3" |
774 | | - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 774 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
775 | 775 | "@babel/plugin-transform-dotall-regex" "^7.8.3" |
776 | 776 | "@babel/plugin-transform-duplicate-keys" "^7.8.3" |
777 | 777 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3" |
|
786 | 786 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" |
787 | 787 | "@babel/plugin-transform-new-target" "^7.8.3" |
788 | 788 | "@babel/plugin-transform-object-super" "^7.8.3" |
789 | | - "@babel/plugin-transform-parameters" "^7.8.7" |
| 789 | + "@babel/plugin-transform-parameters" "^7.9.5" |
790 | 790 | "@babel/plugin-transform-property-literals" "^7.8.3" |
791 | 791 | "@babel/plugin-transform-regenerator" "^7.8.7" |
792 | 792 | "@babel/plugin-transform-reserved-words" "^7.8.3" |
|
797 | 797 | "@babel/plugin-transform-typeof-symbol" "^7.8.4" |
798 | 798 | "@babel/plugin-transform-unicode-regex" "^7.8.3" |
799 | 799 | "@babel/preset-modules" "^0.1.3" |
800 | | - "@babel/types" "^7.9.0" |
| 800 | + "@babel/types" "^7.9.5" |
801 | 801 | browserslist "^4.9.1" |
802 | 802 | core-js-compat "^3.6.2" |
803 | 803 | invariant "^2.2.2" |
|
874 | 874 | globals "^11.1.0" |
875 | 875 | lodash "^4.17.13" |
876 | 876 |
|
877 | | -"@babel/types@^7.4.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": |
878 | | - version "7.9.0" |
879 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
880 | | - integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng== |
| 877 | +"@babel/types@^7.4.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": |
| 878 | + version "7.9.5" |
| 879 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 880 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
881 | 881 | dependencies: |
882 | | - "@babel/helper-validator-identifier" "^7.9.0" |
| 882 | + "@babel/helper-validator-identifier" "^7.9.5" |
883 | 883 | lodash "^4.17.13" |
884 | 884 | to-fast-properties "^2.0.0" |
885 | 885 |
|
|
0 commit comments