|
69 | 69 | dependencies:
|
70 | 70 | "@babel/highlight" "^7.8.3"
|
71 | 71 |
|
72 |
| -"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0": |
73 |
| - version "7.9.0" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c" |
75 |
| - integrity sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g== |
| 72 | +"@babel/compat-data@^7.9.6": |
| 73 | + version "7.9.6" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b" |
| 75 | + integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g== |
76 | 76 | dependencies:
|
77 |
| - browserslist "^4.9.1" |
| 77 | + browserslist "^4.11.1" |
78 | 78 | invariant "^2.2.4"
|
79 | 79 | semver "^5.5.0"
|
80 | 80 |
|
81 |
| -"@babel/[email protected]", "@babel/core@^7.7.5": |
| 81 | + |
| 82 | + version "7.9.6" |
| 83 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376" |
| 84 | + integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg== |
| 85 | + dependencies: |
| 86 | + "@babel/code-frame" "^7.8.3" |
| 87 | + "@babel/generator" "^7.9.6" |
| 88 | + "@babel/helper-module-transforms" "^7.9.0" |
| 89 | + "@babel/helpers" "^7.9.6" |
| 90 | + "@babel/parser" "^7.9.6" |
| 91 | + "@babel/template" "^7.8.6" |
| 92 | + "@babel/traverse" "^7.9.6" |
| 93 | + "@babel/types" "^7.9.6" |
| 94 | + convert-source-map "^1.7.0" |
| 95 | + debug "^4.1.0" |
| 96 | + gensync "^1.0.0-beta.1" |
| 97 | + json5 "^2.1.2" |
| 98 | + lodash "^4.17.13" |
| 99 | + resolve "^1.3.2" |
| 100 | + semver "^5.4.1" |
| 101 | + source-map "^0.5.0" |
| 102 | + |
| 103 | +"@babel/core@^7.7.5": |
82 | 104 | version "7.9.0"
|
83 | 105 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
|
84 | 106 | integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
|
|
110 | 132 | lodash "^4.17.13"
|
111 | 133 | source-map "^0.5.0"
|
112 | 134 |
|
| 135 | +"@babel/generator@^7.9.6": |
| 136 | + version "7.9.6" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
| 138 | + integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
| 139 | + dependencies: |
| 140 | + "@babel/types" "^7.9.6" |
| 141 | + jsesc "^2.5.1" |
| 142 | + lodash "^4.17.13" |
| 143 | + source-map "^0.5.0" |
| 144 | + |
113 | 145 | "@babel/helper-annotate-as-pure@^7.8.3":
|
114 | 146 | version "7.8.3"
|
115 | 147 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
|
|
125 | 157 | "@babel/helper-explode-assignable-expression" "^7.8.3"
|
126 | 158 | "@babel/types" "^7.8.3"
|
127 | 159 |
|
128 |
| -"@babel/helper-compilation-targets@^7.8.7": |
129 |
| - version "7.8.7" |
130 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde" |
131 |
| - integrity sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== |
| 160 | +"@babel/helper-compilation-targets@^7.9.6": |
| 161 | + version "7.9.6" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a" |
| 163 | + integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw== |
132 | 164 | dependencies:
|
133 |
| - "@babel/compat-data" "^7.8.6" |
134 |
| - browserslist "^4.9.1" |
| 165 | + "@babel/compat-data" "^7.9.6" |
| 166 | + browserslist "^4.11.1" |
135 | 167 | invariant "^2.2.4"
|
136 | 168 | levenary "^1.1.1"
|
137 | 169 | semver "^5.5.0"
|
|
291 | 323 | "@babel/traverse" "^7.9.0"
|
292 | 324 | "@babel/types" "^7.9.0"
|
293 | 325 |
|
| 326 | +"@babel/helpers@^7.9.6": |
| 327 | + version "7.9.6" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
| 329 | + integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
| 330 | + dependencies: |
| 331 | + "@babel/template" "^7.8.3" |
| 332 | + "@babel/traverse" "^7.9.6" |
| 333 | + "@babel/types" "^7.9.6" |
| 334 | + |
294 | 335 | "@babel/highlight@^7.8.3":
|
295 | 336 | version "7.9.0"
|
296 | 337 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
|
|
305 | 346 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
306 | 347 | integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
|
307 | 348 |
|
| 349 | +"@babel/parser@^7.9.6": |
| 350 | + version "7.9.6" |
| 351 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
| 352 | + integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
| 353 | + |
308 | 354 | "@babel/[email protected]", "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
309 | 355 | version "7.8.3"
|
310 | 356 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
|
346 | 392 | "@babel/helper-plugin-utils" "^7.8.3"
|
347 | 393 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
348 | 394 |
|
349 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
350 |
| - version "7.9.5" |
351 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
352 |
| - integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
| 395 | +"@babel/plugin-proposal-object-rest-spread@^7.9.6": |
| 396 | + version "7.9.6" |
| 397 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63" |
| 398 | + integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== |
353 | 399 | dependencies:
|
354 | 400 | "@babel/helper-plugin-utils" "^7.8.3"
|
355 | 401 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
|
553 | 599 | dependencies:
|
554 | 600 | "@babel/helper-plugin-utils" "^7.8.3"
|
555 | 601 |
|
556 |
| -"@babel/plugin-transform-modules-amd@^7.9.0": |
557 |
| - version "7.9.0" |
558 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz#19755ee721912cf5bb04c07d50280af3484efef4" |
559 |
| - integrity sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== |
| 602 | +"@babel/plugin-transform-modules-amd@^7.9.6": |
| 603 | + version "7.9.6" |
| 604 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz#8539ec42c153d12ea3836e0e3ac30d5aae7b258e" |
| 605 | + integrity sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw== |
560 | 606 | dependencies:
|
561 | 607 | "@babel/helper-module-transforms" "^7.9.0"
|
562 | 608 | "@babel/helper-plugin-utils" "^7.8.3"
|
563 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 609 | + babel-plugin-dynamic-import-node "^2.3.3" |
564 | 610 |
|
565 |
| -"@babel/plugin-transform-modules-commonjs@^7.9.0": |
566 |
| - version "7.9.0" |
567 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz#e3e72f4cbc9b4a260e30be0ea59bdf5a39748940" |
568 |
| - integrity sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== |
| 611 | +"@babel/plugin-transform-modules-commonjs@^7.9.6": |
| 612 | + version "7.9.6" |
| 613 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277" |
| 614 | + integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== |
569 | 615 | dependencies:
|
570 | 616 | "@babel/helper-module-transforms" "^7.9.0"
|
571 | 617 | "@babel/helper-plugin-utils" "^7.8.3"
|
572 | 618 | "@babel/helper-simple-access" "^7.8.3"
|
573 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 619 | + babel-plugin-dynamic-import-node "^2.3.3" |
574 | 620 |
|
575 |
| -"@babel/plugin-transform-modules-systemjs@^7.9.0": |
576 |
| - version "7.9.0" |
577 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz#e9fd46a296fc91e009b64e07ddaa86d6f0edeb90" |
578 |
| - integrity sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== |
| 621 | +"@babel/plugin-transform-modules-systemjs@^7.9.6": |
| 622 | + version "7.9.6" |
| 623 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4" |
| 624 | + integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg== |
579 | 625 | dependencies:
|
580 | 626 | "@babel/helper-hoist-variables" "^7.8.3"
|
581 | 627 | "@babel/helper-module-transforms" "^7.9.0"
|
582 | 628 | "@babel/helper-plugin-utils" "^7.8.3"
|
583 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 629 | + babel-plugin-dynamic-import-node "^2.3.3" |
584 | 630 |
|
585 | 631 | "@babel/plugin-transform-modules-umd@^7.9.0":
|
586 | 632 | version "7.9.0"
|
|
694 | 740 | core-js "^2.6.5"
|
695 | 741 | regenerator-runtime "^0.13.4"
|
696 | 742 |
|
697 |
| - |
698 |
| - version "7.9.5" |
699 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
700 |
| - integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
| 743 | + |
| 744 | + version "7.9.6" |
| 745 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6" |
| 746 | + integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ== |
701 | 747 | dependencies:
|
702 |
| - "@babel/compat-data" "^7.9.0" |
703 |
| - "@babel/helper-compilation-targets" "^7.8.7" |
| 748 | + "@babel/compat-data" "^7.9.6" |
| 749 | + "@babel/helper-compilation-targets" "^7.9.6" |
704 | 750 | "@babel/helper-module-imports" "^7.8.3"
|
705 | 751 | "@babel/helper-plugin-utils" "^7.8.3"
|
706 | 752 | "@babel/plugin-proposal-async-generator-functions" "^7.8.3"
|
707 | 753 | "@babel/plugin-proposal-dynamic-import" "^7.8.3"
|
708 | 754 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
709 | 755 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
710 | 756 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
711 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
| 757 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.6" |
712 | 758 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
713 | 759 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
714 | 760 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
735 | 781 | "@babel/plugin-transform-function-name" "^7.8.3"
|
736 | 782 | "@babel/plugin-transform-literals" "^7.8.3"
|
737 | 783 | "@babel/plugin-transform-member-expression-literals" "^7.8.3"
|
738 |
| - "@babel/plugin-transform-modules-amd" "^7.9.0" |
739 |
| - "@babel/plugin-transform-modules-commonjs" "^7.9.0" |
740 |
| - "@babel/plugin-transform-modules-systemjs" "^7.9.0" |
| 784 | + "@babel/plugin-transform-modules-amd" "^7.9.6" |
| 785 | + "@babel/plugin-transform-modules-commonjs" "^7.9.6" |
| 786 | + "@babel/plugin-transform-modules-systemjs" "^7.9.6" |
741 | 787 | "@babel/plugin-transform-modules-umd" "^7.9.0"
|
742 | 788 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
743 | 789 | "@babel/plugin-transform-new-target" "^7.8.3"
|
|
753 | 799 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
754 | 800 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
755 | 801 | "@babel/preset-modules" "^0.1.3"
|
756 |
| - "@babel/types" "^7.9.5" |
757 |
| - browserslist "^4.9.1" |
| 802 | + "@babel/types" "^7.9.6" |
| 803 | + browserslist "^4.11.1" |
758 | 804 | core-js-compat "^3.6.2"
|
759 | 805 | invariant "^2.2.2"
|
760 | 806 | levenary "^1.1.1"
|
|
813 | 859 | globals "^11.1.0"
|
814 | 860 | lodash "^4.17.13"
|
815 | 861 |
|
| 862 | +"@babel/traverse@^7.9.6": |
| 863 | + version "7.9.6" |
| 864 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
| 865 | + integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== |
| 866 | + dependencies: |
| 867 | + "@babel/code-frame" "^7.8.3" |
| 868 | + "@babel/generator" "^7.9.6" |
| 869 | + "@babel/helper-function-name" "^7.9.5" |
| 870 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 871 | + "@babel/parser" "^7.9.6" |
| 872 | + "@babel/types" "^7.9.6" |
| 873 | + debug "^4.1.0" |
| 874 | + globals "^11.1.0" |
| 875 | + lodash "^4.17.13" |
| 876 | + |
816 | 877 | "@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":
|
817 | 878 | version "7.9.5"
|
818 | 879 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
822 | 883 | lodash "^4.17.13"
|
823 | 884 | to-fast-properties "^2.0.0"
|
824 | 885 |
|
| 886 | +"@babel/types@^7.9.6": |
| 887 | + version "7.9.6" |
| 888 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
| 889 | + integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== |
| 890 | + dependencies: |
| 891 | + "@babel/helper-validator-identifier" "^7.9.5" |
| 892 | + lodash "^4.17.13" |
| 893 | + to-fast-properties "^2.0.0" |
| 894 | + |
825 | 895 | "@concordance/react@^2.0.0":
|
826 | 896 | version "2.0.0"
|
827 | 897 | resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
|
@@ -1409,10 +1479,10 @@ babel-messages@^6.23.0, babel-messages@^6.8.0:
|
1409 | 1479 | dependencies:
|
1410 | 1480 | babel-runtime "^6.22.0"
|
1411 | 1481 |
|
1412 |
| -babel-plugin-dynamic-import-node@^2.3.0: |
1413 |
| - version "2.3.0" |
1414 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f" |
1415 |
| - integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ== |
| 1482 | +babel-plugin-dynamic-import-node@^2.3.3: |
| 1483 | + version "2.3.3" |
| 1484 | + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" |
| 1485 | + integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== |
1416 | 1486 | dependencies:
|
1417 | 1487 | object.assign "^4.1.0"
|
1418 | 1488 |
|
@@ -1625,7 +1695,17 @@ browserify-zlib@^0.2.0:
|
1625 | 1695 | dependencies:
|
1626 | 1696 | pako "~1.0.5"
|
1627 | 1697 |
|
1628 |
| -browserslist@^4.8.5, browserslist@^4.9.1: |
| 1698 | +browserslist@^4.11.1: |
| 1699 | + version "4.12.0" |
| 1700 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d" |
| 1701 | + integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== |
| 1702 | + dependencies: |
| 1703 | + caniuse-lite "^1.0.30001043" |
| 1704 | + electron-to-chromium "^1.3.413" |
| 1705 | + node-releases "^1.1.53" |
| 1706 | + pkg-up "^2.0.0" |
| 1707 | + |
| 1708 | +browserslist@^4.8.5: |
1629 | 1709 | version "4.11.1"
|
1630 | 1710 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.11.1.tgz#92f855ee88d6e050e7e7311d987992014f1a1f1b"
|
1631 | 1711 | integrity sha512-DCTr3kDrKEYNw6Jb9HFxVLQNaue8z+0ZfRBRjmCunKDEXEBajKDj2Y+Uelg+Pi29OnvaSGwjOsnRyNEkXzHg5g==
|
@@ -1750,6 +1830,11 @@ caniuse-lite@^1.0.30001038:
|
1750 | 1830 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001043.tgz#1b561de27aefbe6ff99e41866b8d7d87840c513b"
|
1751 | 1831 | integrity sha512-MrBDRPJPDBYwACtSQvxg9+fkna5jPXhJlKmuxenl/ml9uf8LHKlDmLpElu+zTW/bEz7lC1m0wTDD7jiIB+hgFg==
|
1752 | 1832 |
|
| 1833 | +caniuse-lite@^1.0.30001043: |
| 1834 | + version "1.0.30001048" |
| 1835 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001048.tgz#4bb4f1bc2eb304e5e1154da80b93dee3f1cf447e" |
| 1836 | + integrity sha512-g1iSHKVxornw0K8LG9LLdf+Fxnv7T1Z+mMsf0/YYLclQX4Cd522Ap0Lrw6NFqHgezit78dtyWxzlV2Xfc7vgRg== |
| 1837 | + |
1753 | 1838 | caseless@~0.12.0:
|
1754 | 1839 | version "0.12.0"
|
1755 | 1840 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
@@ -2603,6 +2688,11 @@ electron-to-chromium@^1.3.390:
|
2603 | 2688 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.413.tgz#9c457a4165c7b42e59d66dff841063eb9bfe5614"
|
2604 | 2689 | integrity sha512-Jm1Rrd3siqYHO3jftZwDljL2LYQafj3Kki5r+udqE58d0i91SkjItVJ5RwlJn9yko8i7MOcoidVKjQlgSdd1hg==
|
2605 | 2690 |
|
| 2691 | +electron-to-chromium@^1.3.413: |
| 2692 | + version "1.3.423" |
| 2693 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.423.tgz#1dcc9e54d642dd9b354c6609848abf8ba7b2570f" |
| 2694 | + integrity sha512-jXdnLcawJ/EMdN+j77TC3YyeAWiIjo1U63DFCKrjtLv4cu8ToyoF4HYXtFvkVVHhEtIl7lU1uDd307Xj1/YDjw== |
| 2695 | + |
2606 | 2696 | elegant-spinner@^1.0.1:
|
2607 | 2697 | version "1.0.1"
|
2608 | 2698 | resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
|
|
0 commit comments