|
100 | 100 | dependencies:
|
101 | 101 | "@babel/highlight" "^7.8.3"
|
102 | 102 |
|
103 |
| -"@babel/compat-data@^7.8.4": |
104 |
| - version "7.8.5" |
105 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9" |
106 |
| - integrity sha512-jWYUqQX/ObOhG1UiEkbH5SANsE/8oKXiQWjj7p7xgj9Zmnt//aUvyz4dBkK0HNsS8/cbyC5NmmH87VekW+mXFg== |
| 103 | +"@babel/compat-data@^7.8.6": |
| 104 | + version "7.8.6" |
| 105 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.6.tgz#7eeaa0dfa17e50c7d9c0832515eee09b56f04e35" |
| 106 | + integrity sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q== |
107 | 107 | dependencies:
|
108 | 108 | browserslist "^4.8.5"
|
109 | 109 | invariant "^2.2.4"
|
|
130 | 130 | semver "^5.4.1"
|
131 | 131 | source-map "^0.5.0"
|
132 | 132 |
|
133 |
| -"@babel/ [email protected]", "@babel/core@^7.7.5": |
| 133 | + |
| 134 | + version "7.8.6" |
| 135 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.6.tgz#27d7df9258a45c2e686b6f18b6c659e563aa4636" |
| 136 | + integrity sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg== |
| 137 | + dependencies: |
| 138 | + "@babel/code-frame" "^7.8.3" |
| 139 | + "@babel/generator" "^7.8.6" |
| 140 | + "@babel/helpers" "^7.8.4" |
| 141 | + "@babel/parser" "^7.8.6" |
| 142 | + "@babel/template" "^7.8.6" |
| 143 | + "@babel/traverse" "^7.8.6" |
| 144 | + "@babel/types" "^7.8.6" |
| 145 | + convert-source-map "^1.7.0" |
| 146 | + debug "^4.1.0" |
| 147 | + gensync "^1.0.0-beta.1" |
| 148 | + json5 "^2.1.0" |
| 149 | + lodash "^4.17.13" |
| 150 | + resolve "^1.3.2" |
| 151 | + semver "^5.4.1" |
| 152 | + source-map "^0.5.0" |
| 153 | + |
| 154 | +"@babel/core@^7.7.5": |
134 | 155 | version "7.8.4"
|
135 | 156 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
|
136 | 157 | integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
|
|
161 | 182 | lodash "^4.17.13"
|
162 | 183 | source-map "^0.5.0"
|
163 | 184 |
|
| 185 | +"@babel/generator@^7.8.6": |
| 186 | + version "7.8.6" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a" |
| 188 | + integrity sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg== |
| 189 | + dependencies: |
| 190 | + "@babel/types" "^7.8.6" |
| 191 | + jsesc "^2.5.1" |
| 192 | + lodash "^4.17.13" |
| 193 | + source-map "^0.5.0" |
| 194 | + |
164 | 195 | "@babel/helper-annotate-as-pure@^7.8.3":
|
165 | 196 | version "7.8.3"
|
166 | 197 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
|
|
185 | 216 | "@babel/traverse" "^7.8.3"
|
186 | 217 | "@babel/types" "^7.8.3"
|
187 | 218 |
|
188 |
| -"@babel/helper-compilation-targets@^7.8.4": |
189 |
| - version "7.8.4" |
190 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88" |
191 |
| - integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg== |
| 219 | +"@babel/helper-compilation-targets@^7.8.6": |
| 220 | + version "7.8.6" |
| 221 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.6.tgz#015b85db69e3a34240d5c2b761fc53eb9695f09c" |
| 222 | + integrity sha512-UrJdk27hKVJSnibFcUWYLkCL0ZywTUoot8yii1lsHJcvwrypagmYKjHLMWivQPm4s6GdyygCL8fiH5EYLxhQwQ== |
192 | 223 | dependencies:
|
193 |
| - "@babel/compat-data" "^7.8.4" |
| 224 | + "@babel/compat-data" "^7.8.6" |
194 | 225 | browserslist "^4.8.5"
|
195 | 226 | invariant "^2.2.4"
|
196 | 227 | levenary "^1.1.1"
|
|
310 | 341 | "@babel/traverse" "^7.8.3"
|
311 | 342 | "@babel/types" "^7.8.3"
|
312 | 343 |
|
| 344 | +"@babel/helper-replace-supers@^7.8.6": |
| 345 | + version "7.8.6" |
| 346 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
| 347 | + integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== |
| 348 | + dependencies: |
| 349 | + "@babel/helper-member-expression-to-functions" "^7.8.3" |
| 350 | + "@babel/helper-optimise-call-expression" "^7.8.3" |
| 351 | + "@babel/traverse" "^7.8.6" |
| 352 | + "@babel/types" "^7.8.6" |
| 353 | + |
313 | 354 | "@babel/helper-simple-access@^7.8.3":
|
314 | 355 | version "7.8.3"
|
315 | 356 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
|
|
358 | 399 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
|
359 | 400 | integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
|
360 | 401 |
|
| 402 | +"@babel/parser@^7.8.6": |
| 403 | + version "7.8.6" |
| 404 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c" |
| 405 | + integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g== |
| 406 | + |
361 | 407 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
362 | 408 | version "7.8.3"
|
363 | 409 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
|
510 | 556 | "@babel/helper-plugin-utils" "^7.8.3"
|
511 | 557 | lodash "^4.17.13"
|
512 | 558 |
|
513 |
| -"@babel/plugin-transform-classes@^7.8.3": |
514 |
| - version "7.8.3" |
515 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.3.tgz#46fd7a9d2bb9ea89ce88720477979fe0d71b21b8" |
516 |
| - integrity sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w== |
| 559 | +"@babel/plugin-transform-classes@^7.8.6": |
| 560 | + version "7.8.6" |
| 561 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.6.tgz#77534447a477cbe5995ae4aee3e39fbc8090c46d" |
| 562 | + integrity sha512-k9r8qRay/R6v5aWZkrEclEhKO6mc1CCQr2dLsVHBmOQiMpN6I2bpjX3vgnldUWeEI1GHVNByULVxZ4BdP4Hmdg== |
517 | 563 | dependencies:
|
518 | 564 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
519 | 565 | "@babel/helper-define-map" "^7.8.3"
|
520 | 566 | "@babel/helper-function-name" "^7.8.3"
|
521 | 567 | "@babel/helper-optimise-call-expression" "^7.8.3"
|
522 | 568 | "@babel/helper-plugin-utils" "^7.8.3"
|
523 |
| - "@babel/helper-replace-supers" "^7.8.3" |
| 569 | + "@babel/helper-replace-supers" "^7.8.6" |
524 | 570 | "@babel/helper-split-export-declaration" "^7.8.3"
|
525 | 571 | globals "^11.1.0"
|
526 | 572 |
|
|
561 | 607 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
|
562 | 608 | "@babel/helper-plugin-utils" "^7.8.3"
|
563 | 609 |
|
564 |
| -"@babel/plugin-transform-for-of@^7.8.4": |
565 |
| - version "7.8.4" |
566 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d" |
567 |
| - integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A== |
| 610 | +"@babel/plugin-transform-for-of@^7.8.6": |
| 611 | + version "7.8.6" |
| 612 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.6.tgz#a051bd1b402c61af97a27ff51b468321c7c2a085" |
| 613 | + integrity sha512-M0pw4/1/KI5WAxPsdcUL/w2LJ7o89YHN3yLkzNjg7Yl15GlVGgzHyCU+FMeAxevHGsLVmUqbirlUIKTafPmzdw== |
568 | 614 | dependencies:
|
569 | 615 | "@babel/helper-plugin-utils" "^7.8.3"
|
570 | 616 |
|
|
724 | 770 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
725 | 771 | "@babel/helper-plugin-utils" "^7.8.3"
|
726 | 772 |
|
727 |
| - |
728 |
| - version "7.8.4" |
729 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e" |
730 |
| - integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w== |
| 773 | + |
| 774 | + version "7.8.6" |
| 775 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.6.tgz#2a0773b08589ecba4995fc71b1965e4f531af40b" |
| 776 | + integrity sha512-M5u8llV9DIVXBFB/ArIpqJuvXpO+ymxcJ6e8ZAmzeK3sQeBNOD1y+rHvHCGG4TlEmsNpIrdecsHGHT8ZCoOSJg== |
731 | 777 | dependencies:
|
732 |
| - "@babel/compat-data" "^7.8.4" |
733 |
| - "@babel/helper-compilation-targets" "^7.8.4" |
| 778 | + "@babel/compat-data" "^7.8.6" |
| 779 | + "@babel/helper-compilation-targets" "^7.8.6" |
734 | 780 | "@babel/helper-module-imports" "^7.8.3"
|
735 | 781 | "@babel/helper-plugin-utils" "^7.8.3"
|
736 | 782 | "@babel/plugin-proposal-async-generator-functions" "^7.8.3"
|
|
753 | 799 | "@babel/plugin-transform-async-to-generator" "^7.8.3"
|
754 | 800 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
755 | 801 | "@babel/plugin-transform-block-scoping" "^7.8.3"
|
756 |
| - "@babel/plugin-transform-classes" "^7.8.3" |
| 802 | + "@babel/plugin-transform-classes" "^7.8.6" |
757 | 803 | "@babel/plugin-transform-computed-properties" "^7.8.3"
|
758 | 804 | "@babel/plugin-transform-destructuring" "^7.8.3"
|
759 | 805 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
760 | 806 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
761 | 807 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
762 |
| - "@babel/plugin-transform-for-of" "^7.8.4" |
| 808 | + "@babel/plugin-transform-for-of" "^7.8.6" |
763 | 809 | "@babel/plugin-transform-function-name" "^7.8.3"
|
764 | 810 | "@babel/plugin-transform-literals" "^7.8.3"
|
765 | 811 | "@babel/plugin-transform-member-expression-literals" "^7.8.3"
|
|
780 | 826 | "@babel/plugin-transform-template-literals" "^7.8.3"
|
781 | 827 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
782 | 828 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
783 |
| - "@babel/types" "^7.8.3" |
| 829 | + "@babel/types" "^7.8.6" |
784 | 830 | browserslist "^4.8.5"
|
785 | 831 | core-js-compat "^3.6.2"
|
786 | 832 | invariant "^2.2.2"
|
|
794 | 840 | dependencies:
|
795 | 841 | regenerator-runtime "^0.13.2"
|
796 | 842 |
|
797 |
| -"@babel/ [email protected]", "@babel/template@^7.4.0", "@babel/template@^7.7.4", "@babel/template@^7.8.3": |
| 843 | +"@babel/ [email protected]", "@babel/template@^7.8.6": |
| 844 | + version "7.8.6" |
| 845 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
| 846 | + integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== |
| 847 | + dependencies: |
| 848 | + "@babel/code-frame" "^7.8.3" |
| 849 | + "@babel/parser" "^7.8.6" |
| 850 | + "@babel/types" "^7.8.6" |
| 851 | + |
| 852 | +"@babel/template@^7.4.0", "@babel/template@^7.7.4", "@babel/template@^7.8.3": |
798 | 853 | version "7.8.3"
|
799 | 854 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
|
800 | 855 | integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
|
|
818 | 873 | globals "^11.1.0"
|
819 | 874 | lodash "^4.17.13"
|
820 | 875 |
|
| 876 | +"@babel/traverse@^7.8.6": |
| 877 | + version "7.8.6" |
| 878 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff" |
| 879 | + integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A== |
| 880 | + dependencies: |
| 881 | + "@babel/code-frame" "^7.8.3" |
| 882 | + "@babel/generator" "^7.8.6" |
| 883 | + "@babel/helper-function-name" "^7.8.3" |
| 884 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 885 | + "@babel/parser" "^7.8.6" |
| 886 | + "@babel/types" "^7.8.6" |
| 887 | + debug "^4.1.0" |
| 888 | + globals "^11.1.0" |
| 889 | + lodash "^4.17.13" |
| 890 | + |
821 | 891 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.8.3":
|
822 | 892 | version "7.8.3"
|
823 | 893 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
|
|
827 | 897 | lodash "^4.17.13"
|
828 | 898 | to-fast-properties "^2.0.0"
|
829 | 899 |
|
| 900 | +"@babel/types@^7.8.6": |
| 901 | + version "7.8.6" |
| 902 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.6.tgz#629ecc33c2557fcde7126e58053127afdb3e6d01" |
| 903 | + integrity sha512-wqz7pgWMIrht3gquyEFPVXeXCti72Rm8ep9b5tQKz9Yg9LzJA3HxosF1SB3Kc81KD1A3XBkkVYtJvCKS2Z/QrA== |
| 904 | + dependencies: |
| 905 | + esutils "^2.0.2" |
| 906 | + lodash "^4.17.13" |
| 907 | + to-fast-properties "^2.0.0" |
| 908 | + |
830 | 909 |
|
831 | 910 | version "2.1.0"
|
832 | 911 | resolved "https://registry.yarnpkg.com/@bazel/bazel-darwin_x64/-/bazel-darwin_x64-2.1.0.tgz#c36c37080841618f142996884f07ac0e3d6a9598"
|
|
0 commit comments