appium-uiautomator2-driver 2.7.0 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/README.md +241 -25
  2. package/build/index.js +1 -4
  3. package/build/lib/commands/actions.js +3 -12
  4. package/build/lib/commands/actions.js.map +1 -0
  5. package/build/lib/commands/alert.js +3 -9
  6. package/build/lib/commands/alert.js.map +1 -0
  7. package/build/lib/commands/battery.js +3 -5
  8. package/build/lib/commands/battery.js.map +1 -0
  9. package/build/lib/commands/element.js +3 -36
  10. package/build/lib/commands/element.js.map +1 -0
  11. package/build/lib/commands/find.js +2 -9
  12. package/build/lib/commands/find.js.map +1 -0
  13. package/build/lib/commands/general.js +5 -36
  14. package/build/lib/commands/general.js.map +1 -0
  15. package/build/lib/commands/gestures.js +1 -15
  16. package/build/lib/commands/gestures.js.map +1 -0
  17. package/build/lib/commands/index.js +3 -15
  18. package/build/lib/commands/index.js.map +1 -0
  19. package/build/lib/commands/screenshot.js +1 -8
  20. package/build/lib/commands/screenshot.js.map +1 -0
  21. package/build/lib/commands/touch.js +2 -8
  22. package/build/lib/commands/touch.js.map +1 -0
  23. package/build/lib/commands/viewport.js +3 -9
  24. package/build/lib/commands/viewport.js.map +1 -0
  25. package/build/lib/css-converter.js +1 -42
  26. package/build/lib/css-converter.js.map +1 -0
  27. package/build/lib/desired-caps.js +1 -4
  28. package/build/lib/desired-caps.js.map +1 -0
  29. package/build/lib/driver.js +24 -102
  30. package/build/lib/driver.js.map +1 -0
  31. package/build/lib/extensions.js +1 -3
  32. package/build/lib/extensions.js.map +1 -0
  33. package/build/lib/helpers.js +1 -15
  34. package/build/lib/helpers.js.map +1 -0
  35. package/build/lib/logger.js +1 -5
  36. package/build/lib/logger.js.map +1 -0
  37. package/build/lib/uiautomator2.js +1 -70
  38. package/build/lib/uiautomator2.js.map +1 -0
  39. package/npm-shrinkwrap.json +402 -309
  40. package/package.json +3 -3
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "2.7.0",
9
+ "version": "2.8.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
13
13
  "appium-adb": "^9.10.9",
14
- "appium-android-driver": "^5.4.0",
14
+ "appium-android-driver": "^5.5.0",
15
15
  "appium-chromedriver": "^5.2.1",
16
16
  "appium-uiautomator2-server": "^5.7.0",
17
17
  "asyncbox": "^2.3.1",
18
- "axios": "^0.x",
18
+ "axios": "^1.x",
19
19
  "bluebird": "^3.5.1",
20
20
  "css-selector-parser": "^1.4.1",
21
21
  "lodash": "^4.17.4",
@@ -94,6 +94,26 @@
94
94
  "npm": ">=8"
95
95
  }
96
96
  },
97
+ "node_modules/@appium/base-driver/node_modules/@babel/runtime": {
98
+ "version": "7.19.0",
99
+ "extraneous": true,
100
+ "license": "MIT",
101
+ "dependencies": {
102
+ "regenerator-runtime": "^0.13.4"
103
+ },
104
+ "engines": {
105
+ "node": ">=6.9.0"
106
+ }
107
+ },
108
+ "node_modules/@appium/base-driver/node_modules/axios": {
109
+ "version": "0.27.2",
110
+ "extraneous": true,
111
+ "license": "MIT",
112
+ "dependencies": {
113
+ "follow-redirects": "^1.14.9",
114
+ "form-data": "^4.0.0"
115
+ }
116
+ },
97
117
  "node_modules/@appium/base-plugin": {
98
118
  "version": "1.10.3",
99
119
  "extraneous": true,
@@ -124,6 +144,17 @@
124
144
  "npm": ">=8"
125
145
  }
126
146
  },
147
+ "node_modules/@appium/docutils/node_modules/@babel/runtime": {
148
+ "version": "7.19.0",
149
+ "extraneous": true,
150
+ "license": "MIT",
151
+ "dependencies": {
152
+ "regenerator-runtime": "^0.13.4"
153
+ },
154
+ "engines": {
155
+ "node": ">=6.9.0"
156
+ }
157
+ },
127
158
  "node_modules/@appium/docutils/node_modules/teen_process": {
128
159
  "version": "1.16.0",
129
160
  "engines": [
@@ -221,6 +252,24 @@
221
252
  "npm": ">=8"
222
253
  }
223
254
  },
255
+ "node_modules/@appium/support/node_modules/@babel/runtime": {
256
+ "version": "7.19.0",
257
+ "license": "MIT",
258
+ "dependencies": {
259
+ "regenerator-runtime": "^0.13.4"
260
+ },
261
+ "engines": {
262
+ "node": ">=6.9.0"
263
+ }
264
+ },
265
+ "node_modules/@appium/support/node_modules/axios": {
266
+ "version": "0.27.2",
267
+ "license": "MIT",
268
+ "dependencies": {
269
+ "follow-redirects": "^1.14.9",
270
+ "form-data": "^4.0.0"
271
+ }
272
+ },
224
273
  "node_modules/@appium/support/node_modules/teen_process": {
225
274
  "version": "1.16.0",
226
275
  "engines": [
@@ -263,7 +312,7 @@
263
312
  }
264
313
  },
265
314
  "node_modules/@babel/helper-validator-identifier": {
266
- "version": "7.18.6",
315
+ "version": "7.19.1",
267
316
  "license": "MIT",
268
317
  "engines": {
269
318
  "node": ">=6.9.0"
@@ -282,7 +331,7 @@
282
331
  }
283
332
  },
284
333
  "node_modules/@babel/parser": {
285
- "version": "7.19.0",
334
+ "version": "7.19.4",
286
335
  "extraneous": true,
287
336
  "license": "MIT",
288
337
  "bin": {
@@ -293,7 +342,7 @@
293
342
  }
294
343
  },
295
344
  "node_modules/@babel/runtime": {
296
- "version": "7.19.0",
345
+ "version": "7.19.4",
297
346
  "license": "MIT",
298
347
  "dependencies": {
299
348
  "regenerator-runtime": "^0.13.4"
@@ -320,11 +369,11 @@
320
369
  }
321
370
  },
322
371
  "node_modules/@jimp/bmp": {
323
- "version": "0.16.1",
372
+ "version": "0.16.2",
324
373
  "license": "MIT",
325
374
  "dependencies": {
326
375
  "@babel/runtime": "^7.7.2",
327
- "@jimp/utils": "^0.16.1",
376
+ "@jimp/utils": "^0.16.2",
328
377
  "bmp-js": "^0.1.0"
329
378
  },
330
379
  "peerDependencies": {
@@ -332,11 +381,11 @@
332
381
  }
333
382
  },
334
383
  "node_modules/@jimp/core": {
335
- "version": "0.16.1",
384
+ "version": "0.16.2",
336
385
  "license": "MIT",
337
386
  "dependencies": {
338
387
  "@babel/runtime": "^7.7.2",
339
- "@jimp/utils": "^0.16.1",
388
+ "@jimp/utils": "^0.16.2",
340
389
  "any-base": "^1.1.0",
341
390
  "buffer": "^5.2.0",
342
391
  "exif-parser": "^0.1.12",
@@ -349,19 +398,19 @@
349
398
  }
350
399
  },
351
400
  "node_modules/@jimp/custom": {
352
- "version": "0.16.1",
401
+ "version": "0.16.2",
353
402
  "license": "MIT",
354
403
  "dependencies": {
355
404
  "@babel/runtime": "^7.7.2",
356
- "@jimp/core": "^0.16.1"
405
+ "@jimp/core": "^0.16.2"
357
406
  }
358
407
  },
359
408
  "node_modules/@jimp/gif": {
360
- "version": "0.16.1",
409
+ "version": "0.16.2",
361
410
  "license": "MIT",
362
411
  "dependencies": {
363
412
  "@babel/runtime": "^7.7.2",
364
- "@jimp/utils": "^0.16.1",
413
+ "@jimp/utils": "^0.16.2",
365
414
  "gifwrap": "^0.9.2",
366
415
  "omggif": "^1.0.9"
367
416
  },
@@ -370,56 +419,56 @@
370
419
  }
371
420
  },
372
421
  "node_modules/@jimp/jpeg": {
373
- "version": "0.16.1",
422
+ "version": "0.16.2",
374
423
  "license": "MIT",
375
424
  "dependencies": {
376
425
  "@babel/runtime": "^7.7.2",
377
- "@jimp/utils": "^0.16.1",
378
- "jpeg-js": "0.4.2"
426
+ "@jimp/utils": "^0.16.2",
427
+ "jpeg-js": "^0.4.2"
379
428
  },
380
429
  "peerDependencies": {
381
430
  "@jimp/custom": ">=0.3.5"
382
431
  }
383
432
  },
