appium-uiautomator2-driver 2.29.3 → 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.
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "2.29.3",
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.3",
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",
@@ -376,10 +342,11 @@
376
342
  }
377
343
  },
378
344
  "node_modules/@babel/code-frame": {
379
- "version": "7.22.5",
345
+ "version": "7.22.10",
380
346
  "license": "MIT",
381
347
  "dependencies": {
382
- "@babel/highlight": "^7.22.5"
348
+ "@babel/highlight": "^7.22.10",
349
+ "chalk": "^2.4.2"
383
350
  },
384
351
  "engines": {
385
352
  "node": ">=6.9.0"
@@ -393,11 +360,11 @@
393
360
  }
394
361
  },
395
362
  "node_modules/@babel/highlight": {
396
- "version": "7.22.5",
363
+ "version": "7.22.10",
397
364
  "license": "MIT",
398
365
  "dependencies": {
399
366
  "@babel/helper-validator-identifier": "^7.22.5",
400
- "chalk": "^2.0.0",
367
+ "chalk": "^2.4.2",
401
368
  "js-tokens": "^4.0.0"
402
369
  },
403
370
  "engines": {
@@ -405,17 +372,17 @@
405
372
  }
406
373
  },
407
374
  "node_modules/@babel/runtime": {
408
- "version": "7.22.6",
375
+ "version": "7.22.10",
409
376
  "license": "MIT",
410
377
  "dependencies": {
411
- "regenerator-runtime": "^0.13.11"
378
+ "regenerator-runtime": "^0.14.0"
412
379
  },
413
380
  "engines": {
414
381
  "node": ">=6.9.0"
415
382
  }
416
383
  },
417
384
  "node_modules/@colors/colors": {
418
- "version": "1.5.0",
385
+ "version": "1.6.0",
419
386
  "license": "MIT",
420
387
  "engines": {
421
388
  "node": ">=0.1.90"
@@ -431,6 +398,77 @@
431
398
  "kuler": "^2.0.0"
432
399
  }
433
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
+ },
434
472
  "node_modules/@sidvind/better-ajv-errors": {
435
473
  "version": "2.1.0",
436
474
  "extraneous": true,
@@ -594,14 +632,6 @@
594
632
  "version": "1.1.2",
595
633
  "license": "MIT"
596
634
  },
597
- "node_modules/@types/glob": {
598
- "version": "8.1.0",
599
- "license": "MIT",
600
- "dependencies": {
601
- "@types/minimatch": "^5.1.2",
602
- "@types/node": "*"
603
- }
604
- },
605
635
  "node_modules/@types/http-errors": {
606
636
  "version": "2.0.1",
607
637
  "license": "MIT"
@@ -629,7 +659,7 @@
629
659
  "license": "MIT"
630
660
  },
631
661
  "node_modules/@types/lodash": {
632
- "version": "4.14.195",
662
+ "version": "4.14.197",
633
663
  "license": "MIT"
634
664
  },
635
665
  "node_modules/@types/method-override": {
@@ -643,10 +673,6 @@
643
673
  "version": "1.3.2",
644
674
  "license": "MIT"
645
675
  },
646
- "node_modules/@types/minimatch": {
647
- "version": "5.1.2",
648
- "license": "MIT"
649
- },
650
676
  "node_modules/@types/mv": {
651
677
  "version": "2.1.2",
652
678
  "license": "MIT"
@@ -659,7 +685,7 @@
659
685
  }
660
686
  },
661
687
  "node_modules/@types/node": {
662
- "version": "20.4.5",
688
+ "version": "20.5.1",
663
689
  "license": "MIT"
664
690
  },
665
691
  "node_modules/@types/normalize-package-data": {
@@ -671,7 +697,7 @@
671
697
  "license": "MIT"
672
698
  },
673
699
  "node_modules/@types/pluralize": {
674
- "version": "0.0.29",
700
+ "version": "0.0.30",
675
701
  "license": "MIT"
676
702
  },
677
703
  "node_modules/@types/qs": {
@@ -858,7 +884,7 @@
858
884
  }
