appium-uiautomator2-driver 2.29.4 → 2.29.5

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.29.5](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.4...v2.29.5) (2023-08-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * upgrade appium-chromedriver to latest ([ecfecbf](https://github.com/appium/appium-uiautomator2-driver/commit/ecfecbf75dce2f037a4344bed065fb538be64cda))
7
+
1
8
  ## [2.29.4](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.3...v2.29.4) (2023-08-09)
2
9
 
3
10
 
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "2.29.4",
3
+ "version": "2.29.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "2.29.4",
9
+ "version": "2.29.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
13
13
  "appium-adb": "^9.13.1",
14
14
  "appium-android-driver": "^5.14.0",
15
- "appium-chromedriver": "^5.6.1",
15
+ "appium-chromedriver": "^5.6.5",
16
16
  "appium-uiautomator2-server": "^5.12.2",
17
17
  "asyncbox": "^2.3.1",
18
18
  "axios": "^1.x",
@@ -42,7 +42,7 @@
42
42
  "conventional-changelog-conventionalcommits": "^6.0.0",
43
43
  "eslint-config-prettier": "^8.5.0",
44
44
  "fancy-log": "^2.0.0",
45
- "lint-staged": "^13.0.3",
45
+ "lint-staged": "^14.0.0",
46
46
  "mocha": "^10.0.0",
47
47
  "pre-commit": "^1.2.2",
48
48
  "rimraf": "^5.0.0",
@@ -62,16 +62,16 @@
62
62
  }
63
63
  },
64
64
  "node_modules/@appium/base-driver": {
65
- "version": "9.3.16",
65
+ "version": "9.3.18",
66
66
  "license": "Apache-2.0",
67
67
  "dependencies": {
68
- "@appium/support": "^4.1.3",
69
- "@appium/types": "^0.13.2",
70
- "@colors/colors": "1.5.0",
68
+ "@appium/support": "^4.1.5",
69
+ "@appium/types": "^0.13.3",
70
+ "@colors/colors": "1.6.0",
71
71
  "@types/async-lock": "1.4.0",
72
72
  "@types/bluebird": "3.5.38",
73
73
  "@types/express": "4.17.17",
74
- "@types/lodash": "4.14.195",
74
+ "@types/lodash": "4.14.197",
75
75
  "@types/method-override": "0.0.32",
76
76
  "@types/serve-favicon": "2.5.4",
77
77
  "async-lock": "1.4.0",
@@ -88,7 +88,7 @@
88
88
  "morgan": "1.10.0",
89
89
  "serve-favicon": "2.5.0",
90
90
  "source-map-support": "0.5.21",
91
- "type-fest": "3.11.1",
91
+ "type-fest": "3.13.1",
92
92
  "validate.js": "0.13.1"
93
93
  },
94
94
  "engines": {
@@ -104,12 +104,12 @@
104
104
  }
105
105
  },
106
106
  "node_modules/@appium/base-plugin": {
107
- "version": "2.2.16",
107
+ "version": "2.2.18",
108
108
  "extraneous": true,
109
109
  "license": "Apache-2.0",
110
110
  "dependencies": {
111
- "@appium/base-driver": "^9.3.16",
112
- "@appium/support": "^4.1.3"
111
+ "@appium/base-driver": "^9.3.18",
112
+ "@appium/support": "^4.1.5"
113
113
  },
114
114
  "engines": {
115
115
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -117,13 +117,13 @@
117
117
  }
118
118
  },
119
119
  "node_modules/@appium/docutils": {
120
- "version": "0.4.5",
120
+ "version": "0.4.7",
121
121
  "extraneous": true,
122
122
  "license": "Apache-2.0",
123
123
  "dependencies": {
124
- "@appium/support": "^4.1.3",
124
+ "@appium/support": "^4.1.5",
125
125
  "@appium/tsconfig": "^0.3.0",
126
- "@appium/typedoc-plugin-appium": "^0.6.5",
126
+ "@appium/typedoc-plugin-appium": "^0.6.6",
127
127
  "@sliphua/lilconfig-ts-loader": "3.2.2",
128
128
  "@types/which": "3.0.0",
129
129
  "chalk": "4.1.2",
@@ -137,10 +137,10 @@
137
137
  "log-symbols": "4.1.0",
138
138
  "pkg-dir": "5.0.0",
139
139
  "read-pkg": "5.2.0",
140
- "semver": "7.5.3",
140
+ "semver": "7.5.4",
141
141
  "source-map-support": "0.5.21",
142
142
  "teen_process": "2.0.4",
143
- "type-fest": "3.11.1",
143
+ "type-fest": "3.13.1",
144
144
  "typedoc": "0.23.28",
145
145
  "typedoc-plugin-markdown": "3.14.0",
146
146
  "typedoc-plugin-resolve-crossmodule-references": "0.3.3",
@@ -227,30 +227,29 @@
227
227
  }
228
228
  },
229
229
  "node_modules/@appium/support": {
230
- "version": "4.1.3",
230
+ "version": "4.1.5",
231
231
  "license": "Apache-2.0",
232
232
  "dependencies": {
233
233
  "@appium/tsconfig": "^0.3.0",
234
- "@appium/types": "^0.13.2",
235
- "@colors/colors": "1.5.0",
234
+ "@appium/types": "^0.13.3",
235
+ "@colors/colors": "1.6.0",
236
236
  "@types/archiver": "5.3.2",
237
237
  "@types/base64-stream": "1.0.2",
238
238
  "@types/find-root": "1.1.2",
239
- "@types/glob": "8.1.0",
240
239
  "@types/jsftp": "2.1.2",
241
240
  "@types/klaw": "3.0.3",
242
241
  "@types/lockfile": "1.0.2",
243
242
  "@types/mv": "2.1.2",
244
243
  "@types/ncp": "2.0.5",
245
244
  "@types/npmlog": "4.1.4",
246
- "@types/pluralize": "0.0.29",
245
+ "@types/pluralize": "0.0.30",
247
246
  "@types/semver": "7.5.0",
248
247
  "@types/shell-quote": "1.7.1",
249
248
  "@types/supports-color": "8.1.1",
250
249
  "@types/teen_process": "2.0.0",
251
250
  "@types/uuid": "9.0.2",
252
251
  "@types/which": "3.0.0",
253
- "archiver": "5.3.1",
252
+ "archiver": "5.3.2",
254
253
  "axios": "1.4.0",
255
254
  "base64-stream": "1.0.0",
256
255
  "bluebird": "3.7.2",
@@ -258,7 +257,7 @@
258
257
  "bplist-parser": "0.3.2",
259
258
  "form-data": "4.0.0",
260
259
  "get-stream": "6.0.1",
261
- "glob": "8.1.0",
260
+ "glob": "10.3.3",
262
261
  "jsftp": "2.1.3",
263
262
  "klaw": "4.1.0",
264
263
  "lockfile": "1.0.4",
@@ -270,17 +269,17 @@
270
269
  "npmlog": "7.0.1",
271
270
  "opencv-bindings": "4.5.5",
272
271
  "pkg-dir": "5.0.0",
273
- "plist": "3.0.6",
272
+ "plist": "3.1.0",
274
273
  "pluralize": "8.0.0",
275
274
  "read-pkg": "5.2.0",
276
275
  "resolve-from": "5.0.0",
277
276
  "sanitize-filename": "1.6.3",
278
- "semver": "7.5.3",
277
+ "semver": "7.5.4",
279
278
  "shell-quote": "1.8.1",
280
279
  "source-map-support": "0.5.21",
281
280
  "supports-color": "8.1.1",
282
281
  "teen_process": "2.0.4",
283
- "type-fest": "3.11.1",
282
+ "type-fest": "3.13.1",
284
283
  "uuid": "9.0.0",
285
284
  "which": "3.0.1",
286
285
  "yauzl": "2.10.0"
@@ -290,40 +289,7 @@
290
289
  "npm": ">=8"
291
290
  },
292
291
  "optionalDependencies": {
293
- "sharp": "0.32.1"
294
- }
295
- },
296
- "node_modules/@appium/support/node_modules/sharp": {
297
- "version": "0.32.1",
298
- "hasInstallScript": true,
299
- "license": "Apache-2.0",
300
- "optional": true,
301
- "dependencies": {
302
- "color": "^4.2.3",
303
- "detect-libc": "^2.0.1",
304
- "node-addon-api": "^6.1.0",
305
- "prebuild-install": "^7.1.1",
306
- "semver": "^7.5.0",
307
- "simple-get": "^4.0.1",
308
- "tar-fs": "^2.1.1",
309
- "tunnel-agent": "^0.6.0"
310
- },
311
- "engines": {
312
- "node": ">=14.15.0"
313
- },
314
- "funding": {
315
- "url": "https://opencollective.com/libvips"
316
- }
317
- },
318
- "node_modules/@appium/support/node_modules/tar-fs": {
319
- "version": "2.1.1",
320
- "license": "MIT",
321
- "optional": true,
322
- "dependencies": {
323
- "chownr": "^1.1.1",
324
- "mkdirp-classic": "^0.5.2",
325
- "pump": "^3.0.0",
326
- "tar-stream": "^2.1.4"
292
+ "sharp": "0.32.5"
327
293
  }
328
294
  },
329
295
  "node_modules/@appium/tsconfig": {
@@ -338,14 +304,14 @@
338
304
  }
339
305
  },