384
433
  "node_modules/@jimp/plugin-blit": {
385
- "version": "0.16.1",
434
+ "version": "0.16.2",
386
435
  "license": "MIT",
387
436
  "dependencies": {
388
437
  "@babel/runtime": "^7.7.2",
389
- "@jimp/utils": "^0.16.1"
438
+ "@jimp/utils": "^0.16.2"
390
439
  },
391
440
  "peerDependencies": {
392
441
  "@jimp/custom": ">=0.3.5"
393
442
  }
394
443
  },
395
444
  "node_modules/@jimp/plugin-blur": {
396
- "version": "0.16.1",
445
+ "version": "0.16.2",
397
446
  "license": "MIT",
398
447
  "dependencies": {
399
448
  "@babel/runtime": "^7.7.2",
400
- "@jimp/utils": "^0.16.1"
449
+ "@jimp/utils": "^0.16.2"
401
450
  },
402
451
  "peerDependencies": {
403
452
  "@jimp/custom": ">=0.3.5"
404
453
  }
405
454
  },
406
455
  "node_modules/@jimp/plugin-circle": {
407
- "version": "0.16.1",
456
+ "version": "0.16.2",
408
457
  "license": "MIT",
409
458
  "dependencies": {
410
459
  "@babel/runtime": "^7.7.2",
411
- "@jimp/utils": "^0.16.1"
460
+ "@jimp/utils": "^0.16.2"
412
461
  },
413
462
  "peerDependencies": {
414
463
  "@jimp/custom": ">=0.3.5"
415
464
  }
416
465
  },
417
466
  "node_modules/@jimp/plugin-color": {
418
- "version": "0.16.1",
467
+ "version": "0.16.2",
419
468
  "license": "MIT",
420
469
  "dependencies": {
421
470
  "@babel/runtime": "^7.7.2",
422
- "@jimp/utils": "^0.16.1",
471
+ "@jimp/utils": "^0.16.2",
423
472
  "tinycolor2": "^1.4.1"
424
473
  },
425
474
  "peerDependencies": {
@@ -427,11 +476,11 @@
427
476
  }
428
477
  },
429
478
  "node_modules/@jimp/plugin-contain": {
430
- "version": "0.16.1",
479
+ "version": "0.16.2",
431
480
  "license": "MIT",
432
481
  "dependencies": {
433
482
  "@babel/runtime": "^7.7.2",
434
- "@jimp/utils": "^0.16.1"
483
+ "@jimp/utils": "^0.16.2"
435
484
  },
436
485
  "peerDependencies": {
437
486
  "@jimp/custom": ">=0.3.5",
@@ -441,11 +490,11 @@
441
490
  }
442
491
  },
443
492
  "node_modules/@jimp/plugin-cover": {
444
- "version": "0.16.1",
493
+ "version": "0.16.2",
445
494
  "license": "MIT",
446
495
  "dependencies": {
447
496
  "@babel/runtime": "^7.7.2",
448
- "@jimp/utils": "^0.16.1"
497
+ "@jimp/utils": "^0.16.2"
449
498
  },
450
499
  "peerDependencies": {
451
500
  "@jimp/custom": ">=0.3.5",
@@ -455,55 +504,55 @@
455
504
  }
456
505
  },
457
506
  "node_modules/@jimp/plugin-crop": {
458
- "version": "0.16.1",
507
+ "version": "0.16.2",
459
508
  "license": "MIT",
460
509
  "dependencies": {
461
510
  "@babel/runtime": "^7.7.2",
462
- "@jimp/utils": "^0.16.1"
511
+ "@jimp/utils": "^0.16.2"
463
512
  },
464
513
  "peerDependencies": {
465
514
  "@jimp/custom": ">=0.3.5"
466
515
  }
467
516
  },
468
517
  "node_modules/@jimp/plugin-displace": {
469
- "version": "0.16.1",
518
+ "version": "0.16.2",
470
519
  "license": "MIT",
471
520
  "dependencies": {
472
521
  "@babel/runtime": "^7.7.2",
473
- "@jimp/utils": "^0.16.1"
522
+ "@jimp/utils": "^0.16.2"
474
523
  },
475
524
  "peerDependencies": {
476
525
  "@jimp/custom": ">=0.3.5"
477
526
  }
478
527
  },
479
528
  "node_modules/@jimp/plugin-dither": {
480
- "version": "0.16.1",
529
+ "version": "0.16.2",
481
530
  "license": "MIT",
482
531
  "dependencies": {
483
532
  "@babel/runtime": "^7.7.2",
484
- "@jimp/utils": "^0.16.1"
533
+ "@jimp/utils": "^0.16.2"
485
534
  },
486
535
  "peerDependencies": {
487
536
  "@jimp/custom": ">=0.3.5"
488
537
  }
489
538
  },
490
539
  "node_modules/@jimp/plugin-fisheye": {
491
- "version": "0.16.1",
540
+ "version": "0.16.2",
492
541
  "license": "MIT",
493
542
  "dependencies": {
494
543
  "@babel/runtime": "^7.7.2",
495
- "@jimp/utils": "^0.16.1"
544
+ "@jimp/utils": "^0.16.2"
496
545
  },
497
546
  "peerDependencies": {
498
547
  "@jimp/custom": ">=0.3.5"
499
548
  }
500
549
  },
501
550
  "node_modules/@jimp/plugin-flip": {
502
- "version": "0.16.1",
551
+ "version": "0.16.2",
503
552
  "license": "MIT",
504
553
  "dependencies": {
505
554
  "@babel/runtime": "^7.7.2",
506
- "@jimp/utils": "^0.16.1"
555
+ "@jimp/utils": "^0.16.2"
507
556
  },
508
557
  "peerDependencies": {
509
558
  "@jimp/custom": ">=0.3.5",
@@ -511,55 +560,55 @@
511
560
  }
512
561
  },
513
562
  "node_modules/@jimp/plugin-gaussian": {
514
- "version": "0.16.1",
563
+ "version": "0.16.2",
515
564
  "license": "MIT",
516
565
  "dependencies": {
517
566
  "@babel/runtime": "^7.7.2",
518
- "@jimp/utils": "^0.16.1"
567
+ "@jimp/utils": "^0.16.2"
519
568
  },
520
569
  "peerDependencies": {
521
570
  "@jimp/custom": ">=0.3.5"
522
571
  }
523
572
  },
524
573
  "node_modules/@jimp/plugin-invert": {
525
- "version": "0.16.1",
574
+ "version": "0.16.2",
526
575
  "license": "MIT",
527
576
  "dependencies": {
528
577
  "@babel/runtime": "^7.7.2",
529
- "@jimp/utils": "^0.16.1"
578
+ "@jimp/utils": "^0.16.2"
530
579
  },
531
580
  "peerDependencies": {
532
581
  "@jimp/custom": ">=0.3.5"
533
582
  }
534
583
  },
535
584
  "node_modules/@jimp/plugin-mask": {
536
- "version": "0.16.1",
585
+ "version": "0.16.2",
537
586
  "license": "MIT",
538
587
  "dependencies": {
539
588
  "@babel/runtime": "^7.7.2",
540
- "@jimp/utils": "^0.16.1"
589
+ "@jimp/utils": "^0.16.2"
541
590
  },
542
591
  "peerDependencies": {
543
592
  "@jimp/custom": ">=0.3.5"
544
593
  }
545
594
  },
546
595
  "node_modules/@jimp/plugin-normalize": {
547
- "version": "0.16.1",
596
+ "version": "0.16.2",
548
597
  "license": "MIT",
549
598
  "dependencies": {
550
599
  "@babel/runtime": "^7.7.2",
551
- "@jimp/utils": "^0.16.1"
600
+ "@jimp/utils": "^0.16.2"
552
601
  },
553
602
  "peerDependencies": {
554
603
  "@jimp/custom": ">=0.3.5"
555
604
  }
556
605
  },
557
606
  "node_modules/@jimp/plugin-print": {
558
- "version": "0.16.1",
607
+ "version": "0.16.2",
559
608
  "license": "MIT",
560
609
  "dependencies": {
561
610
  "@babel/runtime": "^7.7.2",
562
- "@jimp/utils": "^0.16.1",
611
+ "@jimp/utils": "^0.16.2",
563
612
  "load-bmfont": "^1.4.0"
564
613
  },
565
614
  "peerDependencies": {
@@ -568,22 +617,22 @@
568
617
  }
569
618
  },
570
619
  "node_modules/@jimp/plugin-resize": {
571
- "version": "0.16.1",
620
+ "version": "0.16.2",
572
621
  "license": "MIT",
573
622
  "dependencies": {
574
623
  "@babel/runtime": "^7.7.2",
575
- "@jimp/utils": "^0.16.1"
624
+ "@jimp/utils": "^0.16.2"
576
625
  },
577
626
  "peerDependencies": {
578
627
  "@jimp/custom": ">=0.3.5"
579
628
  }
580
629
  },