859
885
  },
860
886
  "node_modules/appium-adb": {
861
- "version": "9.14.2",
887
+ "version": "9.14.5",
862
888
  "license": "Apache-2.0",
863
889
  "dependencies": {
864
890
  "@appium/support": "^4.0.0",
@@ -866,9 +892,9 @@
866
892
  "async-lock": "^1.0.0",
867
893
  "asyncbox": "^2.6.0",
868
894
  "bluebird": "^3.4.7",
869
- "ini": "^3.0.0",
895
+ "ini": "^4.1.1",
870
896
  "lodash": "^4.0.0",
871
- "lru-cache": "^7.3.0",
897
+ "lru-cache": "^10.0.0",
872
898
  "semver": "^7.0.0",
873
899
  "source-map-support": "^0.x",
874
900
  "teen_process": "^2.0.1",
@@ -880,14 +906,14 @@
880
906
  }
881
907
  },
882
908
  "node_modules/appium-adb/node_modules/lru-cache": {
883
- "version": "7.18.3",
909
+ "version": "10.0.1",
884
910
  "license": "ISC",
885
911
  "engines": {
886
- "node": ">=12"
912
+ "node": "14 || >=16.14"
887
913
  }
888
914
  },
889
915
  "node_modules/appium-android-driver": {
890
- "version": "5.14.0",
916
+ "version": "5.14.4",
891
917
  "license": "Apache-2.0",
892
918
  "dependencies": {
893
919
  "appium-adb": "^9.11.2",
@@ -924,7 +950,7 @@
924
950
  }
925
951
  },
926
952
  "node_modules/appium-chromedriver": {
927
- "version": "5.6.1",
953
+ "version": "5.6.5",
928
954
  "hasInstallScript": true,
929
955
  "license": "Apache-2.0",
930
956
  "dependencies": {
@@ -950,7 +976,7 @@
950
976
  }
951
977
  },
952
978
  "node_modules/appium-uiautomator2-server": {
953
- "version": "5.12.2",
979
+ "version": "5.12.3",
954
980
  "license": "Apache-2.0",
955
981
  "engines": {
956
982
  "node": ">=14",
@@ -962,14 +988,14 @@
962
988
  "license": "ISC"
963
989
  },
964
990
  "node_modules/archiver": {
965
- "version": "5.3.1",
991
+ "version": "5.3.2",
966
992
  "license": "MIT",
967
993
  "dependencies": {
968
994
  "archiver-utils": "^2.1.0",
969
- "async": "^3.2.3",
995
+ "async": "^3.2.4",
970
996
  "buffer-crc32": "^0.2.1",
971
997
  "readable-stream": "^3.6.0",
972
- "readdir-glob": "^1.0.0",
998
+ "readdir-glob": "^1.1.2",
973
999
  "tar-stream": "^2.2.0",
974
1000
  "zip-stream": "^4.1.0"
975
1001
  },
@@ -1138,6 +1164,11 @@
1138
1164
  "proxy-from-env": "^1.1.0"
1139
1165
  }
1140
1166
  },
1167
+ "node_modules/b4a": {
1168
+ "version": "1.6.4",
1169
+ "devOptional": true,
1170
+ "license": "ISC"
1171
+ },
1141
1172
  "node_modules/balanced-match": {
1142
1173
  "version": "1.0.2",
1143
1174
  "license": "MIT"
@@ -1338,19 +1369,8 @@
1338
1369
  },
1339
1370
  "node_modules/chownr": {
1340
1371
  "version": "1.1.4",
1341
- "license": "ISC",
1342
- "optional": true
1343
- },
1344
- "node_modules/cli-cursor": {
1345
- "version": "3.1.0",
1346
- "extraneous": true,
1347
- "license": "MIT",
1348
- "dependencies": {
1349
- "restore-cursor": "^3.1.0"
1350
- },
1351
- "engines": {
1352
- "node": ">=8"
1353
- }
1372
+ "devOptional": true,
1373
+ "license": "ISC"
1354
1374
  },
