git.fiddlerwoaroof.com
Browse code

Merge pull request #145 from fiddlerwoaroof/dependabot/npm_and_yarn/babel-jest-25.1.0

Bump babel-jest from 24.8.0 to 25.1.0

Ed Langley authored on 05/02/2020 09:01:07
Showing 2 changed files
... ...
@@ -38,7 +38,7 @@
38 38
     "@babel/preset-react": "^7.0.0",
39 39
     "babel-core": "7.0.0-bridge.0",
40 40
     "babel-eslint": "10.0.3",
41
-    "babel-jest": "24.8.0",
41
+    "babel-jest": "25.1.0",
42 42
     "dotenv": "8.2.0",
43 43
     "dotenv-expand": "5.1.0",
44 44
     "enzyme": "^3.10.0",
... ...
@@ -26,6 +26,13 @@
26 26
   dependencies:
27 27
     "@babel/highlight" "^7.0.0"
28 28
 
29
+"@babel/code-frame@^7.8.3":
30
+  version "7.8.3"
31
+  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
32
+  integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
33
+  dependencies:
34
+    "@babel/highlight" "^7.8.3"
35
+
29 36
 "@babel/core@7.6.0":
30 37
   version "7.6.0"
31 38
   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48"
... ...
@@ -66,6 +73,27 @@
66 73
     semver "^5.4.1"
67 74
     source-map "^0.5.0"
68 75
 
76
+"@babel/core@^7.7.5":
77
+  version "7.8.3"
78
+  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.3.tgz#30b0ebb4dd1585de6923a0b4d179e0b9f5d82941"
79
+  integrity sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA==
80
+  dependencies:
81
+    "@babel/code-frame" "^7.8.3"
82
+    "@babel/generator" "^7.8.3"
83
+    "@babel/helpers" "^7.8.3"
84
+    "@babel/parser" "^7.8.3"
85
+    "@babel/template" "^7.8.3"
86
+    "@babel/traverse" "^7.8.3"
87
+    "@babel/types" "^7.8.3"
88
+    convert-source-map "^1.7.0"
89
+    debug "^4.1.0"
90
+    gensync "^1.0.0-beta.1"
91
+    json5 "^2.1.0"
92
+    lodash "^4.17.13"
93
+    resolve "^1.3.2"
94
+    semver "^5.4.1"
95
+    source-map "^0.5.0"
96
+
69 97
 "@babel/generator@^7.4.0", "@babel/generator@^7.6.0", "@babel/generator@^7.6.3", "@babel/generator@^7.6.4":
70 98
   version "7.6.4"
71 99
   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
... ...
@@ -76,6 +104,16 @@
76 104
     lodash "^4.17.13"
77 105
     source-map "^0.5.0"
78 106
 
107
+"@babel/generator@^7.8.3":
108
+  version "7.8.3"
109
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03"
110
+  integrity sha512-WjoPk8hRpDRqqzRpvaR8/gDUPkrnOOeuT2m8cNICJtZH6mwaCo3v0OKMI7Y6SM1pBtyijnLtAL0HDi41pf41ug==
111
+  dependencies:
112
+    "@babel/types" "^7.8.3"
113
+    jsesc "^2.5.1"
114
+    lodash "^4.17.13"
115
+    source-map "^0.5.0"
116
+
79 117
 "@babel/helper-annotate-as-pure@^7.0.0":
80 118
   version "7.0.0"
81 119
   resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
... ...
@@ -146,6 +184,15 @@
146 184
     "@babel/template" "^7.1.0"
147 185
     "@babel/types" "^7.0.0"
148 186
 
187
+"@babel/helper-function-name@^7.8.3":
188
+  version "7.8.3"
189
+  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
190
+  integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
191
+  dependencies:
192
+    "@babel/helper-get-function-arity" "^7.8.3"
193
+    "@babel/template" "^7.8.3"
194
+    "@babel/types" "^7.8.3"
195
+
149 196
 "@babel/helper-get-function-arity@^7.0.0":
150 197
   version "7.0.0"
151 198
   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
... ...
@@ -153,6 +200,13 @@
153 200
   dependencies:
154 201
     "@babel/types" "^7.0.0"
155 202
 
203
+"@babel/helper-get-function-arity@^7.8.3":
204
+  version "7.8.3"
205
+  resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
206
+  integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
207
+  dependencies:
208
+    "@babel/types" "^7.8.3"
209
+
156 210
 "@babel/helper-hoist-variables@^7.4.4":
157 211
   version "7.4.4"
158 212
   resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
... ...
@@ -198,6 +252,11 @@
198 252
   resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
199 253
   integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
200 254
 
255
+"@babel/helper-plugin-utils@^7.8.0":
256
+  version "7.8.3"
257
+  resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
258
+  integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
259
+
201 260
 "@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
202 261
   version "7.5.5"
203 262
   resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351"
... ...
@@ -241,6 +300,13 @@
241 300
   dependencies:
242 301
     "@babel/types" "^7.4.4"
243 302
 
303
+"@babel/helper-split-export-declaration@^7.8.3":
304
+  version "7.8.3"
305
+  resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
306
+  integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
307
+  dependencies:
308
+    "@babel/types" "^7.8.3"
309
+
244 310
 "@babel/helper-wrap-function@^7.1.0":
