appium-uiautomator2-driver 2.4.8 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,22 +1,19 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "2.4.8",
3
+ "version": "2.6.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "2.4.8",
10
- "engines": [
11
- "node"
12
- ],
9
+ "version": "2.6.0",
13
10
  "license": "Apache-2.0",
14
11
  "dependencies": {
15
12
  "@babel/runtime": "^7.0.0",
16
- "appium-adb": "^9.10.2",
17
- "appium-android-driver": "^5.2.9",
18
- "appium-chromedriver": "^5.0.2",
19
- "appium-uiautomator2-server": "^5.6.0",
13
+ "appium-adb": "^9.10.9",
14
+ "appium-android-driver": "^5.4.0",
15
+ "appium-chromedriver": "^5.2.1",
16
+ "appium-uiautomator2-server": "^5.7.0",
20
17
  "asyncbox": "^2.3.1",
21
18
  "axios": "^0.x",
22
19
  "bluebird": "^3.5.1",
@@ -28,20 +25,22 @@
28
25
  },
29
26
  "devDependencies": {
30
27
  "@appium/eslint-config-appium": "^6.0.0",
31
- "@appium/gulp-plugins": "^7.0.0",
32
28
  "@appium/test-support": "^1.0.0",
33
- "@babel/core": "^7.16.0",
29
+ "@babel/cli": "^7.18.10",
30
+ "@babel/core": "^7.18.10",
31
+ "@babel/eslint-parser": "^7.18.9",
32
+ "@babel/plugin-transform-runtime": "^7.18.10",
33
+ "@babel/preset-env": "^7.18.10",
34
+ "@babel/register": "^7.18.9",
34
35
  "@semantic-release/git": "^10.0.1",
35
36
  "@xmldom/xmldom": "^0.x",
36
- "android-apidemos": "^4.0.0",
37
+ "android-apidemos": "^4.1.1",
38
+ "babel-plugin-source-map-support": "^2.2.0",
37
39
  "chai": "^4.1.0",
38
40
  "chai-as-promised": "^7.1.1",
39
41
  "eslint-config-prettier": "^8.5.0",
40
- "gps-demo-app": "^2.1.1",
41
- "gulp": "^4.0.0",
42
+ "lint-staged": "^13.0.3",
42
43
  "mocha": "^10.0.0",
43
- "mocha-junit-reporter": "^2.0.0",
44
- "mocha-multi-reporters": "^1.1.7",
45
44
  "pngjs": "^6.0.0",
46
45
  "pre-commit": "^1.2.2",
47
46
  "rimraf": "^3.0.0",
@@ -51,6 +50,10 @@
51
50
  "webdriverio": "^7.0.0",
52
51
  "xpath": "^0.x"
53
52
  },
53
+ "engines": {
54
+ "node": ">=14",
55
+ "npm": ">=8"
56
+ },
54
57
  "peerDependencies": {
55
58
  "appium": "^2.0.0-beta.40"
56
59
  }
@@ -90,6 +93,17 @@
90
93
  "npm": ">=8"
91
94
  }
92
95
  },
96
+ "node_modules/@appium/base-driver/node_modules/@babel/runtime": {
97
+ "version": "7.18.9",
98
+ "extraneous": true,
99
+ "license": "MIT",
100
+ "dependencies": {
101
+ "regenerator-runtime": "^0.13.4"
102
+ },
103
+ "engines": {
104
+ "node": ">=6.9.0"
105
+ }
106
+ },
93
107
  "node_modules/@appium/base-plugin": {
94
108
  "version": "1.10.2",
95
109
  "extraneous": true,
@@ -120,6 +134,17 @@
120
134
  "npm": ">=8"
121
135
  }
122
136
  },
137
+ "node_modules/@appium/docutils/node_modules/@babel/runtime": {
138
+ "version": "7.18.9",
139
+ "extraneous": true,
140
+ "license": "MIT",
141
+ "dependencies": {
142
+ "regenerator-runtime": "^0.13.4"
143
+ },
144
+ "engines": {
145
+ "node": ">=6.9.0"
146
+ }
147
+ },
123
148
  "node_modules/@appium/docutils/node_modules/teen_process": {
124
149
  "version": "1.16.0",
125
150
  "engines": [
@@ -217,6 +242,73 @@
217
242
  "npm": ">=8"
218
243
  }
219
244
  },
245
+ "node_modules/@appium/support/node_modules/@babel/runtime": {
246
+ "version": "7.18.9",
247
+ "license": "MIT",
248
+ "dependencies": {
249
+ "regenerator-runtime": "^0.13.4"
250
+ },
251
+ "engines": {
252
+ "node": ">=6.9.0"
253
+ }
254
+ },
255
+ "node_modules/@appium/support/node_modules/brace-expansion": {
256
+ "version": "2.0.1",
257
+ "license": "MIT",
258
+ "dependencies": {
259
+ "balanced-match": "^1.0.0"
260
+ }
261
+ },
262
+ "node_modules/@appium/support/node_modules/glob": {
263
+ "version": "8.0.3",
264
+ "license": "ISC",
265
+ "dependencies": {
266
+ "fs.realpath": "^1.0.0",
267
+ "inflight": "^1.0.4",
268
+ "inherits": "2",
269
+ "minimatch": "^5.0.1",
270
+ "once": "^1.3.0"
271
+ },
272
+ "engines": {
273
+ "node": ">=12"
274
+ },
275
+ "funding": {
276
+ "url": "https://github.com/sponsors/isaacs"
277
+ }
278
+ },
279
+ "node_modules/@appium/support/node_modules/lru-cache": {
280
+ "version": "6.0.0",
281
+ "license": "ISC",
282
+ "dependencies": {
283
+ "yallist": "^4.0.0"
284
+ },
285
+ "engines": {
286
+ "node": ">=10"
287
+ }
288
+ },
289
+ "node_modules/@appium/support/node_modules/minimatch": {
290
+ "version": "5.1.0",
291
+ "license": "ISC",
292
+ "dependencies": {
293
+ "brace-expansion": "^2.0.1"
294
+ },
295
+ "engines": {
296
+ "node": ">=10"
297
+ }
298
+ },
299
+ "node_modules/@appium/support/node_modules/semver": {
300
+ "version": "7.3.7",
301
+ "license": "ISC",
302
+ "dependencies": {
303
+ "lru-cache": "^6.0.0"
304
+ },
305
+ "bin": {
306
+ "semver": "bin/semver.js"
307
+ },
308
+ "engines": {
309
+ "node": ">=10"
310
+ }
311
+ },
220
312
  "node_modules/@appium/support/node_modules/teen_process": {
221
313
  "version": "1.16.0",
222
314
  "engines": [
@@ -261,6 +353,17 @@
261
353
  "appium": "^2.0.0-beta.35"
262
354
  }
263
355
  },
