appium-espresso-driver 2.8.3 → 2.8.4

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,15 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "2.8.3",
3
+ "version": "2.8.4",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "2.8.3",
10
- "engines": [
11
- "node"
12
- ],
9
+ "version": "2.8.4",
13
10
  "license": "Apache-2.0",
14
11
  "dependencies": {
15
12
  "@babel/runtime": "^7.4.3",
@@ -25,26 +22,38 @@
25
22
  },
26
23
  "devDependencies": {
27
24
  "@appium/eslint-config-appium": "^6.0.0",
28
- "@appium/gulp-plugins": "^7.0.0",
25
+ "@babel/cli": "^7.18.10",
26
+ "@babel/core": "^7.18.10",
27
+ "@babel/eslint-parser": "^7.18.9",
28
+ "@babel/plugin-transform-runtime": "^7.18.10",
29
+ "@babel/preset-env": "^7.18.10",
30
+ "@babel/register": "^7.18.9",
29
31
  "@semantic-release/git": "^10.0.1",
30
32
  "@xmldom/xmldom": "^0.x",
31
- "android-apidemos": "^4.0.0",
33
+ "android-apidemos": "^4.1.1",
32
34
  "appium-chromedriver": "^5.1.4",
33
35
  "async-lock": "^1.0.0",
36
+ "babel-plugin-source-map-support": "^2.2.0",
34
37
  "chai": "^4.1.2",
35
38
  "chai-as-promised": "^7.1.1",
39
+ "eslint": "^7.32.0",
36
40
  "eslint-config-prettier": "^8.5.0",
37
- "gps-demo-app": "^2.1.1",
38
- "gulp": "^4.0.0",
41
+ "eslint-plugin-import": "^2.25.3",
42
+ "eslint-plugin-mocha": "^9.0.0",
43
+ "eslint-plugin-promise": "^6.0.0",
44
+ "lint-staged": "^13.0.3",
39
45
  "mocha": "^10.0.0",
40
- "mocha-junit-reporter": "^2.0.0",
41
- "mocha-multi-reporters": "^1.1.7",
42
46
  "pre-commit": "^1.2.2",
47
+ "rimraf": "^3.0.2",
43
48
  "semantic-release": "^19.0.2",
44
49
  "sinon": "^14.0.0",
45
50
  "webdriverio": "^7.0.0",
46
51
  "xpath": "^0.x"
47
52
  },
53
+ "engines": {
54
+ "node": ">=14",
55
+ "npm": ">=8"
56
+ },
48
57
  "peerDependencies": {
49
58
  "appium": "^2.0.0-beta.40"
50
59
  }
@@ -211,6 +220,63 @@
211
220
  "npm": ">=8"
212
221
  }
213
222
  },
223
+ "node_modules/@appium/support/node_modules/brace-expansion": {
224
+ "version": "2.0.1",
225
+ "license": "MIT",
226
+ "dependencies": {
227
+ "balanced-match": "^1.0.0"
228
+ }
229
+ },
230
+ "node_modules/@appium/support/node_modules/glob": {
231
+ "version": "8.0.3",
232
+ "license": "ISC",
233
+ "dependencies": {
234
+ "fs.realpath": "^1.0.0",
235
+ "inflight": "^1.0.4",
236
+ "inherits": "2",
237
+ "minimatch": "^5.0.1",
238
+ "once": "^1.3.0"
239
+ },
240
+ "engines": {
241
+ "node": ">=12"
242
+ },
243
+ "funding": {
244
+ "url": "https://github.com/sponsors/isaacs"
245
+ }
246
+ },
247
+ "node_modules/@appium/support/node_modules/lru-cache": {
248
+ "version": "6.0.0",
249
+ "license": "ISC",
250
+ "dependencies": {
251
+ "yallist": "^4.0.0"
252
+ },
253
+ "engines": {
254
+ "node": ">=10"
255
+ }
256
+ },
257
+ "node_modules/@appium/support/node_modules/minimatch": {
258
+ "version": "5.1.0",
259
+ "license": "ISC",
260
+ "dependencies": {
261
+ "brace-expansion": "^2.0.1"
262
+ },
263
+ "engines": {
264
+ "node": ">=10"
265
+ }
266
+ },
267
+ "node_modules/@appium/support/node_modules/semver": {
268
+ "version": "7.3.7",
269
+ "license": "ISC",
270
+ "dependencies": {
271
+ "lru-cache": "^6.0.0"
272
+ },
273
+ "bin": {
274
+ "semver": "bin/semver.js"
275
+ },
276
+ "engines": {
277
+ "node": ">=10"
278
+ }
279
+ },
214
280
  "node_modules/@appium/support/node_modules/teen_process": {
215
281
  "version": "1.16.0",
216
282
  "engines": [
@@ -316,7 +382,7 @@
316
382
  }
317
383
  },
318
384
  "node_modules/@babel/parser": {
319
- "version": "7.18.11",
385
+ "version": "7.18.13",
320
386
  "extraneous": true,
321
387
  "license": "MIT",
322
388
  "bin": {
@@ -1031,7 +1097,7 @@
1031
1097
  "license": "MIT"
1032
1098
  },
1033
1099
  "node_modules/@types/minimatch": {
1034
- "version": "3.0.5",
1100
+ "version": "5.1.2",
1035
1101
  "license": "MIT"
1036
1102
  },
1037
1103
  "node_modules/@types/mv": {
@@ -1046,7 +1112,7 @@
1046
1112
  }
1047
1113
  },
1048
1114
  "node_modules/@types/node": {
1049
- "version": "18.7.8",
1115
+ "version": "18.7.14",
1050
1116
  "license": "MIT"
1051
1117
  },
1052
1118
  "node_modules/@types/normalize-package-data": {
@@ -1240,10 +1306,7 @@
1240
1306
  "license": "MIT"
1241
1307
  },
1242
1308
  "node_modules/appium-adb": {
1243
- "version": "9.10.2",
1244
- "engines": [
1245
- "node"
1246
- ],
1309
+ "version": "9.10.9",
1247
1310
  "license": "Apache-2.0",
1248
1311
  "dependencies": {
1249
1312
  "@appium/support": "^2.55.3",
@@ -1257,39 +1320,48 @@
1257
1320
  "lru-cache": "^7.3.0",
1258
1321
  "semver": "^7.0.0",
1259
1322
  "source-map-support": "^0.x",
1260
- "teen_process": "^1.11.0",
1323
+ "teen_process": "^2.0.1",
1261
1324
  "utf7": "^1.0.2"
1325
+ },
1326
+ "engines": {
1327
+ "node": ">=14",
1328
+ "npm": ">=8"
1262
1329
  }
1263
1330
  },