245 311
   version "7.2.0"
246 312
   resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
... ...
@@ -260,6 +326,15 @@
260 326
     "@babel/traverse" "^7.6.2"
261 327
     "@babel/types" "^7.6.0"
262 328
 
329
+"@babel/helpers@^7.8.3":
330
+  version "7.8.3"
331
+  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.3.tgz#382fbb0382ce7c4ce905945ab9641d688336ce85"
332
+  integrity sha512-LmU3q9Pah/XyZU89QvBgGt+BCsTPoQa+73RxAQh8fb8qkDyIfeQnmgs+hvzhTCKTzqOyk7JTkS3MS1S8Mq5yrQ==
333
+  dependencies:
334
+    "@babel/template" "^7.8.3"
335
+    "@babel/traverse" "^7.8.3"
336
+    "@babel/types" "^7.8.3"
337
+
263 338
 "@babel/highlight@^7.0.0":
264 339
   version "7.5.0"
265 340
   resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
... ...
@@ -269,11 +344,25 @@
269 344
     esutils "^2.0.2"
270 345
     js-tokens "^4.0.0"
271 346
 
347
+"@babel/highlight@^7.8.3":
348
+  version "7.8.3"
349
+  resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
350
+  integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
351
+  dependencies:
352
+    chalk "^2.0.0"
353
+    esutils "^2.0.2"
354
+    js-tokens "^4.0.0"
355
+
272 356
 "@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4":
273 357
   version "7.6.4"
274 358
   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
275 359
   integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==
276 360
 
361
+"@babel/parser@^7.7.5", "@babel/parser@^7.8.3":
362
+  version "7.8.3"
363
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
364
+  integrity sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ==
365
+
277 366
 "@babel/plugin-proposal-async-generator-functions@^7.2.0":
278 367
   version "7.2.0"
279 368
   resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
... ...
@@ -356,6 +445,13 @@
356 445
   dependencies:
357 446
     "@babel/helper-plugin-utils" "^7.0.0"
358 447
 
448
+"@babel/plugin-syntax-bigint@^7.0.0":
449
+  version "7.8.3"
450
+  resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea"
451
+  integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==
452
+  dependencies:
453
+    "@babel/helper-plugin-utils" "^7.8.0"
454
+
359 455
 "@babel/plugin-syntax-decorators@^7.2.0":
360 456
   version "7.2.0"
361 457
   resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz#c50b1b957dcc69e4b1127b65e1c33eef61570c1b"
... ...
@@ -921,6 +1017,15 @@
921 1017
     "@babel/parser" "^7.6.0"
922 1018
     "@babel/types" "^7.6.0"
923 1019
 
1020
+"@babel/template@^7.7.4", "@babel/template@^7.8.3":
1021
+  version "7.8.3"
1022
+  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
1023
+  integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
1024
+  dependencies:
1025
+    "@babel/code-frame" "^7.8.3"
1026
+    "@babel/parser" "^7.8.3"
1027
+    "@babel/types" "^7.8.3"
1028
+
924 1029
 "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3":
925 1030
   version "7.6.3"
926 1031
   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
... ...
@@ -936,6 +1041,21 @@
936 1041
     globals "^11.1.0"
937 1042
     lodash "^4.17.13"
938 1043
 
1044
+"@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
1045
+  version "7.8.3"
1046
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a"
1047
+  integrity sha512-we+a2lti+eEImHmEXp7bM9cTxGzxPmBiVJlLVD+FuuQMeeO7RaDbutbgeheDkw+Xe3mCfJHnGOWLswT74m2IPg==
1048
+  dependencies:
1049
+    "@babel/code-frame" "^7.8.3"
1050
+    "@babel/generator" "^7.8.3"
1051
+    "@babel/helper-function-name" "^7.8.3"
1052
+    "@babel/helper-split-export-declaration" "^7.8.3"
1053
+    "@babel/parser" "^7.8.3"
1054
+    "@babel/types" "^7.8.3"
1055
+    debug "^4.1.0"
1056
+    globals "^11.1.0"
1057
+    lodash "^4.17.13"
1058
+
939 1059
 "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0", "@babel/types@^7.6.3":
940 1060
   version "7.6.3"
941 1061
   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
... ...
@@ -945,6 +1065,15 @@
945 1065
     lodash "^4.17.13"
946 1066
     to-fast-properties "^2.0.0"
947 1067
 
1068
+"@babel/types@^7.8.3":
1069
+  version "7.8.3"
1070
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
1071
+  integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
1072
+  dependencies:
1073
+    esutils "^2.0.2"
1074
+    lodash "^4.17.13"
1075
+    to-fast-properties "^2.0.0"
1076
+
948 1077
 "@cnakazawa/watch@^1.0.3":
949 1078
   version "1.0.3"
950 1079
   resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
... ...
@@ -995,6 +1124,21 @@
995 1124
   dependencies:
996 1125
     "@hapi/hoek" "^8.3.0"
997 1126
 