356
+ "node_modules/@appium/test-support/node_modules/@babel/runtime": {
357
+ "version": "7.18.9",
358
+ "dev": true,
359
+ "license": "MIT",
360
+ "dependencies": {
361
+ "regenerator-runtime": "^0.13.4"
362
+ },
363
+ "engines": {
364
+ "node": ">=6.9.0"
365
+ }
366
+ },
264
367
  "node_modules/@appium/test-support/node_modules/teen_process": {
265
368
  "version": "1.16.0",
266
369
  "dev": true,
@@ -322,7 +425,7 @@
322
425
  }
323
426
  },
324
427
  "node_modules/@babel/parser": {
325
- "version": "7.18.13",
428
+ "version": "7.19.0",
326
429
  "extraneous": true,
327
430
  "license": "MIT",
328
431
  "bin": {
@@ -333,7 +436,7 @@
333
436
  }
334
437
  },
335
438
  "node_modules/@babel/runtime": {
336
- "version": "7.18.9",
439
+ "version": "7.19.0",
337
440
  "license": "MIT",
338
441
  "dependencies": {
339
442
  "regenerator-runtime": "^0.13.4"
@@ -979,10 +1082,6 @@
979
1082
  "@types/node": "*"
980
1083
  }
981
1084
  },
982
- "node_modules/@types/json-buffer": {
983
- "version": "3.0.0",
984
- "license": "MIT"
985
- },
986
1085
  "node_modules/@types/json-schema": {
987
1086
  "version": "7.0.11",
988
1087
  "license": "MIT"
@@ -1037,7 +1136,7 @@
1037
1136
  "license": "MIT"
1038
1137
  },
1039
1138
  "node_modules/@types/minimatch": {
1040
- "version": "5.1.0",
1139
+ "version": "5.1.2",
1041
1140
  "license": "MIT"
1042
1141
  },
1043
1142
  "node_modules/@types/mv": {
@@ -1052,7 +1151,7 @@
1052
1151
  }
1053
1152
  },
1054
1153
  "node_modules/@types/node": {
1055
- "version": "18.7.13",
1154
+ "version": "18.7.15",
1056
1155
  "license": "MIT"
1057
1156
  },
1058
1157
  "node_modules/@types/normalize-package-data": {
@@ -1246,7 +1345,7 @@
1246
1345
  "license": "MIT"
1247
1346
  },
1248
1347
  "node_modules/appium-adb": {
1249
- "version": "9.10.8",
1348
+ "version": "9.10.9",
1250
1349
  "license": "Apache-2.0",
1251
1350
  "dependencies": {
1252
1351
  "@appium/support": "^2.55.3",
@@ -1268,20 +1367,40 @@
1268
1367
  "npm": ">=8"
1269
1368
  }
1270
1369
  },
1370
+ "node_modules/appium-adb/node_modules/semver": {
1371
+ "version": "7.3.7",
1372
+ "license": "ISC",
1373
+ "dependencies": {
1374
+ "lru-cache": "^6.0.0"
1375
+ },
1376
+ "bin": {
1377
+ "semver": "bin/semver.js"
1378
+ },
1379
+ "engines": {
1380
+ "node": ">=10"
1381
+ }
1382
+ },
1383
+ "node_modules/appium-adb/node_modules/semver/node_modules/lru-cache": {
1384
+ "version": "6.0.0",
1385
+ "license": "ISC",
1386
+ "dependencies": {
1387
+ "yallist": "^4.0.0"
1388
+ },
1389
+ "engines": {
1390
+ "node": ">=10"
1391
+ }
1392
+ },
1271
1393
  "node_modules/appium-android-driver": {
1272
- "version": "5.2.9",
1273
- "engines": [
1274
- "node"
1275
- ],
1394
+ "version": "5.4.0",
1276
1395
  "license": "Apache-2.0",
1277
1396
  "dependencies": {
1278
1397
  "@babel/runtime": "^7.0.0",
1279
- "appium-adb": "^9.10.2",
1280
- "appium-chromedriver": "^5.1.4",
1398
+ "appium-adb": "^9.10.9",
1399
+ "appium-chromedriver": "^5.2.0",
1281
1400
  "asyncbox": "^2.8.0",
1282
1401
  "axios": "^0.x",
1283
1402
  "bluebird": "^3.4.7",
1284
- "io.appium.settings": "^4.1.0",
1403
+ "io.appium.settings": "^4.2.1",
1285
1404
  "jimp": "^0.x",
1286
1405
  "lodash": "^4.17.4",
1287
1406
  "lru-cache": "^7.3.0",
@@ -1295,12 +1414,39 @@
1295
1414
  "teen_process": "^2.0.0",
1296
1415
  "ws": "^8.0.0"
1297
1416
  },
1417
+ "engines": {
1418
+ "node": ">=14",
1419
+ "npm": ">=8"
1420
+ },
1298
1421
  "peerDependencies": {
1299
1422
  "appium": "^2.0.0-beta.40"
1300
1423
  }
1301
1424
  },
1425
+ "node_modules/appium-android-driver/node_modules/semver": {
1426
+ "version": "7.3.7",
1427
+ "license": "ISC",
1428
+ "dependencies": {
1429
+ "lru-cache": "^6.0.0"
1430
+ },
1431
+ "bin": {
1432
+ "semver": "bin/semver.js"
1433
+ },
1434
+ "engines": {
1435
+ "node": ">=10"
1436
+ }
1437
+ },
1438
+ "node_modules/appium-android-driver/node_modules/semver/node_modules/lru-cache": {
1439
+ "version": "6.0.0",
1440
+ "license": "ISC",
1441
+ "dependencies": {
1442
+ "yallist": "^4.0.0"
1443
+ },
1444
+ "engines": {
1445
+ "node": ">=10"
1446
+ }
1447
+ },
1302
1448
  "node_modules/appium-chromedriver": {
1303
- "version": "5.1.7",
1449
+ "version": "5.2.1",
1304
1450
  "hasInstallScript": true,
1305
1451
  "license": "Apache-2.0",
1306
1452
  "dependencies": {
@@ -1319,15 +1465,42 @@
1319
1465
  },
1320
1466
  "engines": {
1321
1467
  "node": ">=14",
1322
- "npm": ">=6"
1468
+ "npm": ">=8"
1323
1469
  },
1324
1470
  "peerDependencies": {
1325
1471
  "appium": "^2.0.0-beta.40"
1326
1472
  }
1327
1473
  },