581
630
  "node_modules/@jimp/plugin-rotate": {
582
- "version": "0.16.1",
631
+ "version": "0.16.2",
583
632
  "license": "MIT",
584
633
  "dependencies": {
585
634
  "@babel/runtime": "^7.7.2",
586
- "@jimp/utils": "^0.16.1"
635
+ "@jimp/utils": "^0.16.2"
587
636
  },
588
637
  "peerDependencies": {
589
638
  "@jimp/custom": ">=0.3.5",
@@ -593,11 +642,11 @@
593
642
  }
594
643
  },
595
644
  "node_modules/@jimp/plugin-scale": {
596
- "version": "0.16.1",
645
+ "version": "0.16.2",
597
646
  "license": "MIT",
598
647
  "dependencies": {
599
648
  "@babel/runtime": "^7.7.2",
600
- "@jimp/utils": "^0.16.1"
649
+ "@jimp/utils": "^0.16.2"
601
650
  },
602
651
  "peerDependencies": {
603
652
  "@jimp/custom": ">=0.3.5",
@@ -605,11 +654,11 @@
605
654
  }
606
655
  },
607
656
  "node_modules/@jimp/plugin-shadow": {
608
- "version": "0.16.1",
657
+ "version": "0.16.2",
609
658
  "license": "MIT",
610
659
  "dependencies": {
611
660
  "@babel/runtime": "^7.7.2",
612
- "@jimp/utils": "^0.16.1"
661
+ "@jimp/utils": "^0.16.2"
613
662
  },
614
663
  "peerDependencies": {
615
664
  "@jimp/custom": ">=0.3.5",
@@ -618,11 +667,11 @@
618
667
  }
619
668
  },
620
669
  "node_modules/@jimp/plugin-threshold": {
621
- "version": "0.16.1",
670
+ "version": "0.16.2",
622
671
  "license": "MIT",
623
672
  "dependencies": {
624
673
  "@babel/runtime": "^7.7.2",
625
- "@jimp/utils": "^0.16.1"
674
+ "@jimp/utils": "^0.16.2"
626
675
  },
627
676
  "peerDependencies": {
628
677
  "@jimp/custom": ">=0.3.5",
@@ -631,31 +680,31 @@
631
680
  }
632
681
  },
633
682
  "node_modules/@jimp/plugins": {
634
- "version": "0.16.1",
683
+ "version": "0.16.2",
635
684
  "license": "MIT",
636
685
  "dependencies": {
637
686
  "@babel/runtime": "^7.7.2",
638
- "@jimp/plugin-blit": "^0.16.1",
639
- "@jimp/plugin-blur": "^0.16.1",
640
- "@jimp/plugin-circle": "^0.16.1",
641
- "@jimp/plugin-color": "^0.16.1",
642
- "@jimp/plugin-contain": "^0.16.1",
643
- "@jimp/plugin-cover": "^0.16.1",
644
- "@jimp/plugin-crop": "^0.16.1",
645
- "@jimp/plugin-displace": "^0.16.1",
646
- "@jimp/plugin-dither": "^0.16.1",
647
- "@jimp/plugin-fisheye": "^0.16.1",
648
- "@jimp/plugin-flip": "^0.16.1",
649
- "@jimp/plugin-gaussian": "^0.16.1",
650
- "@jimp/plugin-invert": "^0.16.1",
651
- "@jimp/plugin-mask": "^0.16.1",
652
- "@jimp/plugin-normalize": "^0.16.1",
653
- "@jimp/plugin-print": "^0.16.1",
654
- "@jimp/plugin-resize": "^0.16.1",
655
- "@jimp/plugin-rotate": "^0.16.1",
656
- "@jimp/plugin-scale": "^0.16.1",
657
- "@jimp/plugin-shadow": "^0.16.1",
658
- "@jimp/plugin-threshold": "^0.16.1",
687
+ "@jimp/plugin-blit": "^0.16.2",
688
+ "@jimp/plugin-blur": "^0.16.2",
689
+ "@jimp/plugin-circle": "^0.16.2",
690
+ "@jimp/plugin-color": "^0.16.2",
691
+ "@jimp/plugin-contain": "^0.16.2",
692
+ "@jimp/plugin-cover": "^0.16.2",
693
+ "@jimp/plugin-crop": "^0.16.2",
694
+ "@jimp/plugin-displace": "^0.16.2",
695
+ "@jimp/plugin-dither": "^0.16.2",
696
+ "@jimp/plugin-fisheye": "^0.16.2",
697
+ "@jimp/plugin-flip": "^0.16.2",
698
+ "@jimp/plugin-gaussian": "^0.16.2",
699
+ "@jimp/plugin-invert": "^0.16.2",
700
+ "@jimp/plugin-mask": "^0.16.2",
701
+ "@jimp/plugin-normalize": "^0.16.2",
702
+ "@jimp/plugin-print": "^0.16.2",
703
+ "@jimp/plugin-resize": "^0.16.2",
704
+ "@jimp/plugin-rotate": "^0.16.2",
705
+ "@jimp/plugin-scale": "^0.16.2",
706
+ "@jimp/plugin-shadow": "^0.16.2",
707
+ "@jimp/plugin-threshold": "^0.16.2",
659
708
  "timm": "^1.6.1"
660
709
  },
661
710
  "peerDependencies": {
@@ -663,11 +712,11 @@
663
712
  }
664
713
  },
665
714
  "node_modules/@jimp/png": {
666
- "version": "0.16.1",
715
+ "version": "0.16.2",
667
716
  "license": "MIT",
668
717
  "dependencies": {
669
718
  "@babel/runtime": "^7.7.2",
670
- "@jimp/utils": "^0.16.1",
719
+ "@jimp/utils": "^0.16.2",
671
720
  "pngjs": "^3.3.3"
672
721
  },
673
722
  "peerDependencies": {
@@ -682,7 +731,7 @@
682
731
  }
683
732
  },
684
733
  "node_modules/@jimp/tiff": {
685
- "version": "0.16.1",
734
+ "version": "0.16.2",
686
735
  "license": "MIT",
687
736
  "dependencies": {
688
737
  "@babel/runtime": "^7.7.2",
@@ -693,15 +742,15 @@
693
742
  }
694
743
  },
695
744
  "node_modules/@jimp/types": {
696
- "version": "0.16.1",
745
+ "version": "0.16.2",
697
746
  "license": "MIT",
698
747
  "dependencies": {
699
748
  "@babel/runtime": "^7.7.2",
700
- "@jimp/bmp": "^0.16.1",
701
- "@jimp/gif": "^0.16.1",
702
- "@jimp/jpeg": "^0.16.1",
703
- "@jimp/png": "^0.16.1",
704
- "@jimp/tiff": "^0.16.1",
749
+ "@jimp/bmp": "^0.16.2",
750
+ "@jimp/gif": "^0.16.2",
751
+ "@jimp/jpeg": "^0.16.2",
752
+ "@jimp/png": "^0.16.2",
753
+ "@jimp/tiff": "^0.16.2",
705
754
  "timm": "^1.6.1"
706
755
  },
707
756
  "peerDependencies": {
@@ -709,7 +758,7 @@
709
758
  }
710
759
  },
711
760
  "node_modules/@jimp/utils": {
712
- "version": "0.16.1",
761
+ "version": "0.16.2",
713
762
  "license": "MIT",
714
763
  "dependencies": {
715
764
  "@babel/runtime": "^7.7.2",
@@ -872,7 +921,7 @@
872
921
  }
873
922
  },
874
923
  "node_modules/@types/express-serve-static-core": {
875
- "version": "4.17.30",
924
+ "version": "4.17.31",
876
925
  "license": "MIT",
877
926
  "dependencies": {
878
927
  "@types/node": "*",
@@ -977,7 +1026,7 @@
977
1026
  }
978
1027
  },
979
1028
  "node_modules/@types/node": {
980
- "version": "18.7.17",
1029
+ "version": "18.8.5",
981
1030
  "license": "MIT"
982
1031
  },
983
1032
  "node_modules/@types/normalize-package-data": {
@@ -1093,7 +1142,7 @@
1093
1142
  }
1094
1143
  },