1127
+"@istanbuljs/load-nyc-config@^1.0.0":
1128
+  version "1.0.0"
1129
+  resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b"
1130
+  integrity sha512-ZR0rq/f/E4f4XcgnDvtMWXCUJpi8eO0rssVhmztsZqLIEFA9UUP9zmpE0VxlM+kv/E1ul2I876Fwil2ayptDVg==
1131
+  dependencies:
1132
+    camelcase "^5.3.1"
1133
+    find-up "^4.1.0"
1134
+    js-yaml "^3.13.1"
1135
+    resolve-from "^5.0.0"
1136
+
1137
+"@istanbuljs/schema@^0.1.2":
1138
+  version "0.1.2"
1139
+  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
1140
+  integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
1141
+
998 1142
 "@jest/console@^24.7.1", "@jest/console@^24.9.0":
999 1143
   version "24.9.0"
1000 1144
   resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.9.0.tgz#79b1bc06fb74a8cfb01cbdedf945584b1b9707f0"
... ...
@@ -1112,7 +1256,7 @@
1112 1256
     jest-runner "^24.9.0"
1113 1257
     jest-runtime "^24.9.0"
1114 1258
 
1115
-"@jest/transform@^24.8.0", "@jest/transform@^24.9.0":
1259
+"@jest/transform@^24.9.0":
1116 1260
   version "24.9.0"
1117 1261
   resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-24.9.0.tgz#4ae2768b296553fadab09e9ec119543c90b16c56"
1118 1262
   integrity sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==
... ...
@@ -1134,6 +1278,28 @@
1134 1278
     source-map "^0.6.1"
1135 1279
     write-file-atomic "2.4.1"
1136 1280
 
1281
+"@jest/transform@^25.1.0":
1282
+  version "25.1.0"
1283
+  resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-25.1.0.tgz#221f354f512b4628d88ce776d5b9e601028ea9da"
1284
+  integrity sha512-4ktrQ2TPREVeM+KxB4zskAT84SnmG1vaz4S+51aTefyqn3zocZUnliLLm5Fsl85I3p/kFPN4CRp1RElIfXGegQ==
1285
+  dependencies:
1286
+    "@babel/core" "^7.1.0"
1287
+    "@jest/types" "^25.1.0"
1288
+    babel-plugin-istanbul "^6.0.0"
1289
+    chalk "^3.0.0"
1290
+    convert-source-map "^1.4.0"
1291
+    fast-json-stable-stringify "^2.0.0"
1292
+    graceful-fs "^4.2.3"
1293
+    jest-haste-map "^25.1.0"
1294
+    jest-regex-util "^25.1.0"
1295
+    jest-util "^25.1.0"
1296
+    micromatch "^4.0.2"
1297
+    pirates "^4.0.1"
1298
+    realpath-native "^1.1.0"
1299
+    slash "^3.0.0"
1300
+    source-map "^0.6.1"
1301
+    write-file-atomic "^3.0.0"
1302
+
1137 1303
 "@jest/types@^24.8.0", "@jest/types@^24.9.0":
1138 1304
   version "24.9.0"
1139 1305
   resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59"
... ...
@@ -1143,6 +1309,16 @@
1143 1309
     "@types/istanbul-reports" "^1.1.1"
1144 1310
     "@types/yargs" "^13.0.0"
1145 1311
 
1312
+"@jest/types@^25.1.0":
1313
+  version "25.1.0"
1314
+  resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.1.0.tgz#b26831916f0d7c381e11dbb5e103a72aed1b4395"
1315
+  integrity sha512-VpOtt7tCrgvamWZh1reVsGADujKigBUFTi19mlRjqEGsE8qH4r3s+skY33dNdXOwyZIvuftZ5tqdF1IgsMejMA==
1316
+  dependencies:
1317
+    "@types/istanbul-lib-coverage" "^2.0.0"
1318
+    "@types/istanbul-reports" "^1.1.1"
1319
+    "@types/yargs" "^15.0.0"
1320
+    chalk "^3.0.0"
1321
+
1146 1322
 "@mrmlnc/readdir-enhanced@^2.2.1":
1147 1323
   version "2.2.1"
1148 1324
   resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
... ...
@@ -1312,6 +1488,11 @@
1312 1488
   dependencies:
1313 1489
     "@babel/types" "^7.3.0"
1314 1490
 
1491
+"@types/color-name@^1.1.1":
1492
+  version "1.1.1"
1493
+  resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
1494
+  integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
1495
+
1315 1496
 "@types/eslint-visitor-keys@^1.0.0":
1316 1497
   version "1.0.0"
1317 1498
   resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
... ...
@@ -1369,6 +1550,13 @@
1369 1550
   dependencies:
1370 1551
     "@types/yargs-parser" "*"
1371 1552
 
1553
+"@types/yargs@^15.0.0":
1554
+  version "15.0.1"
1555
+  resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.1.tgz#9266a9d7be68cfcc982568211085a49a277f7c96"
1556
+  integrity sha512-sYlwNU7zYi6eZbMzFvG6eHD7VsEvFdoDtlD7eI1JTg7YNnuguzmiGsc6MPSq5l8n+h21AsNof0je+9sgOe4+dg==
1557
+  dependencies:
1558
+    "@types/yargs-parser" "*"
1559
+
1372 1560
 "@typescript-eslint/eslint-plugin@^2.2.0":