1264
- "node_modules/appium-adb/node_modules/teen_process": {
1265
- "version": "1.16.0",
1266
- "engines": [
1267
- "node"
1268
- ],
1269
- "license": "Apache-2.0",
1331
+ "node_modules/appium-adb/node_modules/semver": {
1332
+ "version": "7.3.7",
1333
+ "license": "ISC",
1270
1334
  "dependencies": {
1271
- "@babel/runtime": "^7.0.0",
1272
- "bluebird": "^3.5.1",
1273
- "lodash": "^4.17.4",
1274
- "shell-quote": "^1.4.3",
1275
- "source-map-support": "^0.5.3",
1276
- "which": "^2.0.2"
1335
+ "lru-cache": "^6.0.0"
1336
+ },
1337
+ "bin": {
1338
+ "semver": "bin/semver.js"
1339
+ },
1340
+ "engines": {
1341
+ "node": ">=10"
1342
+ }
1343
+ },
1344
+ "node_modules/appium-adb/node_modules/semver/node_modules/lru-cache": {
1345
+ "version": "6.0.0",
1346
+ "license": "ISC",
1347
+ "dependencies": {
1348
+ "yallist": "^4.0.0"
1349
+ },
1350
+ "engines": {
1351
+ "node": ">=10"
1277
1352
  }
1278
1353
  },
1279
1354
  "node_modules/appium-android-driver": {
1280
- "version": "5.2.7",
1281
- "engines": [
1282
- "node"
1283
- ],
1355
+ "version": "5.2.12",
1284
1356
  "license": "Apache-2.0",
1285
1357
  "dependencies": {
1286
1358
  "@babel/runtime": "^7.0.0",
1287
- "appium-adb": "^9.10.2",
1288
- "appium-chromedriver": "^5.1.4",
1359
+ "appium-adb": "^9.10.9",
1360
+ "appium-chromedriver": "^5.2.0",
1289
1361
  "asyncbox": "^2.8.0",
1290
1362
  "axios": "^0.x",
1291
1363
  "bluebird": "^3.4.7",
1292
- "io.appium.settings": "^4.1.0",
1364
+ "io.appium.settings": "^4.2.1",
1293
1365
  "jimp": "^0.x",
1294
1366
  "lodash": "^4.17.4",
1295
1367
  "lru-cache": "^7.3.0",
@@ -1300,30 +1372,42 @@
1300
1372
  "semver": "^7.0.0",
1301
1373
  "shared-preferences-builder": "^0.x",
1302
1374
  "source-map-support": "^0.x",
1303
- "teen_process": "^1.9.0",
1375
+ "teen_process": "^2.0.0",
1304
1376
  "ws": "^8.0.0"
1305
1377
  },
1378
+ "engines": {
1379
+ "node": ">=14",
1380
+ "npm": ">=8"
1381
+ },
1306
1382
  "peerDependencies": {
1307
1383
  "appium": "^2.0.0-beta.40"
1308
1384
  }
1309
1385
  },
1310
- "node_modules/appium-android-driver/node_modules/teen_process": {
1311
- "version": "1.16.0",
1312
- "engines": [
1313
- "node"
1314
- ],
1315
- "license": "Apache-2.0",
1386
+ "node_modules/appium-android-driver/node_modules/semver": {
1387
+ "version": "7.3.7",
1388
+ "license": "ISC",
1316
1389
  "dependencies": {
1317
- "@babel/runtime": "^7.0.0",
1318
- "bluebird": "^3.5.1",
1319
- "lodash": "^4.17.4",
1320
- "shell-quote": "^1.4.3",
1321
- "source-map-support": "^0.5.3",
1322
- "which": "^2.0.2"
1390
+ "lru-cache": "^6.0.0"
1391
+ },
1392
+ "bin": {
1393
+ "semver": "bin/semver.js"
1394
+ },
1395
+ "engines": {
1396
+ "node": ">=10"
1397
+ }
1398
+ },
1399
+ "node_modules/appium-android-driver/node_modules/semver/node_modules/lru-cache": {
1400
+ "version": "6.0.0",
1401
+ "license": "ISC",
1402
+ "dependencies": {
1403
+ "yallist": "^4.0.0"
1404
+ },
1405
+ "engines": {
1406
+ "node": ">=10"
1323
1407
  }
1324
1408
  },
1325
1409
  "node_modules/appium-chromedriver": {
1326
- "version": "5.1.5",
1410
+ "version": "5.2.1",
1327
1411
  "hasInstallScript": true,
1328
1412
  "license": "Apache-2.0",
1329
1413
  "dependencies": {
@@ -1332,35 +1416,43 @@
1332
1416
  "asyncbox": "^2.0.2",
1333
1417
  "axios": "^0.x",
1334
1418
  "bluebird": "^3.5.1",
1335
- "compare-versions": "^4.1.3",
1419
+ "compare-versions": "^5.0.0",
1336
1420
  "fancy-log": "^2.0.0",
1337
1421
  "lodash": "^4.17.4",
1338
1422
  "semver": "^7.0.0",
1339
1423
  "source-map-support": "^0.x",
1340
- "teen_process": "^1.15.0",
1424
+ "teen_process": "^2.0.0",
1341
1425
  "xpath": "^0.x"
1342
1426
  },
1343
1427
  "engines": {
1344
1428
  "node": ">=14",
1345
- "npm": ">=6"
1429
+ "npm": ">=8"
1346
1430
  },
1347
1431
  "peerDependencies": {
1348
1432
  "appium": "^2.0.0-beta.40"
1349
1433
  }
1350
1434
  },
1351
- "node_modules/appium-chromedriver/node_modules/teen_process": {
1352
- "version": "1.16.0",
1353
- "engines": [
1354
- "node"
1355
- ],
1356
- "license": "Apache-2.0",
1435
+ "node_modules/appium-chromedriver/node_modules/lru-cache": {
1436
+ "version": "6.0.0",
1437
+ "license": "ISC",
1357
1438
  "dependencies": {
1358
- "@babel/runtime": "^7.0.0",
1359
- "bluebird": "^3.5.1",
1360
- "lodash": "^4.17.4",
1361
- "shell-quote": "^1.4.3",
1362
- "source-map-support": "^0.5.3",
1363
- "which": "^2.0.2"
1439
+ "yallist": "^4.0.0"
1440
+ },
1441
+ "engines": {
1442
+ "node": ">=10"
1443
+ }
1444
+ },
1445
+ "node_modules/appium-chromedriver/node_modules/semver": {
1446
+ "version": "7.3.7",
1447
+ "license": "ISC",
1448
+ "dependencies": {
1449
+ "lru-cache": "^6.0.0"
1450
+ },
1451
+ "bin": {
1452
+ "semver": "bin/semver.js"
1453
+ },
1454
+ "engines": {
1455
+ "node": ">=10"
1364
1456
  }
1365
1457
  },
1366
1458
  "node_modules/aproba": {
@@ -1402,24 +1494,6 @@
1402
1494
  "node": ">= 6"
1403
1495
  }
1404
1496
  },
1405
- "node_modules/archiver-utils/node_modules/glob": {
1406
- "version": "7.2.3",
1407
- "license": "ISC",
1408
- "dependencies": {
1409
- "fs.realpath": "^1.0.0",
1410
- "inflight": "^1.0.4",
1411
- "inherits": "2",
1412
- "minimatch": "^3.1.1",
1413
- "once": "^1.3.0",
1414
- "path-is-absolute": "^1.0.0"
1415
- },
1416
- "engines": {
1417
- "node": "*"
1418
- },
1419
- "funding": {
1420
- "url": "https://github.com/sponsors/isaacs"
1421
- }
1422
- },
1423
1497
  "node_modules/archiver-utils/node_modules/readable-stream": {
1424
1498
  "version": "2.3.7",
1425
1499
  "license": "MIT",
@@ -1717,14 +1791,6 @@
1717
1791
  "url": "https://github.com/sponsors/sindresorhus"
1718
1792
  }
1719
1793
  },
1720
- "node_modules/cacheable-request/node_modules/pump": {
1721
- "version": "3.0.0",
1722
- "license": "MIT",
1723
- "dependencies": {
1724
- "end-of-stream": "^1.1.0",
1725
- "once": "^1.3.1"
1726
- }
1727
- },
1728
1794
  "node_modules/call-bind": {
1729
1795
  "version": "1.0.2",
1730
1796
  "extraneous": true,
@@ -1824,6 +1890,14 @@
1824
1890
  "url": "https://github.com/sponsors/sindresorhus"
1825
1891
  }
1826
1892
  },