1355
1375
  "node_modules/cli-spinners": {
1356
1376
  "version": "2.9.0",
@@ -1412,8 +1432,8 @@
1412
1432
  },
1413
1433
  "node_modules/color": {
1414
1434
  "version": "4.2.3",
1435
+ "devOptional": true,
1415
1436
  "license": "MIT",
1416
- "optional": true,
1417
1437
  "dependencies": {
1418
1438
  "color-convert": "^2.0.1",
1419
1439
  "color-string": "^1.9.0"
@@ -1435,8 +1455,8 @@
1435
1455
  },
1436
1456
  "node_modules/color-string": {
1437
1457
  "version": "1.9.1",
1458
+ "devOptional": true,
1438
1459
  "license": "MIT",
1439
- "optional": true,
1440
1460
  "dependencies": {
1441
1461
  "color-name": "^1.0.0",
1442
1462
  "simple-swizzle": "^0.2.2"
@@ -1451,8 +1471,8 @@
1451
1471
  },
1452
1472
  "node_modules/color/node_modules/color-convert": {
1453
1473
  "version": "2.0.1",
1474
+ "devOptional": true,
1454
1475
  "license": "MIT",
1455
- "optional": true,
1456
1476
  "dependencies": {
1457
1477
  "color-name": "~1.1.4"
1458
1478
  },
@@ -1462,8 +1482,8 @@
1462
1482
  },
1463
1483
  "node_modules/color/node_modules/color-name": {
1464
1484
  "version": "1.1.4",
1465
- "license": "MIT",
1466
- "optional": true
1485
+ "devOptional": true,
1486
+ "license": "MIT"
1467
1487
  },
1468
1488
  "node_modules/colorspace": {
1469
1489
  "version": "1.1.4",
@@ -1494,7 +1514,7 @@
1494
1514
  }
1495
1515
  },
1496
1516
  "node_modules/compare-versions": {
1497
- "version": "6.0.0",
1517
+ "version": "6.1.0",
1498
1518
  "license": "MIT"
1499
1519
  },
1500
1520
  "node_modules/compress-commons": {
@@ -1600,7 +1620,6 @@
1600
1620
  },
1601
1621
  "node_modules/cross-spawn": {
1602
1622
  "version": "7.0.3",
1603
- "extraneous": true,
1604
1623
  "license": "MIT",
1605
1624
  "dependencies": {
1606
1625
  "path-key": "^3.1.0",
@@ -1613,7 +1632,6 @@
1613
1632
  },
1614
1633
  "node_modules/cross-spawn/node_modules/which": {
1615
1634
  "version": "2.0.2",
1616
- "extraneous": true,
1617
1635
  "license": "ISC",
1618
1636
  "dependencies": {
1619
1637
  "isexe": "^2.0.0"
@@ -1641,8 +1659,8 @@
1641
1659
  },
1642
1660
  "node_modules/decompress-response": {
1643
1661
  "version": "6.0.0",
1662
+ "devOptional": true,
1644
1663
  "license": "MIT",
1645
- "optional": true,
1646
1664
  "dependencies": {
1647
1665
  "mimic-response": "^3.1.0"
1648
1666
  },
@@ -1655,8 +1673,8 @@
1655
1673
  },
1656
1674
  "node_modules/deep-extend": {
1657
1675
  "version": "0.6.0",
1676
+ "devOptional": true,
1658
1677
  "license": "MIT",
1659
- "optional": true,
1660
1678
  "engines": {
1661
1679
  "node": ">=4.0.0"
1662
1680
  }
@@ -1700,8 +1718,8 @@
1700
1718
  },
1701
1719
  "node_modules/detect-libc": {
1702
1720
  "version": "2.0.2",
1721
+ "devOptional": true,
1703
1722
  "license": "Apache-2.0",
1704
- "optional": true,
1705
1723
  "engines": {
1706
1724
  "node": ">=8"
1707
1725
  }
@@ -1718,10 +1736,18 @@
1718
1736
  "version": "0.1.2",
1719
1737
  "license": "MIT"
1720
1738
  },
1739
+ "node_modules/eastasianwidth": {
1740
+ "version": "0.2.0",
1741
+ "license": "MIT"
1742
+ },
1721
1743
  "node_modules/ee-first": {
1722
1744
  "version": "1.1.1",
1723
1745
  "license": "MIT"
1724
1746
  },
1747
+ "node_modules/emoji-regex": {
1748
+ "version": "9.2.2",
1749
+ "license": "MIT"
1750
+ },
1725
1751
  "node_modules/enabled": {
1726
1752
  "version": "2.0.0",
1727
1753
  "extraneous": true,
@@ -1794,8 +1820,8 @@
1794
1820
  },
1795
1821
  "node_modules/expand-template": {
1796
1822
  "version": "2.0.3",
1823
+ "devOptional": true,
1797
1824
  "license": "(MIT OR WTFPL)",
1798
- "optional": true,
1799
1825
  "engines": {
1800
1826
  "node": ">=6"
1801
1827
  }
@@ -1901,6 +1927,11 @@
1901
1927
  "extraneous": true,
1902
1928
  "license": "MIT"
1903
1929
  },
1930
+ "node_modules/fast-fifo": {
1931
+ "version": "1.3.2",
1932
+ "devOptional": true,
1933
+ "license": "MIT"
1934
+ },
1904
1935
  "node_modules/fd-slicer": {
1905
1936
  "version": "1.1.0",
1906
1937
  "license": "MIT",
@@ -1991,6 +2022,30 @@
1991
2022
  }
1992
2023
  }
1993
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
+ },
1994
2049
  "node_modules/form-data": {
1995
2050
  "version": "4.0.0",
1996
2051
  "license": "MIT",
@@ -2139,21 +2194,24 @@
2139
2194
  },
2140
2195
  "node_modules/github-from-package": {
2141
2196
  "version": "0.0.0",
2142
- "license": "MIT",
2143
- "optional": true
2197
+ "devOptional": true,
2198
+ "license": "MIT"
2144
2199
  },
2145
2200
  "node_modules/glob": {
2146
- "version": "8.1.0",
2201
+ "version": "10.3.3",
2147
2202
  "license": "ISC",
2148
2203
  "dependencies": {
2149
- "fs.realpath": "^1.0.0",
2150
- "inflight": "^1.0.4",
2151
- "inherits": "2",
2152
- "minimatch": "^5.0.1",
2153
- "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"
2154
2212
  },
2155
2213
  "engines": {
2156
- "node": ">=12"
2214
+ "node": ">=16 || 14 >=14.17"
2157
2215
  },
2158
2216
  "funding": {
2159
2217
  "url": "https://github.com/sponsors/isaacs"
@@ -2167,13 +2225,16 @@
2167
2225
  }
2168
2226
  },
2169
2227
  "node_modules/glob/node_modules/minimatch": {
2170
- "version": "5.1.6",
2228
+ "version": "9.0.3",
2171
2229
  "license": "ISC",
2172
2230
  "dependencies": {
2173
2231
  "brace-expansion": "^2.0.1"
2174
2232
  },
2175
2233
  "engines": {
2176
- "node": ">=10"
2234
+ "node": ">=16 || 14 >=14.17"
2235
+ },
2236
+ "funding": {
2237
+ "url": "https://github.com/sponsors/isaacs"
2177
2238
  }
2178
2239
  },
2179
2240
  "node_modules/graceful-fs": {
@@ -2181,12 +2242,12 @@
2181
2242
  "license": "ISC"
2182
2243
  },
2183
2244
  "node_modules/handlebars": {
2184
- "version": "4.7.7",
2245
+ "version": "4.7.8",
2185
2246
  "extraneous": true,
2186
2247
  "license": "MIT",
2187
2248
  "dependencies": {
2188
2249
  "minimist": "^1.2.5",
2189
- "neo-async": "^2.6.0",
2250
+ "neo-async": "^2.6.2",
2190
2251
  "source-map": "^0.6.1",
2191
2252
  "wordwrap": "^1.0.0"
2192
2253
  },
@@ -2304,10 +2365,10 @@
2304
2365
  "license": "ISC"
2305
2366
  },
2306
2367
  "node_modules/ini": {
2307
- "version": "3.0.1",
2368
+ "version": "4.1.1",
2308
2369
  "license": "ISC",
2309
2370
  "engines": {
2310
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2371
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2311
2372
  }
2312
2373
  },
2313
2374
  "node_modules/io.appium.settings": {
@@ -2330,7 +2391,7 @@
2330
2391
  "license": "MIT"
2331
2392
  },
2332
2393
  "node_modules/is-core-module": {
2333
- "version": "2.12.1",
2394
+ "version": "2.13.0",
2334
2395
  "license": "MIT",
2335
2396
  "dependencies": {
2336
2397
  "has": "^1.0.3"
@@ -2379,6 +2440,22 @@
2379
2440
  "version": "2.0.0",
2380
2441
  "license": "ISC"
2381
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
+ },
2382
2459
  "node_modules/js-tokens": {
2383
2460
  "version": "4.0.0",
2384
2461
  "license": "MIT"
@@ -2627,6 +2704,14 @@
2627
2704
  "triple-beam": "^1.3.0"
2628
2705
  }
2629
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
+ },
2630
2715
  "node_modules/lunr": {
2631
2716
  "version": "2.3.9",
2632
2717
  "extraneous": true,
@@ -2717,8 +2802,8 @@
2717
2802
  },
2718
2803
  "node_modules/mimic-response": {
2719
2804
  "version": "3.1.0",
2805
+ "devOptional": true,
2720
2806
  "license": "MIT",
2721
- "optional": true,
2722
2807
  "engines": {
2723
2808
  "node": ">=10"
2724
2809
  },
@@ -2743,6 +2828,13 @@
2743
2828
  "url": "https://github.com/sponsors/ljharb"
2744
2829
  }
2745
2830
  },