1373 1561
   version "2.4.0"
1374 1562
   resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.4.0.tgz#aaf6b542ff75b78f4191a8bf1c519184817caa24"
... ...
@@ -1730,6 +1918,14 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
1730 1918
   dependencies:
1731 1919
     color-convert "^1.9.0"
1732 1920
 
1921
+ansi-styles@^4.1.0:
1922
+  version "4.2.1"
1923
+  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
1924
+  integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
1925
+  dependencies:
1926
+    "@types/color-name" "^1.1.1"
1927
+    color-convert "^2.0.1"
1928
+
1733 1929
 anymatch@^2.0.0:
1734 1930
   version "2.0.0"
1735 1931
   resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
... ...
@@ -1738,7 +1934,7 @@ anymatch@^2.0.0:
1738 1934
     micromatch "^3.1.4"
1739 1935
     normalize-path "^2.1.1"
1740 1936
 
1741
-anymatch@~3.1.1:
1937
+anymatch@^3.0.3, anymatch@~3.1.1:
1742 1938
   version "3.1.1"
1743 1939
   resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
1744 1940
   integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
... ...
@@ -2007,18 +2203,18 @@ babel-extract-comments@^1.0.0:
2007 2203
   dependencies:
2008 2204
     babylon "^6.18.0"
2009 2205
 
2010
-babel-jest@24.8.0:
2011
-  version "24.8.0"
2012
-  resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.8.0.tgz#5c15ff2b28e20b0f45df43fe6b7f2aae93dba589"
2013
-  integrity sha512-+5/kaZt4I9efoXzPlZASyK/lN9qdRKmmUav9smVc0ruPQD7IsfucQ87gpOE8mn2jbDuS6M/YOW6n3v9ZoIfgnw==
2206
+babel-jest@25.1.0:
2207
+  version "25.1.0"
2208
+  resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-25.1.0.tgz#206093ac380a4b78c4404a05b3277391278f80fb"
2209
+  integrity sha512-tz0VxUhhOE2y+g8R2oFrO/2VtVjA1lkJeavlhExuRBg3LdNJY9gwQ+Vcvqt9+cqy71MCTJhewvTB7Qtnnr9SWg==
2014 2210
   dependencies:
2015
-    "@jest/transform" "^24.8.0"
2016
-    "@jest/types" "^24.8.0"
2211
+    "@jest/transform" "^25.1.0"
2212
+    "@jest/types" "^25.1.0"
2017 2213
     "@types/babel__core" "^7.1.0"
2018
-    babel-plugin-istanbul "^5.1.0"
2019
-    babel-preset-jest "^24.6.0"
2020
-    chalk "^2.4.2"
2021
-    slash "^2.0.0"
2214
+    babel-plugin-istanbul "^6.0.0"
2215
+    babel-preset-jest "^25.1.0"
2216
+    chalk "^3.0.0"
2217
+    slash "^3.0.0"
2022 2218
 
2023 2219
 babel-jest@^24.9.0:
2024 2220
   version "24.9.0"
... ...
@@ -2060,6 +2256,17 @@ babel-plugin-istanbul@^5.1.0:
2060 2256
     istanbul-lib-instrument "^3.3.0"
2061 2257
     test-exclude "^5.2.3"
2062 2258
 
2259
+babel-plugin-istanbul@^6.0.0:
2260
+  version "6.0.0"
2261
+  resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz#e159ccdc9af95e0b570c75b4573b7c34d671d765"
2262
+  integrity sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==
2263
+  dependencies:
2264
+    "@babel/helper-plugin-utils" "^7.0.0"
2265
+    "@istanbuljs/load-nyc-config" "^1.0.0"
2266
+    "@istanbuljs/schema" "^0.1.2"
2267
+    istanbul-lib-instrument "^4.0.0"
2268
+    test-exclude "^6.0.0"
2269
+
2063 2270
 babel-plugin-jest-hoist@^24.9.0:
2064 2271
   version "24.9.0"
2065 2272
   resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz#4f837091eb407e01447c8843cbec546d0002d756"
... ...
@@ -2067,6 +2274,13 @@ babel-plugin-jest-hoist@^24.9.0:
2067 2274
   dependencies:
2068 2275
     "@types/babel__traverse" "^7.0.6"
2069 2276
 
2277
+babel-plugin-jest-hoist@^25.1.0:
2278
+  version "25.1.0"
2279
+  resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-25.1.0.tgz#fb62d7b3b53eb36c97d1bc7fec2072f9bd115981"
2280
+  integrity sha512-oIsopO41vW4YFZ9yNYoLQATnnN46lp+MZ6H4VvPKFkcc2/fkl3CfE/NZZSmnEIEsJRmJAgkVEK0R7Zbl50CpTw==
2281
+  dependencies:
2282
+    "@types/babel__traverse" "^7.0.6"
2283
+
2070 2284
 babel-plugin-macros@2.6.1:
2071 2285
   version "2.6.1"
2072 2286
   resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.6.1.tgz#41f7ead616fc36f6a93180e89697f69f51671181"
... ...
@@ -2099,7 +2313,7 @@ babel-plugin-transform-react-remove-prop-types@0.4.24:
2099 2313
   resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
2100 2314
   integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