1893
+ "node_modules/clone": {
1894
+ "version": "1.0.4",
1895
+ "extraneous": true,
1896
+ "license": "MIT",
1897
+ "engines": {
1898
+ "node": ">=0.8"
1899
+ }
1900
+ },
1827
1901
  "node_modules/clone-response": {
1828
1902
  "version": "1.0.3",
1829
1903
  "license": "MIT",
@@ -1889,16 +1963,8 @@
1889
1963
  "node": ">= 0.8"
1890
1964
  }
1891
1965
  },
1892
- "node_modules/commander": {
1893
- "version": "6.2.1",
1894
- "extraneous": true,
1895
- "license": "MIT",
1896
- "engines": {
1897
- "node": ">= 6"
1898
- }
1899
- },
1900
1966
  "node_modules/compare-versions": {
1901
- "version": "4.1.3",
1967
+ "version": "5.0.1",
1902
1968
  "license": "MIT"
1903
1969
  },
1904
1970
  "node_modules/compress-brotli": {
@@ -2092,14 +2158,6 @@
2092
2158
  "clone": "^1.0.2"
2093
2159
  }
2094
2160
  },
2095
- "node_modules/defaults/node_modules/clone": {
2096
- "version": "1.0.4",
2097
- "extraneous": true,
2098
- "license": "MIT",
2099
- "engines": {
2100
- "node": ">=0.8"
2101
- }
2102
- },
2103
2161
  "node_modules/defer-to-connect": {
2104
2162
  "version": "2.0.1",
2105
2163
  "license": "MIT",
@@ -2175,10 +2233,6 @@
2175
2233
  "extraneous": true,
2176
2234
  "license": "MIT"
2177
2235
  },
2178
- "node_modules/emoji-regex": {
2179
- "version": "8.0.0",
2180
- "license": "MIT"
2181
- },
2182
2236
  "node_modules/enabled": {
2183
2237
  "version": "2.0.0",
2184
2238
  "extraneous": true,
@@ -2587,6 +2641,29 @@
2587
2641
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2588
2642
  }
2589
2643
  },
2644
+ "node_modules/gauge/node_modules/emoji-regex": {
2645
+ "version": "8.0.0",
2646
+ "license": "MIT"
2647
+ },
2648
+ "node_modules/gauge/node_modules/is-fullwidth-code-point": {
2649
+ "version": "3.0.0",
2650
+ "license": "MIT",
2651
+ "engines": {
2652
+ "node": ">=8"
2653
+ }
2654
+ },
2655
+ "node_modules/gauge/node_modules/string-width": {
2656
+ "version": "4.2.3",
2657
+ "license": "MIT",
2658
+ "dependencies": {
2659
+ "emoji-regex": "^8.0.0",
2660
+ "is-fullwidth-code-point": "^3.0.0",
2661
+ "strip-ansi": "^6.0.1"
2662
+ },
2663
+ "engines": {
2664
+ "node": ">=8"
2665
+ }
2666
+ },
2590
2667
  "node_modules/get-func-name": {
2591
2668
  "version": "2.0.0",
2592
2669
  "dev": true,
@@ -2653,39 +2730,23 @@
2653
2730
  }
2654
2731
  },
2655
2732
  "node_modules/glob": {
2656
- "version": "8.0.3",
2733
+ "version": "7.2.3",
2657
2734
  "license": "ISC",
2658
2735
  "dependencies": {
2659
2736
  "fs.realpath": "^1.0.0",
2660
2737
  "inflight": "^1.0.4",
2661
2738
  "inherits": "2",
2662
- "minimatch": "^5.0.1",
2663
- "once": "^1.3.0"
2739
+ "minimatch": "^3.1.1",
2740
+ "once": "^1.3.0",
2741
+ "path-is-absolute": "^1.0.0"
2664
2742
  },
2665
2743
  "engines": {
2666
- "node": ">=12"
2744
+ "node": "*"
2667
2745
  },
2668
2746
  "funding": {
2669
2747
  "url": "https://github.com/sponsors/isaacs"
2670
2748
  }
2671
2749
  },