1474
+ "node_modules/appium-chromedriver/node_modules/lru-cache": {
1475
+ "version": "6.0.0",
1476
+ "license": "ISC",
1477
+ "dependencies": {
1478
+ "yallist": "^4.0.0"
1479
+ },
1480
+ "engines": {
1481
+ "node": ">=10"
1482
+ }
1483
+ },
1484
+ "node_modules/appium-chromedriver/node_modules/semver": {
1485
+ "version": "7.3.7",
1486
+ "license": "ISC",
1487
+ "dependencies": {
1488
+ "lru-cache": "^6.0.0"
1489
+ },
1490
+ "bin": {
1491
+ "semver": "bin/semver.js"
1492
+ },
1493
+ "engines": {
1494
+ "node": ">=10"
1495
+ }
1496
+ },
1328
1497
  "node_modules/appium-uiautomator2-server": {
1329
- "version": "5.6.2",
1330
- "license": "Apache-2.0"
1498
+ "version": "5.7.0",
1499
+ "license": "Apache-2.0",
1500
+ "engines": {
1501
+ "node": ">=14",
1502
+ "npm": ">=8"
1503
+ }
1331
1504
  },
1332
1505
  "node_modules/aproba": {
1333
1506
  "version": "2.0.0",
@@ -1368,24 +1541,6 @@
1368
1541
  "node": ">= 6"
1369
1542
  }
1370
1543
  },
1371
- "node_modules/archiver-utils/node_modules/glob": {
1372
- "version": "7.2.3",
1373
- "license": "ISC",
1374
- "dependencies": {
1375
- "fs.realpath": "^1.0.0",
1376
- "inflight": "^1.0.4",
1377
- "inherits": "2",
1378
- "minimatch": "^3.1.1",
1379
- "once": "^1.3.0",
1380
- "path-is-absolute": "^1.0.0"
1381
- },
1382
- "engines": {
1383
- "node": "*"
1384
- },
1385
- "funding": {
1386
- "url": "https://github.com/sponsors/isaacs"
1387
- }
1388
- },
1389
1544
  "node_modules/archiver-utils/node_modules/readable-stream": {
1390
1545
  "version": "2.3.7",
1391
1546
  "license": "MIT",
@@ -1683,14 +1838,6 @@
1683
1838
  "url": "https://github.com/sponsors/sindresorhus"
1684
1839
  }
1685
1840
  },
1686
- "node_modules/cacheable-request/node_modules/pump": {
1687
- "version": "3.0.0",
1688
- "license": "MIT",
1689
- "dependencies": {
1690
- "end-of-stream": "^1.1.0",
1691
- "once": "^1.3.1"
1692
- }
1693
- },
1694
1841
  "node_modules/call-bind": {
1695
1842
  "version": "1.0.2",
1696
1843
  "extraneous": true,
@@ -1790,6 +1937,14 @@
1790
1937
  "url": "https://github.com/sponsors/sindresorhus"
1791
1938
  }
1792
1939
  },
1940
+ "node_modules/clone": {
1941
+ "version": "1.0.4",
1942
+ "extraneous": true,
1943
+ "license": "MIT",
1944
+ "engines": {
1945
+ "node": ">=0.8"
1946
+ }
1947
+ },
1793
1948
  "node_modules/clone-response": {
1794
1949
  "version": "1.0.3",
1795
1950
  "license": "MIT",
@@ -1855,29 +2010,10 @@
1855
2010
  "node": ">= 0.8"
1856
2011
  }
1857
2012
  },
1858
- "node_modules/commander": {
1859
- "version": "6.2.1",
1860
- "extraneous": true,
1861
- "license": "MIT",
1862
- "engines": {
1863
- "node": ">= 6"
1864
- }
1865
- },
1866
2013
  "node_modules/compare-versions": {
1867
2014
  "version": "5.0.1",
1868
2015
  "license": "MIT"
1869
2016
  },
1870
- "node_modules/compress-brotli": {
1871
- "version": "1.3.8",
1872
- "license": "MIT",
1873
- "dependencies": {
1874
- "@types/json-buffer": "~3.0.0",
1875
- "json-buffer": "~3.0.1"
1876
- },
1877
- "engines": {
1878
- "node": ">= 12"
1879
- }
1880
- },
1881
2017
  "node_modules/compress-commons": {
1882
2018
  "version": "4.1.1",
1883
2019
  "license": "MIT",
@@ -2062,14 +2198,6 @@
2062
2198
  "clone": "^1.0.2"
2063
2199
  }
2064
2200
  },
2065
- "node_modules/defaults/node_modules/clone": {
2066
- "version": "1.0.4",
2067
- "extraneous": true,
2068
- "license": "MIT",
2069
- "engines": {
2070
- "node": ">=0.8"
2071
- }
2072
- },
2073
2201
  "node_modules/defer-to-connect": {
2074
2202
  "version": "2.0.1",
2075
2203
  "license": "MIT",
@@ -2145,10 +2273,6 @@
2145
2273
  "extraneous": true,
2146
2274
  "license": "MIT"
2147
2275
  },
2148
- "node_modules/emoji-regex": {
2149
- "version": "8.0.0",
2150
- "license": "MIT"
2151
- },
2152
2276
  "node_modules/enabled": {
2153
2277
  "version": "2.0.0",
2154
2278
  "extraneous": true,
@@ -2185,7 +2309,7 @@
2185
2309
  }
2186
2310
  },
2187
2311
  "node_modules/es-abstract": {
2188
- "version": "1.20.1",
2312
+ "version": "1.20.2",
2189
2313
  "extraneous": true,
2190
2314
  "license": "MIT",
2191
2315
  "dependencies": {
@@ -2193,7 +2317,7 @@
2193
2317
  "es-to-primitive": "^1.2.1",
2194
2318
  "function-bind": "^1.1.1",
2195
2319
  "function.prototype.name": "^1.1.5",
2196
- "get-intrinsic": "^1.1.1",
2320
+ "get-intrinsic": "^1.1.2",
2197
2321
  "get-symbol-description": "^1.0.0",
2198
2322
  "has": "^1.0.3",
2199
2323
  "has-property-descriptors": "^1.0.0",
@@ -2205,9 +2329,9 @@
2205
2329
  "is-shared-array-buffer": "^1.0.2",
2206
2330
  "is-string": "^1.0.7",
2207
2331
  "is-weakref": "^1.0.2",
2208
- "object-inspect": "^1.12.0",
2332
+ "object-inspect": "^1.12.2",
2209
2333
  "object-keys": "^1.1.1",
2210
- "object.assign": "^4.1.2",
2334
+ "object.assign": "^4.1.4",
2211
2335
  "regexp.prototype.flags": "^1.4.3",
2212
2336
  "string.prototype.trimend": "^1.0.5",
2213
2337
  "string.prototype.trimstart": "^1.0.5",
@@ -2557,6 +2681,29 @@
2557
2681
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2558
2682
  }
2559
2683
  },