340
306
  "node_modules/@appium/typedoc-plugin-appium": {
341
- "version": "0.6.5",
307
+ "version": "0.6.6",
342
308
  "extraneous": true,
343
309
  "license": "Apache-2.0",
344
310
  "dependencies": {
345
- "handlebars": "4.7.7",
311
+ "handlebars": "4.7.8",
346
312
  "lodash": "4.17.21",
347
313
  "pluralize": "8.0.0",
348
- "type-fest": "3.11.1"
314
+ "type-fest": "3.13.1"
349
315
  },
350
316
  "engines": {
351
317
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -360,7 +326,7 @@
360
326
  }
361
327
  },
362
328
  "node_modules/@appium/types": {
363
- "version": "0.13.2",
329
+ "version": "0.13.3",
364
330
  "license": "Apache-2.0",
365
331
  "dependencies": {
366
332
  "@appium/schema": "^0.3.1",
@@ -368,7 +334,7 @@
368
334
  "@types/express": "4.17.17",
369
335
  "@types/npmlog": "4.1.4",
370
336
  "@types/ws": "8.5.5",
371
- "type-fest": "3.11.1"
337
+ "type-fest": "3.13.1"
372
338
  },
373
339
  "engines": {
374
340
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -416,7 +382,7 @@
416
382
  }
417
383
  },
418
384
  "node_modules/@colors/colors": {
419
- "version": "1.5.0",
385
+ "version": "1.6.0",
420
386
  "license": "MIT",
421
387
  "engines": {
422
388
  "node": ">=0.1.90"
@@ -432,6 +398,77 @@
432
398
  "kuler": "^2.0.0"
433
399
  }
434
400
  },
401
+ "node_modules/@isaacs/cliui": {
402
+ "version": "8.0.2",
403
+ "license": "ISC",
404
+ "dependencies": {
405
+ "string-width": "^5.1.2",
406
+ "string-width-cjs": "npm:string-width@^4.2.0",
407
+ "strip-ansi": "^7.0.1",
408
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
409
+ "wrap-ansi": "^8.1.0",
410
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
411
+ },
412
+ "engines": {
413
+ "node": ">=12"
414
+ }
415
+ },
416
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
417
+ "version": "6.0.1",
418
+ "license": "MIT",
419
+ "engines": {
420
+ "node": ">=12"
421
+ },
422
+ "funding": {
423
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
424
+ }
425
+ },
426
+ "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
427
+ "version": "6.2.1",
428
+ "license": "MIT",
429
+ "engines": {
430
+ "node": ">=12"
431
+ },
432
+ "funding": {
433
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
434
+ }
435
+ },
436
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
437
+ "version": "7.1.0",
438
+ "license": "MIT",
439
+ "dependencies": {
440
+ "ansi-regex": "^6.0.1"
441
+ },
442
+ "engines": {
443
+ "node": ">=12"
444
+ },
445
+ "funding": {
446
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
447
+ }
448
+ },
449
+ "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
450
+ "version": "8.1.0",
451
+ "license": "MIT",
452
+ "dependencies": {
453
+ "ansi-styles": "^6.1.0",
454
+ "string-width": "^5.0.1",
455
+ "strip-ansi": "^7.0.1"
456
+ },
457
+ "engines": {
458
+ "node": ">=12"
459
+ },
460
+ "funding": {
461
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
462
+ }
463
+ },
464
+ "node_modules/@pkgjs/parseargs": {
465
+ "version": "0.11.0",
466
+ "license": "MIT",
467
+ "optional": true,
468
+ "engines": {
469
+ "node": ">=14"
470
+ }
471
+ },
435
472
  "node_modules/@sidvind/better-ajv-errors": {
436
473
  "version": "2.1.0",
437
474
  "extraneous": true,
@@ -595,14 +632,6 @@
595
632
  "version": "1.1.2",
596
633
  "license": "MIT"
597
634
  },