2672
- "node_modules/glob/node_modules/brace-expansion": {
2673
- "version": "2.0.1",
2674
- "license": "MIT",
2675
- "dependencies": {
2676
- "balanced-match": "^1.0.0"
2677
- }
2678
- },
2679
- "node_modules/glob/node_modules/minimatch": {
2680
- "version": "5.1.0",
2681
- "license": "ISC",
2682
- "dependencies": {
2683
- "brace-expansion": "^2.0.1"
2684
- },
2685
- "engines": {
2686
- "node": ">=10"
2687
- }
2688
- },
2689
2750
  "node_modules/global": {
2690
2751
  "version": "4.4.0",
2691
2752
  "license": "MIT",
@@ -2878,7 +2939,7 @@
2878
2939
  "license": "ISC"
2879
2940
  },
2880
2941
  "node_modules/ini": {
2881
- "version": "3.0.0",
2942
+ "version": "3.0.1",
2882
2943
  "license": "ISC",
2883
2944
  "engines": {
2884
2945
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
@@ -2898,8 +2959,12 @@
2898
2959
  }
2899
2960
  },
2900
2961
  "node_modules/io.appium.settings": {
2901
- "version": "4.1.2",
2902
- "license": "Apache-2.0"
2962
+ "version": "4.2.1",
2963
+ "license": "Apache-2.0",
2964
+ "engines": {
2965
+ "node": ">=14",
2966
+ "npm": ">=8"
2967
+ }
2903
2968
  },
2904
2969
  "node_modules/ipaddr.js": {
2905
2970
  "version": "1.9.1",
@@ -2974,13 +3039,6 @@
2974
3039
  "url": "https://github.com/sponsors/ljharb"
2975
3040
  }
2976
3041
  },
2977
- "node_modules/is-fullwidth-code-point": {
2978
- "version": "3.0.0",
2979
- "license": "MIT",
2980
- "engines": {
2981
- "node": ">=8"
2982
- }
2983
- },
2984
3042
  "node_modules/is-function": {
2985
3043
  "version": "1.0.2",
2986
3044
  "license": "MIT"
@@ -3249,7 +3307,7 @@
3249
3307
  "license": "MIT"
3250
3308
  },
3251
3309
  "node_modules/keyv": {
3252
- "version": "4.3.3",
3310
+ "version": "4.4.1",
3253
3311
  "license": "MIT",
3254
3312
  "dependencies": {
3255
3313
  "compress-brotli": "^1.3.8",
@@ -3532,7 +3590,7 @@
3532
3590
  }
3533
3591
  },
3534
3592
  "node_modules/marked": {
3535
- "version": "4.0.18",
3593
+ "version": "4.1.0",
3536
3594
  "extraneous": true,
3537
3595
  "license": "MIT",
3538
3596
  "bin": {
@@ -3675,7 +3733,7 @@
3675
3733
  }
3676
3734
  },
3677
3735
  "node_modules/moment-timezone": {
3678
- "version": "0.5.34",
3736
+ "version": "0.5.37",
3679
3737
  "license": "MIT",
3680
3738
  "dependencies": {
3681
3739
  "moment": ">= 2.9.0"
@@ -4061,6 +4119,14 @@
4061
4119
  "package-changed": "bin/package-changed.js"
4062
4120
  }
4063
4121
  },
4122
+ "node_modules/package-changed/node_modules/commander": {
4123
+ "version": "6.2.1",
4124
+ "extraneous": true,
4125
+ "license": "MIT",
4126
+ "engines": {
4127
+ "node": ">= 6"
4128
+ }
4129
+ },
4064
4130
  "node_modules/pako": {
4065
4131
  "version": "1.0.11",
4066
4132
  "license": "(MIT AND Zlib)"
@@ -4282,6 +4348,14 @@
4282
4348
  "node": ">= 0.10"
4283
4349
  }
4284
4350
  },
4351
+ "node_modules/pump": {
4352
+ "version": "3.0.0",
4353
+ "license": "MIT",
4354
+ "dependencies": {
4355
+ "end-of-stream": "^1.1.0",
4356
+ "once": "^1.3.1"
4357
+ }
4358
+ },
4285
4359
  "node_modules/punycode": {
4286
4360
  "version": "2.1.1",
4287
4361
  "extraneous": true,
@@ -4489,24 +4563,6 @@
4489
4563
  "url": "https://github.com/sponsors/isaacs"
4490
4564
  }
4491
4565
  },
4492
- "node_modules/rimraf/node_modules/glob": {
4493
- "version": "7.2.3",
4494
- "license": "ISC",
4495
- "dependencies": {
4496
- "fs.realpath": "^1.0.0",
4497
- "inflight": "^1.0.4",
4498
- "inherits": "2",
4499
- "minimatch": "^3.1.1",
4500
- "once": "^1.3.0",
4501
- "path-is-absolute": "^1.0.0"
4502
- },
4503
- "engines": {
4504
- "node": "*"
4505
- },
4506
- "funding": {
4507
- "url": "https://github.com/sponsors/isaacs"
4508
- }
4509
- },
4510
4566
  "node_modules/safe-buffer": {
4511
4567
  "version": "5.1.2",
4512
4568
  "license": "MIT"
@@ -4535,29 +4591,6 @@
4535
4591
  "version": "1.2.4",
4536
4592
  "license": "ISC"
4537
4593
  },
4538
- "node_modules/semver": {
4539
- "version": "7.3.7",
4540
- "license": "ISC",
4541
- "dependencies": {
4542
- "lru-cache": "^6.0.0"
4543
- },
4544
- "bin": {
4545
- "semver": "bin/semver.js"
4546
- },
4547
- "engines": {
4548
- "node": ">=10"
4549
- }
4550
- },
4551
- "node_modules/semver/node_modules/lru-cache": {
4552
- "version": "6.0.0",
4553
- "license": "ISC",
4554
- "dependencies": {
4555
- "yallist": "^4.0.0"
4556
- },
4557
- "engines": {
4558
- "node": ">=10"
4559
- }
4560
- },
4561
4594
  "node_modules/send": {
4562
4595
  "version": "0.18.0",
4563
4596
  "extraneous": true,
@@ -4779,7 +4812,7 @@
4779
4812
  }