1095
1144
  "node_modules/@xmldom/xmldom": {
1096
- "version": "0.8.2",
1145
+ "version": "0.8.3",
1097
1146
  "license": "MIT",
1098
1147
  "engines": {
1099
1148
  "node": ">=10.0.0"
@@ -1183,10 +1232,10 @@
1183
1232
  "license": "MIT"
1184
1233
  },
1185
1234
  "node_modules/appium-adb": {
1186
- "version": "9.10.10",
1235
+ "version": "9.10.11",
1187
1236
  "license": "Apache-2.0",
1188
1237
  "dependencies": {
1189
- "@appium/support": "^2.55.3",
1238
+ "@appium/support": "^2.60.0",
1190
1239
  "@babel/runtime": "^7.0.0",
1191
1240
  "adbkit-apkreader": "^3.1.2",
1192
1241
  "async-lock": "^1.0.0",
@@ -1206,14 +1255,14 @@
1206
1255
  }
1207
1256
  },
1208
1257
  "node_modules/appium-android-driver": {
1209
- "version": "5.4.1",
1258
+ "version": "5.5.0",
1210
1259
  "license": "Apache-2.0",
1211
1260
  "dependencies": {
1212
1261
  "@babel/runtime": "^7.0.0",
1213
1262
  "appium-adb": "^9.10.9",
1214
1263
  "appium-chromedriver": "^5.2.0",
1215
1264
  "asyncbox": "^2.8.0",
1216
- "axios": "^0.x",
1265
+ "axios": "^1.x",
1217
1266
  "bluebird": "^3.4.7",
1218
1267
  "io.appium.settings": "^4.2.1",
1219
1268
  "jimp": "^0.x",
@@ -1238,14 +1287,14 @@
1238
1287
  }
1239
1288
  },
1240
1289
  "node_modules/appium-chromedriver": {
1241
- "version": "5.2.2",
1290
+ "version": "5.2.4",
1242
1291
  "hasInstallScript": true,
1243
1292
  "license": "Apache-2.0",
1244
1293
  "dependencies": {
1245
1294
  "@babel/runtime": "^7.0.0",
1246
1295
  "@xmldom/xmldom": "^0.x",
1247
1296
  "asyncbox": "^2.0.2",
1248
- "axios": "^0.x",
1297
+ "axios": "^1.x",
1249
1298
  "bluebird": "^3.5.1",
1250
1299
  "compare-versions": "^5.0.0",
1251
1300
  "fancy-log": "^2.0.0",
@@ -1260,7 +1309,7 @@
1260
1309
  "npm": ">=8"
1261
1310
  },
1262
1311
  "peerDependencies": {
1263
- "appium": "^2.0.0-beta.40"
1312
+ "appium": "^2.0.0-beta.44"
1264
1313
  }
1265
1314
  },
1266
1315
  "node_modules/appium-uiautomator2-server": {
@@ -1341,6 +1390,10 @@
1341
1390
  "util-deprecate": "~1.0.1"
1342
1391
  }
1343
1392
  },
1393
+ "node_modules/archiver-utils/node_modules/safe-buffer": {
1394
+ "version": "5.1.2",
1395
+ "license": "MIT"
1396
+ },
1344
1397
  "node_modules/archiver-utils/node_modules/string_decoder": {
1345
1398
  "version": "1.1.1",
1346
1399
  "license": "MIT",
@@ -1396,11 +1449,12 @@
1396
1449
  "license": "MIT"
1397
1450
  },
1398
1451
  "node_modules/axios": {
1399
- "version": "0.27.2",
1452
+ "version": "1.1.2",
1400
1453
  "license": "MIT",
1401
1454
  "dependencies": {
1402
- "follow-redirects": "^1.14.9",
1403
- "form-data": "^4.0.0"
1455
+ "follow-redirects": "^1.15.0",
1456
+ "form-data": "^4.0.0",
1457
+ "proxy-from-env": "^1.1.0"
1404
1458
  }
1405
1459
  },
1406
1460
  "node_modules/balanced-match": {
@@ -1440,6 +1494,11 @@
1440
1494
  "node": ">= 0.8"
1441
1495
  }
1442
1496
  },
1497
+ "node_modules/basic-auth/node_modules/safe-buffer": {
1498
+ "version": "5.1.2",
1499
+ "extraneous": true,
1500
+ "license": "MIT"
1501
+ },
1443
1502
  "node_modules/big-integer": {
1444
1503
  "version": "1.6.51",
1445
1504
  "license": "Unlicense",
@@ -1792,25 +1851,6 @@
1792
1851
  "node": ">= 0.6"
1793
1852
  }
1794
1853
  },
1795
- "node_modules/content-disposition/node_modules/safe-buffer": {
1796
- "version": "5.2.1",
1797
- "extraneous": true,
1798
- "funding": [
1799
- {
1800
- "type": "github",
1801
- "url": "https://github.com/sponsors/feross"
1802
- },
1803
- {
1804
- "type": "patreon",
1805
- "url": "https://www.patreon.com/feross"
1806
- },
1807
- {
1808
- "type": "consulting",
1809
- "url": "https://feross.org/support"
1810
- }
1811
- ],
1812
- "license": "MIT"
1813
- },
1814
1854
  "node_modules/content-type": {
1815
1855
  "version": "1.0.4",
1816
1856
  "extraneous": true,
@@ -1915,11 +1955,14 @@
1915
1955
  }
1916
1956
  },
1917
1957
  "node_modules/defaults": {
1918
- "version": "1.0.3",
1958
+ "version": "1.0.4",
1919
1959
  "extraneous": true,
1920
1960
  "license": "MIT",
1921
1961
  "dependencies": {
1922
1962
  "clone": "^1.0.2"
1963
+ },
1964
+ "funding": {
1965
+ "url": "https://github.com/sponsors/sindresorhus"
1923
1966
  }
1924
1967
  },
1925
1968
  "node_modules/defer-to-connect": {
@@ -2025,7 +2068,7 @@
2025
2068
  }
2026
2069
  },
2027
2070
  "node_modules/es-abstract": {
2028
- "version": "1.20.2",
2071
+ "version": "1.20.4",
2029
2072
  "extraneous": true,
2030
2073
  "license": "MIT",
2031
2074
  "dependencies": {
@@ -2033,13 +2076,13 @@
2033
2076
  "es-to-primitive": "^1.2.1",
2034
2077
  "function-bind": "^1.1.1",
2035
2078
  "function.prototype.name": "^1.1.5",
2036
- "get-intrinsic": "^1.1.2",
2079
+ "get-intrinsic": "^1.1.3",
2037
2080
  "get-symbol-description": "^1.0.0",
2038
2081
  "has": "^1.0.3",
2039
2082
  "has-property-descriptors": "^1.0.0",
2040
2083
  "has-symbols": "^1.0.3",
2041
2084
  "internal-slot": "^1.0.3",
2042
- "is-callable": "^1.2.4",
2085
+ "is-callable": "^1.2.7",
2043
2086
  "is-negative-zero": "^2.0.2",
2044
2087
  "is-regex": "^1.1.4",
2045
2088
  "is-shared-array-buffer": "^1.0.2",
@@ -2049,6 +2092,7 @@
2049
2092
  "object-keys": "^1.1.1",
2050
2093
  "object.assign": "^4.1.4",
2051
2094
  "regexp.prototype.flags": "^1.4.3",
2095
+ "safe-regex-test": "^1.0.0",
2052
2096
  "string.prototype.trimend": "^1.0.5",
2053
2097
  "string.prototype.trimstart": "^1.0.5",
2054
2098
  "unbox-primitive": "^1.0.2"
@@ -2168,25 +2212,6 @@
2168
2212
  "extraneous": true,
2169
2213
  "license": "MIT"
2170
2214
  },
2171
- "node_modules/express/node_modules/safe-buffer": {
2172
- "version": "5.2.1",
2173
- "extraneous": true,
2174
- "funding": [
2175
- {
2176
- "type": "github",
2177
- "url": "https://github.com/sponsors/feross"
2178
- },
2179
- {
2180
- "type": "patreon",
2181
- "url": "https://www.patreon.com/feross"
2182
- },
2183
- {
2184
- "type": "consulting",
2185
- "url": "https://feross.org/support"
2186
- }
2187
- ],
2188
- "license": "MIT"
2189
- },
2190
2215
  "node_modules/fancy-log": {
2191
2216
  "version": "2.0.0",
2192
2217
  "license": "MIT",
@@ -2271,7 +2296,7 @@
2271
2296
  "license": "MIT"
2272
2297
  },
2273
2298
  "node_modules/follow-redirects": {
2274
- "version": "1.15.1",
2299
+ "version": "1.15.2",
2275
2300
  "funding": [
2276
2301
  {
2277
2302
  "type": "individual",
@@ -2758,7 +2783,7 @@
2758
2783
  }
2759
2784
  },
2760
2785
  "node_modules/is-callable": {
2761
- "version": "1.2.5",
2786
+ "version": "1.2.7",
2762
2787
  "extraneous": true,
2763
2788
  "license": "MIT",
2764
2789
  "engines": {
@@ -2942,7 +2967,7 @@
2942
2967
  }
2943
2968
  },
2944
2969
  "node_modules/jpeg-js": {
2945
- "version": "0.4.2",
2970
+ "version": "0.4.4",
2946
2971
  "license": "BSD-3-Clause"
2947
2972
  },
2948
2973
  "node_modules/js-tokens": {
@@ -3096,6 +3121,10 @@
3096
3121
  "util-deprecate": "~1.0.1"
3097
3122
  }
3098
3123
  },
3124
+ "node_modules/lazystream/node_modules/safe-buffer": {
3125
+ "version": "5.1.2",
3126
+ "license": "MIT"
3127
+ },
3099
3128
  "node_modules/lazystream/node_modules/string_decoder": {
3100
3129
  "version": "1.1.1",
3101
3130
  "license": "MIT",
@@ -3312,7 +3341,7 @@
3312
3341
  }
3313
3342
  },