598
- "node_modules/@types/glob": {
599
- "version": "8.1.0",
600
- "license": "MIT",
601
- "dependencies": {
602
- "@types/minimatch": "^5.1.2",
603
- "@types/node": "*"
604
- }
605
- },
606
635
  "node_modules/@types/http-errors": {
607
636
  "version": "2.0.1",
608
637
  "license": "MIT"
@@ -630,7 +659,7 @@
630
659
  "license": "MIT"
631
660
  },
632
661
  "node_modules/@types/lodash": {
633
- "version": "4.14.195",
662
+ "version": "4.14.197",
634
663
  "license": "MIT"
635
664
  },
636
665
  "node_modules/@types/method-override": {
@@ -644,10 +673,6 @@
644
673
  "version": "1.3.2",
645
674
  "license": "MIT"
646
675
  },
647
- "node_modules/@types/minimatch": {
648
- "version": "5.1.2",
649
- "license": "MIT"
650
- },
651
676
  "node_modules/@types/mv": {
652
677
  "version": "2.1.2",
653
678
  "license": "MIT"
@@ -660,7 +685,7 @@
660
685
  }
661
686
  },
662
687
  "node_modules/@types/node": {
663
- "version": "20.4.9",
688
+ "version": "20.5.1",
664
689
  "license": "MIT"
665
690
  },
666
691
  "node_modules/@types/normalize-package-data": {
@@ -672,7 +697,7 @@
672
697
  "license": "MIT"
673
698
  },
674
699
  "node_modules/@types/pluralize": {
675
- "version": "0.0.29",
700
+ "version": "0.0.30",
676
701
  "license": "MIT"
677
702
  },
678
703
  "node_modules/@types/qs": {
@@ -859,7 +884,7 @@
859
884
  }
860
885
  },
861
886
  "node_modules/appium-adb": {
862
- "version": "9.14.4",
887
+ "version": "9.14.5",
863
888
  "license": "Apache-2.0",
864
889
  "dependencies": {
865
890
  "@appium/support": "^4.0.0",
@@ -881,14 +906,14 @@
881
906
  }
882
907
  },
883
908
  "node_modules/appium-adb/node_modules/lru-cache": {
884
- "version": "10.0.0",
909
+ "version": "10.0.1",
885
910
  "license": "ISC",
886
911
  "engines": {
887
912
  "node": "14 || >=16.14"
888
913
  }
889
914
  },
890
915
  "node_modules/appium-android-driver": {
891
- "version": "5.14.0",
916
+ "version": "5.14.4",
892
917
  "license": "Apache-2.0",
893
918
  "dependencies": {
894
919
  "appium-adb": "^9.11.2",
@@ -925,7 +950,7 @@
925
950
  }
926
951
  },
927
952
  "node_modules/appium-chromedriver": {
928
- "version": "5.6.2",
953
+ "version": "5.6.5",
929
954
  "hasInstallScript": true,
930
955
  "license": "Apache-2.0",
931
956
  "dependencies": {
@@ -951,7 +976,7 @@
951
976
  }
952
977
  },
953
978
  "node_modules/appium-uiautomator2-server": {
954
- "version": "5.12.2",
979
+ "version": "5.12.3",
955
980
  "license": "Apache-2.0",
956
981
  "engines": {
957
982
  "node": ">=14",
@@ -963,14 +988,14 @@
963
988
  "license": "ISC"
964
989
  },
965
990
  "node_modules/archiver": {
966
- "version": "5.3.1",
991
+ "version": "5.3.2",
967
992
  "license": "MIT",
968
993
  "dependencies": {
969
994
  "archiver-utils": "^2.1.0",
970
- "async": "^3.2.3",
995
+ "async": "^3.2.4",
971
996
  "buffer-crc32": "^0.2.1",
972
997
  "readable-stream": "^3.6.0",
973
- "readdir-glob": "^1.0.0",
998
+ "readdir-glob": "^1.1.2",
974
999
  "tar-stream": "^2.2.0",
975
1000
  "zip-stream": "^4.1.0"
976
1001
  },
@@ -1139,6 +1164,11 @@
1139
1164
  "proxy-from-env": "^1.1.0"
1140
1165
  }
1141
1166
  },
1167
+ "node_modules/b4a": {
1168
+ "version": "1.6.4",
1169
+ "devOptional": true,
1170
+ "license": "ISC"
1171
+ },
1142
1172
  "node_modules/balanced-match": {
1143
1173
  "version": "1.0.2",
1144
1174
  "license": "MIT"
@@ -1339,19 +1369,8 @@
1339
1369
  },
1340
1370
  "node_modules/chownr": {
1341
1371
  "version": "1.1.4",
1342
- "license": "ISC",
1343
- "optional": true
1344
- },
1345
- "node_modules/cli-cursor": {
1346
- "version": "3.1.0",
1347
- "extraneous": true,
1348
- "license": "MIT",
1349
- "dependencies": {
1350
- "restore-cursor": "^3.1.0"
1351
- },
1352
- "engines": {
1353
- "node": ">=8"
1354
- }
1372
+ "devOptional": true,
1373
+ "license": "ISC"
1355
1374
  },
1356
1375
  "node_modules/cli-spinners": {
1357
1376
  "version": "2.9.0",
@@ -1413,8 +1432,8 @@
1413
1432
  },