2684
+ "node_modules/gauge/node_modules/emoji-regex": {
2685
+ "version": "8.0.0",
2686
+ "license": "MIT"
2687
+ },
2688
+ "node_modules/gauge/node_modules/is-fullwidth-code-point": {
2689
+ "version": "3.0.0",
2690
+ "license": "MIT",
2691
+ "engines": {
2692
+ "node": ">=8"
2693
+ }
2694
+ },
2695
+ "node_modules/gauge/node_modules/string-width": {
2696
+ "version": "4.2.3",
2697
+ "license": "MIT",
2698
+ "dependencies": {
2699
+ "emoji-regex": "^8.0.0",
2700
+ "is-fullwidth-code-point": "^3.0.0",
2701
+ "strip-ansi": "^6.0.1"
2702
+ },
2703
+ "engines": {
2704
+ "node": ">=8"
2705
+ }
2706
+ },
2560
2707
  "node_modules/get-func-name": {
2561
2708
  "version": "2.0.0",
2562
2709
  "dev": true,
@@ -2623,39 +2770,23 @@
2623
2770
  }
2624
2771
  },
2625
2772
  "node_modules/glob": {
2626
- "version": "8.0.3",
2773
+ "version": "7.2.3",
2627
2774
  "license": "ISC",
2628
2775
  "dependencies": {
2629
2776
  "fs.realpath": "^1.0.0",
2630
2777
  "inflight": "^1.0.4",
2631
2778
  "inherits": "2",
2632
- "minimatch": "^5.0.1",
2633
- "once": "^1.3.0"
2779
+ "minimatch": "^3.1.1",
2780
+ "once": "^1.3.0",
2781
+ "path-is-absolute": "^1.0.0"
2634
2782
  },
2635
2783
  "engines": {
2636
- "node": ">=12"
2784
+ "node": "*"
2637
2785
  },
2638
2786
  "funding": {
2639
2787
  "url": "https://github.com/sponsors/isaacs"
2640
2788
  }
2641
2789
  },
2642
- "node_modules/glob/node_modules/brace-expansion": {
2643
- "version": "2.0.1",
2644
- "license": "MIT",
2645
- "dependencies": {
2646
- "balanced-match": "^1.0.0"
2647
- }
2648
- },
2649
- "node_modules/glob/node_modules/minimatch": {
2650
- "version": "5.1.0",
2651
- "license": "ISC",
2652
- "dependencies": {
2653
- "brace-expansion": "^2.0.1"
2654
- },
2655
- "engines": {
2656
- "node": ">=10"
2657
- }
2658
- },
2659
2790
  "node_modules/global": {
2660
2791
  "version": "4.4.0",
2661
2792
  "license": "MIT",
@@ -2868,8 +2999,12 @@
2868
2999
  }
2869
3000
  },
2870
3001
  "node_modules/io.appium.settings": {
2871
- "version": "4.1.2",
2872
- "license": "Apache-2.0"
3002
+ "version": "4.2.1",
3003
+ "license": "Apache-2.0",
3004
+ "engines": {
3005
+ "node": ">=14",
3006
+ "npm": ">=8"
3007
+ }
2873
3008
  },
2874
3009
  "node_modules/ipaddr.js": {
2875
3010
  "version": "1.9.1",
@@ -2944,13 +3079,6 @@
2944
3079
  "url": "https://github.com/sponsors/ljharb"
2945
3080
  }
2946
3081
  },
2947
- "node_modules/is-fullwidth-code-point": {
2948
- "version": "3.0.0",
2949
- "license": "MIT",
2950
- "engines": {
2951
- "node": ">=8"
2952
- }
2953
- },
2954
3082
  "node_modules/is-function": {
2955
3083
  "version": "1.0.2",
2956
3084
  "license": "MIT"
@@ -3219,10 +3347,9 @@
3219
3347
  "license": "MIT"
3220
3348
  },
3221
3349
  "node_modules/keyv": {
3222
- "version": "4.4.1",
3350
+ "version": "4.5.0",
3223
3351
  "license": "MIT",
3224
3352
  "dependencies": {
3225
- "compress-brotli": "^1.3.8",
3226
3353
  "json-buffer": "3.0.1"
3227
3354
  }
3228
3355
  },
@@ -3502,7 +3629,7 @@
3502
3629
  }
3503
3630
  },
3504
3631
  "node_modules/marked": {
3505
- "version": "4.0.19",
3632
+ "version": "4.1.0",
3506
3633
  "extraneous": true,
3507
3634
  "license": "MIT",
3508
3635
  "bin": {
@@ -4031,6 +4158,14 @@
4031
4158
  "package-changed": "bin/package-changed.js"
4032
4159
  }
4033
4160
  },
4161
+ "node_modules/package-changed/node_modules/commander": {
4162
+ "version": "6.2.1",
4163
+ "extraneous": true,
4164
+ "license": "MIT",
4165
+ "engines": {
4166
+ "node": ">= 6"
4167
+ }
4168
+ },
4034
4169
  "node_modules/pako": {
4035
4170
  "version": "1.0.11",
4036
4171
  "license": "(MIT AND Zlib)"
@@ -4252,6 +4387,14 @@
4252
4387
  "node": ">= 0.10"
4253
4388
  }
4254
4389
  },
4390
+ "node_modules/pump": {
4391
+ "version": "3.0.0",
4392
+ "license": "MIT",
4393
+ "dependencies": {
4394
+ "end-of-stream": "^1.1.0",
4395
+ "once": "^1.3.1"
4396
+ }
4397
+ },
4255
4398
  "node_modules/punycode": {
4256
4399
  "version": "2.1.1",
4257
4400
  "extraneous": true,
@@ -4459,24 +4602,6 @@
4459
4602
  "url": "https://github.com/sponsors/isaacs"
4460
4603
  }
4461
4604
  },