3314
3343
  "node_modules/marked": {
3315
- "version": "4.1.0",
3344
+ "version": "4.1.1",
3316
3345
  "extraneous": true,
3317
3346
  "license": "MIT",
3318
3347
  "bin": {
@@ -3434,8 +3463,11 @@
3434
3463
  }
3435
3464
  },
3436
3465
  "node_modules/minimist": {
3437
- "version": "1.2.6",
3438
- "license": "MIT"
3466
+ "version": "1.2.7",
3467
+ "license": "MIT",
3468
+ "funding": {
3469
+ "url": "https://github.com/sponsors/ljharb"
3470
+ }
3439
3471
  },
3440
3472
  "node_modules/mkdirp": {
3441
3473
  "version": "0.5.6",
@@ -4037,6 +4069,10 @@
4037
4069
  "node": ">= 0.10"
4038
4070
  }
4039
4071
  },
4072
+ "node_modules/proxy-from-env": {
4073
+ "version": "1.1.0",
4074
+ "license": "MIT"
4075
+ },
4040
4076
  "node_modules/pump": {
4041
4077
  "version": "3.0.0",
4042
4078
  "license": "MIT",
@@ -4271,11 +4307,38 @@
4271
4307
  }
4272
4308
  },
4273
4309
  "node_modules/safe-buffer": {
4274
- "version": "5.1.2",
4310
+ "version": "5.2.1",
4311
+ "funding": [
4312
+ {
4313
+ "type": "github",
4314
+ "url": "https://github.com/sponsors/feross"
4315
+ },
4316
+ {
4317
+ "type": "patreon",
4318
+ "url": "https://www.patreon.com/feross"
4319
+ },
4320
+ {
4321
+ "type": "consulting",
4322
+ "url": "https://feross.org/support"
4323
+ }
4324
+ ],
4275
4325
  "license": "MIT"
4276
4326
  },
4327
+ "node_modules/safe-regex-test": {
4328
+ "version": "1.0.0",
4329
+ "extraneous": true,
4330
+ "license": "MIT",
4331
+ "dependencies": {
4332
+ "call-bind": "^1.0.2",
4333
+ "get-intrinsic": "^1.1.3",
4334
+ "is-regex": "^1.1.4"
4335
+ },
4336
+ "funding": {
4337
+ "url": "https://github.com/sponsors/ljharb"
4338
+ }
4339
+ },
4277
4340
  "node_modules/safe-stable-stringify": {
4278
- "version": "2.3.1",
4341
+ "version": "2.4.0",
4279
4342
  "extraneous": true,
4280
4343
  "license": "MIT",
4281
4344
  "engines": {
@@ -4555,24 +4618,6 @@
4555
4618
  "safe-buffer": "~5.2.0"
4556
4619
  }
4557
4620
  },
4558
- "node_modules/string_decoder/node_modules/safe-buffer": {
4559
- "version": "5.2.1",
4560
- "funding": [
4561
- {
4562
- "type": "github",
4563
- "url": "https://github.com/sponsors/feross"
4564
- },
4565
- {
4566
- "type": "patreon",
4567
- "url": "https://www.patreon.com/feross"
4568
- },
4569
- {
4570
- "type": "consulting",
4571
- "url": "https://feross.org/support"
4572
- }
4573
- ],
4574
- "license": "MIT"
4575
- },
4576
4621
  "node_modules/string.prototype.matchall": {
4577
4622
  "version": "4.0.7",
4578
4623
  "extraneous": true,
@@ -4680,10 +4725,10 @@
4680
4725
  }
4681
4726
  },
4682
4727
  "node_modules/teen_process": {
4683
- "version": "2.0.1",
4728
+ "version": "2.0.2",
4684
4729
  "license": "Apache-2.0",
4685
4730
  "dependencies": {
4686
- "@babel/runtime": "7.18.9",
4731
+ "@babel/runtime": "7.19.0",
4687
4732
  "bluebird": "3.7.2",
4688
4733
  "lodash": "4.17.21",
4689
4734
  "shell-quote": "1.7.3",
@@ -4696,7 +4741,7 @@
4696
4741
  }
4697
4742
  },
4698
4743
  "node_modules/teen_process/node_modules/@babel/runtime": {
4699
- "version": "7.18.9",
4744
+ "version": "7.19.0",
4700
4745
  "license": "MIT",
4701
4746
  "dependencies": {
4702
4747
  "regenerator-runtime": "^0.13.4"
@@ -4787,7 +4832,7 @@
4787
4832
  }
4788
4833
  },
4789
4834
  "node_modules/underscore": {
4790
- "version": "1.13.4",
4835
+ "version": "1.13.6",
4791
4836
  "extraneous": true,
4792
4837
  "license": "MIT"
4793
4838
  },
@@ -5054,7 +5099,7 @@
5054
5099
  "license": "ISC"
5055
5100
  },
5056
5101
  "node_modules/ws": {
5057
- "version": "8.8.1",
5102
+ "version": "8.9.0",
5058
5103
  "license": "MIT",
5059
5104
  "engines": {
5060
5105
  "node": ">=10.0.0"
@@ -5202,6 +5247,23 @@
5202
5247
  "source-map-support": "0.5.21",
5203
5248
  "type-fest": "2.19.0",
5204
5249
  "validate.js": "0.13.1"
5250
+ },
5251
+ "dependencies": {
5252
+ "@babel/runtime": {
5253
+ "version": "7.19.0",
5254
+ "extraneous": true,
5255
+ "requires": {
5256
+ "regenerator-runtime": "^0.13.4"
5257
+ }
5258
+ },
5259
+ "axios": {
5260
+ "version": "0.27.2",
5261
+ "extraneous": true,
5262
+ "requires": {
5263
+ "follow-redirects": "^1.14.9",
5264
+ "form-data": "^4.0.0"
5265
+ }
5266
+ }
5205
5267
  }
5206
5268
  },
5207
5269
  "@appium/base-plugin": {
@@ -5224,6 +5286,13 @@
5224
5286
  "teen_process": "1.16.0"
5225
5287
  },
5226
5288
  "dependencies": {
5289
+ "@babel/runtime": {
5290
+ "version": "7.19.0",
5291
+ "extraneous": true,
5292
+ "requires": {
5293
+ "regenerator-runtime": "^0.13.4"
5294
+ }
5295
+ },
5227
5296
  "teen_process": {
5228
5297
  "version": "1.16.0",
5229
5298
  "extraneous": true,
@@ -5309,6 +5378,19 @@
5309
5378
  "yauzl": "2.10.0"
5310
5379
  },
5311
5380
  "dependencies": {
5381
+ "@babel/runtime": {
5382
+ "version": "7.19.0",
5383
+ "requires": {
5384
+ "regenerator-runtime": "^0.13.4"
5385
+ }
5386
+ },
5387
+ "axios": {
5388
+ "version": "0.27.2",
5389
+ "requires": {
5390
+ "follow-redirects": "^1.14.9",
5391
+ "form-data": "^4.0.0"
5392
+ }
5393
+ },
5312
5394
  "teen_process": {
5313
5395
  "version": "1.16.0",
5314
5396
  "requires": {
@@ -5340,7 +5422,7 @@
5340
5422
  }
5341
5423
  },
5342
5424
  "@babel/helper-validator-identifier": {
5343
- "version": "7.18.6"
5425
+ "version": "7.19.1"
5344
5426
  },
5345
5427
  "@babel/highlight": {
5346
5428
  "version": "7.18.6",
@@ -5351,11 +5433,11 @@
5351
5433
  }
5352
5434
  },
5353
5435
  "@babel/parser": {
5354
- "version": "7.19.0",
5436
+ "version": "7.19.4",
5355
5437
  "extraneous": true
5356
5438
  },
5357
5439
  "@babel/runtime": {
5358
- "version": "7.19.0",
5440
+ "version": "7.19.4",
5359
5441
  "requires": {
5360
5442
  "regenerator-runtime": "^0.13.4"
5361
5443
  }
@@ -5373,18 +5455,18 @@
5373
5455
  }
5374
5456
  },
5375
5457
  "@jimp/bmp": {
5376
- "version": "0.16.1",
5458
+ "version": "0.16.2",
5377
5459
  "requires": {
5378
5460
  "@babel/runtime": "^7.7.2",
5379
- "@jimp/utils": "^0.16.1",
5461
+ "@jimp/utils": "^0.16.2",
5380
5462
  "bmp-js": "^0.1.0"
5381
5463
  }
5382
5464
  },