2831
+ "node_modules/minipass": {
2832
+ "version": "7.0.3",
2833
+ "license": "ISC",
2834
+ "engines": {
2835
+ "node": ">=16 || 14 >=14.17"
2836
+ }
2837
+ },
2746
2838
  "node_modules/mkdirp": {
2747
2839
  "version": "0.5.6",
2748
2840
  "license": "MIT",
@@ -2755,8 +2847,8 @@
2755
2847
  },
2756
2848
  "node_modules/mkdirp-classic": {
2757
2849
  "version": "0.5.3",
2758
- "license": "MIT",
2759
- "optional": true
2850
+ "devOptional": true,
2851
+ "license": "MIT"
2760
2852
  },
2761
2853
  "node_modules/moment": {
2762
2854
  "version": "2.29.4",
@@ -2852,8 +2944,8 @@
2852
2944
  },
2853
2945
  "node_modules/napi-build-utils": {
2854
2946
  "version": "1.0.2",
2855
- "license": "MIT",
2856
- "optional": true
2947
+ "devOptional": true,
2948
+ "license": "MIT"
2857
2949
  },
2858
2950
  "node_modules/ncp": {
2859
2951
  "version": "2.0.0",
@@ -2875,9 +2967,9 @@
2875
2967
  "license": "MIT"
2876
2968
  },
