|
86 | 86 | dependencies:
|
87 | 87 | "@babel/highlight" "^7.8.3"
|
88 | 88 |
|
89 |
| -"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0": |
90 |
| - version "7.9.0" |
91 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c" |
92 |
| - integrity sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g== |
| 89 | +"@babel/compat-data@^7.9.6": |
| 90 | + version "7.9.6" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b" |
| 92 | + integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g== |
93 | 93 | dependencies:
|
94 |
| - browserslist "^4.9.1" |
| 94 | + browserslist "^4.11.1" |
95 | 95 | invariant "^2.2.4"
|
96 | 96 | semver "^5.5.0"
|
97 | 97 |
|
98 |
| -"@babel/[email protected]", "@babel/core@^7.7.5": |
| 98 | + |
| 99 | + version "7.9.6" |
| 100 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376" |
| 101 | + integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg== |
| 102 | + dependencies: |
| 103 | + "@babel/code-frame" "^7.8.3" |
| 104 | + "@babel/generator" "^7.9.6" |
| 105 | + "@babel/helper-module-transforms" "^7.9.0" |
| 106 | + "@babel/helpers" "^7.9.6" |
| 107 | + "@babel/parser" "^7.9.6" |
| 108 | + "@babel/template" "^7.8.6" |
| 109 | + "@babel/traverse" "^7.9.6" |
| 110 | + "@babel/types" "^7.9.6" |
| 111 | + convert-source-map "^1.7.0" |
| 112 | + debug "^4.1.0" |
| 113 | + gensync "^1.0.0-beta.1" |
| 114 | + json5 "^2.1.2" |
| 115 | + lodash "^4.17.13" |
| 116 | + resolve "^1.3.2" |
| 117 | + semver "^5.4.1" |
| 118 | + source-map "^0.5.0" |
| 119 | + |
| 120 | +"@babel/core@^7.7.5": |
99 | 121 | version "7.9.0"
|
100 | 122 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
|
101 | 123 | integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
|
|
127 | 149 | lodash "^4.17.13"
|
128 | 150 | source-map "^0.5.0"
|
129 | 151 |
|
| 152 | +"@babel/generator@^7.9.6": |
| 153 | + version "7.9.6" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
| 155 | + integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
| 156 | + dependencies: |
| 157 | + "@babel/types" "^7.9.6" |
| 158 | + jsesc "^2.5.1" |
| 159 | + lodash "^4.17.13" |
| 160 | + source-map "^0.5.0" |
| 161 | + |
130 | 162 | "@babel/helper-annotate-as-pure@^7.8.3":
|
131 | 163 | version "7.8.3"
|
132 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
|
|
142 | 174 | "@babel/helper-explode-assignable-expression" "^7.8.3"
|
143 | 175 | "@babel/types" "^7.8.3"
|
144 | 176 |
|
145 |
| -"@babel/helper-compilation-targets@^7.8.7": |
146 |
| - version "7.8.7" |
147 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde" |
148 |
| - integrity sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== |
| 177 | +"@babel/helper-compilation-targets@^7.9.6": |
| 178 | + version "7.9.6" |
| 179 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a" |
| 180 | + integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw== |
149 | 181 | dependencies:
|
150 |
| - "@babel/compat-data" "^7.8.6" |
151 |
| - browserslist "^4.9.1" |
| 182 | + "@babel/compat-data" "^7.9.6" |
| 183 | + browserslist "^4.11.1" |
152 | 184 | invariant "^2.2.4"
|
153 | 185 | levenary "^1.1.1"
|
154 | 186 | semver "^5.5.0"
|
|
308 | 340 | "@babel/traverse" "^7.9.0"
|
309 | 341 | "@babel/types" "^7.9.0"
|
310 | 342 |
|
| 343 | +"@babel/helpers@^7.9.6": |
| 344 | + version "7.9.6" |
| 345 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
| 346 | + integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
| 347 | + dependencies: |
| 348 | + "@babel/template" "^7.8.3" |
| 349 | + "@babel/traverse" "^7.9.6" |
| 350 | + "@babel/types" "^7.9.6" |
| 351 | + |
311 | 352 | "@babel/highlight@^7.8.3":
|
312 | 353 | version "7.9.0"
|
313 | 354 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
|
|
322 | 363 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
323 | 364 | integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
|
324 | 365 |
|
| 366 | +"@babel/parser@^7.9.6": |
| 367 | + version "7.9.6" |
| 368 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
| 369 | + integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
| 370 | + |
325 | 371 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
326 | 372 | version "7.8.3"
|
327 | 373 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
|
363 | 409 | "@babel/helper-plugin-utils" "^7.8.3"
|
364 | 410 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
365 | 411 |
|
366 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
367 |
| - version "7.9.5" |
368 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
369 |
| - integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
| 412 | +"@babel/plugin-proposal-object-rest-spread@^7.9.6": |
| 413 | + version "7.9.6" |
| 414 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63" |
| 415 | + integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== |
370 | 416 | dependencies:
|
371 | 417 | "@babel/helper-plugin-utils" "^7.8.3"
|
372 | 418 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
|
570 | 616 | dependencies:
|
571 | 617 | "@babel/helper-plugin-utils" "^7.8.3"
|
572 | 618 |
|
573 |
| -"@babel/plugin-transform-modules-amd@^7.9.0": |
574 |
| - version "7.9.0" |
575 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz#19755ee721912cf5bb04c07d50280af3484efef4" |
576 |
| - integrity sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== |
| 619 | +"@babel/plugin-transform-modules-amd@^7.9.6": |
| 620 | + version "7.9.6" |
| 621 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz#8539ec42c153d12ea3836e0e3ac30d5aae7b258e" |
| 622 | + integrity sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw== |
577 | 623 | dependencies:
|
578 | 624 | "@babel/helper-module-transforms" "^7.9.0"
|
579 | 625 | "@babel/helper-plugin-utils" "^7.8.3"
|
580 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 626 | + babel-plugin-dynamic-import-node "^2.3.3" |
581 | 627 |
|
582 |
| -"@babel/plugin-transform-modules-commonjs@^7.9.0": |
583 |
| - version "7.9.0" |
584 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz#e3e72f4cbc9b4a260e30be0ea59bdf5a39748940" |
585 |
| - integrity sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== |
| 628 | +"@babel/plugin-transform-modules-commonjs@^7.9.6": |
| 629 | + version "7.9.6" |
| 630 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277" |
| 631 | + integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== |
586 | 632 | dependencies:
|
587 | 633 | "@babel/helper-module-transforms" "^7.9.0"
|
588 | 634 | "@babel/helper-plugin-utils" "^7.8.3"
|
589 | 635 | "@babel/helper-simple-access" "^7.8.3"
|
590 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 636 | + babel-plugin-dynamic-import-node "^2.3.3" |
591 | 637 |
|
592 |
| -"@babel/plugin-transform-modules-systemjs@^7.9.0": |
593 |
| - version "7.9.0" |
594 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz#e9fd46a296fc91e009b64e07ddaa86d6f0edeb90" |
595 |
| - integrity sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== |
| 638 | +"@babel/plugin-transform-modules-systemjs@^7.9.6": |
| 639 | + version "7.9.6" |
| 640 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4" |
| 641 | + integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg== |
596 | 642 | dependencies:
|
597 | 643 | "@babel/helper-hoist-variables" "^7.8.3"
|
598 | 644 | "@babel/helper-module-transforms" "^7.9.0"
|
599 | 645 | "@babel/helper-plugin-utils" "^7.8.3"
|
600 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 646 | + babel-plugin-dynamic-import-node "^2.3.3" |
601 | 647 |
|
602 | 648 | "@babel/plugin-transform-modules-umd@^7.9.0":
|
603 | 649 | version "7.9.0"
|
|
711 | 757 | core-js "^2.6.5"
|
712 | 758 | regenerator-runtime "^0.13.4"
|
713 | 759 |
|
714 |
| - |
715 |
| - version "7.9.5" |
716 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
717 |
| - integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
| 760 | + |
| 761 | + version "7.9.6" |
| 762 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6" |
| 763 | + integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ== |
718 | 764 | dependencies:
|
719 |
| - "@babel/compat-data" "^7.9.0" |
720 |
| - "@babel/helper-compilation-targets" "^7.8.7" |
| 765 | + "@babel/compat-data" "^7.9.6" |
| 766 | + "@babel/helper-compilation-targets" "^7.9.6" |
721 | 767 | "@babel/helper-module-imports" "^7.8.3"
|
722 | 768 | "@babel/helper-plugin-utils" "^7.8.3"
|
723 | 769 | "@babel/plugin-proposal-async-generator-functions" "^7.8.3"
|
724 | 770 | "@babel/plugin-proposal-dynamic-import" "^7.8.3"
|
725 | 771 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
726 | 772 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
727 | 773 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
728 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
| 774 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.6" |
729 | 775 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
730 | 776 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
731 | 777 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
752 | 798 | "@babel/plugin-transform-function-name" "^7.8.3"
|
753 | 799 | "@babel/plugin-transform-literals" "^7.8.3"
|
754 | 800 | "@babel/plugin-transform-member-expression-literals" "^7.8.3"
|
755 |
| - "@babel/plugin-transform-modules-amd" "^7.9.0" |
756 |
| - "@babel/plugin-transform-modules-commonjs" "^7.9.0" |
757 |
| - "@babel/plugin-transform-modules-systemjs" "^7.9.0" |
| 801 | + "@babel/plugin-transform-modules-amd" "^7.9.6" |
| 802 | + "@babel/plugin-transform-modules-commonjs" "^7.9.6" |
| 803 | + "@babel/plugin-transform-modules-systemjs" "^7.9.6" |
758 | 804 | "@babel/plugin-transform-modules-umd" "^7.9.0"
|
759 | 805 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
760 | 806 | "@babel/plugin-transform-new-target" "^7.8.3"
|
|
770 | 816 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
771 | 817 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
772 | 818 | "@babel/preset-modules" "^0.1.3"
|
773 |
| - "@babel/types" "^7.9.5" |
774 |
| - browserslist "^4.9.1" |
| 819 | + "@babel/types" "^7.9.6" |
| 820 | + browserslist "^4.11.1" |
775 | 821 | core-js-compat "^3.6.2"
|
776 | 822 | invariant "^2.2.2"
|
777 | 823 | levenary "^1.1.1"
|
|
830 | 876 | globals "^11.1.0"
|
831 | 877 | lodash "^4.17.13"
|
832 | 878 |
|
| 879 | +"@babel/traverse@^7.9.6": |
| 880 | + version "7.9.6" |
| 881 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
| 882 | + integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== |
| 883 | + dependencies: |
| 884 | + "@babel/code-frame" "^7.8.3" |
| 885 | + "@babel/generator" "^7.9.6" |
| 886 | + "@babel/helper-function-name" "^7.9.5" |
| 887 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 888 | + "@babel/parser" "^7.9.6" |
| 889 | + "@babel/types" "^7.9.6" |
| 890 | + debug "^4.1.0" |
| 891 | + globals "^11.1.0" |
| 892 | + lodash "^4.17.13" |
| 893 | + |
833 | 894 | "@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":
|
834 | 895 | version "7.9.5"
|
835 | 896 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
839 | 900 | lodash "^4.17.13"
|
840 | 901 | to-fast-properties "^2.0.0"
|
841 | 902 |
|
| 903 | +"@babel/types@^7.9.6": |
| 904 | + version "7.9.6" |
| 905 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
| 906 | + integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== |
| 907 | + dependencies: |
| 908 | + "@babel/helper-validator-identifier" "^7.9.5" |
| 909 | + lodash "^4.17.13" |
| 910 | + to-fast-properties "^2.0.0" |
| 911 | + |
842 | 912 | "@concordance/react@^2.0.0":
|
843 | 913 | version "2.0.0"
|
844 | 914 | resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
|
@@ -1306,7 +1376,7 @@ babel-messages@^6.23.0, babel-messages@^6.8.0:
|
1306 | 1376 | dependencies:
|
1307 | 1377 | babel-runtime "^6.22.0"
|
1308 | 1378 |
|
1309 |
| -babel-plugin-dynamic-import-node@^2.3.0: |
| 1379 | +babel-plugin-dynamic-import-node@^2.3.3: |
1310 | 1380 | version "2.3.3"
|
1311 | 1381 | resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
|
1312 | 1382 | integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
@@ -1448,7 +1518,7 @@ braces@^3.0.1, braces@~3.0.2:
|
1448 | 1518 | dependencies:
|
1449 | 1519 | fill-range "^7.0.1"
|
1450 | 1520 |
|
1451 |
| -browserslist@^4.8.5, browserslist@^4.9.1: |
| 1521 | +browserslist@^4.11.1, browserslist@^4.8.5: |
1452 | 1522 | version "4.12.0"
|
1453 | 1523 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
|
1454 | 1524 | integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==
|
|
0 commit comments