5383
5465
  "@jimp/core": {
5384
- "version": "0.16.1",
5466
+ "version": "0.16.2",
5385
5467
  "requires": {
5386
5468
  "@babel/runtime": "^7.7.2",
5387
- "@jimp/utils": "^0.16.1",
5469
+ "@jimp/utils": "^0.16.2",
5388
5470
  "any-base": "^1.1.0",
5389
5471
  "buffer": "^5.2.0",
5390
5472
  "exif-parser": "^0.1.12",
@@ -5397,211 +5479,211 @@
5397
5479
  }
5398
5480
  },
5399
5481
  "@jimp/custom": {
5400
- "version": "0.16.1",
5482
+ "version": "0.16.2",
5401
5483
  "requires": {
5402
5484
  "@babel/runtime": "^7.7.2",
5403
- "@jimp/core": "^0.16.1"
5485
+ "@jimp/core": "^0.16.2"
5404
5486
  }
5405
5487
  },
5406
5488
  "@jimp/gif": {
5407
- "version": "0.16.1",
5489
+ "version": "0.16.2",
5408
5490
  "requires": {
5409
5491
  "@babel/runtime": "^7.7.2",
5410
- "@jimp/utils": "^0.16.1",
5492
+ "@jimp/utils": "^0.16.2",
5411
5493
  "gifwrap": "^0.9.2",
5412
5494
  "omggif": "^1.0.9"
5413
5495
  }
5414
5496
  },
5415
5497
  "@jimp/jpeg": {
5416
- "version": "0.16.1",
5498
+ "version": "0.16.2",
5417
5499
  "requires": {
5418
5500
  "@babel/runtime": "^7.7.2",
5419
- "@jimp/utils": "^0.16.1",
5420
- "jpeg-js": "0.4.2"
5501
+ "@jimp/utils": "^0.16.2",
5502
+ "jpeg-js": "^0.4.2"
5421
5503
  }
5422
5504
  },
5423
5505
  "@jimp/plugin-blit": {
5424
- "version": "0.16.1",
5506
+ "version": "0.16.2",
5425
5507
  "requires": {
5426
5508
  "@babel/runtime": "^7.7.2",
5427
- "@jimp/utils": "^0.16.1"
5509
+ "@jimp/utils": "^0.16.2"
5428
5510
  }
5429
5511
  },
5430
5512
  "@jimp/plugin-blur": {
5431
- "version": "0.16.1",
5513
+ "version": "0.16.2",
5432
5514
  "requires": {
5433
5515
  "@babel/runtime": "^7.7.2",
5434
- "@jimp/utils": "^0.16.1"
5516
+ "@jimp/utils": "^0.16.2"
5435
5517
  }
5436
5518
  },
5437
5519
  "@jimp/plugin-circle": {
5438
- "version": "0.16.1",
5520
+ "version": "0.16.2",
5439
5521
  "requires": {
5440
5522
  "@babel/runtime": "^7.7.2",
5441
- "@jimp/utils": "^0.16.1"
5523
+ "@jimp/utils": "^0.16.2"
5442
5524
  }
5443
5525
  },
5444
5526
  "@jimp/plugin-color": {
5445
- "version": "0.16.1",
5527
+ "version": "0.16.2",
5446
5528
  "requires": {
5447
5529
  "@babel/runtime": "^7.7.2",
5448
- "@jimp/utils": "^0.16.1",
5530
+ "@jimp/utils": "^0.16.2",
5449
5531
  "tinycolor2": "^1.4.1"
5450
5532
  }
5451
5533
  },
5452
5534
  "@jimp/plugin-contain": {
5453
- "version": "0.16.1",
5535
+ "version": "0.16.2",
5454
5536
  "requires": {
5455
5537
  "@babel/runtime": "^7.7.2",
5456
- "@jimp/utils": "^0.16.1"
5538
+ "@jimp/utils": "^0.16.2"
5457
5539
  }
5458
5540
  },
5459
5541
  "@jimp/plugin-cover": {
5460
- "version": "0.16.1",
5542
+ "version": "0.16.2",
5461
5543
  "requires": {
5462
5544
  "@babel/runtime": "^7.7.2",
5463
- "@jimp/utils": "^0.16.1"
5545
+ "@jimp/utils": "^0.16.2"
5464
5546
  }
5465
5547
  },
5466
5548
  "@jimp/plugin-crop": {
5467
- "version": "0.16.1",
5549
+ "version": "0.16.2",
5468
5550
  "requires": {
5469
5551
  "@babel/runtime": "^7.7.2",
5470
- "@jimp/utils": "^0.16.1"
5552
+ "@jimp/utils": "^0.16.2"
5471
5553
  }
5472
5554
  },
5473
5555
  "@jimp/plugin-displace": {
5474
- "version": "0.16.1",
5556
+ "version": "0.16.2",
5475
5557
  "requires": {
5476
5558
  "@babel/runtime": "^7.7.2",
5477
- "@jimp/utils": "^0.16.1"
5559
+ "@jimp/utils": "^0.16.2"
5478
5560
  }
5479
5561
  },
5480
5562
  "@jimp/plugin-dither": {
5481
- "version": "0.16.1",
5563
+ "version": "0.16.2",
5482
5564
  "requires": {
5483
5565
  "@babel/runtime": "^7.7.2",
5484
- "@jimp/utils": "^0.16.1"
5566
+ "@jimp/utils": "^0.16.2"
5485
5567
  }
5486
5568
  },
5487
5569
  "@jimp/plugin-fisheye": {
5488
- "version": "0.16.1",
5570
+ "version": "0.16.2",
5489
5571
  "requires": {
5490
5572
  "@babel/runtime": "^7.7.2",
5491
- "@jimp/utils": "^0.16.1"
5573
+ "@jimp/utils": "^0.16.2"
5492
5574
  }
5493
5575
  },
5494
5576
  "@jimp/plugin-flip": {
5495
- "version": "0.16.1",
5577
+ "version": "0.16.2",
5496
5578
  "requires": {
5497
5579
  "@babel/runtime": "^7.7.2",
5498
- "@jimp/utils": "^0.16.1"
5580
+ "@jimp/utils": "^0.16.2"
5499
5581
  }
5500
5582
  },
5501
5583
  "@jimp/plugin-gaussian": {
5502
- "version": "0.16.1",
5584
+ "version": "0.16.2",
5503
5585
  "requires": {
5504
5586
  "@babel/runtime": "^7.7.2",
5505
- "@jimp/utils": "^0.16.1"
5587
+ "@jimp/utils": "^0.16.2"
5506
5588
  }
5507
5589
  },
5508
5590
  "@jimp/plugin-invert": {
5509
- "version": "0.16.1",
5591
+ "version": "0.16.2",
5510
5592
  "requires": {
5511
5593
  "@babel/runtime": "^7.7.2",
5512
- "@jimp/utils": "^0.16.1"
5594
+ "@jimp/utils": "^0.16.2"
5513
5595
  }
5514
5596
  },
5515
5597
  "@jimp/plugin-mask": {
5516
- "version": "0.16.1",
5598
+ "version": "0.16.2",
5517
5599
  "requires": {
5518
5600
  "@babel/runtime": "^7.7.2",
5519
- "@jimp/utils": "^0.16.1"
5601
+ "@jimp/utils": "^0.16.2"
5520
5602
  }
5521
5603
  },
5522
5604
  "@jimp/plugin-normalize": {
5523
- "version": "0.16.1",
5605
+ "version": "0.16.2",
5524
5606
  "requires": {
5525
5607
  "@babel/runtime": "^7.7.2",
5526
- "@jimp/utils": "^0.16.1"
5608
+ "@jimp/utils": "^0.16.2"
5527
5609
  }
5528
5610
  },
5529
5611
  "@jimp/plugin-print": {
5530
- "version": "0.16.1",
5612
+ "version": "0.16.2",
5531
5613
  "requires": {
5532
5614
  "@babel/runtime": "^7.7.2",
5533
- "@jimp/utils": "^0.16.1",
5615
+ "@jimp/utils": "^0.16.2",
5534
5616
  "load-bmfont": "^1.4.0"
5535
5617
  }
5536
5618
  },
5537
5619
  "@jimp/plugin-resize": {
5538
- "version": "0.16.1",
5620
+ "version": "0.16.2",
5539
5621
  "requires": {
5540
5622
  "@babel/runtime": "^7.7.2",
5541
- "@jimp/utils": "^0.16.1"
5623
+ "@jimp/utils": "^0.16.2"
5542
5624
  }
5543
5625
  },
5544
5626
  "@jimp/plugin-rotate": {
5545
- "version": "0.16.1",
5627
+ "version": "0.16.2",
5546
5628
  "requires": {
5547
5629
  "@babel/runtime": "^7.7.2",
5548
- "@jimp/utils": "^0.16.1"
5630
+ "@jimp/utils": "^0.16.2"
5549
5631
  }
5550
5632
  },
5551
5633
  "@jimp/plugin-scale": {
5552
- "version": "0.16.1",
5634
+ "version": "0.16.2",
5553
5635
  "requires": {
5554
5636
  "@babel/runtime": "^7.7.2",
5555
- "@jimp/utils": "^0.16.1"
5637
+ "@jimp/utils": "^0.16.2"
5556
5638
  }
5557
5639
  },