2877
2969
  "node_modules/node-abi": {
2878
- "version": "3.45.0",
2970
+ "version": "3.47.0",
2971
+ "devOptional": true,
2879
2972
  "license": "MIT",
2880
- "optional": true,
2881
2973
  "dependencies": {
2882
2974
  "semver": "^7.3.5"
2883
2975
  },
@@ -2887,8 +2979,8 @@
2887
2979
  },
2888
2980
  "node_modules/node-addon-api": {
2889
2981
  "version": "6.1.0",
2890
- "license": "MIT",
2891
- "optional": true
2982
+ "devOptional": true,
2983
+ "license": "MIT"
2892
2984
  },
2893
2985
  "node_modules/normalize-package-data": {
2894
2986
  "version": "2.5.0",
@@ -3035,6 +3127,17 @@
3035
3127
  "url": "https://github.com/chalk/chalk?sponsor=1"
3036
3128
  }
3037
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
+ },
3038
3141
  "node_modules/ora/node_modules/color-convert": {
3039
3142
  "version": "2.0.1",
3040
3143
  "extraneous": true,
@@ -3051,6 +3154,18 @@
3051
3154
  "extraneous": true,
3052
3155
  "license": "MIT"
3053
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
+ },
3054
3169
  "node_modules/ora/node_modules/supports-color": {
3055
3170
  "version": "7.2.0",
3056
3171
  "extraneous": true,
@@ -3152,7 +3267,6 @@
3152
3267
  },