4462
- "node_modules/rimraf/node_modules/glob": {
4463
- "version": "7.2.3",
4464
- "license": "ISC",
4465
- "dependencies": {
4466
- "fs.realpath": "^1.0.0",
4467
- "inflight": "^1.0.4",
4468
- "inherits": "2",
4469
- "minimatch": "^3.1.1",
4470
- "once": "^1.3.0",
4471
- "path-is-absolute": "^1.0.0"
4472
- },
4473
- "engines": {
4474
- "node": "*"
4475
- },
4476
- "funding": {
4477
- "url": "https://github.com/sponsors/isaacs"
4478
- }
4479
- },
4480
4605
  "node_modules/safe-buffer": {
4481
4606
  "version": "5.1.2",
4482
4607
  "license": "MIT"
@@ -4505,29 +4630,6 @@
4505
4630
  "version": "1.2.4",
4506
4631
  "license": "ISC"
4507
4632
  },
4508
- "node_modules/semver": {
4509
- "version": "7.3.7",
4510
- "license": "ISC",
4511
- "dependencies": {
4512
- "lru-cache": "^6.0.0"
4513
- },
4514
- "bin": {
4515
- "semver": "bin/semver.js"
4516
- },
4517
- "engines": {
4518
- "node": ">=10"
4519
- }
4520
- },
4521
- "node_modules/semver/node_modules/lru-cache": {
4522
- "version": "6.0.0",
4523
- "license": "ISC",
4524
- "dependencies": {
4525
- "yallist": "^4.0.0"
4526
- },
4527
- "engines": {
4528
- "node": ">=10"
4529
- }
4530
- },
4531
4633
  "node_modules/send": {
4532
4634
  "version": "0.18.0",
4533
4635
  "extraneous": true,
@@ -4808,18 +4910,6 @@
4808
4910
  ],
4809
4911
  "license": "MIT"
4810
4912
  },
4811
- "node_modules/string-width": {
4812
- "version": "4.2.3",
4813
- "license": "MIT",
4814
- "dependencies": {
4815
- "emoji-regex": "^8.0.0",
4816
- "is-fullwidth-code-point": "^3.0.0",
4817
- "strip-ansi": "^6.0.1"
4818
- },
4819
- "engines": {
4820
- "node": ">=8"
4821
- }
4822
- },
4823
4913
  "node_modules/string.prototype.matchall": {
4824
4914
  "version": "4.0.7",
4825
4915
  "extraneous": true,
@@ -4938,8 +5028,18 @@
4938
5028
  "which": "2.0.2"
4939
5029
  },
4940
5030
  "engines": {
4941
- "node": ">=14",
4942
- "npm": ">=6"
5031
+ "node": ">=14",
5032
+ "npm": ">=6"
5033
+ }
5034
+ },
5035
+ "node_modules/teen_process/node_modules/@babel/runtime": {
5036
+ "version": "7.18.9",
5037
+ "license": "MIT",
5038
+ "dependencies": {
5039
+ "regenerator-runtime": "^0.13.4"
5040
+ },
5041
+ "engines": {
5042
+ "node": ">=6.9.0"
4943
5043
  }
4944
5044
  },
4945
5045
  "node_modules/text-hex": {
@@ -5178,6 +5278,29 @@
5178
5278
  "string-width": "^1.0.2 || 2 || 3 || 4"
5179
5279
  }
5180
5280
  },
5281
+ "node_modules/wide-align/node_modules/emoji-regex": {
5282
+ "version": "8.0.0",
5283
+ "license": "MIT"
5284
+ },
5285
+ "node_modules/wide-align/node_modules/is-fullwidth-code-point": {
5286
+ "version": "3.0.0",
5287
+ "license": "MIT",
5288
+ "engines": {
5289
+ "node": ">=8"
5290
+ }
5291
+ },
5292
+ "node_modules/wide-align/node_modules/string-width": {
5293
+ "version": "4.2.3",
5294
+ "license": "MIT",
5295
+ "dependencies": {
5296
+ "emoji-regex": "^8.0.0",
5297
+ "is-fullwidth-code-point": "^3.0.0",
5298
+ "strip-ansi": "^6.0.1"
5299
+ },
5300
+ "engines": {
5301
+ "node": ">=8"
5302
+ }
5303
+ },
5181
5304
  "node_modules/winston": {
5182
5305
  "version": "3.8.1",
5183
5306
  "extraneous": true,
@@ -5257,6 +5380,32 @@
5257
5380
  "extraneous": true,
5258
5381
  "license": "MIT"
5259
5382
  },
5383
+ "node_modules/wrap-ansi/node_modules/emoji-regex": {
5384
+ "version": "8.0.0",
5385
+ "extraneous": true,
5386
+ "license": "MIT"
5387
+ },
5388
+ "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
5389
+ "version": "3.0.0",
5390
+ "extraneous": true,
5391
+ "license": "MIT",
5392
+ "engines": {
5393
+ "node": ">=8"
5394
+ }
5395
+ },
5396
+ "node_modules/wrap-ansi/node_modules/string-width": {
5397
+ "version": "4.2.3",
5398
+ "extraneous": true,
5399
+ "license": "MIT",
5400
+ "dependencies": {
5401
+ "emoji-regex": "^8.0.0",
5402
+ "is-fullwidth-code-point": "^3.0.0",
5403
+ "strip-ansi": "^6.0.1"
5404
+ },
5405
+ "engines": {
5406
+ "node": ">=8"
5407
+ }
5408
+ },
5260
5409
  "node_modules/wrappy": {
5261
5410
  "version": "1.0.2",
5262
5411
  "license": "ISC"
@@ -5410,6 +5559,15 @@
5410
5559
  "source-map-support": "0.5.21",
5411
5560
  "type-fest": "2.18.0",
5412
5561
  "validate.js": "0.13.1"
5562
+ },
5563
+ "dependencies": {
5564
+ "@babel/runtime": {
5565
+ "version": "7.18.9",
5566
+ "extraneous": true,
5567
+ "requires": {
5568
+ "regenerator-runtime": "^0.13.4"
5569
+ }
5570
+ }
5413
5571
  }
5414
5572
  },
5415
5573
  "@appium/base-plugin": {
@@ -5432,6 +5590,13 @@
5432
5590
  "teen_process": "1.16.0"
5433
5591
  },