5558
5640
  "@jimp/plugin-shadow": {
5559
- "version": "0.16.1",
5641
+ "version": "0.16.2",
5560
5642
  "requires": {
5561
5643
  "@babel/runtime": "^7.7.2",
5562
- "@jimp/utils": "^0.16.1"
5644
+ "@jimp/utils": "^0.16.2"
5563
5645
  }
5564
5646
  },
5565
5647
  "@jimp/plugin-threshold": {
5566
- "version": "0.16.1",
5648
+ "version": "0.16.2",
5567
5649
  "requires": {
5568
5650
  "@babel/runtime": "^7.7.2",
5569
- "@jimp/utils": "^0.16.1"
5651
+ "@jimp/utils": "^0.16.2"
5570
5652
  }
5571
5653
  },
5572
5654
  "@jimp/plugins": {
5573
- "version": "0.16.1",
5655
+ "version": "0.16.2",
5574
5656
  "requires": {
5575
5657
  "@babel/runtime": "^7.7.2",
5576
- "@jimp/plugin-blit": "^0.16.1",
5577
- "@jimp/plugin-blur": "^0.16.1",
5578
- "@jimp/plugin-circle": "^0.16.1",
5579
- "@jimp/plugin-color": "^0.16.1",
5580
- "@jimp/plugin-contain": "^0.16.1",
5581
- "@jimp/plugin-cover": "^0.16.1",
5582
- "@jimp/plugin-crop": "^0.16.1",
5583
- "@jimp/plugin-displace": "^0.16.1",
5584
- "@jimp/plugin-dither": "^0.16.1",
5585
- "@jimp/plugin-fisheye": "^0.16.1",
5586
- "@jimp/plugin-flip": "^0.16.1",
5587
- "@jimp/plugin-gaussian": "^0.16.1",
5588
- "@jimp/plugin-invert": "^0.16.1",
5589
- "@jimp/plugin-mask": "^0.16.1",
5590
- "@jimp/plugin-normalize": "^0.16.1",
5591
- "@jimp/plugin-print": "^0.16.1",
5592
- "@jimp/plugin-resize": "^0.16.1",
5593
- "@jimp/plugin-rotate": "^0.16.1",
5594
- "@jimp/plugin-scale": "^0.16.1",
5595
- "@jimp/plugin-shadow": "^0.16.1",
5596
- "@jimp/plugin-threshold": "^0.16.1",
5658
+ "@jimp/plugin-blit": "^0.16.2",
5659
+ "@jimp/plugin-blur": "^0.16.2",
5660
+ "@jimp/plugin-circle": "^0.16.2",
5661
+ "@jimp/plugin-color": "^0.16.2",
5662
+ "@jimp/plugin-contain": "^0.16.2",
5663
+ "@jimp/plugin-cover": "^0.16.2",
5664
+ "@jimp/plugin-crop": "^0.16.2",
5665
+ "@jimp/plugin-displace": "^0.16.2",
5666
+ "@jimp/plugin-dither": "^0.16.2",
5667
+ "@jimp/plugin-fisheye": "^0.16.2",
5668
+ "@jimp/plugin-flip": "^0.16.2",
5669
+ "@jimp/plugin-gaussian": "^0.16.2",
5670
+ "@jimp/plugin-invert": "^0.16.2",
5671
+ "@jimp/plugin-mask": "^0.16.2",
5672
+ "@jimp/plugin-normalize": "^0.16.2",
5673
+ "@jimp/plugin-print": "^0.16.2",
5674
+ "@jimp/plugin-resize": "^0.16.2",
5675
+ "@jimp/plugin-rotate": "^0.16.2",
5676
+ "@jimp/plugin-scale": "^0.16.2",
5677
+ "@jimp/plugin-shadow": "^0.16.2",
5678
+ "@jimp/plugin-threshold": "^0.16.2",
5597
5679
  "timm": "^1.6.1"
5598
5680
  }
5599
5681
  },
5600
5682
  "@jimp/png": {
5601
- "version": "0.16.1",
5683
+ "version": "0.16.2",
5602
5684
  "requires": {
5603
5685
  "@babel/runtime": "^7.7.2",
5604
- "@jimp/utils": "^0.16.1",
5686
+ "@jimp/utils": "^0.16.2",
5605
5687
  "pngjs": "^3.3.3"
5606
5688
  },
5607
5689
  "dependencies": {
@@ -5611,26 +5693,26 @@
5611
5693
  }
5612
5694
  },
5613
5695
  "@jimp/tiff": {
5614
- "version": "0.16.1",
5696
+ "version": "0.16.2",
5615
5697
  "requires": {
5616
5698
  "@babel/runtime": "^7.7.2",
5617
5699
  "utif": "^2.0.1"
5618
5700
  }
5619
5701
  },
5620
5702
  "@jimp/types": {
5621
- "version": "0.16.1",
5703
+ "version": "0.16.2",
5622
5704
  "requires": {
5623
5705
  "@babel/runtime": "^7.7.2",
5624
- "@jimp/bmp": "^0.16.1",
5625
- "@jimp/gif": "^0.16.1",
5626
- "@jimp/jpeg": "^0.16.1",
5627
- "@jimp/png": "^0.16.1",
5628
- "@jimp/tiff": "^0.16.1",
5706
+ "@jimp/bmp": "^0.16.2",
5707
+ "@jimp/gif": "^0.16.2",
5708
+ "@jimp/jpeg": "^0.16.2",
5709
+ "@jimp/png": "^0.16.2",
5710
+ "@jimp/tiff": "^0.16.2",
5629
5711
  "timm": "^1.6.1"
5630
5712
  }
5631
5713
  },
5632
5714
  "@jimp/utils": {
5633
- "version": "0.16.1",
5715
+ "version": "0.16.2",
5634
5716
  "requires": {
5635
5717
  "@babel/runtime": "^7.7.2",
5636
5718
  "regenerator-runtime": "^0.13.3"
@@ -5744,7 +5826,7 @@
5744
5826
  }
5745
5827
  },
5746
5828
  "@types/express-serve-static-core": {
5747
- "version": "4.17.30",
5829
+ "version": "4.17.31",
5748
5830
  "requires": {
5749
5831
  "@types/node": "*",
5750
5832
  "@types/qs": "*",
@@ -5831,7 +5913,7 @@
5831
5913
  }
5832
5914
  },
5833
5915
  "@types/node": {
5834
- "version": "18.7.17"
5916
+ "version": "18.8.5"
5835
5917
  },
5836
5918
  "@types/normalize-package-data": {
5837
5919
  "version": "2.4.1"
@@ -5917,7 +5999,7 @@
5917
5999
  }
5918
6000
  },
5919
6001
  "@xmldom/xmldom": {
5920
- "version": "0.8.2"
6002
+ "version": "0.8.3"
5921
6003
  },
5922
6004
  "accepts": {
5923
6005
  "version": "1.3.8",
@@ -5973,9 +6055,9 @@
5973
6055
  "version": "1.1.0"
5974
6056
  },
5975
6057
  "appium-adb": {
5976
- "version": "9.10.10",
6058
+ "version": "9.10.11",
5977
6059
  "requires": {
5978
- "@appium/support": "^2.55.3",
6060
+ "@appium/support": "^2.60.0",
5979
6061
  "@babel/runtime": "^7.0.0",
5980
6062
  "adbkit-apkreader": "^3.1.2",
5981
6063
  "async-lock": "^1.0.0",
@@ -5991,13 +6073,13 @@
5991
6073
  }
5992
6074
  },
5993
6075
  "appium-android-driver": {
5994
- "version": "5.4.1",
6076
+ "version": "5.5.0",
5995
6077
  "requires": {
5996
6078
  "@babel/runtime": "^7.0.0",
5997
6079
  "appium-adb": "^9.10.9",
5998
6080
  "appium-chromedriver": "^5.2.0",
5999
6081
  "asyncbox": "^2.8.0",
6000
- "axios": "^0.x",
6082
+ "axios": "^1.x",
6001
6083
  "bluebird": "^3.4.7",
6002
6084
  "io.appium.settings": "^4.2.1",
6003
6085
  "jimp": "^0.x",
@@ -6015,12 +6097,12 @@
6015
6097
  }
6016
6098
  },
6017
6099
  "appium-chromedriver": {
6018
- "version": "5.2.2",
6100
+ "version": "5.2.4",
6019
6101
  "requires": {
6020
6102
  "@babel/runtime": "^7.0.0",
6021
6103
  "@xmldom/xmldom": "^0.x",
6022
6104
  "asyncbox": "^2.0.2",
6023
- "axios": "^0.x",
6105
+ "axios": "^1.x",
6024
6106
  "bluebird": "^3.5.1",
6025
6107
  "compare-versions": "^5.0.0",
6026
6108
  "fancy-log": "^2.0.0",
@@ -6087,6 +6169,9 @@
6087
6169
  "util-deprecate": "~1.0.1"
6088
6170
  }
6089
6171
  },