3153
3268
  "node_modules/path-key": {
3154
3269
  "version": "3.1.1",
3155
- "extraneous": true,
3156
3270
  "license": "MIT",
3157
3271
  "engines": {
3158
3272
  "node": ">=8"
@@ -3162,6 +3276,27 @@
3162
3276
  "version": "1.0.7",
3163
3277
  "license": "MIT"
3164
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
+ },
3165
3300
  "node_modules/path-to-regexp": {
3166
3301
  "version": "0.1.7",
3167
3302
  "license": "MIT"
@@ -3181,14 +3316,15 @@
3181
3316
  }
3182
3317
  },
3183
3318
  "node_modules/plist": {
3184
- "version": "3.0.6",
3319
+ "version": "3.1.0",
3185
3320
  "license": "MIT",
3186
3321
  "dependencies": {
3322
+ "@xmldom/xmldom": "^0.8.8",
3187
3323
  "base64-js": "^1.5.1",
3188
3324
  "xmlbuilder": "^15.1.1"
3189
3325
  },
3190
3326
  "engines": {
3191
- "node": ">=6"
3327
+ "node": ">=10.4.0"
3192
3328
  }
3193
3329
  },
3194
3330
  "node_modules/pluralize": {
@@ -3245,8 +3381,8 @@
3245
3381
  },
3246
3382
  "node_modules/prebuild-install": {
3247
3383
  "version": "7.1.1",
3384
+ "devOptional": true,
3248
3385
  "license": "MIT",
3249
- "optional": true,
3250
3386
  "dependencies": {
3251
3387
  "detect-libc": "^2.0.0",
3252
3388
  "expand-template": "^2.0.3",
@@ -3270,8 +3406,8 @@
3270
3406
  },
3271
3407
  "node_modules/prebuild-install/node_modules/tar-fs": {
3272
3408
  "version": "2.1.1",
3409
+ "devOptional": true,
3273
3410
  "license": "MIT",
3274
- "optional": true,
3275
3411
  "dependencies": {
3276
3412
  "chownr": "^1.1.1",
3277
3413
  "mkdirp-classic": "^0.5.2",
@@ -3307,8 +3443,8 @@
3307
3443
  },
3308
3444
  "node_modules/pump": {
3309
3445
  "version": "3.0.0",
3446
+ "devOptional": true,
3310
3447
  "license": "MIT",
3311
- "optional": true,
3312
3448
  "dependencies": {
3313
3449
  "end-of-stream": "^1.1.0",
3314
3450
  "once": "^1.3.1"
@@ -3335,6 +3471,11 @@
3335
3471
  "url": "https://github.com/sponsors/ljharb"
3336
3472
  }
3337
3473
  },
3474
+ "node_modules/queue-tick": {
3475
+ "version": "1.0.1",
3476
+ "devOptional": true,
3477
+ "license": "MIT"
3478
+ },
3338
3479
  "node_modules/range-parser": {
3339
3480
  "version": "1.2.1",
3340
3481
  "license": "MIT",
@@ -3357,8 +3498,8 @@
3357
3498
  },
3358
3499
  "node_modules/rc": {
3359
3500
  "version": "1.2.8",
3501
+ "devOptional": true,
3360
3502
  "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
3361
- "optional": true,
3362
3503
  "dependencies": {
3363
3504
  "deep-extend": "^0.6.0",
3364
3505
  "ini": "~1.3.0",
@@ -3371,13 +3512,13 @@
3371
3512
  },
3372
3513
  "node_modules/rc/node_modules/ini": {
3373
3514
  "version": "1.3.8",
3374
- "license": "ISC",
3375
- "optional": true
3515
+ "devOptional": true,
3516
+ "license": "ISC"
3376
3517
  },
3377
3518
  "node_modules/rc/node_modules/strip-json-comments": {
3378
3519
  "version": "2.0.1",
3520
+ "devOptional": true,
3379
3521
  "license": "MIT",
3380
- "optional": true,
3381
3522
  "engines": {
3382
3523
  "node": ">=0.10.0"
3383
3524
  }
@@ -3439,7 +3580,7 @@
3439
3580
  }
3440
3581
  },
3441
3582
  "node_modules/regenerator-runtime": {
3442
- "version": "0.13.11",
3583
+ "version": "0.14.0",
3443
3584
  "license": "MIT"
3444
3585
  },
3445
3586
  "node_modules/require-directory": {
@@ -3459,10 +3600,10 @@
3459
3600
  }
3460
3601
  },
3461
3602
  "node_modules/resolve": {
3462
- "version": "1.22.3",
3603
+ "version": "1.22.4",
3463
3604
  "license": "MIT",
3464
3605
  "dependencies": {
3465
- "is-core-module": "^2.12.0",
3606
+ "is-core-module": "^2.13.0",
3466
3607
  "path-parse": "^1.0.7",
3467
3608
  "supports-preserve-symlinks-flag": "^1.0.0"
3468
3609
  },
@@ -3480,18 +3621,6 @@
3480
3621
  "node": ">=8"
3481
3622
  }
3482
3623
  },