5434
5592
  "dependencies": {
5593
+ "@babel/runtime": {
5594
+ "version": "7.18.9",
5595
+ "extraneous": true,
5596
+ "requires": {
5597
+ "regenerator-runtime": "^0.13.4"
5598
+ }
5599
+ },
5435
5600
  "teen_process": {
5436
5601
  "version": "1.16.0",
5437
5602
  "extraneous": true,
@@ -5517,6 +5682,46 @@
5517
5682
  "yauzl": "2.10.0"
5518
5683
  },
5519
5684
  "dependencies": {
5685
+ "@babel/runtime": {
5686
+ "version": "7.18.9",
5687
+ "requires": {
5688
+ "regenerator-runtime": "^0.13.4"
5689
+ }
5690
+ },
5691
+ "brace-expansion": {
5692
+ "version": "2.0.1",
5693
+ "requires": {
5694
+ "balanced-match": "^1.0.0"
5695
+ }
5696
+ },
5697
+ "glob": {
5698
+ "version": "8.0.3",
5699
+ "requires": {
5700
+ "fs.realpath": "^1.0.0",
5701
+ "inflight": "^1.0.4",
5702
+ "inherits": "2",
5703
+ "minimatch": "^5.0.1",
5704
+ "once": "^1.3.0"
5705
+ }
5706
+ },
5707
+ "lru-cache": {
5708
+ "version": "6.0.0",
5709
+ "requires": {
5710
+ "yallist": "^4.0.0"
5711
+ }
5712
+ },
5713
+ "minimatch": {
5714
+ "version": "5.1.0",
5715
+ "requires": {
5716
+ "brace-expansion": "^2.0.1"
5717
+ }
5718
+ },
5719
+ "semver": {
5720
+ "version": "7.3.7",
5721
+ "requires": {
5722
+ "lru-cache": "^6.0.0"
5723
+ }
5724
+ },
5520
5725
  "teen_process": {
5521
5726
  "version": "1.16.0",
5522
5727
  "requires": {
@@ -5547,6 +5752,13 @@
5547
5752
  "teen_process": "1.16.0"
5548
5753
  },
5549
5754
  "dependencies": {
5755
+ "@babel/runtime": {
5756
+ "version": "7.18.9",
5757
+ "dev": true,
5758
+ "requires": {
5759
+ "regenerator-runtime": "^0.13.4"
5760
+ }
5761
+ },
5550
5762
  "teen_process": {
5551
5763
  "version": "1.16.0",
5552
5764
  "dev": true,
@@ -5589,11 +5801,11 @@
5589
5801
  }
5590
5802
  },
5591
5803
  "@babel/parser": {
5592
- "version": "7.18.13",
5804
+ "version": "7.19.0",
5593
5805
  "extraneous": true
5594
5806
  },
5595
5807
  "@babel/runtime": {
5596
- "version": "7.18.9",
5808
+ "version": "7.19.0",
5597
5809
  "requires": {
5598
5810
  "regenerator-runtime": "^0.13.4"
5599
5811
  }
@@ -6039,9 +6251,6 @@
6039
6251
  "@types/node": "*"
6040
6252
  }
6041
6253
  },
6042
- "@types/json-buffer": {
6043
- "version": "3.0.0"
6044
- },
6045
6254
  "@types/json-schema": {
6046
6255
  "version": "7.0.11"
6047
6256
  },
@@ -6087,7 +6296,7 @@
6087
6296
  "version": "3.0.1"
6088
6297
  },
6089
6298
  "@types/minimatch": {
6090
- "version": "5.1.0"
6299
+ "version": "5.1.2"
6091
6300
  },
6092
6301
  "@types/mv": {
6093
6302
  "version": "2.1.2"
@@ -6099,7 +6308,7 @@
6099
6308
  }
6100
6309
  },
6101
6310
  "@types/node": {
6102
- "version": "18.7.13"
6311
+ "version": "18.7.15"
6103
6312
  },
6104
6313
  "@types/normalize-package-data": {
6105
6314
  "version": "2.4.1"
@@ -6235,7 +6444,7 @@
6235
6444
  "version": "1.1.0"
6236
6445
  },
6237
6446
  "appium-adb": {
6238
- "version": "9.10.8",
6447
+ "version": "9.10.9",
6239
6448
  "requires": {
6240
6449
  "@appium/support": "^2.55.3",
6241
6450
  "@babel/runtime": "^7.0.0",
@@ -6250,18 +6459,34 @@
6250
6459
  "source-map-support": "^0.x",
6251
6460
  "teen_process": "^2.0.1",
6252
6461
  "utf7": "^1.0.2"
6462
+ },
6463
+ "dependencies": {
6464
+ "semver": {
6465
+ "version": "7.3.7",
6466
+ "requires": {
6467
+ "lru-cache": "^6.0.0"
6468
+ },
6469
+ "dependencies": {
6470
+ "lru-cache": {
6471
+ "version": "6.0.0",
6472
+ "requires": {
6473
+ "yallist": "^4.0.0"
6474
+ }
6475
+ }
6476
+ }
6477
+ }
6253
6478
  }
6254
6479
  },
6255
6480
  "appium-android-driver": {
6256
- "version": "5.2.9",
6481
+ "version": "5.4.0",
6257
6482
  "requires": {
6258
6483
  "@babel/runtime": "^7.0.0",
6259
- "appium-adb": "^9.10.2",
6260
- "appium-chromedriver": "^5.1.4",
6484
+ "appium-adb": "^9.10.9",
6485
+ "appium-chromedriver": "^5.2.0",
6261
6486
  "asyncbox": "^2.8.0",
6262
6487
  "axios": "^0.x",
6263
6488
  "bluebird": "^3.4.7",
6264
- "io.appium.settings": "^4.1.0",
6489
+ "io.appium.settings": "^4.2.1",
6265
6490
  "jimp": "^0.x",
6266
6491
  "lodash": "^4.17.4",
6267
6492
  "lru-cache": "^7.3.0",
@@ -6274,10 +6499,26 @@
6274
6499
  "source-map-support": "^0.x",
6275
6500
  "teen_process": "^2.0.0",
6276
6501
  "ws": "^8.0.0"
6502
+ },
6503
+ "dependencies": {
6504
+ "semver": {
6505
+ "version": "7.3.7",
6506
+ "requires": {
6507
+ "lru-cache": "^6.0.0"
6508
+ },
6509
+ "dependencies": {
6510
+ "lru-cache": {
6511
+ "version": "6.0.0",
6512
+ "requires": {
6513
+ "yallist": "^4.0.0"
6514
+ }
6515
+ }
6516
+ }
6517
+ }
6277
6518
  }
6278
6519
  },
6279
6520
  "appium-chromedriver": {
6280
- "version": "5.1.7",
6521
+ "version": "5.2.1",
6281
6522
  "requires": {
6282
6523
  "@babel/runtime": "^7.0.0",
6283
6524
  "@xmldom/xmldom": "^0.x",
@@ -6291,10 +6532,24 @@
6291
6532
  "source-map-support": "^0.x",
6292
6533
  "teen_process": "^2.0.0",
6293
6534
  "xpath": "^0.x"
6535
+ },
6536
+ "dependencies": {
6537
+ "lru-cache": {
6538
+ "version": "6.0.0",
6539
+ "requires": {
6540
+ "yallist": "^4.0.0"
6541
+ }
6542
+ },
6543
+ "semver": {
6544
+ "version": "7.3.7",
6545
+ "requires": {
6546
+ "lru-cache": "^6.0.0"
6547
+ }
6548
+ }
6294
6549
  }
6295
6550
  },