4780
4813
  },
4781
4814
  "node_modules/spdx-license-ids": {
4782
- "version": "3.0.11",
4815
+ "version": "3.0.12",
4783
4816
  "license": "CC0-1.0"
4784
4817
  },
4785
4818
  "node_modules/stack-trace": {
@@ -4838,18 +4871,6 @@
4838
4871
  ],
4839
4872
  "license": "MIT"
4840
4873
  },
4841
- "node_modules/string-width": {
4842
- "version": "4.2.3",
4843
- "license": "MIT",
4844
- "dependencies": {
4845
- "emoji-regex": "^8.0.0",
4846
- "is-fullwidth-code-point": "^3.0.0",
4847
- "strip-ansi": "^6.0.1"
4848
- },
4849
- "engines": {
4850
- "node": ">=8"
4851
- }
4852
- },
4853
4874
  "node_modules/string.prototype.matchall": {
4854
4875
  "version": "4.0.7",
4855
4876
  "extraneous": true,
@@ -4957,15 +4978,15 @@
4957
4978
  }
4958
4979
  },
4959
4980
  "node_modules/teen_process": {
4960
- "version": "2.0.0",
4981
+ "version": "2.0.1",
4961
4982
  "license": "Apache-2.0",
4962
- "dependencies": {
4963
- "@babel/runtime": "^7.0.0",
4964
- "bluebird": "^3.5.1",
4965
- "lodash": "^4.17.4",
4966
- "shell-quote": "^1.4.3",
4967
- "source-map-support": "^0.5.3",
4968
- "which": "^2.0.2"
4983
+ "dependencies": {
4984
+ "@babel/runtime": "7.18.9",
4985
+ "bluebird": "3.7.2",
4986
+ "lodash": "4.17.21",
4987
+ "shell-quote": "1.7.3",
4988
+ "source-map-support": "0.5.21",
4989
+ "which": "2.0.2"
4969
4990
  },
4970
4991
  "engines": {
4971
4992
  "node": ">=14",
@@ -5043,7 +5064,7 @@
5043
5064
  }
5044
5065
  },
5045
5066
  "node_modules/typescript": {
5046
- "version": "4.7.4",
5067
+ "version": "4.8.2",
5047
5068
  "license": "Apache-2.0",
5048
5069
  "peer": true,
5049
5070
  "bin": {
@@ -5207,6 +5228,29 @@
5207
5228
  "string-width": "^1.0.2 || 2 || 3 || 4"
5208
5229
  }
5209
5230
  },
5231
+ "node_modules/wide-align/node_modules/emoji-regex": {
5232
+ "version": "8.0.0",
5233
+ "license": "MIT"
5234
+ },
5235
+ "node_modules/wide-align/node_modules/is-fullwidth-code-point": {
5236
+ "version": "3.0.0",
5237
+ "license": "MIT",
5238
+ "engines": {
5239
+ "node": ">=8"
5240
+ }
5241
+ },
5242
+ "node_modules/wide-align/node_modules/string-width": {
5243
+ "version": "4.2.3",
5244
+ "license": "MIT",
5245
+ "dependencies": {
5246
+ "emoji-regex": "^8.0.0",
5247
+ "is-fullwidth-code-point": "^3.0.0",
5248
+ "strip-ansi": "^6.0.1"
5249
+ },
5250
+ "engines": {
5251
+ "node": ">=8"
5252
+ }
5253
+ },
5210
5254
  "node_modules/winston": {
5211
5255
  "version": "3.8.1",
5212
5256
  "extraneous": true,
@@ -5286,6 +5330,32 @@
5286
5330
  "extraneous": true,
5287
5331
  "license": "MIT"
5288
5332
  },
5333
+ "node_modules/wrap-ansi/node_modules/emoji-regex": {
5334
+ "version": "8.0.0",
5335
+ "extraneous": true,
5336
+ "license": "MIT"
5337
+ },
5338
+ "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
5339
+ "version": "3.0.0",
5340
+ "extraneous": true,
5341
+ "license": "MIT",
5342
+ "engines": {
5343
+ "node": ">=8"
5344
+ }
5345
+ },
5346
+ "node_modules/wrap-ansi/node_modules/string-width": {
5347
+ "version": "4.2.3",
5348
+ "extraneous": true,
5349
+ "license": "MIT",
5350
+ "dependencies": {
5351
+ "emoji-regex": "^8.0.0",
5352
+ "is-fullwidth-code-point": "^3.0.0",
5353
+ "strip-ansi": "^6.0.1"
5354
+ },
5355
+ "engines": {
5356
+ "node": ">=8"
5357
+ }
5358
+ },
5289
5359
  "node_modules/wrappy": {
5290
5360
  "version": "1.0.2",
5291
5361
  "license": "ISC"
@@ -5546,6 +5616,40 @@
5546
5616
  "yauzl": "2.10.0"
5547
5617
  },
5548
5618
  "dependencies": {
5619
+ "brace-expansion": {
5620
+ "version": "2.0.1",
5621
+ "requires": {
5622
+ "balanced-match": "^1.0.0"
5623
+ }
5624
+ },
5625
+ "glob": {
5626
+ "version": "8.0.3",
5627
+ "requires": {
5628
+ "fs.realpath": "^1.0.0",
5629
+ "inflight": "^1.0.4",
5630
+ "inherits": "2",
5631
+ "minimatch": "^5.0.1",
5632
+ "once": "^1.3.0"
5633
+ }
5634
+ },
5635
+ "lru-cache": {
5636
+ "version": "6.0.0",
5637
+ "requires": {
5638
+ "yallist": "^4.0.0"
5639
+ }
5640
+ },
5641
+ "minimatch": {
5642
+ "version": "5.1.0",
5643
+ "requires": {
5644
+ "brace-expansion": "^2.0.1"
5645
+ }
5646
+ },
5647
+ "semver": {
5648
+ "version": "7.3.7",
5649
+ "requires": {
5650
+ "lru-cache": "^6.0.0"
5651
+ }
5652
+ },
5549
5653
  "teen_process": {
5550
5654
  "version": "1.16.0",
5551
5655
  "requires": {
@@ -5618,7 +5722,7 @@
5618
5722
  }
5619
5723
  },
5620
5724
  "@babel/parser": {
5621
- "version": "7.18.11",
5725
+ "version": "7.18.13",
5622
5726
  "extraneous": true
5623
5727
  },
5624
5728
  "@babel/runtime": {
@@ -6116,7 +6220,7 @@
6116
6220
  "version": "3.0.1"
6117
6221
  },
6118
6222
  "@types/minimatch": {
6119
- "version": "3.0.5"
6223
+ "version": "5.1.2"
6120
6224
  },
6121
6225
  "@types/mv": {
6122
6226
  "version": "2.1.2"
@@ -6128,7 +6232,7 @@
6128
6232
  }
6129
6233
  },