2101 2315
 
2102
-babel-preset-jest@^24.6.0, babel-preset-jest@^24.9.0:
2316
+babel-preset-jest@^24.9.0:
2103 2317
   version "24.9.0"
2104 2318
   resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-24.9.0.tgz#192b521e2217fb1d1f67cf73f70c336650ad3cdc"
2105 2319
   integrity sha512-izTUuhE4TMfTRPF92fFwD2QfdXaZW08qvWTFCI51V8rW5x00UuPgc3ajRoWofXOuxjfcOM5zzSYsQS3H8KGCAg==
... ...
@@ -2107,6 +2321,15 @@ babel-preset-jest@^24.6.0, babel-preset-jest@^24.9.0:
2107 2321
     "@babel/plugin-syntax-object-rest-spread" "^7.0.0"
2108 2322
     babel-plugin-jest-hoist "^24.9.0"
2109 2323
 
2324
+babel-preset-jest@^25.1.0:
2325
+  version "25.1.0"
2326
+  resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-25.1.0.tgz#d0aebfebb2177a21cde710996fce8486d34f1d33"
2327
+  integrity sha512-eCGn64olaqwUMaugXsTtGAM2I0QTahjEtnRu0ql8Ie+gDWAc1N6wqN0k2NilnyTunM69Pad7gJY7LOtwLimoFQ==
2328
+  dependencies:
2329
+    "@babel/plugin-syntax-bigint" "^7.0.0"
2330
+    "@babel/plugin-syntax-object-rest-spread" "^7.0.0"
2331
+    babel-plugin-jest-hoist "^25.1.0"
2332
+
2110 2333
 babel-preset-react-app@^9.0.2:
2111 2334
   version "9.0.2"
2112 2335
   resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-9.0.2.tgz#247d37e883d6d6f4b4691e5f23711bb2dd80567d"
... ...
@@ -2282,7 +2505,7 @@ braces@^2.3.1, braces@^2.3.2:
2282 2505
     split-string "^3.0.2"
2283 2506
     to-regex "^3.0.1"
2284 2507
 
2285
-braces@~3.0.2:
2508
+braces@^3.0.1, braces@~3.0.2:
2286 2509
   version "3.0.2"
2287 2510
   resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
2288 2511
   integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
... ...
@@ -2595,6 +2818,14 @@ chalk@^1.1.3:
2595 2818
     strip-ansi "^3.0.0"
2596 2819
     supports-color "^2.0.0"
2597 2820
 
2821
+chalk@^3.0.0:
2822
+  version "3.0.0"
2823
+  resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2824
+  integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2825
+  dependencies:
2826
+    ansi-styles "^4.1.0"
2827
+    supports-color "^7.1.0"
2828
+
2598 2829
 chardet@^0.7.0:
2599 2830
   version "0.7.0"
2600 2831
   resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
... ...
@@ -2784,12 +3015,19 @@ color-convert@^1.9.0, color-convert@^1.9.1:
2784 3015
   dependencies:
2785 3016
     color-name "1.1.3"
2786 3017
 
3018
+color-convert@^2.0.1:
3019
+  version "2.0.1"
3020
+  resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
3021
+  integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
3022
+  dependencies:
3023
+    color-name "~1.1.4"
3024
+
2787 3025
 color-name@1.1.3:
2788 3026
   version "1.1.3"
2789 3027
   resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
2790 3028
   integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
2791 3029
 
2792
-color-name@^1.0.0:
3030
+color-name@^1.0.0, color-name@~1.1.4:
2793 3031
   version "1.1.4"
2794 3032
   resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2795 3033
   integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
... ...
@@ -2955,6 +3193,13 @@ convert-source-map@^0.3.3:
2955 3193
   resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190"
2956 3194
   integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA=
2957 3195
 
3196
+convert-source-map@^1.7.0:
3197
+  version "1.7.0"
3198
+  resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
3199
+  integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
3200
+  dependencies:
3201
+    safe-buffer "~5.1.1"
3202
+
2958 3203
 cookie-signature@1.0.6:
2959 3204
   version "1.0.6"
2960 3205
   resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
... ...
@@ -4464,6 +4709,14 @@ find-up@^2.0.0, find-up@^2.1.0:
4464 4709
   dependencies:
4465 4710
     locate-path "^2.0.0"
4466 4711
 
4712
+find-up@^4.1.0:
4713
+  version "4.1.0"
4714
+  resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
4715
+  integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
4716
+  dependencies:
4717
+    locate-path "^5.0.0"
4718
+    path-exists "^4.0.0"
4719
+
4467 4720
 flat-cache@^2.0.1:
4468 4721
   version "2.0.1"
4469 4722
   resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
... ...
@@ -4683,6 +4936,11 @@ fsevents@^1.2.7:
4683 4936
     nan "^2.12.1"
4684 4937
     node-pre-gyp "^0.12.0"
4685 4938
 
4939
+fsevents@^2.1.2:
4940
+  version "2.1.2"
4941
+  resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
4942
+  integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
4943
+
4686 4944
 fsevents@~2.1.1:
4687 4945
   version "2.1.1"
4688 4946
   resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.1.tgz#74c64e21df71721845d0c44fe54b7f56b82995a9"