6296
6551
  "appium-uiautomator2-server": {
6297
- "version": "5.6.2"
6552
+ "version": "5.7.0"
6298
6553
  },
6299
6554
  "aproba": {
6300
6555
  "version": "2.0.0"
@@ -6326,17 +6581,6 @@
6326
6581
  "readable-stream": "^2.0.0"
6327
6582
  },
6328
6583
  "dependencies": {
6329
- "glob": {
6330
- "version": "7.2.3",
6331
- "requires": {
6332
- "fs.realpath": "^1.0.0",
6333
- "inflight": "^1.0.4",
6334
- "inherits": "2",
6335
- "minimatch": "^3.1.1",
6336
- "once": "^1.3.0",
6337
- "path-is-absolute": "^1.0.0"
6338
- }
6339
- },
6340
6584
  "readable-stream": {
6341
6585
  "version": "2.3.7",
6342
6586
  "requires": {
@@ -6529,13 +6773,6 @@
6529
6773
  "requires": {
6530
6774
  "pump": "^3.0.0"
6531
6775
  }
6532
- },
6533
- "pump": {
6534
- "version": "3.0.0",
6535
- "requires": {
6536
- "end-of-stream": "^1.1.0",
6537
- "once": "^1.3.1"
6538
- }
6539
6776
  }
6540
6777
  }
6541
6778
  },
@@ -6601,6 +6838,10 @@
6601
6838
  "version": "2.7.0",
6602
6839
  "extraneous": true
6603
6840
  },
6841
+ "clone": {
6842
+ "version": "1.0.4",
6843
+ "extraneous": true
6844
+ },
6604
6845
  "clone-response": {
6605
6846
  "version": "1.0.3",
6606
6847
  "requires": {
@@ -6649,20 +6890,9 @@
6649
6890
  "delayed-stream": "~1.0.0"
6650
6891
  }
6651
6892
  },
6652
- "commander": {
6653
- "version": "6.2.1",
6654
- "extraneous": true
6655
- },
6656
6893
  "compare-versions": {
6657
6894
  "version": "5.0.1"
6658
6895
  },
6659
- "compress-brotli": {
6660
- "version": "1.3.8",
6661
- "requires": {
6662
- "@types/json-buffer": "~3.0.0",
6663
- "json-buffer": "~3.0.1"
6664
- }
6665
- },
6666
6896
  "compress-commons": {
6667
6897
  "version": "4.1.1",
6668
6898
  "requires": {
@@ -6765,12 +6995,6 @@
6765
6995
  "extraneous": true,
6766
6996
  "requires": {
6767
6997
  "clone": "^1.0.2"
6768
- },
6769
- "dependencies": {
6770
- "clone": {
6771
- "version": "1.0.4",
6772
- "extraneous": true
6773
- }
6774
6998
  }
6775
6999
  },
6776
7000
  "defer-to-connect": {
@@ -6816,9 +7040,6 @@
6816
7040
  "version": "1.1.1",
6817
7041
  "extraneous": true
6818
7042
  },
6819
- "emoji-regex": {
6820
- "version": "8.0.0"
6821
- },
6822
7043
  "enabled": {
6823
7044
  "version": "2.0.0",
6824
7045
  "extraneous": true
@@ -6844,14 +7065,14 @@
6844
7065
  }
6845
7066
  },
6846
7067
  "es-abstract": {
6847
- "version": "1.20.1",
7068
+ "version": "1.20.2",
6848
7069
  "extraneous": true,
6849
7070
  "requires": {
6850
7071
  "call-bind": "^1.0.2",
6851
7072
  "es-to-primitive": "^1.2.1",
6852
7073
  "function-bind": "^1.1.1",
6853
7074
  "function.prototype.name": "^1.1.5",
6854
- "get-intrinsic": "^1.1.1",
7075
+ "get-intrinsic": "^1.1.2",
6855
7076
  "get-symbol-description": "^1.0.0",
6856
7077
  "has": "^1.0.3",
6857
7078
  "has-property-descriptors": "^1.0.0",
@@ -6863,9 +7084,9 @@
6863
7084
  "is-shared-array-buffer": "^1.0.2",
6864
7085
  "is-string": "^1.0.7",
6865
7086
  "is-weakref": "^1.0.2",
6866
- "object-inspect": "^1.12.0",
7087
+ "object-inspect": "^1.12.2",
6867
7088
  "object-keys": "^1.1.1",
6868
- "object.assign": "^4.1.2",
7089
+ "object.assign": "^4.1.4",
6869
7090
  "regexp.prototype.flags": "^1.4.3",
6870
7091
  "string.prototype.trimend": "^1.0.5",
6871
7092
  "string.prototype.trimstart": "^1.0.5",
@@ -7095,6 +7316,22 @@
7095
7316
  "string-width": "^4.2.3",
7096
7317
  "strip-ansi": "^6.0.1",
7097
7318
  "wide-align": "^1.1.5"
7319
+ },
7320
+ "dependencies": {
7321
+ "emoji-regex": {
7322
+ "version": "8.0.0"
7323
+ },
7324
+ "is-fullwidth-code-point": {
7325
+ "version": "3.0.0"
7326
+ },
7327
+ "string-width": {
7328
+ "version": "4.2.3",
7329
+ "requires": {
7330
+ "emoji-regex": "^8.0.0",
7331
+ "is-fullwidth-code-point": "^3.0.0",
7332
+ "strip-ansi": "^6.0.1"
7333
+ }
7334
+ }
7098
7335
  }
7099
7336
  },
7100
7337
  "get-func-name": {
@@ -7133,27 +7370,14 @@
7133
7370
  }
7134
7371
  },
7135
7372
  "glob": {
7136
- "version": "8.0.3",
7373
+ "version": "7.2.3",
7137
7374
  "requires": {
7138
7375
  "fs.realpath": "^1.0.0",
7139
7376
  "inflight": "^1.0.4",
7140
7377
  "inherits": "2",
7141
- "minimatch": "^5.0.1",
7142
- "once": "^1.3.0"
7143
- },
7144
- "dependencies": {
7145
- "brace-expansion": {
7146
- "version": "2.0.1",
7147
- "requires": {
7148
- "balanced-match": "^1.0.0"
7149
- }
7150
- },
7151
- "minimatch": {
7152
- "version": "5.1.0",
7153
- "requires": {
7154
- "brace-expansion": "^2.0.1"
7155
- }
7156
- }
7378
+ "minimatch": "^3.1.1",
7379
+ "once": "^1.3.0",
7380
+ "path-is-absolute": "^1.0.0"
7157
7381
  }
7158
7382
  },