6130
6234
  "@types/node": {
6131
- "version": "18.7.8"
6235
+ "version": "18.7.14"
6132
6236
  },
6133
6237
  "@types/normalize-package-data": {
6134
6238
  "version": "2.4.1"
@@ -6264,7 +6368,7 @@
6264
6368
  "version": "1.1.0"
6265
6369
  },
6266
6370
  "appium-adb": {
6267
- "version": "9.10.2",
6371
+ "version": "9.10.9",
6268
6372
  "requires": {
6269
6373
  "@appium/support": "^2.55.3",
6270
6374
  "@babel/runtime": "^7.0.0",
@@ -6277,33 +6381,36 @@
6277
6381
  "lru-cache": "^7.3.0",
6278
6382
  "semver": "^7.0.0",
6279
6383
  "source-map-support": "^0.x",
6280
- "teen_process": "^1.11.0",
6384
+ "teen_process": "^2.0.1",
6281
6385
  "utf7": "^1.0.2"
6282
6386
  },
6283
6387
  "dependencies": {
6284
- "teen_process": {
6285
- "version": "1.16.0",
6388
+ "semver": {
6389
+ "version": "7.3.7",
6286
6390
  "requires": {
6287
- "@babel/runtime": "^7.0.0",
6288
- "bluebird": "^3.5.1",
6289
- "lodash": "^4.17.4",
6290
- "shell-quote": "^1.4.3",
6291
- "source-map-support": "^0.5.3",
6292
- "which": "^2.0.2"
6391
+ "lru-cache": "^6.0.0"
6392
+ },
6393
+ "dependencies": {
6394
+ "lru-cache": {
6395
+ "version": "6.0.0",
6396
+ "requires": {
6397
+ "yallist": "^4.0.0"
6398
+ }
6399
+ }
6293
6400
  }
6294
6401
  }
6295
6402
  }
6296
6403
  },
6297
6404
  "appium-android-driver": {
6298
- "version": "5.2.7",
6405
+ "version": "5.2.12",
6299
6406
  "requires": {
6300
6407
  "@babel/runtime": "^7.0.0",
6301
- "appium-adb": "^9.10.2",
6302
- "appium-chromedriver": "^5.1.4",
6408
+ "appium-adb": "^9.10.9",
6409
+ "appium-chromedriver": "^5.2.0",
6303
6410
  "asyncbox": "^2.8.0",
6304
6411
  "axios": "^0.x",
6305
6412
  "bluebird": "^3.4.7",
6306
- "io.appium.settings": "^4.1.0",
6413
+ "io.appium.settings": "^4.2.1",
6307
6414
  "jimp": "^0.x",
6308
6415
  "lodash": "^4.17.4",
6309
6416
  "lru-cache": "^7.3.0",
@@ -6314,49 +6421,53 @@
6314
6421
  "semver": "^7.0.0",
6315
6422
  "shared-preferences-builder": "^0.x",
6316
6423
  "source-map-support": "^0.x",
6317
- "teen_process": "^1.9.0",
6424
+ "teen_process": "^2.0.0",
6318
6425
  "ws": "^8.0.0"
6319
6426
  },
6320
6427
  "dependencies": {
6321
- "teen_process": {
6322
- "version": "1.16.0",
6428
+ "semver": {
6429
+ "version": "7.3.7",
6323
6430
  "requires": {
6324
- "@babel/runtime": "^7.0.0",
6325
- "bluebird": "^3.5.1",
6326
- "lodash": "^4.17.4",
6327
- "shell-quote": "^1.4.3",
6328
- "source-map-support": "^0.5.3",
6329
- "which": "^2.0.2"
6431
+ "lru-cache": "^6.0.0"
6432
+ },
6433
+ "dependencies": {
6434
+ "lru-cache": {
6435
+ "version": "6.0.0",
6436
+ "requires": {
6437
+ "yallist": "^4.0.0"
6438
+ }
6439
+ }
6330
6440
  }
6331
6441
  }
6332
6442
  }
6333
6443
  },
6334
6444
  "appium-chromedriver": {
6335
- "version": "5.1.5",
6445
+ "version": "5.2.1",
6336
6446
  "requires": {
6337
6447
  "@babel/runtime": "^7.0.0",
6338
6448
  "@xmldom/xmldom": "^0.x",
6339
6449
  "asyncbox": "^2.0.2",
6340
6450
  "axios": "^0.x",
6341
6451
  "bluebird": "^3.5.1",
6342
- "compare-versions": "^4.1.3",
6452
+ "compare-versions": "^5.0.0",
6343
6453
  "fancy-log": "^2.0.0",
6344
6454
  "lodash": "^4.17.4",
6345
6455
  "semver": "^7.0.0",
6346
6456
  "source-map-support": "^0.x",
6347
- "teen_process": "^1.15.0",
6457
+ "teen_process": "^2.0.0",
6348
6458
  "xpath": "^0.x"
6349
6459
  },
6350
6460
  "dependencies": {
6351
- "teen_process": {
6352
- "version": "1.16.0",
6461
+ "lru-cache": {
6462
+ "version": "6.0.0",
6353
6463
  "requires": {
6354
- "@babel/runtime": "^7.0.0",
6355
- "bluebird": "^3.5.1",
6356
- "lodash": "^4.17.4",
6357
- "shell-quote": "^1.4.3",
6358
- "source-map-support": "^0.5.3",
6359
- "which": "^2.0.2"
6464
+ "yallist": "^4.0.0"
6465
+ }
6466
+ },
6467
+ "semver": {
6468
+ "version": "7.3.7",
6469
+ "requires": {
6470
+ "lru-cache": "^6.0.0"
6360
6471
  }
6361
6472
  }
6362
6473
  }
@@ -6391,17 +6502,6 @@
6391
6502
  "readable-stream": "^2.0.0"
6392
6503
  },
6393
6504
  "dependencies": {
6394
- "glob": {
6395
- "version": "7.2.3",
6396
- "requires": {
6397
- "fs.realpath": "^1.0.0",
6398
- "inflight": "^1.0.4",
6399
- "inherits": "2",
6400
- "minimatch": "^3.1.1",
6401
- "once": "^1.3.0",
6402
- "path-is-absolute": "^1.0.0"
6403
- }
6404
- },
6405
6505
  "readable-stream": {
6406
6506
  "version": "2.3.7",
6407
6507
  "requires": {
@@ -6594,13 +6694,6 @@
6594
6694
  "requires": {
6595
6695
  "pump": "^3.0.0"
6596
6696
  }
6597
- },
6598
- "pump": {
6599
- "version": "3.0.0",
6600
- "requires": {
6601
- "end-of-stream": "^1.1.0",
6602
- "once": "^1.3.1"
6603
- }
6604
6697
  }
6605
6698
  }
6606
6699
  },
@@ -6666,6 +6759,10 @@
6666
6759
  "version": "2.7.0",
6667
6760
  "extraneous": true
6668
6761
  },
6762
+ "clone": {
6763
+ "version": "1.0.4",
6764
+ "extraneous": true
6765
+ },
6669
6766
  "clone-response": {
6670
6767
  "version": "1.0.3",
6671
6768
  "requires": {
@@ -6714,12 +6811,8 @@
6714
6811
  "delayed-stream": "~1.0.0"
6715
6812
  }
6716
6813
  },
6717
- "commander": {
6718
- "version": "6.2.1",
6719
- "extraneous": true
6720
- },
6721
6814
  "compare-versions": {
6722
- "version": "4.1.3"
6815
+ "version": "5.0.1"
6723
6816
  },
6724
6817
  "compress-brotli": {
6725
6818
  "version": "1.3.8",
@@ -6827,12 +6920,6 @@
6827
6920
  "extraneous": true,
6828
6921
  "requires": {
6829
6922
  "clone": "^1.0.2"
6830
- },
6831
- "dependencies": {
6832
- "clone": {
6833
- "version": "1.0.4",
6834
- "extraneous": true
6835
- }
6836
6923
  }
6837
6924
  },
6838
6925
  "defer-to-connect": {
@@ -6878,9 +6965,6 @@
6878
6965
  "version": "1.1.1",
6879
6966
  "extraneous": true
6880
6967
  },
6881
- "emoji-regex": {
6882
- "version": "8.0.0"
6883
- },
6884
6968
  "enabled": {
6885
6969
  "version": "2.0.0",
6886
6970
  "extraneous": true
@@ -7157,6 +7241,22 @@
7157
7241
  "string-width": "^4.2.3",
7158
7242
  "strip-ansi": "^6.0.1",
7159
7243
  "wide-align": "^1.1.5"
7244
+ },
7245
+ "dependencies": {
7246
+ "emoji-regex": {
7247
+ "version": "8.0.0"
7248
+ },
7249
+ "is-fullwidth-code-point": {
7250
+ "version": "3.0.0"
7251
+ },
7252
+ "string-width": {
7253
+ "version": "4.2.3",
7254
+ "requires": {
7255
+ "emoji-regex": "^8.0.0",
7256
+ "is-fullwidth-code-point": "^3.0.0",
7257
+ "strip-ansi": "^6.0.1"
7258
+ }
7259
+ }
7160
7260
  }
7161
7261
  },
7162
7262
  "get-func-name": {
@@ -7195,27 +7295,14 @@
7195
7295
  }
7196
7296
  },