1414
1433
  "node_modules/color": {
1415
1434
  "version": "4.2.3",
1435
+ "devOptional": true,
1416
1436
  "license": "MIT",
1417
- "optional": true,
1418
1437
  "dependencies": {
1419
1438
  "color-convert": "^2.0.1",
1420
1439
  "color-string": "^1.9.0"
@@ -1436,8 +1455,8 @@
1436
1455
  },
1437
1456
  "node_modules/color-string": {
1438
1457
  "version": "1.9.1",
1458
+ "devOptional": true,
1439
1459
  "license": "MIT",
1440
- "optional": true,
1441
1460
  "dependencies": {
1442
1461
  "color-name": "^1.0.0",
1443
1462
  "simple-swizzle": "^0.2.2"
@@ -1452,8 +1471,8 @@
1452
1471
  },
1453
1472
  "node_modules/color/node_modules/color-convert": {
1454
1473
  "version": "2.0.1",
1474
+ "devOptional": true,
1455
1475
  "license": "MIT",
1456
- "optional": true,
1457
1476
  "dependencies": {
1458
1477
  "color-name": "~1.1.4"
1459
1478
  },
@@ -1463,8 +1482,8 @@
1463
1482
  },
1464
1483
  "node_modules/color/node_modules/color-name": {
1465
1484
  "version": "1.1.4",
1466
- "license": "MIT",
1467
- "optional": true
1485
+ "devOptional": true,
1486
+ "license": "MIT"
1468
1487
  },
1469
1488
  "node_modules/colorspace": {
1470
1489
  "version": "1.1.4",
@@ -1601,7 +1620,6 @@
1601
1620
  },
1602
1621
  "node_modules/cross-spawn": {
1603
1622
  "version": "7.0.3",
1604
- "extraneous": true,
1605
1623
  "license": "MIT",
1606
1624
  "dependencies": {
1607
1625
  "path-key": "^3.1.0",
@@ -1614,7 +1632,6 @@
1614
1632
  },
1615
1633
  "node_modules/cross-spawn/node_modules/which": {
1616
1634
  "version": "2.0.2",
1617
- "extraneous": true,
1618
1635
  "license": "ISC",
1619
1636
  "dependencies": {
1620
1637
  "isexe": "^2.0.0"
@@ -1642,8 +1659,8 @@
1642
1659
  },
1643
1660
  "node_modules/decompress-response": {
1644
1661
  "version": "6.0.0",
1662
+ "devOptional": true,
1645
1663
  "license": "MIT",
1646
- "optional": true,
1647
1664
  "dependencies": {
1648
1665
  "mimic-response": "^3.1.0"
1649
1666
  },
@@ -1656,8 +1673,8 @@
1656
1673
  },
1657
1674
  "node_modules/deep-extend": {
1658
1675
  "version": "0.6.0",
1676
+ "devOptional": true,
1659
1677
  "license": "MIT",
1660
- "optional": true,
1661
1678
  "engines": {
1662
1679
  "node": ">=4.0.0"
1663
1680
  }
@@ -1701,8 +1718,8 @@
1701
1718
  },
1702
1719
  "node_modules/detect-libc": {
1703
1720
  "version": "2.0.2",
1721
+ "devOptional": true,
1704
1722
  "license": "Apache-2.0",
1705
- "optional": true,
1706
1723
  "engines": {
1707
1724
  "node": ">=8"
1708
1725
  }
@@ -1719,10 +1736,18 @@
1719
1736
  "version": "0.1.2",
1720
1737
  "license": "MIT"
1721
1738
  },
1739
+ "node_modules/eastasianwidth": {
1740
+ "version": "0.2.0",
1741
+ "license": "MIT"
1742
+ },
1722
1743
  "node_modules/ee-first": {
1723
1744
  "version": "1.1.1",
1724
1745
  "license": "MIT"
1725
1746
  },
1747
+ "node_modules/emoji-regex": {
1748
+ "version": "9.2.2",
1749
+ "license": "MIT"
1750
+ },
1726
1751
  "node_modules/enabled": {
1727
1752
  "version": "2.0.0",
1728
1753
  "extraneous": true,
@@ -1795,8 +1820,8 @@
1795
1820
  },
1796
1821
  "node_modules/expand-template": {
1797
1822
  "version": "2.0.3",
1823
+ "devOptional": true,
1798
1824
  "license": "(MIT OR WTFPL)",
1799
- "optional": true,
1800
1825
  "engines": {
1801
1826
  "node": ">=6"
1802
1827
  }
@@ -1902,6 +1927,11 @@
1902
1927
  "extraneous": true,
1903
1928
  "license": "MIT"
1904
1929
  },
1930
+ "node_modules/fast-fifo": {
1931
+ "version": "1.3.2",
1932
+ "devOptional": true,
1933
+ "license": "MIT"
1934
+ },
1905
1935
  "node_modules/fd-slicer": {
1906
1936
  "version": "1.1.0",
1907
1937
  "license": "MIT",
@@ -1992,6 +2022,30 @@
1992
2022
  }
1993
2023
  }
1994
2024
  },
2025
+ "node_modules/foreground-child": {
2026
+ "version": "3.1.1",
2027
+ "license": "ISC",
2028
+ "dependencies": {
2029
+ "cross-spawn": "^7.0.0",
2030
+ "signal-exit": "^4.0.1"
2031
+ },
2032
+ "engines": {
2033
+ "node": ">=14"
2034
+ },
2035
+ "funding": {
2036
+ "url": "https://github.com/sponsors/isaacs"
2037
+ }
2038
+ },
2039
+ "node_modules/foreground-child/node_modules/signal-exit": {
2040
+ "version": "4.1.0",
2041
+ "license": "ISC",
2042
+ "engines": {
2043
+ "node": ">=14"
2044
+ },
2045
+ "funding": {
2046
+ "url": "https://github.com/sponsors/isaacs"
2047
+ }
2048
+ },
1995
2049
  "node_modules/form-data": {
1996
2050
  "version": "4.0.0",
1997
2051
  "license": "MIT",
@@ -2140,21 +2194,24 @@
2140
2194
  },
2141
2195
  "node_modules/github-from-package": {
2142
2196
  "version": "0.0.0",
2143
- "license": "MIT",
2144
- "optional": true
2197
+ "devOptional": true,
2198
+ "license": "MIT"
2145
2199
  },
2146
2200
  "node_modules/glob": {
2147
- "version": "8.1.0",
2201
+ "version": "10.3.3",
2148
2202
  "license": "ISC",
2149
2203
  "dependencies": {
2150
- "fs.realpath": "^1.0.0",
2151
- "inflight": "^1.0.4",
2152
- "inherits": "2",
2153
- "minimatch": "^5.0.1",
2154
- "once": "^1.3.0"
2204
+ "foreground-child": "^3.1.0",
2205
+ "jackspeak": "^2.0.3",
2206
+ "minimatch": "^9.0.1",
2207
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
2208
+ "path-scurry": "^1.10.1"
2209
+ },
2210
+ "bin": {
2211
+ "glob": "dist/cjs/src/bin.js"
2155
2212
  },
2156
2213
  "engines": {
2157
- "node": ">=12"
2214
+ "node": ">=16 || 14 >=14.17"
2158
2215
  },
2159
2216
  "funding": {
2160
2217
  "url": "https://github.com/sponsors/isaacs"
@@ -2168,13 +2225,16 @@
2168
2225
  }
2169
2226
  },
2170
2227
  "node_modules/glob/node_modules/minimatch": {
2171
- "version": "5.1.6",
2228
+ "version": "9.0.3",
2172
2229
  "license": "ISC",
2173
2230
  "dependencies": {
2174
2231
  "brace-expansion": "^2.0.1"
2175
2232
  },
2176
2233
  "engines": {
2177
- "node": ">=10"
2234
+ "node": ">=16 || 14 >=14.17"
2235
+ },
2236
+ "funding": {
2237
+ "url": "https://github.com/sponsors/isaacs"
2178
2238
  }
2179
2239
  },
2180
2240
  "node_modules/graceful-fs": {
@@ -2182,12 +2242,12 @@
2182
2242
  "license": "ISC"
2183
2243
  },
2184
2244
  "node_modules/handlebars": {
2185
- "version": "4.7.7",
2245
+ "version": "4.7.8",
2186
2246
  "extraneous": true,
2187
2247
  "license": "MIT",
2188
2248
  "dependencies": {
2189
2249
  "minimist": "^1.2.5",
2190
- "neo-async": "^2.6.0",
2250
+ "neo-async": "^2.6.2",
2191
2251
  "source-map": "^0.6.1",
2192
2252
  "wordwrap": "^1.0.0"
2193
2253
  },
@@ -2380,6 +2440,22 @@
2380
2440
  "version": "2.0.0",
2381
2441
  "license": "ISC"
2382
2442
  },
2443
+ "node_modules/jackspeak": {
2444
+ "version": "2.3.0",
2445
+ "license": "BlueOak-1.0.0",
2446
+ "dependencies": {
2447
+ "@isaacs/cliui": "^8.0.2"
2448
+ },
2449
+ "engines": {
2450
+ "node": ">=14"
2451
+ },
2452
+ "funding": {
2453
+ "url": "https://github.com/sponsors/isaacs"
2454
+ },
2455
+ "optionalDependencies": {
2456
+ "@pkgjs/parseargs": "^0.11.0"
2457
+ }
2458
+ },
2383
2459
  "node_modules/js-tokens": {
2384
2460
  "version": "4.0.0",
2385
2461
  "license": "MIT"
@@ -2628,6 +2704,14 @@
2628
2704
  "triple-beam": "^1.3.0"
2629
2705
  }
2630
2706
  },
2707
+ "node_modules/logform/node_modules/@colors/colors": {
2708
+ "version": "1.5.0",
2709
+ "extraneous": true,
2710
+ "license": "MIT",
2711
+ "engines": {
2712
+ "node": ">=0.1.90"
2713
+ }
2714
+ },
2631
2715
  "node_modules/lunr": {
2632
2716
  "version": "2.3.9",
2633
2717
  "extraneous": true,
@@ -2718,8 +2802,8 @@
2718
2802
  },
2719
2803
  "node_modules/mimic-response": {
2720
2804
  "version": "3.1.0",
2805
+ "devOptional": true,
2721
2806
  "license": "MIT",
2722
- "optional": true,
2723
2807
  "engines": {
2724
2808
  "node": ">=10"
2725
2809
  },
@@ -2744,6 +2828,13 @@
2744
2828
  "url": "https://github.com/sponsors/ljharb"
2745
2829
  }
2746
2830
  },
