|
70 | 70 | dependencies:
|
71 | 71 | "@babel/highlight" "^7.8.3"
|
72 | 72 |
|
73 |
| -"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0": |
74 |
| - version "7.9.0" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c" |
76 |
| - integrity sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g== |
| 73 | +"@babel/compat-data@^7.9.6": |
| 74 | + version "7.9.6" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b" |
| 76 | + integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g== |
77 | 77 | dependencies:
|
78 |
| - browserslist "^4.9.1" |
| 78 | + browserslist "^4.11.1" |
79 | 79 | invariant "^2.2.4"
|
80 | 80 | semver "^5.5.0"
|
81 | 81 |
|
82 |
| -"@babel/[email protected]", "@babel/core@^7.7.5": |
| 82 | + |
| 83 | + version "7.9.6" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376" |
| 85 | + integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg== |
| 86 | + dependencies: |
| 87 | + "@babel/code-frame" "^7.8.3" |
| 88 | + "@babel/generator" "^7.9.6" |
| 89 | + "@babel/helper-module-transforms" "^7.9.0" |
| 90 | + "@babel/helpers" "^7.9.6" |
| 91 | + "@babel/parser" "^7.9.6" |
| 92 | + "@babel/template" "^7.8.6" |
| 93 | + "@babel/traverse" "^7.9.6" |
| 94 | + "@babel/types" "^7.9.6" |
| 95 | + convert-source-map "^1.7.0" |
| 96 | + debug "^4.1.0" |
| 97 | + gensync "^1.0.0-beta.1" |
| 98 | + json5 "^2.1.2" |
| 99 | + lodash "^4.17.13" |
| 100 | + resolve "^1.3.2" |
| 101 | + semver "^5.4.1" |
| 102 | + source-map "^0.5.0" |
| 103 | + |
| 104 | +"@babel/core@^7.7.5": |
83 | 105 | version "7.9.0"
|
84 | 106 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
|
85 | 107 | integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
|
|
111 | 133 | lodash "^4.17.13"
|
112 | 134 | source-map "^0.5.0"
|
113 | 135 |
|
| 136 | +"@babel/generator@^7.9.6": |
| 137 | + version "7.9.6" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
| 139 | + integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
| 140 | + dependencies: |
| 141 | + "@babel/types" "^7.9.6" |
| 142 | + jsesc "^2.5.1" |
| 143 | + lodash "^4.17.13" |
| 144 | + source-map "^0.5.0" |
| 145 | + |
114 | 146 | "@babel/helper-annotate-as-pure@^7.8.3":
|
115 | 147 | version "7.8.3"
|
116 | 148 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
|
|
126 | 158 | "@babel/helper-explode-assignable-expression" "^7.8.3"
|
127 | 159 | "@babel/types" "^7.8.3"
|
128 | 160 |
|
129 |
| -"@babel/helper-compilation-targets@^7.8.7": |
130 |
| - version "7.8.7" |
131 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde" |
132 |
| - integrity sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== |
| 161 | +"@babel/helper-compilation-targets@^7.9.6": |
| 162 | + version "7.9.6" |
| 163 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a" |
| 164 | + integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw== |
133 | 165 | dependencies:
|
134 |
| - "@babel/compat-data" "^7.8.6" |
135 |
| - browserslist "^4.9.1" |
| 166 | + "@babel/compat-data" "^7.9.6" |
| 167 | + browserslist "^4.11.1" |
136 | 168 | invariant "^2.2.4"
|
137 | 169 | levenary "^1.1.1"
|
138 | 170 | semver "^5.5.0"
|
|
292 | 324 | "@babel/traverse" "^7.9.0"
|
293 | 325 | "@babel/types" "^7.9.0"
|
294 | 326 |
|
| 327 | +"@babel/helpers@^7.9.6": |
| 328 | + version "7.9.6" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
| 330 | + integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
| 331 | + dependencies: |
| 332 | + "@babel/template" "^7.8.3" |
| 333 | + "@babel/traverse" "^7.9.6" |
| 334 | + "@babel/types" "^7.9.6" |
| 335 | + |
295 | 336 | "@babel/highlight@^7.8.3":
|
296 | 337 | version "7.9.0"
|
297 | 338 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
|
|
306 | 347 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
307 | 348 | integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
|
308 | 349 |
|
| 350 | +"@babel/parser@^7.9.6": |
| 351 | + version "7.9.6" |
| 352 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
| 353 | + integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
| 354 | + |
309 | 355 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
310 | 356 | version "7.8.3"
|
311 | 357 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
|
347 | 393 | "@babel/helper-plugin-utils" "^7.8.3"
|
348 | 394 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
349 | 395 |
|
350 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
351 |
| - version "7.9.5" |
352 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
353 |
| - integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
| 396 | +"@babel/plugin-proposal-object-rest-spread@^7.9.6": |
| 397 | + version "7.9.6" |
| 398 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63" |
| 399 | + integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== |
354 | 400 | dependencies:
|
355 | 401 | "@babel/helper-plugin-utils" "^7.8.3"
|
356 | 402 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
|
554 | 600 | dependencies:
|
555 | 601 | "@babel/helper-plugin-utils" "^7.8.3"
|
556 | 602 |
|
557 |
| -"@babel/plugin-transform-modules-amd@^7.9.0": |
558 |
| - version "7.9.0" |
559 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz#19755ee721912cf5bb04c07d50280af3484efef4" |
560 |
| - integrity sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== |
| 603 | +"@babel/plugin-transform-modules-amd@^7.9.6": |
| 604 | + version "7.9.6" |
| 605 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz#8539ec42c153d12ea3836e0e3ac30d5aae7b258e" |
| 606 | + integrity sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw== |
561 | 607 | dependencies:
|
562 | 608 | "@babel/helper-module-transforms" "^7.9.0"
|
563 | 609 | "@babel/helper-plugin-utils" "^7.8.3"
|
564 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 610 | + babel-plugin-dynamic-import-node "^2.3.3" |
565 | 611 |
|
566 |
| -"@babel/plugin-transform-modules-commonjs@^7.9.0": |
567 |
| - version "7.9.0" |
568 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz#e3e72f4cbc9b4a260e30be0ea59bdf5a39748940" |
569 |
| - integrity sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== |
| 612 | +"@babel/plugin-transform-modules-commonjs@^7.9.6": |
| 613 | + version "7.9.6" |
| 614 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277" |
| 615 | + integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== |
570 | 616 | dependencies:
|
571 | 617 | "@babel/helper-module-transforms" "^7.9.0"
|
572 | 618 | "@babel/helper-plugin-utils" "^7.8.3"
|
573 | 619 | "@babel/helper-simple-access" "^7.8.3"
|
574 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 620 | + babel-plugin-dynamic-import-node "^2.3.3" |
575 | 621 |
|
576 |
| -"@babel/plugin-transform-modules-systemjs@^7.9.0": |
577 |
| - version "7.9.0" |
578 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz#e9fd46a296fc91e009b64e07ddaa86d6f0edeb90" |
579 |
| - integrity sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== |
| 622 | +"@babel/plugin-transform-modules-systemjs@^7.9.6": |
| 623 | + version "7.9.6" |
| 624 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4" |
| 625 | + integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg== |
580 | 626 | dependencies:
|
581 | 627 | "@babel/helper-hoist-variables" "^7.8.3"
|
582 | 628 | "@babel/helper-module-transforms" "^7.9.0"
|
583 | 629 | "@babel/helper-plugin-utils" "^7.8.3"
|
584 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 630 | + babel-plugin-dynamic-import-node "^2.3.3" |
585 | 631 |
|
586 | 632 | "@babel/plugin-transform-modules-umd@^7.9.0":
|
587 | 633 | version "7.9.0"
|
|
695 | 741 | core-js "^2.6.5"
|
696 | 742 | regenerator-runtime "^0.13.4"
|
697 | 743 |
|
698 |
| - |
699 |
| - version "7.9.5" |
700 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
701 |
| - integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
| 744 | + |
| 745 | + version "7.9.6" |
| 746 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6" |
| 747 | + integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ== |
702 | 748 | dependencies:
|
703 |
| - "@babel/compat-data" "^7.9.0" |
704 |
| - "@babel/helper-compilation-targets" "^7.8.7" |
| 749 | + "@babel/compat-data" "^7.9.6" |
| 750 | + "@babel/helper-compilation-targets" "^7.9.6" |
705 | 751 | "@babel/helper-module-imports" "^7.8.3"
|
706 | 752 | "@babel/helper-plugin-utils" "^7.8.3"
|
707 | 753 | "@babel/plugin-proposal-async-generator-functions" "^7.8.3"
|
708 | 754 | "@babel/plugin-proposal-dynamic-import" "^7.8.3"
|
709 | 755 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
710 | 756 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
711 | 757 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
712 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
| 758 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.6" |
713 | 759 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
714 | 760 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
715 | 761 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
736 | 782 | "@babel/plugin-transform-function-name" "^7.8.3"
|
737 | 783 | "@babel/plugin-transform-literals" "^7.8.3"
|
738 | 784 | "@babel/plugin-transform-member-expression-literals" "^7.8.3"
|
739 |
| - "@babel/plugin-transform-modules-amd" "^7.9.0" |
740 |
| - "@babel/plugin-transform-modules-commonjs" "^7.9.0" |
741 |
| - "@babel/plugin-transform-modules-systemjs" "^7.9.0" |
| 785 | + "@babel/plugin-transform-modules-amd" "^7.9.6" |
| 786 | + "@babel/plugin-transform-modules-commonjs" "^7.9.6" |
| 787 | + "@babel/plugin-transform-modules-systemjs" "^7.9.6" |
742 | 788 | "@babel/plugin-transform-modules-umd" "^7.9.0"
|
743 | 789 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
744 | 790 | "@babel/plugin-transform-new-target" "^7.8.3"
|
|
754 | 800 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
755 | 801 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
756 | 802 | "@babel/preset-modules" "^0.1.3"
|
757 |
| - "@babel/types" "^7.9.5" |
758 |
| - browserslist "^4.9.1" |
| 803 | + "@babel/types" "^7.9.6" |
| 804 | + browserslist "^4.11.1" |
759 | 805 | core-js-compat "^3.6.2"
|
760 | 806 | invariant "^2.2.2"
|
761 | 807 | levenary "^1.1.1"
|
|
814 | 860 | globals "^11.1.0"
|
815 | 861 | lodash "^4.17.13"
|
816 | 862 |
|
| 863 | +"@babel/traverse@^7.9.6": |
| 864 | + version "7.9.6" |
| 865 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
| 866 | + integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== |
| 867 | + dependencies: |
| 868 | + "@babel/code-frame" "^7.8.3" |
| 869 | + "@babel/generator" "^7.9.6" |
| 870 | + "@babel/helper-function-name" "^7.9.5" |
| 871 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 872 | + "@babel/parser" "^7.9.6" |
| 873 | + "@babel/types" "^7.9.6" |
| 874 | + debug "^4.1.0" |
| 875 | + globals "^11.1.0" |
| 876 | + lodash "^4.17.13" |
| 877 | + |
817 | 878 | "@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":
|
818 | 879 | version "7.9.5"
|
819 | 880 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
823 | 884 | lodash "^4.17.13"
|
824 | 885 | to-fast-properties "^2.0.0"
|
825 | 886 |
|
| 887 | +"@babel/types@^7.9.6": |
| 888 | + version "7.9.6" |
| 889 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
| 890 | + integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== |
| 891 | + dependencies: |
| 892 | + "@babel/helper-validator-identifier" "^7.9.5" |
| 893 | + lodash "^4.17.13" |
| 894 | + to-fast-properties "^2.0.0" |
| 895 | + |
826 | 896 | "@concordance/react@^2.0.0":
|
827 | 897 | version "2.0.0"
|
828 | 898 | resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
|
@@ -1290,7 +1360,7 @@ babel-messages@^6.23.0, babel-messages@^6.8.0:
|
1290 | 1360 | dependencies:
|
1291 | 1361 | babel-runtime "^6.22.0"
|
1292 | 1362 |
|
1293 |
| -babel-plugin-dynamic-import-node@^2.3.0: |
| 1363 | +babel-plugin-dynamic-import-node@^2.3.3: |
1294 | 1364 | version "2.3.3"
|
1295 | 1365 | resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
|
1296 | 1366 | integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
@@ -1432,7 +1502,7 @@ braces@^3.0.1, braces@~3.0.2:
|
1432 | 1502 | dependencies:
|
1433 | 1503 | fill-range "^7.0.1"
|
1434 | 1504 |
|
1435 |
| -browserslist@^4.8.5, browserslist@^4.9.1: |
| 1505 | +browserslist@^4.11.1, browserslist@^4.8.5: |
1436 | 1506 | version "4.12.0"
|
1437 | 1507 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
|
1438 | 1508 | integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==
|
|
0 commit comments