7159
7383
  "global": {
@@ -7288,7 +7512,7 @@
7288
7512
  }
7289
7513
  },
7290
7514
  "io.appium.settings": {
7291
- "version": "4.1.2"
7515
+ "version": "4.2.1"
7292
7516
  },
7293
7517
  "ipaddr.js": {
7294
7518
  "version": "1.9.1",
@@ -7329,9 +7553,6 @@
7329
7553
  "has-tostringtag": "^1.0.0"
7330
7554
  }
7331
7555
  },
7332
- "is-fullwidth-code-point": {
7333
- "version": "3.0.0"
7334
- },
7335
7556
  "is-function": {
7336
7557
  "version": "1.0.2"
7337
7558
  },
@@ -7503,9 +7724,8 @@
7503
7724
  "dev": true
7504
7725
  },
7505
7726
  "keyv": {
7506
- "version": "4.4.1",
7727
+ "version": "4.5.0",
7507
7728
  "requires": {
7508
- "compress-brotli": "^1.3.8",
7509
7729
  "json-buffer": "3.0.1"
7510
7730
  }
7511
7731
  },
@@ -7702,7 +7922,7 @@
7702
7922
  "requires": {}
7703
7923
  },
7704
7924
  "marked": {
7705
- "version": "4.0.19",
7925
+ "version": "4.1.0",
7706
7926
  "extraneous": true
7707
7927
  },
7708
7928
  "mdurl": {
@@ -8038,6 +8258,12 @@
8038
8258
  "extraneous": true,
8039
8259
  "requires": {
8040
8260
  "commander": "^6.2.0"
8261
+ },
8262
+ "dependencies": {
8263
+ "commander": {
8264
+ "version": "6.2.1",
8265
+ "extraneous": true
8266
+ }
8041
8267
  }
8042
8268
  },
8043
8269
  "pako": {
@@ -8183,6 +8409,13 @@
8183
8409
  "ipaddr.js": "1.9.1"
8184
8410
  }
8185
8411
  },
8412
+ "pump": {
8413
+ "version": "3.0.0",
8414
+ "requires": {
8415
+ "end-of-stream": "^1.1.0",
8416
+ "once": "^1.3.1"
8417
+ }
8418
+ },
8186
8419
  "punycode": {
8187
8420
  "version": "2.1.1",
8188
8421
  "extraneous": true
@@ -8308,19 +8541,6 @@
8308
8541
  "version": "3.0.2",
8309
8542
  "requires": {
8310
8543
  "glob": "^7.1.3"
8311
- },
8312
- "dependencies": {
8313
- "glob": {
8314
- "version": "7.2.3",
8315
- "requires": {
8316
- "fs.realpath": "^1.0.0",
8317
- "inflight": "^1.0.4",
8318
- "inherits": "2",
8319
- "minimatch": "^3.1.1",
8320
- "once": "^1.3.0",
8321
- "path-is-absolute": "^1.0.0"
8322
- }
8323
- }
8324
8544
  }
8325
8545
  },
8326
8546
  "safe-buffer": {
@@ -8343,20 +8563,6 @@
8343
8563
  "sax": {
8344
8564
  "version": "1.2.4"
8345
8565
  },
8346
- "semver": {
8347
- "version": "7.3.7",
8348
- "requires": {
8349
- "lru-cache": "^6.0.0"
8350
- },
8351
- "dependencies": {
8352
- "lru-cache": {
8353
- "version": "6.0.0",
8354
- "requires": {
8355
- "yallist": "^4.0.0"
8356
- }
8357
- }
8358
- }
8359
- },
8360
8566
  "send": {
8361
8567
  "version": "0.18.0",
8362
8568
  "extraneous": true,
@@ -8564,14 +8770,6 @@
8564
8770
  }
8565
8771
  }
8566
8772
  },
8567
- "string-width": {
8568
- "version": "4.2.3",
8569
- "requires": {
8570
- "emoji-regex": "^8.0.0",
8571
- "is-fullwidth-code-point": "^3.0.0",
8572
- "strip-ansi": "^6.0.1"
8573
- }
8574
- },
8575
8773
  "string.prototype.matchall": {
8576
8774
  "version": "4.0.7",
8577
8775
  "extraneous": true,
@@ -8646,6 +8844,14 @@
8646
8844
  "shell-quote": "1.7.3",
8647
8845
  "source-map-support": "0.5.21",
8648
8846
  "which": "2.0.2"
8847
+ },
8848
+ "dependencies": {
8849
+ "@babel/runtime": {
8850
+ "version": "7.18.9",
8851
+ "requires": {
8852
+ "regenerator-runtime": "^0.13.4"
8853
+ }
8854
+ }
8649
8855
  }
8650
8856
  },
8651
8857
  "text-hex": {
@@ -8799,6 +9005,22 @@
8799
9005
  "version": "1.1.5",
8800
9006
  "requires": {
8801
9007
  "string-width": "^1.0.2 || 2 || 3 || 4"
9008
+ },
9009
+ "dependencies": {
9010
+ "emoji-regex": {
9011
+ "version": "8.0.0"
9012
+ },
9013
+ "is-fullwidth-code-point": {
9014
+ "version": "3.0.0"
9015
+ },
9016
+ "string-width": {
9017
+ "version": "4.2.3",
9018
+ "requires": {
9019
+ "emoji-regex": "^8.0.0",
9020
+ "is-fullwidth-code-point": "^3.0.0",
9021
+ "strip-ansi": "^6.0.1"
9022
+ }
9023
+ }
8802
9024
  }
8803
9025
  },
8804
9026
  "winston": {
@@ -8852,6 +9074,23 @@
8852
9074
  "color-name": {
8853
9075
  "version": "1.1.4",
8854
9076
  "extraneous": true
9077
+ },
9078
+ "emoji-regex": {
9079
+ "version": "8.0.0",
9080
+ "extraneous": true
9081
+ },
9082
+ "is-fullwidth-code-point": {
9083
+ "version": "3.0.0",
9084
+ "extraneous": true
9085
+ },
9086
+ "string-width": {
9087
+ "version": "4.2.3",
9088
+ "extraneous": true,
9089
+ "requires": {
9090
+ "emoji-regex": "^8.0.0",
9091
+ "is-fullwidth-code-point": "^3.0.0",
9092
+ "strip-ansi": "^6.0.1"
9093
+ }
8855
9094
  }
8856
9095
  }
8857
9096
  },