2831
+ "node_modules/minipass": {
2832
+ "version": "7.0.3",
2833
+ "license": "ISC",
2834
+ "engines": {
2835
+ "node": ">=16 || 14 >=14.17"
2836
+ }
2837
+ },
2747
2838
  "node_modules/mkdirp": {
2748
2839
  "version": "0.5.6",
2749
2840
  "license": "MIT",
@@ -2756,8 +2847,8 @@
2756
2847
  },
2757
2848
  "node_modules/mkdirp-classic": {
2758
2849
  "version": "0.5.3",
2759
- "license": "MIT",
2760
- "optional": true
2850
+ "devOptional": true,
2851
+ "license": "MIT"
2761
2852
  },
2762
2853
  "node_modules/moment": {
2763
2854
  "version": "2.29.4",
@@ -2853,8 +2944,8 @@
2853
2944
  },
2854
2945
  "node_modules/napi-build-utils": {
2855
2946
  "version": "1.0.2",
2856
- "license": "MIT",
2857
- "optional": true
2947
+ "devOptional": true,
2948
+ "license": "MIT"
2858
2949
  },
2859
2950
  "node_modules/ncp": {
2860
2951
  "version": "2.0.0",
@@ -2876,9 +2967,9 @@
2876
2967
  "license": "MIT"
2877
2968
  },
2878
2969
  "node_modules/node-abi": {
2879
- "version": "3.45.0",
2970
+ "version": "3.47.0",
2971
+ "devOptional": true,
2880
2972
  "license": "MIT",
2881
- "optional": true,
2882
2973
  "dependencies": {
2883
2974
  "semver": "^7.3.5"
2884
2975
  },
@@ -2888,8 +2979,8 @@
2888
2979
  },
2889
2980
  "node_modules/node-addon-api": {
2890
2981
  "version": "6.1.0",
2891
- "license": "MIT",
2892
- "optional": true
2982
+ "devOptional": true,
2983
+ "license": "MIT"
2893
2984
  },
2894
2985
  "node_modules/normalize-package-data": {
2895
2986
  "version": "2.5.0",
@@ -3036,6 +3127,17 @@
3036
3127
  "url": "https://github.com/chalk/chalk?sponsor=1"
3037
3128
  }
3038
3129
  },
3130
+ "node_modules/ora/node_modules/cli-cursor": {
3131
+ "version": "3.1.0",
3132
+ "extraneous": true,
3133
+ "license": "MIT",
3134
+ "dependencies": {
3135
+ "restore-cursor": "^3.1.0"
3136
+ },
3137
+ "engines": {
3138
+ "node": ">=8"
3139
+ }
3140
+ },
3039
3141
  "node_modules/ora/node_modules/color-convert": {
3040
3142
  "version": "2.0.1",
3041
3143
  "extraneous": true,
@@ -3052,6 +3154,18 @@
3052
3154
  "extraneous": true,
3053
3155
  "license": "MIT"
3054
3156
  },
3157
+ "node_modules/ora/node_modules/restore-cursor": {
3158
+ "version": "3.1.0",
3159
+ "extraneous": true,
3160
+ "license": "MIT",
3161
+ "dependencies": {
3162
+ "onetime": "^5.1.0",
3163
+ "signal-exit": "^3.0.2"
3164
+ },
3165
+ "engines": {
3166
+ "node": ">=8"
3167
+ }
3168
+ },
3055
3169
  "node_modules/ora/node_modules/supports-color": {
3056
3170
  "version": "7.2.0",
3057
3171
  "extraneous": true,
@@ -3153,7 +3267,6 @@
3153
3267
  },
