|
972 | 972 | resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.1.tgz#82d0993d8882bb05e0645fbb4731d9e939e895b3"
|
973 | 973 | integrity sha512-I2EjI9TbEFJNLziNPFfpo64PNanOaK17iL2kTW/jGlGOa4bvHw4VEied83kOEB7NJjXf1KfvmsQ2aEjy3xjiGg==
|
974 | 974 |
|
| 975 | +"@jest/console@^24.9.0": |
| 976 | + version "24.9.0" |
| 977 | + resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.9.0.tgz#79b1bc06fb74a8cfb01cbdedf945584b1b9707f0" |
| 978 | + integrity sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ== |
| 979 | + dependencies: |
| 980 | + "@jest/source-map" "^24.9.0" |
| 981 | + chalk "^2.0.1" |
| 982 | + slash "^2.0.0" |
| 983 | + |
| 984 | +"@jest/source-map@^24.9.0": |
| 985 | + version "24.9.0" |
| 986 | + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-24.9.0.tgz#0e263a94430be4b41da683ccc1e6bffe2a191714" |
| 987 | + integrity sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg== |
| 988 | + dependencies: |
| 989 | + callsites "^3.0.0" |
| 990 | + graceful-fs "^4.1.15" |
| 991 | + source-map "^0.6.0" |
| 992 | + |
| 993 | +"@jest/test-result@^24.9.0": |
| 994 | + version "24.9.0" |
| 995 | + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.9.0.tgz#11796e8aa9dbf88ea025757b3152595ad06ba0ca" |
| 996 | + integrity sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA== |
| 997 | + dependencies: |
| 998 | + "@jest/console" "^24.9.0" |
| 999 | + "@jest/types" "^24.9.0" |
| 1000 | + "@types/istanbul-lib-coverage" "^2.0.0" |
| 1001 | + |
| 1002 | +"@jest/types@^24.9.0": |
| 1003 | + version "24.9.0" |
| 1004 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59" |
| 1005 | + integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw== |
| 1006 | + dependencies: |
| 1007 | + "@types/istanbul-lib-coverage" "^2.0.0" |
| 1008 | + "@types/istanbul-reports" "^1.1.1" |
| 1009 | + "@types/yargs" "^13.0.0" |
| 1010 | + |
975 | 1011 | "@jridgewell/resolve-uri@^3.0.3":
|
976 | 1012 | version "3.1.0"
|
977 | 1013 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
|
1142 | 1178 | resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
|
1143 | 1179 | integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==
|
1144 | 1180 |
|
| 1181 | +"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": |
| 1182 | + version "2.0.6" |
| 1183 | + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7" |
| 1184 | + integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w== |
| 1185 | + |
| 1186 | +"@types/istanbul-lib-report@*": |
| 1187 | + version "3.0.3" |
| 1188 | + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz#53047614ae72e19fc0401d872de3ae2b4ce350bf" |
| 1189 | + integrity sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA== |
| 1190 | + dependencies: |
| 1191 | + "@types/istanbul-lib-coverage" "*" |
| 1192 | + |
| 1193 | +"@types/istanbul-reports@^1.1.1": |
| 1194 | + version "1.1.2" |
| 1195 | + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz#e875cc689e47bce549ec81f3df5e6f6f11cfaeb2" |
| 1196 | + integrity sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw== |
| 1197 | + dependencies: |
| 1198 | + "@types/istanbul-lib-coverage" "*" |
| 1199 | + "@types/istanbul-lib-report" "*" |
| 1200 | + |
1145 | 1201 |
|
1146 | 1202 | version "4.14.202"
|
1147 | 1203 | resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8"
|
|
1196 | 1252 | resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
|
1197 | 1253 | integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
|
1198 | 1254 |
|
| 1255 | +"@types/stack-utils@^1.0.1": |
| 1256 | + version "1.0.1" |
| 1257 | + resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" |
| 1258 | + integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== |
| 1259 | + |
| 1260 | +"@types/yargs-parser@*": |
| 1261 | + version "21.0.3" |
| 1262 | + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15" |
| 1263 | + integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ== |
| 1264 | + |
| 1265 | +"@types/yargs@^13.0.0": |
| 1266 | + version "13.0.12" |
| 1267 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.12.tgz#d895a88c703b78af0465a9de88aa92c61430b092" |
| 1268 | + integrity sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ== |
| 1269 | + dependencies: |
| 1270 | + "@types/yargs-parser" "*" |
| 1271 | + |
1199 | 1272 | JSONStream@^1.0.4:
|
1200 | 1273 | version "1.3.5"
|
1201 | 1274 | resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
@@ -2597,10 +2670,10 @@ destroy@~1.0.4:
|
2597 | 2670 | resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
|
2598 | 2671 | integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
|
2599 | 2672 |
|
2600 |
| -diff-sequences@^24.0.0: |
2601 |
| - version "24.0.0" |
2602 |
| - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.0.0.tgz#cdf8e27ed20d8b8d3caccb4e0c0d8fe31a173013" |
2603 |
| - integrity sha512-46OkIuVGBBnrC0soO/4LHu5LHGHx0uhP65OVz8XOrAJpqiCB2aVIuESvjI1F9oqebuvY8lekS1pt6TN7vt7qsw== |
| 2673 | +diff-sequences@^24.9.0: |
| 2674 | + version "24.9.0" |
| 2675 | + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.9.0.tgz#5715d6244e2aa65f48bba0bc972db0b0b11e95b5" |
| 2676 | + integrity sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew== |
2604 | 2677 |
|
2605 | 2678 |
|
2606 | 2679 | version "3.5.0"
|
@@ -2918,16 +2991,17 @@ expand-brackets@^2.1.4:
|
2918 | 2991 | snapdragon "^0.8.1"
|
2919 | 2992 | to-regex "^3.0.1"
|
2920 | 2993 |
|
2921 |
| -expect@^24.1.0: |
2922 |
| - version "24.1.0" |
2923 |
| - resolved "https://registry.yarnpkg.com/expect/-/expect-24.1.0.tgz#88e73301c4c785cde5f16da130ab407bdaf8c0f2" |
2924 |
| - integrity sha512-lVcAPhaYkQcIyMS+F8RVwzbm1jro20IG8OkvxQ6f1JfqhVZyyudCwYogQ7wnktlf14iF3ii7ArIUO/mqvrW9Gw== |
| 2994 | +expect@^24.9.0: |
| 2995 | + version "24.9.0" |
| 2996 | + resolved "https://registry.yarnpkg.com/expect/-/expect-24.9.0.tgz#b75165b4817074fa4a157794f46fe9f1ba15b6ca" |
| 2997 | + integrity sha512-wvVAx8XIol3Z5m9zvZXiyZOQ+sRJqNTIm6sGjdWlaZIeupQGO3WbYI+15D/AmEwZywL6wtJkbAbJtzkOfBuR0Q== |
2925 | 2998 | dependencies:
|
| 2999 | + "@jest/types" "^24.9.0" |
2926 | 3000 | ansi-styles "^3.2.0"
|
2927 |
| - jest-get-type "^24.0.0" |
2928 |
| - jest-matcher-utils "^24.0.0" |
2929 |
| - jest-message-util "^24.0.0" |
2930 |
| - jest-regex-util "^24.0.0" |
| 3001 | + jest-get-type "^24.9.0" |
| 3002 | + jest-matcher-utils "^24.9.0" |
| 3003 | + jest-message-util "^24.9.0" |
| 3004 | + jest-regex-util "^24.9.0" |
2931 | 3005 |
|
2932 | 3006 | extend-shallow@^2.0.1:
|
2933 | 3007 | version "2.0.1"
|
@@ -4036,46 +4110,49 @@ istanbul-reports@^2.1.1:
|
4036 | 4110 | dependencies:
|
4037 | 4111 | handlebars "^4.1.2"
|
4038 | 4112 |
|
4039 |
| -jest-diff@^24.0.0: |
4040 |
| - version "24.0.0" |
4041 |
| - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.0.0.tgz#a3e5f573dbac482f7d9513ac9cfa21644d3d6b34" |
4042 |
| - integrity sha512-XY5wMpRaTsuMoU+1/B2zQSKQ9RdE9gsLkGydx3nvApeyPijLA8GtEvIcPwISRCer+VDf9W1mStTYYq6fPt8ryA== |
| 4113 | +jest-diff@^24.9.0: |
| 4114 | + version "24.9.0" |
| 4115 | + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da" |
| 4116 | + integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ== |
4043 | 4117 | dependencies:
|
4044 | 4118 | chalk "^2.0.1"
|
4045 |
| - diff-sequences "^24.0.0" |
4046 |
| - jest-get-type "^24.0.0" |
4047 |
| - pretty-format "^24.0.0" |
| 4119 | + diff-sequences "^24.9.0" |
| 4120 | + jest-get-type "^24.9.0" |
| 4121 | + pretty-format "^24.9.0" |
4048 | 4122 |
|
4049 |
| -jest-get-type@^24.0.0: |
4050 |
| - version "24.0.0" |
4051 |
| - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.0.0.tgz#36e72930b78e33da59a4f63d44d332188278940b" |
4052 |
| - integrity sha512-z6/Eyf6s9ZDGz7eOvl+fzpuJmN9i0KyTt1no37/dHu8galssxz5ZEgnc1KaV8R31q1khxyhB4ui/X5ZjjPk77w== |
| 4123 | +jest-get-type@^24.9.0: |
| 4124 | + version "24.9.0" |
| 4125 | + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.9.0.tgz#1684a0c8a50f2e4901b6644ae861f579eed2ef0e" |
| 4126 | + integrity sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q== |
4053 | 4127 |
|
4054 |
| -jest-matcher-utils@^24.0.0: |
4055 |
| - version "24.0.0" |
4056 |
| - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-24.0.0.tgz#fc9c41cfc49b2c3ec14e576f53d519c37729d579" |
4057 |
| - integrity sha512-LQTDmO+aWRz1Tf9HJg+HlPHhDh1E1c65kVwRFo5mwCVp5aQDzlkz4+vCvXhOKFjitV2f0kMdHxnODrXVoi+rlA== |
| 4128 | +jest-matcher-utils@^24.9.0: |
| 4129 | + version "24.9.0" |
| 4130 | + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz#f5b3661d5e628dffe6dd65251dfdae0e87c3a073" |
| 4131 | + integrity sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA== |
4058 | 4132 | dependencies:
|
4059 | 4133 | chalk "^2.0.1"
|
4060 |
| - jest-diff "^24.0.0" |
4061 |
| - jest-get-type "^24.0.0" |
4062 |
| - pretty-format "^24.0.0" |
| 4134 | + jest-diff "^24.9.0" |
| 4135 | + jest-get-type "^24.9.0" |
| 4136 | + pretty-format "^24.9.0" |
4063 | 4137 |
|
4064 |
| -jest-message-util@^24.0.0: |
4065 |
| - version "24.0.0" |
4066 |
| - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.0.0.tgz#a07a141433b2c992dbaec68d4cbfe470ba289619" |
4067 |
| - integrity sha512-J9ROJIwz/IeC+eV1XSwnRK4oAwPuhmxEyYx1+K5UI+pIYwFZDSrfZaiWTdq0d2xYFw4Xiu+0KQWsdsQpgJMf3Q== |
| 4138 | +jest-message-util@^24.9.0: |
| 4139 | + version "24.9.0" |
| 4140 | + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.9.0.tgz#527f54a1e380f5e202a8d1149b0ec872f43119e3" |
| 4141 | + integrity sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== |
4068 | 4142 | dependencies:
|
4069 | 4143 | "@babel/code-frame" "^7.0.0"
|
| 4144 | + "@jest/test-result" "^24.9.0" |
| 4145 | + "@jest/types" "^24.9.0" |
| 4146 | + "@types/stack-utils" "^1.0.1" |
4070 | 4147 | chalk "^2.0.1"
|
4071 | 4148 | micromatch "^3.1.10"
|
4072 | 4149 | slash "^2.0.0"
|
4073 | 4150 | stack-utils "^1.0.1"
|
4074 | 4151 |
|
4075 |
| -jest-regex-util@^24.0.0: |
4076 |
| - version "24.0.0" |
4077 |
| - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.0.0.tgz#4feee8ec4a358f5bee0a654e94eb26163cb9089a" |
4078 |
| - integrity sha512-Jv/uOTCuC+PY7WpJl2mpoI+WbY2ut73qwwO9ByJJNwOCwr1qWhEW2Lyi2S9ZewUdJqeVpEBisdEVZSI+Zxo58Q== |
| 4152 | +jest-regex-util@^24.9.0: |
| 4153 | + version "24.9.0" |
| 4154 | + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.9.0.tgz#c13fb3380bde22bf6575432c493ea8fe37965636" |
| 4155 | + integrity sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== |
4079 | 4156 |
|
4080 | 4157 | "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
4081 | 4158 | version "4.0.0"
|
@@ -5903,13 +5980,15 @@ prettier@^1.19.1:
|
5903 | 5980 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
|
5904 | 5981 | integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
|
5905 | 5982 |
|
5906 |
| -pretty-format@^24.0.0: |
5907 |
| - version "24.0.0" |
5908 |
| - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.0.0.tgz#cb6599fd73ac088e37ed682f61291e4678f48591" |
5909 |
| - integrity sha512-LszZaKG665djUcqg5ZQq+XzezHLKrxsA86ZABTozp+oNhkdqa+tG2dX4qa6ERl5c/sRDrAa3lHmwnvKoP+OG/g== |
| 5983 | +pretty-format@^24.9.0: |
| 5984 | + version "24.9.0" |
| 5985 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9" |
| 5986 | + integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA== |
5910 | 5987 | dependencies:
|
| 5988 | + "@jest/types" "^24.9.0" |
5911 | 5989 | ansi-regex "^4.0.0"
|
5912 | 5990 | ansi-styles "^3.2.0"
|
| 5991 | + react-is "^16.8.4" |
5913 | 5992 |
|
5914 | 5993 | private@^0.1.8:
|
5915 | 5994 | version "0.1.8"
|
@@ -6030,6 +6109,11 @@ range-parser@~1.2.0:
|
6030 | 6109 | resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e"
|
6031 | 6110 | integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=
|
6032 | 6111 |
|
| 6112 | +react-is@^16.8.4: |
| 6113 | + version "16.13.1" |
| 6114 | + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" |
| 6115 | + integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== |
| 6116 | + |
6033 | 6117 | read-pkg-up@^1.0.1:
|
6034 | 6118 | version "1.0.1"
|
6035 | 6119 | resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
|
|
0 commit comments