3483
- "node_modules/restore-cursor": {
3484
- "version": "3.1.0",
3485
- "extraneous": true,
3486
- "license": "MIT",
3487
- "dependencies": {
3488
- "onetime": "^5.1.0",
3489
- "signal-exit": "^3.0.2"
3490
- },
3491
- "engines": {
3492
- "node": ">=8"
3493
- }
3494
- },
3495
3624
  "node_modules/safe-buffer": {
3496
3625
  "version": "5.2.1",
3497
3626
  "funding": [
@@ -3530,7 +3659,7 @@
3530
3659
  }
3531
3660
  },
3532
3661
  "node_modules/semver": {
3533
- "version": "7.5.3",
3662
+ "version": "7.5.4",
3534
3663
  "license": "ISC",
3535
3664
  "dependencies": {
3536
3665
  "lru-cache": "^6.0.0"
@@ -3661,9 +3790,30 @@
3661
3790
  "node": ">=4.0"
3662
3791
  }
3663
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
+ },
3664
3815
  "node_modules/shebang-command": {
3665
3816
  "version": "2.0.0",
3666
- "extraneous": true,
3667
3817
  "license": "MIT",
3668
3818
  "dependencies": {
3669
3819
  "shebang-regex": "^3.0.0"
@@ -3674,7 +3824,6 @@
3674
3824
  },
3675
3825
  "node_modules/shebang-regex": {
3676
3826
  "version": "3.0.0",
3677
- "extraneous": true,
3678
3827
  "license": "MIT",
3679
3828
  "engines": {
3680
3829
  "node": ">=8"
@@ -3716,6 +3865,7 @@
3716
3865
  },
3717
3866
  "node_modules/simple-concat": {
3718
3867
  "version": "1.0.1",
3868
+ "devOptional": true,
3719
3869
  "funding": [
3720
3870
  {
3721
3871
  "type": "github",
@@ -3730,11 +3880,11 @@
3730
3880
  "url": "https://feross.org/support"
3731
3881
  }
3732
3882
  ],
3733
- "license": "MIT",
3734
- "optional": true
3883
+ "license": "MIT"
3735
3884
  },
3736
3885
  "node_modules/simple-get": {
3737
3886
  "version": "4.0.1",
3887
+ "devOptional": true,
3738
3888
  "funding": [
3739
3889
  {
3740
3890
  "type": "github",
@@ -3750,7 +3900,6 @@
3750
3900
  }
3751
3901
  ],
3752
3902
  "license": "MIT",
3753
- "optional": true,
3754
3903
  "dependencies": {
3755
3904
  "decompress-response": "^6.0.0",
3756
3905
  "once": "^1.3.1",
@@ -3759,16 +3908,16 @@
3759
3908
  },
3760
3909
  "node_modules/simple-swizzle": {
3761
3910
  "version": "0.2.2",
3911
+ "devOptional": true,
3762
3912
  "license": "MIT",
3763
- "optional": true,
3764
3913
  "dependencies": {
3765
3914
  "is-arrayish": "^0.3.1"
3766
3915
  }
3767
3916
  },
3768
3917
  "node_modules/simple-swizzle/node_modules/is-arrayish": {
3769
3918
  "version": "0.3.2",
3770
- "license": "MIT",
3771
- "optional": true
3919
+ "devOptional": true,
3920
+ "license": "MIT"
3772
3921
  },
3773
3922
  "node_modules/source-map": {
3774
3923
  "version": "0.6.1",
@@ -3839,6 +3988,15 @@
3839
3988
  "through": "~2.3.4"
3840
3989
  }
3841
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
+ },
3842
4000
  "node_modules/string_decoder": {
3843
4001
  "version": "1.3.0",
3844
4002
  "license": "MIT",
@@ -3846,6 +4004,68 @@
3846
4004
  "safe-buffer": "~5.2.0"
3847
4005
  }
3848
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
+ },
3849
4069
  "node_modules/strip-ansi": {
3850
4070
  "version": "6.0.1",
3851
4071
  "license": "MIT",
@@ -3856,6 +4076,17 @@
3856
4076
  "node": ">=8"
3857
4077
  }
3858
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
+ },
3859
4090
  "node_modules/supports-color": {
3860
4091
  "version": "8.1.1",
3861
4092
  "license": "MIT",
@@ -3879,6 +4110,26 @@
3879
4110
  "url": "https://github.com/sponsors/ljharb"
3880
4111
  }