3154
3268
  "node_modules/path-key": {
3155
3269
  "version": "3.1.1",
3156
- "extraneous": true,
3157
3270
  "license": "MIT",
3158
3271
  "engines": {
3159
3272
  "node": ">=8"
@@ -3163,6 +3276,27 @@
3163
3276
  "version": "1.0.7",
3164
3277
  "license": "MIT"
3165
3278
  },
3279
+ "node_modules/path-scurry": {
3280
+ "version": "1.10.1",
3281
+ "license": "BlueOak-1.0.0",
3282
+ "dependencies": {
3283
+ "lru-cache": "^9.1.1 || ^10.0.0",
3284
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
3285
+ },
3286
+ "engines": {
3287
+ "node": ">=16 || 14 >=14.17"
3288
+ },
3289
+ "funding": {
3290
+ "url": "https://github.com/sponsors/isaacs"
3291
+ }
3292
+ },
3293
+ "node_modules/path-scurry/node_modules/lru-cache": {
3294
+ "version": "10.0.1",
3295
+ "license": "ISC",
3296
+ "engines": {
3297
+ "node": "14 || >=16.14"
3298
+ }
3299
+ },
3166
3300
  "node_modules/path-to-regexp": {
3167
3301
  "version": "0.1.7",
3168
3302
  "license": "MIT"
@@ -3182,14 +3316,15 @@
3182
3316
  }
3183
3317
  },
3184
3318
  "node_modules/plist": {
3185
- "version": "3.0.6",
3319
+ "version": "3.1.0",
3186
3320
  "license": "MIT",
3187
3321
  "dependencies": {
3322
+ "@xmldom/xmldom": "^0.8.8",
3188
3323
  "base64-js": "^1.5.1",
3189
3324
  "xmlbuilder": "^15.1.1"
3190
3325
  },
3191
3326
  "engines": {
3192
- "node": ">=6"
3327
+ "node": ">=10.4.0"
3193
3328
  }
3194
3329
  },
3195
3330
  "node_modules/pluralize": {
@@ -3246,8 +3381,8 @@
3246
3381
  },