... ...
@@ -4737,6 +4995,11 @@ gauge@~2.7.3:
4737 4995
     strip-ansi "^3.0.1"
4738 4996
     wide-align "^1.1.0"
4739 4997
 
4998
+gensync@^1.0.0-beta.1:
4999
+  version "1.0.0-beta.1"
5000
+  resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
5001
+  integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
5002
+
4740 5003
 get-caller-file@^1.0.1:
4741 5004
   version "1.0.3"
4742 5005
   resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
... ...
@@ -4881,6 +5144,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
4881 5144
   resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"
4882 5145
   integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==
4883 5146
 
5147
+graceful-fs@^4.2.3:
5148
+  version "4.2.3"
5149
+  resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
5150
+  integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
5151
+
4884 5152
 growly@^1.3.0:
4885 5153
   version "1.3.0"
4886 5154
   resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
... ...
@@ -4940,6 +5208,11 @@ has-flag@^3.0.0:
4940 5208
   resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
4941 5209
   integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
4942 5210
 
5211
+has-flag@^4.0.0:
5212
+  version "4.0.0"
5213
+  resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
5214
+  integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
5215
+
4943 5216
 has-symbol-support-x@^1.4.1:
4944 5217
   version "1.4.2"
4945 5218
   resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
... ...
@@ -5745,7 +6018,7 @@ is-symbol@^1.0.2:
5745 6018
   dependencies:
5746 6019
     has-symbols "^1.0.0"
5747 6020
 
5748
-is-typedarray@~1.0.0:
6021
+is-typedarray@^1.0.0, is-typedarray@~1.0.0:
5749 6022
   version "1.0.0"
5750 6023
   resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
5751 6024
   integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
... ...
@@ -5792,6 +6065,11 @@ istanbul-lib-coverage@^2.0.2, istanbul-lib-coverage@^2.0.5:
5792 6065
   resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49"
5793 6066
   integrity sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==
5794 6067
 
6068
+istanbul-lib-coverage@^3.0.0:
6069
+  version "3.0.0"
6070
+  resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
6071
+  integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
6072
+
5795 6073
 istanbul-lib-instrument@^3.0.1, istanbul-lib-instrument@^3.3.0:
5796 6074
   version "3.3.0"
5797 6075
   resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz#a5f63d91f0bbc0c3e479ef4c5de027335ec6d630"
... ...
@@ -5805,6 +6083,19 @@ istanbul-lib-instrument@^3.0.1, istanbul-lib-instrument@^3.3.0:
5805 6083
     istanbul-lib-coverage "^2.0.5"
5806 6084
     semver "^6.0.0"
5807 6085
 
6086
+istanbul-lib-instrument@^4.0.0:
6087
+  version "4.0.0"
6088
+  resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.0.tgz#53321a7970f076262fd3292c8f9b2e4ac544aae1"
6089
+  integrity sha512-Nm4wVHdo7ZXSG30KjZ2Wl5SU/Bw7bDx1PdaiIFzEStdjs0H12mOTncn1GVYuqQSaZxpg87VGBRsVRPGD2cD1AQ==
6090
+  dependencies:
6091
+    "@babel/core" "^7.7.5"
6092
+    "@babel/parser" "^7.7.5"
6093
+    "@babel/template" "^7.7.4"
6094
+    "@babel/traverse" "^7.7.4"
6095
+    "@istanbuljs/schema" "^0.1.2"
6096
+    istanbul-lib-coverage "^3.0.0"
6097
+    semver "^6.3.0"
6098
+
5808 6099
 istanbul-lib-report@^2.0.4:
5809 6100
   version "2.0.8"
5810 6101
   resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz#5a8113cd746d43c4889eba36ab10e7d50c9b4f33"
... ...
@@ -5975,6 +6266,24 @@ jest-haste-map@^24.9.0:
5975 6266
   optionalDependencies:
5976 6267
     fsevents "^1.2.7"
5977 6268
 
6269
+jest-haste-map@^25.1.0:
6270
+  version "25.1.0"
6271
+  resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-25.1.0.tgz#ae12163d284f19906260aa51fd405b5b2e5a4ad3"
6272
+  integrity sha512-/2oYINIdnQZAqyWSn1GTku571aAfs8NxzSErGek65Iu5o8JYb+113bZysRMcC/pjE5v9w0Yz+ldbj9NxrFyPyw==
6273
+  dependencies:
6274
+    "@jest/types" "^25.1.0"
6275
+    anymatch "^3.0.3"
6276
+    fb-watchman "^2.0.0"
6277
+    graceful-fs "^4.2.3"
6278
+    jest-serializer "^25.1.0"
6279
+    jest-util "^25.1.0"
6280
+    jest-worker "^25.1.0"
6281
+    micromatch "^4.0.2"
6282
+    sane "^4.0.3"
6283
+    walker "^1.0.7"
6284
+  optionalDependencies:
6285
+    fsevents "^2.1.2"
6286
+
5978 6287
 jest-jasmine2@^24.9.0:
5979 6288
   version "24.9.0"
5980 6289
   resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-24.9.0.tgz#1f7b1bd3242c1774e62acabb3646d96afc3be6a0"