7197
7297
  "glob": {
7198
- "version": "8.0.3",
7298
+ "version": "7.2.3",
7199
7299
  "requires": {
7200
7300
  "fs.realpath": "^1.0.0",
7201
7301
  "inflight": "^1.0.4",
7202
7302
  "inherits": "2",
7203
- "minimatch": "^5.0.1",
7204
- "once": "^1.3.0"
7205
- },
7206
- "dependencies": {
7207
- "brace-expansion": {
7208
- "version": "2.0.1",
7209
- "requires": {
7210
- "balanced-match": "^1.0.0"
7211
- }
7212
- },
7213
- "minimatch": {
7214
- "version": "5.1.0",
7215
- "requires": {
7216
- "brace-expansion": "^2.0.1"
7217
- }
7218
- }
7303
+ "minimatch": "^3.1.1",
7304
+ "once": "^1.3.0",
7305
+ "path-is-absolute": "^1.0.0"
7219
7306
  }
7220
7307
  },
7221
7308
  "global": {
@@ -7338,7 +7425,7 @@
7338
7425
  "version": "2.0.4"
7339
7426
  },
7340
7427
  "ini": {
7341
- "version": "3.0.0"
7428
+ "version": "3.0.1"
7342
7429
  },
7343
7430
  "internal-slot": {
7344
7431
  "version": "1.0.3",
@@ -7350,7 +7437,7 @@
7350
7437
  }
7351
7438
  },
7352
7439
  "io.appium.settings": {
7353
- "version": "4.1.2"
7440
+ "version": "4.2.1"
7354
7441
  },
7355
7442
  "ipaddr.js": {
7356
7443
  "version": "1.9.1",
@@ -7391,9 +7478,6 @@
7391
7478
  "has-tostringtag": "^1.0.0"
7392
7479
  }
7393
7480
  },
7394
- "is-fullwidth-code-point": {
7395
- "version": "3.0.0"
7396
- },
7397
7481
  "is-function": {
7398
7482
  "version": "1.0.2"
7399
7483
  },
@@ -7565,7 +7649,7 @@
7565
7649
  "dev": true
7566
7650
  },