3247
3382
  "node_modules/prebuild-install": {
3248
3383
  "version": "7.1.1",
3384
+ "devOptional": true,
3249
3385
  "license": "MIT",
3250
- "optional": true,
3251
3386
  "dependencies": {
3252
3387
  "detect-libc": "^2.0.0",
3253
3388
  "expand-template": "^2.0.3",
@@ -3271,8 +3406,8 @@
3271
3406
  },
3272
3407
  "node_modules/prebuild-install/node_modules/tar-fs": {
3273
3408
  "version": "2.1.1",
3409
+ "devOptional": true,
3274
3410
  "license": "MIT",
3275
- "optional": true,
3276
3411
  "dependencies": {
3277
3412
  "chownr": "^1.1.1",
3278
3413
  "mkdirp-classic": "^0.5.2",
@@ -3308,8 +3443,8 @@
3308
3443
  },
3309
3444
  "node_modules/pump": {
3310
3445
  "version": "3.0.0",
3446
+ "devOptional": true,
3311
3447
  "license": "MIT",
3312
- "optional": true,
3313
3448
  "dependencies": {
3314
3449
  "end-of-stream": "^1.1.0",
3315
3450
  "once": "^1.3.1"
@@ -3336,6 +3471,11 @@
3336
3471
  "url": "https://github.com/sponsors/ljharb"
3337
3472
  }
3338
3473
  },
3474
+ "node_modules/queue-tick": {
3475
+ "version": "1.0.1",
3476
+ "devOptional": true,
3477
+ "license": "MIT"
3478
+ },
3339
3479
  "node_modules/range-parser": {
3340
3480
  "version": "1.2.1",
3341
3481
  "license": "MIT",
@@ -3358,8 +3498,8 @@
3358
3498
  },
3359
3499
  "node_modules/rc": {
3360
3500
  "version": "1.2.8",
3501
+ "devOptional": true,
3361
3502
  "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
3362
- "optional": true,
3363
3503
  "dependencies": {
3364
3504
  "deep-extend": "^0.6.0",
3365
3505
  "ini": "~1.3.0",
@@ -3372,13 +3512,13 @@
3372
3512
  },
3373
3513
  "node_modules/rc/node_modules/ini": {
3374
3514
  "version": "1.3.8",
3375
- "license": "ISC",
3376
- "optional": true
3515
+ "devOptional": true,
3516
+ "license": "ISC"
3377
3517
  },
3378
3518
  "node_modules/rc/node_modules/strip-json-comments": {
3379
3519
  "version": "2.0.1",
3520
+ "devOptional": true,
3380
3521
  "license": "MIT",
3381
- "optional": true,
3382
3522
  "engines": {
3383
3523
  "node": ">=0.10.0"
3384
3524
  }
@@ -3481,18 +3621,6 @@
3481
3621
  "node": ">=8"
3482
3622
  }
3483
3623
  },
3484
- "node_modules/restore-cursor": {
3485
- "version": "3.1.0",
3486
- "extraneous": true,
3487
- "license": "MIT",
3488
- "dependencies": {
3489
- "onetime": "^5.1.0",
3490
- "signal-exit": "^3.0.2"
3491
- },
3492
- "engines": {
3493
- "node": ">=8"
3494
- }
3495
- },
3496
3624
  "node_modules/safe-buffer": {
3497
3625
  "version": "5.2.1",
3498
3626
  "funding": [
@@ -3531,7 +3659,7 @@
3531
3659
  }
3532
3660
  },
3533
3661
  "node_modules/semver": {
3534
- "version": "7.5.3",
3662
+ "version": "7.5.4",
3535
3663
  "license": "ISC",
3536
3664
  "dependencies": {
3537
3665
  "lru-cache": "^6.0.0"
@@ -3662,9 +3790,30 @@
3662
3790
  "node": ">=4.0"
3663
3791
  }
3664
3792
  },
3793
+ "node_modules/sharp": {
3794
+ "version": "0.32.5",
3795
+ "devOptional": true,
3796
+ "hasInstallScript": true,
3797
+ "license": "Apache-2.0",
3798
+ "dependencies": {
3799
+ "color": "^4.2.3",
3800
+ "detect-libc": "^2.0.2",
3801
+ "node-addon-api": "^6.1.0",
3802
+ "prebuild-install": "^7.1.1",
3803
+ "semver": "^7.5.4",
3804
+ "simple-get": "^4.0.1",
3805
+ "tar-fs": "^3.0.4",
3806
+ "tunnel-agent": "^0.6.0"
3807
+ },
3808
+ "engines": {
3809
+ "node": ">=14.15.0"
3810
+ },
3811
+ "funding": {
3812
+ "url": "https://opencollective.com/libvips"
3813
+ }
3814
+ },
3665
3815
  "node_modules/shebang-command": {
3666
3816
  "version": "2.0.0",
3667
- "extraneous": true,
3668
3817
  "license": "MIT",
3669
3818
  "dependencies": {
3670
3819
  "shebang-regex": "^3.0.0"
@@ -3675,7 +3824,6 @@
3675
3824
  },
3676
3825
  "node_modules/shebang-regex": {
3677
3826
  "version": "3.0.0",
3678
- "extraneous": true,
3679
3827
  "license": "MIT",
3680
3828
  "engines": {
3681
3829
  "node": ">=8"
@@ -3717,6 +3865,7 @@
3717
3865
  },
3718
3866
  "node_modules/simple-concat": {
3719
3867
  "version": "1.0.1",
3868
+ "devOptional": true,
3720
3869
  "funding": [
3721
3870
  {
3722
3871
  "type": "github",
@@ -3731,11 +3880,11 @@
3731
3880
  "url": "https://feross.org/support"
3732
3881
  }
3733
3882
  ],
3734
- "license": "MIT",
3735
- "optional": true
3883
+ "license": "MIT"
3736
3884
  },
3737
3885
  "node_modules/simple-get": {
3738
3886
  "version": "4.0.1",
3887
+ "devOptional": true,
3739
3888
  "funding": [
3740
3889
  {
3741
3890
  "type": "github",
@@ -3751,7 +3900,6 @@
3751
3900
  }
3752
3901
  ],
3753
3902
  "license": "MIT",
3754
- "optional": true,
3755
3903
  "dependencies": {
3756
3904
  "decompress-response": "^6.0.0",
3757
3905
  "once": "^1.3.1",
@@ -3760,16 +3908,16 @@
3760
3908
  },
3761
3909
  "node_modules/simple-swizzle": {
3762
3910
  "version": "0.2.2",
3911
+ "devOptional": true,
3763
3912
  "license": "MIT",
3764
- "optional": true,
3765
3913
  "dependencies": {
3766
3914
  "is-arrayish": "^0.3.1"
3767
3915
  }
3768
3916
  },
3769
3917
  "node_modules/simple-swizzle/node_modules/is-arrayish": {
3770
3918
  "version": "0.3.2",
3771
- "license": "MIT",
3772
- "optional": true
3919
+ "devOptional": true,
3920
+ "license": "MIT"
3773
3921
  },
3774
3922
  "node_modules/source-map": {
3775
3923
  "version": "0.6.1",
@@ -3840,6 +3988,15 @@
3840
3988
  "through": "~2.3.4"
3841
3989
  }
3842
3990
  },
3991
+ "node_modules/streamx": {
3992
+ "version": "2.15.1",
3993
+ "devOptional": true,
3994
+ "license": "MIT",
3995
+ "dependencies": {
3996
+ "fast-fifo": "^1.1.0",
3997
+ "queue-tick": "^1.0.1"
3998
+ }
3999
+ },
3843
4000
  "node_modules/string_decoder": {
3844
4001
  "version": "1.3.0",
3845
4002
  "license": "MIT",
@@ -3847,6 +4004,68 @@
3847
4004
  "safe-buffer": "~5.2.0"
3848
4005
  }
3849
4006
  },
4007
+ "node_modules/string-width": {
4008
+ "version": "5.1.2",
4009
+ "license": "MIT",
4010
+ "dependencies": {
4011
+ "eastasianwidth": "^0.2.0",
4012
+ "emoji-regex": "^9.2.2",
4013
+ "strip-ansi": "^7.0.1"
4014
+ },
4015
+ "engines": {
4016
+ "node": ">=12"
4017
+ },
4018
+ "funding": {
4019
+ "url": "https://github.com/sponsors/sindresorhus"
4020
+ }
4021
+ },
4022
+ "node_modules/string-width-cjs": {
4023
+ "name": "string-width",
4024
+ "version": "4.2.3",
4025
+ "license": "MIT",
4026
+ "dependencies": {
4027
+ "emoji-regex": "^8.0.0",
4028
+ "is-fullwidth-code-point": "^3.0.0",
4029
+ "strip-ansi": "^6.0.1"
4030
+ },
4031
+ "engines": {
4032
+ "node": ">=8"
4033
+ }
4034
+ },
4035
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
4036
+ "version": "8.0.0",
4037
+ "license": "MIT"
4038
+ },
4039
+ "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": {
4040
+ "version": "3.0.0",
4041
+ "license": "MIT",
4042
+ "engines": {
4043
+ "node": ">=8"
4044
+ }
4045
+ },
4046
+ "node_modules/string-width/node_modules/ansi-regex": {
4047
+ "version": "6.0.1",
4048
+ "license": "MIT",
4049
+ "engines": {
4050
+ "node": ">=12"
4051
+ },
4052
+ "funding": {
4053
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4054
+ }
4055
+ },
4056
+ "node_modules/string-width/node_modules/strip-ansi": {
4057
+ "version": "7.1.0",
4058
+ "license": "MIT",
4059
+ "dependencies": {
4060
+ "ansi-regex": "^6.0.1"
4061
+ },
4062
+ "engines": {
4063
+ "node": ">=12"
4064
+ },
4065
+ "funding": {
4066
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4067
+ }
4068
+ },
3850
4069
  "node_modules/strip-ansi": {
3851
4070
  "version": "6.0.1",
3852
4071
  "license": "MIT",
@@ -3857,6 +4076,17 @@
3857
4076
  "node": ">=8"
3858
4077
  }
3859
4078
  },
4079
+ "node_modules/strip-ansi-cjs": {
4080
+ "name": "strip-ansi",
4081
+ "version": "6.0.1",
4082
+ "license": "MIT",
4083
+ "dependencies": {
4084
+ "ansi-regex": "^5.0.1"
4085
+ },
4086
+ "engines": {
4087
+ "node": ">=8"
4088
+ }
4089
+ },
3860
4090
  "node_modules/supports-color": {
3861
4091
  "version": "8.1.1",
3862
4092
  "license": "MIT",
@@ -3880,6 +4110,26 @@
3880
4110
  "url": "https://github.com/sponsors/ljharb"
3881
4111
  }
3882
4112
  },