... ...
@@ -6046,6 +6355,11 @@ jest-regex-util@^24.3.0, jest-regex-util@^24.9.0:
6046 6355
   resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.9.0.tgz#c13fb3380bde22bf6575432c493ea8fe37965636"
6047 6356
   integrity sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==
6048 6357
 
6358
+jest-regex-util@^25.1.0:
6359
+  version "25.1.0"
6360
+  resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-25.1.0.tgz#efaf75914267741838e01de24da07b2192d16d87"
6361
+  integrity sha512-9lShaDmDpqwg+xAd73zHydKrBbbrIi08Kk9YryBEBybQFg/lBWR/2BDjjiSE7KIppM9C5+c03XiDaZ+m4Pgs1w==
6362
+
6049 6363
 jest-resolve-dependencies@^24.9.0:
6050 6364
   version "24.9.0"
6051 6365
   resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-24.9.0.tgz#ad055198959c4cfba8a4f066c673a3f0786507ab"
... ...
@@ -6136,6 +6450,11 @@ jest-serializer@^24.9.0:
6136 6450
   resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.9.0.tgz#e6d7d7ef96d31e8b9079a714754c5d5c58288e73"
6137 6451
   integrity sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==
6138 6452
 
6453
+jest-serializer@^25.1.0:
6454
+  version "25.1.0"
6455
+  resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-25.1.0.tgz#73096ba90e07d19dec4a0c1dd89c355e2f129e5d"
6456
+  integrity sha512-20Wkq5j7o84kssBwvyuJ7Xhn7hdPeTXndnwIblKDR2/sy1SUm6rWWiG9kSCgJPIfkDScJCIsTtOKdlzfIHOfKA==
6457
+
6139 6458
 jest-snapshot@^24.9.0:
6140 6459
   version "24.9.0"
6141 6460
   resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.9.0.tgz#ec8e9ca4f2ec0c5c87ae8f925cf97497b0e951ba"
... ...
@@ -6173,6 +6492,16 @@ jest-util@^24.5.0, jest-util@^24.9.0:
6173 6492
     slash "^2.0.0"
6174 6493
     source-map "^0.6.0"
6175 6494
 
6495
+jest-util@^25.1.0:
6496
+  version "25.1.0"
6497
+  resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-25.1.0.tgz#7bc56f7b2abd534910e9fa252692f50624c897d9"
6498
+  integrity sha512-7did6pLQ++87Qsj26Fs/TIwZMUFBXQ+4XXSodRNy3luch2DnRXsSnmpVtxxQ0Yd6WTipGpbhh2IFP1mq6/fQGw==
6499
+  dependencies:
6500
+    "@jest/types" "^25.1.0"
6501
+    chalk "^3.0.0"
6502
+    is-ci "^2.0.0"
6503
+    mkdirp "^0.5.1"
6504
+
6176 6505
 jest-validate@^24.9.0:
6177 6506
   version "24.9.0"
6178 6507
   resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.9.0.tgz#0775c55360d173cd854e40180756d4ff52def8ab"
... ...
@@ -6218,6 +6547,14 @@ jest-worker@^24.6.0, jest-worker@^24.9.0:
6218 6547
     merge-stream "^2.0.0"
6219 6548
     supports-color "^6.1.0"
6220 6549
 
6550
+jest-worker@^25.1.0:
6551
+  version "25.1.0"
6552
+  resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-25.1.0.tgz#75d038bad6fdf58eba0d2ec1835856c497e3907a"
6553
+  integrity sha512-ZHhHtlxOWSxCoNOKHGbiLzXnl42ga9CxDr27H36Qn+15pQZd3R/F24jrmjDelw9j/iHUIWMWs08/u2QN50HHOg==
6554
+  dependencies:
6555
+    merge-stream "^2.0.0"
6556
+    supports-color "^7.0.0"
6557
+
6221 6558
 jest@24.9.0, jest@^24.8.0:
6222 6559
   version "24.9.0"
6223 6560
   resolved "https://registry.yarnpkg.com/jest/-/jest-24.9.0.tgz#987d290c05a08b52c56188c1002e368edb007171"
... ...
@@ -6568,6 +6905,13 @@ locate-path@^3.0.0:
6568 6905
     p-locate "^3.0.0"
6569 6906
     path-exists "^3.0.0"
6570 6907
 
6908
+locate-path@^5.0.0:
6909
+  version "5.0.0"
6910
+  resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
6911
+  integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
6912
+  dependencies:
6913
+    p-locate "^4.1.0"
6914
+
6571 6915
 lodash._reinterpolate@^3.0.0:
6572 6916
   version "3.0.0"
6573 6917
   resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
... ...
@@ -6817,6 +7161,14 @@ micromatch@^3.1.10, micromatch@^3.1.4:
6817 7161
     snapdragon "^0.8.1"
6818 7162
     to-regex "^3.0.2"
6819 7163
 
7164
+micromatch@^4.0.2:
7165
+  version "4.0.2"
7166
+  resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
7167
+  integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
7168
+  dependencies:
7169
+    braces "^3.0.1"
7170
+    picomatch "^2.0.5"
7171
+
6820 7172
 miller-rabin@^4.0.0:
6821 7173
   version "4.0.1"