7567
7651
  "keyv": {
7568
- "version": "4.3.3",
7652
+ "version": "4.4.1",
7569
7653
  "requires": {
7570
7654
  "compress-brotli": "^1.3.8",
7571
7655
  "json-buffer": "3.0.1"
@@ -7764,7 +7848,7 @@
7764
7848
  "requires": {}
7765
7849
  },
7766
7850
  "marked": {
7767
- "version": "4.0.18",
7851
+ "version": "4.1.0",
7768
7852
  "extraneous": true
7769
7853
  },
7770
7854
  "mdurl": {
@@ -7850,7 +7934,7 @@
7850
7934
  "version": "2.29.4"
7851
7935
  },
7852
7936
  "moment-timezone": {
7853
- "version": "0.5.34",
7937
+ "version": "0.5.37",
7854
7938
  "requires": {
7855
7939
  "moment": ">= 2.9.0"
7856
7940
  }
@@ -8100,6 +8184,12 @@
8100
8184
  "extraneous": true,
8101
8185
  "requires": {
8102
8186
  "commander": "^6.2.0"
8187
+ },
8188
+ "dependencies": {
8189
+ "commander": {
8190
+ "version": "6.2.1",
8191
+ "extraneous": true
8192
+ }
8103
8193
  }
8104
8194
  },
8105
8195
  "pako": {
@@ -8245,6 +8335,13 @@
8245
8335
  "ipaddr.js": "1.9.1"
8246
8336
  }
8247
8337
  },
8338
+ "pump": {
8339
+ "version": "3.0.0",
8340
+ "requires": {
8341
+ "end-of-stream": "^1.1.0",
8342
+ "once": "^1.3.1"
8343
+ }
8344
+ },
8248
8345
  "punycode": {
8249
8346
  "version": "2.1.1",
8250
8347
  "extraneous": true
@@ -8370,19 +8467,6 @@
8370
8467
  "version": "3.0.2",
8371
8468
  "requires": {
8372
8469
  "glob": "^7.1.3"
8373
- },
8374
- "dependencies": {
8375
- "glob": {
8376
- "version": "7.2.3",
8377
- "requires": {
8378
- "fs.realpath": "^1.0.0",
8379
- "inflight": "^1.0.4",
8380
- "inherits": "2",
8381
- "minimatch": "^3.1.1",
8382
- "once": "^1.3.0",
8383
- "path-is-absolute": "^1.0.0"
8384
- }
8385
- }
8386
8470
  }
8387
8471
  },
8388
8472
  "safe-buffer": {
@@ -8405,20 +8489,6 @@
8405
8489
  "sax": {
8406
8490
  "version": "1.2.4"
8407
8491
  },
8408
- "semver": {
8409
- "version": "7.3.7",
8410
- "requires": {
8411
- "lru-cache": "^6.0.0"
8412
- },
8413
- "dependencies": {
8414
- "lru-cache": {
8415
- "version": "6.0.0",
8416
- "requires": {
8417
- "yallist": "^4.0.0"
8418
- }
8419
- }
8420
- }
8421
- },
8422
8492
  "send": {
8423
8493
  "version": "0.18.0",
8424
8494
  "extraneous": true,
@@ -8595,7 +8665,7 @@
8595
8665
  }
8596
8666
  },
8597
8667
  "spdx-license-ids": {
8598
- "version": "3.0.11"
8668
+ "version": "3.0.12"
8599
8669
  },
8600
8670
  "stack-trace": {
8601
8671
  "version": "0.0.10",
@@ -8626,14 +8696,6 @@
8626
8696
  }
8627
8697
  }
8628
8698
  },
8629
- "string-width": {
8630
- "version": "4.2.3",
8631
- "requires": {
8632
- "emoji-regex": "^8.0.0",
8633
- "is-fullwidth-code-point": "^3.0.0",
8634
- "strip-ansi": "^6.0.1"
8635
- }
8636
- },
8637
8699
  "string.prototype.matchall": {
8638
8700
  "version": "4.0.7",
8639
8701
  "extraneous": true,
@@ -8700,14 +8762,14 @@
8700
8762
  }
8701
8763
  },
8702
8764
  "teen_process": {
8703
- "version": "2.0.0",
8765
+ "version": "2.0.1",
8704
8766
  "requires": {
8705
- "@babel/runtime": "^7.0.0",
8706
- "bluebird": "^3.5.1",
8707
- "lodash": "^4.17.4",
8708
- "shell-quote": "^1.4.3",
8709
- "source-map-support": "^0.5.3",
8710
- "which": "^2.0.2"
8767
+ "@babel/runtime": "7.18.9",
8768
+ "bluebird": "3.7.2",
8769
+ "lodash": "4.17.21",
8770
+ "shell-quote": "1.7.3",
8771
+ "source-map-support": "0.5.21",
8772
+ "which": "2.0.2"
8711
8773
  }
8712
8774
  },
8713
8775
  "text-hex": {
@@ -8753,7 +8815,7 @@
8753
8815
  }
8754
8816
  },
8755
8817
  "typescript": {
8756
- "version": "4.7.4",
8818
+ "version": "4.8.2",
8757
8819
  "peer": true
8758
8820
  },
8759
8821
  "uc.micro": {
@@ -8860,6 +8922,22 @@
8860
8922
  "version": "1.1.5",
8861
8923
  "requires": {
8862
8924
  "string-width": "^1.0.2 || 2 || 3 || 4"
8925
+ },
8926
+ "dependencies": {
8927
+ "emoji-regex": {
8928
+ "version": "8.0.0"
8929
+ },
8930
+ "is-fullwidth-code-point": {
8931
+ "version": "3.0.0"
8932
+ },
8933
+ "string-width": {
8934
+ "version": "4.2.3",
8935
+ "requires": {
8936
+ "emoji-regex": "^8.0.0",
8937
+ "is-fullwidth-code-point": "^3.0.0",
8938
+ "strip-ansi": "^6.0.1"
8939
+ }
8940
+ }
8863
8941
  }
8864
8942
  },
8865
8943
  "winston": {
@@ -8913,6 +8991,23 @@
8913
8991
  "color-name": {
8914
8992
  "version": "1.1.4",
8915
8993
  "extraneous": true
8994
+ },
8995
+ "emoji-regex": {
8996
+ "version": "8.0.0",
8997
+ "extraneous": true
8998
+ },
8999
+ "is-fullwidth-code-point": {
9000
+ "version": "3.0.0",
9001
+ "extraneous": true
9002
+ },
9003
+ "string-width": {
9004
+ "version": "4.2.3",
9005
+ "extraneous": true,
9006
+ "requires": {
9007
+ "emoji-regex": "^8.0.0",
9008
+ "is-fullwidth-code-point": "^3.0.0",
9009
+ "strip-ansi": "^6.0.1"
9010
+ }
8916
9011
  }
8917
9012
  }
8918
9013
  },