3881
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
+ },
3882
4133
  "node_modules/tar-stream": {
3883
4134
  "version": "2.2.0",
3884
4135
  "license": "MIT",
@@ -3972,14 +4223,14 @@
3972
4223
  }
3973
4224
  },
3974
4225
  "node_modules/tslib": {
3975
- "version": "2.6.1",
4226
+ "version": "2.6.2",
3976
4227
  "extraneous": true,
3977
4228
  "license": "0BSD"
3978
4229
  },
3979
4230
  "node_modules/tunnel-agent": {
3980
4231
  "version": "0.6.0",
4232
+ "devOptional": true,
3981
4233
  "license": "Apache-2.0",
3982
- "optional": true,
3983
4234
  "dependencies": {
3984
4235
  "safe-buffer": "^5.0.1"
3985
4236
  },
@@ -3988,7 +4239,7 @@
3988
4239
  }
3989
4240
  },
3990
4241
  "node_modules/type-fest": {
3991
- "version": "3.11.1",
4242
+ "version": "3.13.1",
3992
4243
  "license": "(MIT OR CC0-1.0)",
3993
4244
  "engines": {
3994
4245
  "node": ">=14.16"
@@ -4236,7 +4487,7 @@
4236
4487
  }
4237
4488
  },
4238
4489
  "node_modules/winston": {
4239
- "version": "3.9.0",
4490
+ "version": "3.10.0",
4240
4491
  "extraneous": true,
4241
4492
  "license": "MIT",
4242
4493
  "dependencies": {
@@ -4269,6 +4520,14 @@
4269
4520
  "node": ">= 6.4.0"
4270
4521
  }
4271
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
+ },
4272
4531
  "node_modules/wordwrap": {
4273
4532
  "version": "1.0.0",
4274
4533
  "extraneous": true,
@@ -4290,6 +4549,72 @@
4290
4549
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4291
4550
  }
4292
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
+ },
4293
4618
  "node_modules/wrap-ansi/node_modules/ansi-styles": {
4294
4619
  "version": "4.3.0",
4295
4620
  "extraneous": true,