6822 7174
   resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
... ...
@@ -7562,6 +7914,13 @@ p-limit@^2.0.0:
7562 7914
   dependencies:
7563 7915
     p-try "^2.0.0"
7564 7916
 
7917
+p-limit@^2.2.0:
7918
+  version "2.2.2"
7919
+  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e"
7920
+  integrity sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==
7921
+  dependencies:
7922
+    p-try "^2.0.0"
7923
+
7565 7924
 p-locate@^2.0.0:
7566 7925
   version "2.0.0"
7567 7926
   resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
... ...
@@ -7576,6 +7935,13 @@ p-locate@^3.0.0:
7576 7935
   dependencies:
7577 7936
     p-limit "^2.0.0"
7578 7937
 
7938
+p-locate@^4.1.0:
7939
+  version "4.1.0"
7940
+  resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
7941
+  integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
7942
+  dependencies:
7943
+    p-limit "^2.2.0"
7944
+
7579 7945
 p-map@^1.1.1:
7580 7946
   version "1.2.0"
7581 7947
   resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
... ...
@@ -7712,6 +8078,11 @@ path-exists@^3.0.0:
7712 8078
   resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
7713 8079
   integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
7714 8080
 
8081
+path-exists@^4.0.0:
8082
+  version "4.0.0"
8083
+  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
8084
+  integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
8085
+
7715 8086
 path-is-absolute@^1.0.0:
7716 8087
   version "1.0.1"
7717 8088
   resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
... ...
@@ -7772,6 +8143,11 @@ picomatch@^2.0.4:
7772 8143
   resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
7773 8144
   integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
7774 8145
 
8146
+picomatch@^2.0.5:
8147
+  version "2.2.1"
8148
+  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
8149
+  integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
8150
+
7775 8151
 pify@^2.0.0:
7776 8152
   version "2.3.0"
7777 8153
   resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
... ...
@@ -9252,6 +9628,11 @@ resolve-from@^4.0.0:
9252 9628
   resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
9253 9629
   integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
9254 9630
 
9631
+resolve-from@^5.0.0:
9632
+  version "5.0.0"
9633
+  resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
9634
+  integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
9635
+
9255 9636
 resolve-url-loader@3.1.0:
9256 9637
   version "3.1.0"
9257 9638
   resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.0.tgz#54d8181d33cd1b66a59544d05cadf8e4aa7d37cc"
... ...
@@ -10111,6 +10492,13 @@ supports-color@^6.1.0:
10111 10492
   dependencies:
10112 10493
     has-flag "^3.0.0"
10113 10494
 
10495
+supports-color@^7.0.0, supports-color@^7.1.0:
10496
+  version "7.1.0"
10497
+  resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
10498
+  integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
10499
+  dependencies:
10500
+    has-flag "^4.0.0"
10501
+
10114 10502
 svg-parser@^2.0.0:
10115 10503
   version "2.0.2"
10116 10504
   resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.2.tgz#d134cc396fa2681dc64f518330784e98bd801ec8"
... ...
@@ -10207,6 +10595,15 @@ test-exclude@^5.2.3:
10207 10595
     read-pkg-up "^4.0.0"
10208 10596
     require-main-filename "^2.0.0"
10209 10597
 
10598
+test-exclude@^6.0.0:
10599
+  version "6.0.0"
10600
+  resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
10601
+  integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
10602
+  dependencies:
10603
+    "@istanbuljs/schema" "^0.1.2"
10604
+    glob "^7.1.4"
10605
+    minimatch "^3.0.4"
10606
+
10210 10607
 text-table@0.2.0, text-table@^0.2.0:
10211 10608
   version "0.2.0"
10212 10609
   resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
... ...
@@ -10398,6 +10795,13 @@ type@^1.0.1:
10398 10795
   resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0"
10399 10796
   integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==
10400 10797
 
10798
+typedarray-to-buffer@^3.1.5:
10799
+  version "3.1.5"
10800
+  resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
10801
+  integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==
10802
+  dependencies:
10803
+    is-typedarray "^1.0.0"
10804
+
10401 10805
 typedarray@^0.0.6:
10402 10806
   version "0.0.6"
10403 10807
   resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
... ...
@@ -11090,6 +11494,16 @@ write-file-atomic@2.4.1:
11090 11494
     imurmurhash "^0.1.4"
11091 11495
     signal-exit "^3.0.2"
11092 11496
 
11497
+write-file-atomic@^3.0.0:
11498
+  version "3.0.1"
11499
+  resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.1.tgz#558328352e673b5bb192cf86500d60b230667d4b"
11500
+  integrity sha512-JPStrIyyVJ6oCSz/691fAjFtefZ6q+fP6tm+OS4Qw6o+TGQxNp1ziY2PgS+X/m0V8OWhZiO/m4xSj+Pr4RrZvw==
11501
+  dependencies:
11502
+    imurmurhash "^0.1.4"
11503
+    is-typedarray "^1.0.0"
11504
+    signal-exit "^3.0.2"
11505
+    typedarray-to-buffer "^3.1.5"
11506
+
11093 11507
 write@1.0.3:
11094 11508
   version "1.0.3"
11095 11509
   resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"