|
940 | 940 | resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.1.tgz#82d0993d8882bb05e0645fbb4731d9e939e895b3"
|
941 | 941 | integrity sha512-I2EjI9TbEFJNLziNPFfpo64PNanOaK17iL2kTW/jGlGOa4bvHw4VEied83kOEB7NJjXf1KfvmsQ2aEjy3xjiGg==
|
942 | 942 |
|
| 943 | +"@jest/console@^24.9.0": |
| 944 | + version "24.9.0" |
| 945 | + resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.9.0.tgz#79b1bc06fb74a8cfb01cbdedf945584b1b9707f0" |
| 946 | + integrity sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ== |
| 947 | + dependencies: |
| 948 | + "@jest/source-map" "^24.9.0" |
| 949 | + chalk "^2.0.1" |
| 950 | + slash "^2.0.0" |
| 951 | + |
| 952 | +"@jest/source-map@^24.9.0": |
| 953 | + version "24.9.0" |
| 954 | + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-24.9.0.tgz#0e263a94430be4b41da683ccc1e6bffe2a191714" |
| 955 | + integrity sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg== |
| 956 | + dependencies: |
| 957 | + callsites "^3.0.0" |
| 958 | + graceful-fs "^4.1.15" |
| 959 | + source-map "^0.6.0" |
| 960 | + |
| 961 | +"@jest/test-result@^24.9.0": |
| 962 | + version "24.9.0" |
| 963 | + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.9.0.tgz#11796e8aa9dbf88ea025757b3152595ad06ba0ca" |
| 964 | + integrity sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA== |
| 965 | + dependencies: |
| 966 | + "@jest/console" "^24.9.0" |
| 967 | + "@jest/types" "^24.9.0" |
| 968 | + "@types/istanbul-lib-coverage" "^2.0.0" |
| 969 | + |
| 970 | +"@jest/types@^24.9.0": |
| 971 | + version "24.9.0" |
| 972 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59" |
| 973 | + integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw== |
| 974 | + dependencies: |
| 975 | + "@types/istanbul-lib-coverage" "^2.0.0" |
| 976 | + "@types/istanbul-reports" "^1.1.1" |
| 977 | + "@types/yargs" "^13.0.0" |
| 978 | + |
943 | 979 | "@mrmlnc/readdir-enhanced@^2.2.1":
|
944 | 980 | version "2.2.1"
|
945 | 981 | resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
|
|
1065 | 1101 | resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
|
1066 | 1102 | integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==
|
1067 | 1103 |
|
| 1104 | +"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": |
| 1105 | + version "2.0.3" |
| 1106 | + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762" |
| 1107 | + integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw== |
| 1108 | + |
| 1109 | +"@types/istanbul-lib-report@*": |
| 1110 | + version "3.0.0" |
| 1111 | + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" |
| 1112 | + integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== |
| 1113 | + dependencies: |
| 1114 | + "@types/istanbul-lib-coverage" "*" |
| 1115 | + |
| 1116 | +"@types/istanbul-reports@^1.1.1": |
| 1117 | + version "1.1.2" |
| 1118 | + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz#e875cc689e47bce549ec81f3df5e6f6f11cfaeb2" |
| 1119 | + integrity sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw== |
| 1120 | + dependencies: |
| 1121 | + "@types/istanbul-lib-coverage" "*" |
| 1122 | + "@types/istanbul-lib-report" "*" |
| 1123 | + |
1068 | 1124 |
|
1069 | 1125 | version "4.14.158"
|
1070 | 1126 | resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.158.tgz#b38ea8b6fe799acd076d7a8d7ab71c26ef77f785"
|
|
1095 | 1151 | resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
|
1096 | 1152 | integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==
|
1097 | 1153 |
|
| 1154 | +"@types/stack-utils@^1.0.1": |
| 1155 | + version "1.0.1" |
| 1156 | + resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" |
| 1157 | + integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== |
| 1158 | + |
| 1159 | +"@types/yargs-parser@*": |
| 1160 | + version "15.0.0" |
| 1161 | + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d" |
| 1162 | + integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== |
| 1163 | + |
| 1164 | +"@types/yargs@^13.0.0": |
| 1165 | + version "13.0.9" |
| 1166 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.9.tgz#44028e974343c7afcf3960f1a2b1099c39a7b5e1" |
| 1167 | + integrity sha512-xrvhZ4DZewMDhoH1utLtOAwYQy60eYFoXeje30TzM3VOvQlBwQaEpKFq5m34k1wOw2AKIi2pwtiAjdmhvlBUzg== |
| 1168 | + dependencies: |
| 1169 | + "@types/yargs-parser" "*" |
| 1170 | + |
1098 | 1171 | JSONStream@^1.0.4:
|
1099 | 1172 | version "1.3.5"
|
1100 | 1173 | resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
@@ -2440,10 +2513,10 @@ destroy@~1.0.4:
|
2440 | 2513 | resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
|
2441 | 2514 | integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
|
2442 | 2515 |
|
2443 |
| -diff-sequences@^24.0.0: |
2444 |
| - version "24.0.0" |
2445 |
| - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.0.0.tgz#cdf8e27ed20d8b8d3caccb4e0c0d8fe31a173013" |
2446 |
| - integrity sha512-46OkIuVGBBnrC0soO/4LHu5LHGHx0uhP65OVz8XOrAJpqiCB2aVIuESvjI1F9oqebuvY8lekS1pt6TN7vt7qsw== |
| 2516 | +diff-sequences@^24.9.0: |
| 2517 | + version "24.9.0" |
| 2518 | + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.9.0.tgz#5715d6244e2aa65f48bba0bc972db0b0b11e95b5" |
| 2519 | + integrity sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew== |
2447 | 2520 |
|
2448 | 2521 | [email protected], diff@^3.2.0, diff@^3.5.0:
|
2449 | 2522 | version "3.5.0"
|
@@ -2736,16 +2809,17 @@ expand-brackets@^2.1.4:
|
2736 | 2809 | snapdragon "^0.8.1"
|
2737 | 2810 | to-regex "^3.0.1"
|
2738 | 2811 |
|
2739 |
| -expect@^24.1.0: |
2740 |
| - version "24.1.0" |
2741 |
| - resolved "https://registry.yarnpkg.com/expect/-/expect-24.1.0.tgz#88e73301c4c785cde5f16da130ab407bdaf8c0f2" |
2742 |
| - integrity sha512-lVcAPhaYkQcIyMS+F8RVwzbm1jro20IG8OkvxQ6f1JfqhVZyyudCwYogQ7wnktlf14iF3ii7ArIUO/mqvrW9Gw== |
| 2812 | +expect@^24.9.0: |
| 2813 | + version "24.9.0" |
| 2814 | + resolved "https://registry.yarnpkg.com/expect/-/expect-24.9.0.tgz#b75165b4817074fa4a157794f46fe9f1ba15b6ca" |
| 2815 | + integrity sha512-wvVAx8XIol3Z5m9zvZXiyZOQ+sRJqNTIm6sGjdWlaZIeupQGO3WbYI+15D/AmEwZywL6wtJkbAbJtzkOfBuR0Q== |
2743 | 2816 | dependencies:
|
| 2817 | + "@jest/types" "^24.9.0" |
2744 | 2818 | ansi-styles "^3.2.0"
|
2745 |
| - jest-get-type "^24.0.0" |
2746 |
| - jest-matcher-utils "^24.0.0" |
2747 |
| - jest-message-util "^24.0.0" |
2748 |
| - jest-regex-util "^24.0.0" |
| 2819 | + jest-get-type "^24.9.0" |
| 2820 | + jest-matcher-utils "^24.9.0" |
| 2821 | + jest-message-util "^24.9.0" |
| 2822 | + jest-regex-util "^24.9.0" |
2749 | 2823 |
|
2750 | 2824 | extend-shallow@^2.0.1:
|
2751 | 2825 | version "2.0.1"
|
@@ -3808,46 +3882,49 @@ istanbul-reports@^2.1.1:
|
3808 | 3882 | dependencies:
|
3809 | 3883 | handlebars "^4.1.2"
|
3810 | 3884 |
|
3811 |
| -jest-diff@^24.0.0: |
3812 |
| - version "24.0.0" |
3813 |
| - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.0.0.tgz#a3e5f573dbac482f7d9513ac9cfa21644d3d6b34" |
3814 |
| - integrity sha512-XY5wMpRaTsuMoU+1/B2zQSKQ9RdE9gsLkGydx3nvApeyPijLA8GtEvIcPwISRCer+VDf9W1mStTYYq6fPt8ryA== |
| 3885 | +jest-diff@^24.9.0: |
| 3886 | + version "24.9.0" |
| 3887 | + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da" |
| 3888 | + integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ== |
3815 | 3889 | dependencies:
|
3816 | 3890 | chalk "^2.0.1"
|
3817 |
| - diff-sequences "^24.0.0" |
3818 |
| - jest-get-type "^24.0.0" |
3819 |
| - pretty-format "^24.0.0" |
| 3891 | + diff-sequences "^24.9.0" |
| 3892 | + jest-get-type "^24.9.0" |
| 3893 | + pretty-format "^24.9.0" |
3820 | 3894 |
|
3821 |
| -jest-get-type@^24.0.0: |
3822 |
| - version "24.0.0" |
3823 |
| - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.0.0.tgz#36e72930b78e33da59a4f63d44d332188278940b" |
3824 |
| - integrity sha512-z6/Eyf6s9ZDGz7eOvl+fzpuJmN9i0KyTt1no37/dHu8galssxz5ZEgnc1KaV8R31q1khxyhB4ui/X5ZjjPk77w== |
| 3895 | +jest-get-type@^24.9.0: |
| 3896 | + version "24.9.0" |
| 3897 | + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.9.0.tgz#1684a0c8a50f2e4901b6644ae861f579eed2ef0e" |
| 3898 | + integrity sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q== |
3825 | 3899 |
|
3826 |
| -jest-matcher-utils@^24.0.0: |
3827 |
| - version "24.0.0" |
3828 |
| - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-24.0.0.tgz#fc9c41cfc49b2c3ec14e576f53d519c37729d579" |
3829 |
| - integrity sha512-LQTDmO+aWRz1Tf9HJg+HlPHhDh1E1c65kVwRFo5mwCVp5aQDzlkz4+vCvXhOKFjitV2f0kMdHxnODrXVoi+rlA== |
| 3900 | +jest-matcher-utils@^24.9.0: |
| 3901 | + version "24.9.0" |
| 3902 | + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz#f5b3661d5e628dffe6dd65251dfdae0e87c3a073" |
| 3903 | + integrity sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA== |
3830 | 3904 | dependencies:
|
3831 | 3905 | chalk "^2.0.1"
|
3832 |
| - jest-diff "^24.0.0" |
3833 |
| - jest-get-type "^24.0.0" |
3834 |
| - pretty-format "^24.0.0" |
| 3906 | + jest-diff "^24.9.0" |
| 3907 | + jest-get-type "^24.9.0" |
| 3908 | + pretty-format "^24.9.0" |
3835 | 3909 |
|
3836 |
| -jest-message-util@^24.0.0: |
3837 |
| - version "24.0.0" |
3838 |
| - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.0.0.tgz#a07a141433b2c992dbaec68d4cbfe470ba289619" |
3839 |
| - integrity sha512-J9ROJIwz/IeC+eV1XSwnRK4oAwPuhmxEyYx1+K5UI+pIYwFZDSrfZaiWTdq0d2xYFw4Xiu+0KQWsdsQpgJMf3Q== |
| 3910 | +jest-message-util@^24.9.0: |
| 3911 | + version "24.9.0" |
| 3912 | + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.9.0.tgz#527f54a1e380f5e202a8d1149b0ec872f43119e3" |
| 3913 | + integrity sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== |
3840 | 3914 | dependencies:
|
3841 | 3915 | "@babel/code-frame" "^7.0.0"
|
| 3916 | + "@jest/test-result" "^24.9.0" |
| 3917 | + "@jest/types" "^24.9.0" |
| 3918 | + "@types/stack-utils" "^1.0.1" |
3842 | 3919 | chalk "^2.0.1"
|
3843 | 3920 | micromatch "^3.1.10"
|
3844 | 3921 | slash "^2.0.0"
|
3845 | 3922 | stack-utils "^1.0.1"
|
3846 | 3923 |
|
3847 |
| -jest-regex-util@^24.0.0: |
3848 |
| - version "24.0.0" |
3849 |
| - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.0.0.tgz#4feee8ec4a358f5bee0a654e94eb26163cb9089a" |
3850 |
| - integrity sha512-Jv/uOTCuC+PY7WpJl2mpoI+WbY2ut73qwwO9ByJJNwOCwr1qWhEW2Lyi2S9ZewUdJqeVpEBisdEVZSI+Zxo58Q== |
| 3924 | +jest-regex-util@^24.9.0: |
| 3925 | + version "24.9.0" |
| 3926 | + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.9.0.tgz#c13fb3380bde22bf6575432c493ea8fe37965636" |
| 3927 | + integrity sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== |
3851 | 3928 |
|
3852 | 3929 | "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
3853 | 3930 | version "4.0.0"
|
@@ -5526,13 +5603,15 @@ prettier@^1.19.1:
|
5526 | 5603 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
|
5527 | 5604 | integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
|
5528 | 5605 |
|
5529 |
| -pretty-format@^24.0.0: |
5530 |
| - version "24.0.0" |
5531 |
| - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.0.0.tgz#cb6599fd73ac088e37ed682f61291e4678f48591" |
5532 |
| - integrity sha512-LszZaKG665djUcqg5ZQq+XzezHLKrxsA86ZABTozp+oNhkdqa+tG2dX4qa6ERl5c/sRDrAa3lHmwnvKoP+OG/g== |
| 5606 | +pretty-format@^24.9.0: |
| 5607 | + version "24.9.0" |
| 5608 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9" |
| 5609 | + integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA== |
5533 | 5610 | dependencies:
|
| 5611 | + "@jest/types" "^24.9.0" |
5534 | 5612 | ansi-regex "^4.0.0"
|
5535 | 5613 | ansi-styles "^3.2.0"
|
| 5614 | + react-is "^16.8.4" |
5536 | 5615 |
|
5537 | 5616 | private@^0.1.8:
|
5538 | 5617 | version "0.1.8"
|
@@ -5648,6 +5727,11 @@ range-parser@~1.2.0:
|
5648 | 5727 | resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e"
|
5649 | 5728 | integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=
|
5650 | 5729 |
|
| 5730 | +react-is@^16.8.4: |
| 5731 | + version "16.13.1" |
| 5732 | + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" |
| 5733 | + integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== |
| 5734 | + |
5651 | 5735 | read-pkg-up@^1.0.1:
|
5652 | 5736 | version "1.0.1"
|
5653 | 5737 | resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
|
|
0 commit comments