4113
+ "node_modules/tar-fs": {
4114
+ "version": "3.0.4",
4115
+ "devOptional": true,
4116
+ "license": "MIT",
4117
+ "dependencies": {
4118
+ "mkdirp-classic": "^0.5.2",
4119
+ "pump": "^3.0.0",
4120
+ "tar-stream": "^3.1.5"
4121
+ }
4122
+ },
4123
+ "node_modules/tar-fs/node_modules/tar-stream": {
4124
+ "version": "3.1.6",
4125
+ "devOptional": true,
4126
+ "license": "MIT",
4127
+ "dependencies": {
4128
+ "b4a": "^1.6.4",
4129
+ "fast-fifo": "^1.2.0",
4130
+ "streamx": "^2.15.0"
4131
+ }
4132
+ },
3883
4133
  "node_modules/tar-stream": {
3884
4134
  "version": "2.2.0",
3885
4135
  "license": "MIT",
@@ -3973,14 +4223,14 @@
3973
4223
  }
3974
4224
  },
3975
4225
  "node_modules/tslib": {
3976
- "version": "2.6.1",
4226
+ "version": "2.6.2",
3977
4227
  "extraneous": true,
3978
4228
  "license": "0BSD"
3979
4229
  },
3980
4230
  "node_modules/tunnel-agent": {
3981
4231
  "version": "0.6.0",
4232
+ "devOptional": true,
3982
4233
  "license": "Apache-2.0",
3983
- "optional": true,
3984
4234
  "dependencies": {
3985
4235
  "safe-buffer": "^5.0.1"
3986
4236
  },
@@ -3989,7 +4239,7 @@
3989
4239
  }
3990
4240
  },
3991
4241
  "node_modules/type-fest": {
3992
- "version": "3.11.1",
4242
+ "version": "3.13.1",
3993
4243
  "license": "(MIT OR CC0-1.0)",
3994
4244
  "engines": {
3995
4245
  "node": ">=14.16"
@@ -4237,7 +4487,7 @@
4237
4487
  }
4238
4488
  },
4239
4489
  "node_modules/winston": {
4240
- "version": "3.9.0",
4490
+ "version": "3.10.0",
4241
4491
  "extraneous": true,
4242
4492
  "license": "MIT",
4243
4493
  "dependencies": {
@@ -4270,6 +4520,14 @@
4270
4520
  "node": ">= 6.4.0"
4271
4521
  }
4272
4522
  },
4523
+ "node_modules/winston/node_modules/@colors/colors": {
4524
+ "version": "1.5.0",
4525
+ "extraneous": true,
4526
+ "license": "MIT",
4527
+ "engines": {
4528
+ "node": ">=0.1.90"
4529
+ }
4530
+ },
4273
4531
  "node_modules/wordwrap": {
4274
4532
  "version": "1.0.0",
4275
4533
  "extraneous": true,
@@ -4291,6 +4549,72 @@
4291
4549
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4292
4550
  }
4293
4551
  },
4552
+ "node_modules/wrap-ansi-cjs": {
4553
+ "name": "wrap-ansi",
4554
+ "version": "7.0.0",
4555
+ "license": "MIT",
4556
+ "dependencies": {
4557
+ "ansi-styles": "^4.0.0",
4558
+ "string-width": "^4.1.0",
4559
+ "strip-ansi": "^6.0.0"
4560
+ },
4561
+ "engines": {
4562
+ "node": ">=10"
4563
+ },
4564
+ "funding": {
4565
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4566
+ }
4567
+ },
4568
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
4569
+ "version": "4.3.0",
4570
+ "license": "MIT",
4571
+ "dependencies": {
4572
+ "color-convert": "^2.0.1"
4573
+ },
4574
+ "engines": {
4575
+ "node": ">=8"
4576
+ },
4577
+ "funding": {
4578
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4579
+ }
4580
+ },
4581
+ "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
4582
+ "version": "2.0.1",
4583
+ "license": "MIT",
4584
+ "dependencies": {
4585
+ "color-name": "~1.1.4"
4586
+ },
4587
+ "engines": {
4588
+ "node": ">=7.0.0"
4589
+ }
4590
+ },
4591
+ "node_modules/wrap-ansi-cjs/node_modules/color-name": {
4592
+ "version": "1.1.4",
4593
+ "license": "MIT"
4594
+ },
4595
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
4596
+ "version": "8.0.0",
4597
+ "license": "MIT"
4598
+ },
4599
+ "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": {
4600
+ "version": "3.0.0",
4601
+ "license": "MIT",
4602
+ "engines": {
4603
+ "node": ">=8"
4604
+ }
4605
+ },
4606
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
4607
+ "version": "4.2.3",
4608
+ "license": "MIT",
4609
+ "dependencies": {
4610
+ "emoji-regex": "^8.0.0",
4611
+ "is-fullwidth-code-point": "^3.0.0",
4612
+ "strip-ansi": "^6.0.1"
4613
+ },
4614
+ "engines": {
4615
+ "node": ">=8"
4616
+ }
4617
+ },
4294
4618
  "node_modules/wrap-ansi/node_modules/ansi-styles": {
4295
4619
  "version": "4.3.0",
4296
4620
  "extraneous": true,
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.29.4",
10
+ "version": "2.29.5",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -59,7 +59,7 @@
59
59
  "@babel/runtime": "^7.0.0",
60
60
  "appium-adb": "^9.13.1",
61
61
  "appium-android-driver": "^5.14.0",
62
- "appium-chromedriver": "^5.6.1",
62
+ "appium-chromedriver": "^5.6.5",
63
63
  "appium-uiautomator2-server": "^5.12.2",
64
64
  "asyncbox": "^2.3.1",
65
65
  "axios": "^1.x",
@@ -79,6 +79,7 @@
79
79
  "precommit-msg": "echo 'Pre-commit checks...' && exit 0",
80
80
  "precommit-lint": "lint-staged",
81
81
  "prepare": "npm run build",
82
+ "reinstall": "rm -rf node_modules && rm -rf package-lock.json && npm install",
82
83
  "test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
83
84
  "e2e-test:driver": "mocha --exit --timeout 10m \"./test/functional/driver-e2e-specs.js\"",
84
85
  "e2e-test:commands": "mocha --exit --timeout 10m \"./test/functional/commands\"",
@@ -112,7 +113,7 @@
112
113
  "conventional-changelog-conventionalcommits": "^6.0.0",
113
114
  "eslint-config-prettier": "^8.5.0",
114
115
  "fancy-log": "^2.0.0",
115
- "lint-staged": "^13.0.3",
116
+ "lint-staged": "^14.0.0",
116
117
  "mocha": "^10.0.0",
117
118
  "pre-commit": "^1.2.2",
118
119
  "rimraf": "^5.0.0",