6172
+ "safe-buffer": {
6173
+ "version": "5.1.2"
6174
+ },
6090
6175
  "string_decoder": {
6091
6176
  "version": "1.1.1",
6092
6177
  "requires": {
@@ -6130,10 +6215,11 @@
6130
6215
  "version": "0.4.0"
6131
6216
  },
6132
6217
  "axios": {
6133
- "version": "0.27.2",
6218
+ "version": "1.1.2",
6134
6219
  "requires": {
6135
- "follow-redirects": "^1.14.9",
6136
- "form-data": "^4.0.0"
6220
+ "follow-redirects": "^1.15.0",
6221
+ "form-data": "^4.0.0",
6222
+ "proxy-from-env": "^1.1.0"
6137
6223
  }
6138
6224
  },
6139
6225
  "balanced-match": {
@@ -6150,6 +6236,12 @@
6150
6236
  "extraneous": true,
6151
6237
  "requires": {
6152
6238
  "safe-buffer": "5.1.2"
6239
+ },
6240
+ "dependencies": {
6241
+ "safe-buffer": {
6242
+ "version": "5.1.2",
6243
+ "extraneous": true
6244
+ }
6153
6245
  }
6154
6246
  },
6155
6247
  "big-integer": {
@@ -6382,12 +6474,6 @@
6382
6474
  "extraneous": true,
6383
6475
  "requires": {
6384
6476
  "safe-buffer": "5.2.1"
6385
- },
6386
- "dependencies": {
6387
- "safe-buffer": {
6388
- "version": "5.2.1",
6389
- "extraneous": true
6390
- }
6391
6477
  }
6392
6478
  },
6393
6479
  "content-type": {
@@ -6446,7 +6532,7 @@
6446
6532
  }
6447
6533
  },
6448
6534
  "defaults": {
6449
- "version": "1.0.3",
6535
+ "version": "1.0.4",
6450
6536
  "extraneous": true,
6451
6537
  "requires": {
6452
6538
  "clone": "^1.0.2"
@@ -6516,20 +6602,20 @@
6516
6602
  }
6517
6603
  },
6518
6604
  "es-abstract": {
6519
- "version": "1.20.2",
6605
+ "version": "1.20.4",
6520
6606
  "extraneous": true,
6521
6607
  "requires": {
6522
6608
  "call-bind": "^1.0.2",
6523
6609
  "es-to-primitive": "^1.2.1",
6524
6610
  "function-bind": "^1.1.1",
6525
6611
  "function.prototype.name": "^1.1.5",
6526
- "get-intrinsic": "^1.1.2",
6612
+ "get-intrinsic": "^1.1.3",
6527
6613
  "get-symbol-description": "^1.0.0",
6528
6614
  "has": "^1.0.3",
6529
6615
  "has-property-descriptors": "^1.0.0",
6530
6616
  "has-symbols": "^1.0.3",
6531
6617
  "internal-slot": "^1.0.3",
6532
- "is-callable": "^1.2.4",
6618
+ "is-callable": "^1.2.7",
6533
6619
  "is-negative-zero": "^2.0.2",
6534
6620
  "is-regex": "^1.1.4",
6535
6621
  "is-shared-array-buffer": "^1.0.2",
@@ -6539,6 +6625,7 @@
6539
6625
  "object-keys": "^1.1.1",
6540
6626
  "object.assign": "^4.1.4",
6541
6627
  "regexp.prototype.flags": "^1.4.3",
6628
+ "safe-regex-test": "^1.0.0",
6542
6629
  "string.prototype.trimend": "^1.0.5",
6543
6630
  "string.prototype.trimstart": "^1.0.5",
6544
6631
  "unbox-primitive": "^1.0.2"
@@ -6624,10 +6711,6 @@
6624
6711
  "ms": {
6625
6712
  "version": "2.0.0",
6626
6713
  "extraneous": true
6627
- },
6628
- "safe-buffer": {
6629
- "version": "5.2.1",
6630
- "extraneous": true
6631
6714
  }
6632
6715
  }
6633
6716
  },
@@ -6692,7 +6775,7 @@
6692
6775
  "extraneous": true
6693
6776
  },
6694
6777
  "follow-redirects": {
6695
- "version": "1.15.1"
6778
+ "version": "1.15.2"
6696
6779
  },
6697
6780
  "form-data": {
6698
6781
  "version": "4.0.0",
@@ -6993,7 +7076,7 @@
6993
7076
  }
6994
7077
  },
6995
7078
  "is-callable": {
6996
- "version": "1.2.5",
7079
+ "version": "1.2.7",
6997
7080
  "extraneous": true
6998
7081
  },
6999
7082
  "is-core-module": {
@@ -7093,7 +7176,7 @@
7093
7176
  }
7094
7177
  },
7095
7178
  "jpeg-js": {
7096
- "version": "0.4.2"
7179
+ "version": "0.4.4"
7097
7180
  },
7098
7181
  "js-tokens": {
7099
7182
  "version": "4.0.0"
@@ -7209,6 +7292,9 @@
7209
7292
  "util-deprecate": "~1.0.1"
7210
7293
  }
7211
7294
  },
7295
+ "safe-buffer": {
7296
+ "version": "5.1.2"
7297
+ },
7212
7298
  "string_decoder": {
7213
7299
  "version": "1.1.1",
7214
7300
  "requires": {
@@ -7355,7 +7441,7 @@
7355
7441
  "requires": {}
7356
7442
  },
7357
7443
  "marked": {
7358
- "version": "4.1.0",
7444
+ "version": "4.1.1",
7359
7445
  "extraneous": true
7360
7446
  },
7361
7447
  "mdurl": {
@@ -7429,7 +7515,7 @@
7429
7515
  }
7430
7516
  },
7431
7517
  "minimist": {
7432
- "version": "1.2.6"
7518
+ "version": "1.2.7"
7433
7519
  },
7434
7520
  "mkdirp": {
7435
7521
  "version": "0.5.6",
@@ -7814,6 +7900,9 @@
7814
7900
  "ipaddr.js": "1.9.1"
7815
7901
  }
7816
7902
  },
7903
+ "proxy-from-env": {
7904
+ "version": "1.1.0"
7905
+ },
7817
7906
  "pump": {
7818
7907
  "version": "3.0.0",
7819
7908
  "requires": {
@@ -7962,10 +8051,19 @@
7962
8051
  }
7963
8052
  },
7964
8053
  "safe-buffer": {
7965
- "version": "5.1.2"
8054
+ "version": "5.2.1"
8055
+ },
8056
+ "safe-regex-test": {
8057
+ "version": "1.0.0",
8058
+ "extraneous": true,
8059
+ "requires": {
8060
+ "call-bind": "^1.0.2",
8061
+ "get-intrinsic": "^1.1.3",
8062
+ "is-regex": "^1.1.4"
8063
+ }
7966
8064
  },
7967
8065
  "safe-stable-stringify": {
7968
- "version": "2.3.1",
8066
+ "version": "2.4.0",
7969
8067
  "extraneous": true
7970
8068
  },
7971
8069
  "safer-buffer": {
@@ -8174,11 +8272,6 @@
8174
8272
  "version": "1.3.0",
8175
8273
  "requires": {
8176
8274
  "safe-buffer": "~5.2.0"
8177
- },
8178
- "dependencies": {
8179
- "safe-buffer": {
8180
- "version": "5.2.1"
8181
- }
8182
8275
  }
8183
8276
  },
8184
8277
  "string.prototype.matchall": {
@@ -8247,9 +8340,9 @@
8247
8340
  }
8248
8341
  },
8249
8342
  "teen_process": {
8250
- "version": "2.0.1",
8343
+ "version": "2.0.2",
8251
8344
  "requires": {
8252
- "@babel/runtime": "7.18.9",
8345
+ "@babel/runtime": "7.19.0",
8253
8346
  "bluebird": "3.7.2",
8254
8347
  "lodash": "4.17.21",
8255
8348
  "shell-quote": "1.7.3",
@@ -8258,7 +8351,7 @@
8258
8351
  },
8259
8352
  "dependencies": {
8260
8353
  "@babel/runtime": {
8261
- "version": "7.18.9",
8354
+ "version": "7.19.0",
8262
8355
  "requires": {
8263
8356
  "regenerator-runtime": "^0.13.4"
8264
8357
  }
@@ -8318,7 +8411,7 @@
8318
8411
  }
8319
8412
  },
8320
8413
  "underscore": {
8321
- "version": "1.13.4",
8414
+ "version": "1.13.6",
8322
8415
  "extraneous": true
8323
8416
  },
8324
8417
  "unorm": {
@@ -8501,7 +8594,7 @@
8501
8594
  "version": "1.0.2"
8502
8595
  },
8503
8596
  "ws": {
8504
- "version": "8.8.1",
8597
+ "version": "8.9.0",
8505
8598
  "requires": {}
8506
8599
  },
8507
8600
  "xhr": {