appium-uiautomator2-driver 2.24.0 → 2.24.1
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 +7 -0
- package/npm-shrinkwrap.json +109 -98
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.24.1](https://github.com/appium/appium-uiautomator2-driver/compare/v2.24.0...v2.24.1) (2023-05-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Bump android-driver component ([e416860](https://github.com/appium/appium-uiautomator2-driver/commit/e4168608bcfc56440937b1f3bdb10a154392d51b))
|
|
7
|
+
|
|
1
8
|
## [2.24.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.23.0...v2.24.0) (2023-05-05)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.24.
|
|
3
|
+
"version": "2.24.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.24.
|
|
9
|
+
"version": "2.24.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.11.0",
|
|
14
|
-
"appium-android-driver": "^5.12.
|
|
14
|
+
"appium-android-driver": "^5.12.1",
|
|
15
15
|
"appium-chromedriver": "^5.3.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.7.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
@@ -447,10 +447,10 @@
|
|
|
447
447
|
}
|
|
448
448
|
},
|
|
449
449
|
"node_modules/@jimp/bmp": {
|
|
450
|
-
"version": "0.22.
|
|
450
|
+
"version": "0.22.8",
|
|
451
451
|
"license": "MIT",
|
|
452
452
|
"dependencies": {
|
|
453
|
-
"@jimp/utils": "^0.22.
|
|
453
|
+
"@jimp/utils": "^0.22.8",
|
|
454
454
|
"bmp-js": "^0.1.0"
|
|
455
455
|
},
|
|
456
456
|
"peerDependencies": {
|
|
@@ -458,10 +458,10 @@
|
|
|
458
458
|
}
|
|
459
459
|
},
|
|
460
460
|
"node_modules/@jimp/core": {
|
|
461
|
-
"version": "0.22.
|
|
461
|
+
"version": "0.22.8",
|
|
462
462
|
"license": "MIT",
|
|
463
463
|
"dependencies": {
|
|
464
|
-
"@jimp/utils": "^0.22.
|
|
464
|
+
"@jimp/utils": "^0.22.8",
|
|
465
465
|
"any-base": "^1.1.0",
|
|
466
466
|
"buffer": "^5.2.0",
|
|
467
467
|
"exif-parser": "^0.1.12",
|
|
@@ -473,17 +473,17 @@
|
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
475
|
"node_modules/@jimp/custom": {
|
|
476
|
-
"version": "0.22.
|
|
476
|
+
"version": "0.22.8",
|
|
477
477
|
"license": "MIT",
|
|
478
478
|
"dependencies": {
|
|
479
|
-
"@jimp/core": "^0.22.
|
|
479
|
+
"@jimp/core": "^0.22.8"
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
482
|
"node_modules/@jimp/gif": {
|
|
483
|
-
"version": "0.22.
|
|
483
|
+
"version": "0.22.8",
|
|
484
484
|
"license": "MIT",
|
|
485
485
|
"dependencies": {
|
|
486
|
-
"@jimp/utils": "^0.22.
|
|
486
|
+
"@jimp/utils": "^0.22.8",
|
|
487
487
|
"gifwrap": "^0.9.2",
|
|
488
488
|
"omggif": "^1.0.9"
|
|
489
489
|
},
|
|
@@ -492,10 +492,10 @@
|
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
494
|
"node_modules/@jimp/jpeg": {
|
|
495
|
-
"version": "0.22.
|
|
495
|
+
"version": "0.22.8",
|
|
496
496
|
"license": "MIT",
|
|
497
497
|
"dependencies": {
|
|
498
|
-
"@jimp/utils": "^0.22.
|
|
498
|
+
"@jimp/utils": "^0.22.8",
|
|
499
499
|
"jpeg-js": "^0.4.4"
|
|
500
500
|
},
|
|
501
501
|
"peerDependencies": {
|
|
@@ -503,40 +503,40 @@
|
|
|
503
503
|
}
|
|
504
504
|
},
|
|
505
505
|
"node_modules/@jimp/plugin-blit": {
|
|
506
|
-
"version": "0.22.
|
|
506
|
+
"version": "0.22.8",
|
|
507
507
|
"license": "MIT",
|
|
508
508
|
"dependencies": {
|
|
509
|
-
"@jimp/utils": "^0.22.
|
|
509
|
+
"@jimp/utils": "^0.22.8"
|
|
510
510
|
},
|
|
511
511
|
"peerDependencies": {
|
|
512
512
|
"@jimp/custom": ">=0.3.5"
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
515
|
"node_modules/@jimp/plugin-blur": {
|
|
516
|
-
"version": "0.22.
|
|
516
|
+
"version": "0.22.8",
|
|
517
517
|
"license": "MIT",
|
|
518
518
|
"dependencies": {
|
|
519
|
-
"@jimp/utils": "^0.22.
|
|
519
|
+
"@jimp/utils": "^0.22.8"
|
|
520
520
|
},
|
|
521
521
|
"peerDependencies": {
|
|
522
522
|
"@jimp/custom": ">=0.3.5"
|
|
523
523
|
}
|
|
524
524
|
},
|
|
525
525
|
"node_modules/@jimp/plugin-circle": {
|
|
526
|
-
"version": "0.22.
|
|
526
|
+
"version": "0.22.8",
|
|
527
527
|
"license": "MIT",
|
|
528
528
|
"dependencies": {
|
|
529
|
-
"@jimp/utils": "^0.22.
|
|
529
|
+
"@jimp/utils": "^0.22.8"
|
|
530
530
|
},
|
|
531
531
|
"peerDependencies": {
|
|
532
532
|
"@jimp/custom": ">=0.3.5"
|
|
533
533
|
}
|
|
534
534
|
},
|
|
535
535
|
"node_modules/@jimp/plugin-color": {
|
|
536
|
-
"version": "0.22.
|
|
536
|
+
"version": "0.22.8",
|
|
537
537
|
"license": "MIT",
|
|
538
538
|
"dependencies": {
|
|
539
|
-
"@jimp/utils": "^0.22.
|
|
539
|
+
"@jimp/utils": "^0.22.8",
|
|
540
540
|
"tinycolor2": "^1.6.0"
|
|
541
541
|
},
|
|
542
542
|
"peerDependencies": {
|
|
@@ -544,10 +544,10 @@
|
|
|
544
544
|
}
|
|
545
545
|
},
|
|
546
546
|
"node_modules/@jimp/plugin-contain": {
|
|
547
|
-
"version": "0.22.
|
|
547
|
+
"version": "0.22.8",
|
|
548
548
|
"license": "MIT",
|
|
549
549
|
"dependencies": {
|
|
550
|
-
"@jimp/utils": "^0.22.
|
|
550
|
+
"@jimp/utils": "^0.22.8"
|
|
551
551
|
},
|
|
552
552
|
"peerDependencies": {
|
|
553
553
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -557,10 +557,10 @@
|
|
|
557
557
|
}
|
|
558
558
|
},
|
|
559
559
|
"node_modules/@jimp/plugin-cover": {
|
|
560
|
-
"version": "0.22.
|
|
560
|
+
"version": "0.22.8",
|
|
561
561
|
"license": "MIT",
|
|
562
562
|
"dependencies": {
|
|
563
|
-
"@jimp/utils": "^0.22.
|
|
563
|
+
"@jimp/utils": "^0.22.8"
|
|
564
564
|
},
|
|
565
565
|
"peerDependencies": {
|
|
566
566
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -570,50 +570,50 @@
|
|
|
570
570
|
}
|
|
571
571
|
},
|
|
572
572
|
"node_modules/@jimp/plugin-crop": {
|
|
573
|
-
"version": "0.22.
|
|
573
|
+
"version": "0.22.8",
|
|
574
574
|
"license": "MIT",
|
|
575
575
|
"dependencies": {
|
|
576
|
-
"@jimp/utils": "^0.22.
|
|
576
|
+
"@jimp/utils": "^0.22.8"
|
|
577
577
|
},
|
|
578
578
|
"peerDependencies": {
|
|
579
579
|
"@jimp/custom": ">=0.3.5"
|
|
580
580
|
}
|
|
581
581
|
},
|
|
582
582
|
"node_modules/@jimp/plugin-displace": {
|
|
583
|
-
"version": "0.22.
|
|
583
|
+
"version": "0.22.8",
|
|
584
584
|
"license": "MIT",
|
|
585
585
|
"dependencies": {
|
|
586
|
-
"@jimp/utils": "^0.22.
|
|
586
|
+
"@jimp/utils": "^0.22.8"
|
|
587
587
|
},
|
|
588
588
|
"peerDependencies": {
|
|
589
589
|
"@jimp/custom": ">=0.3.5"
|
|
590
590
|
}
|
|
591
591
|
},
|
|
592
592
|
"node_modules/@jimp/plugin-dither": {
|
|
593
|
-
"version": "0.22.
|
|
593
|
+
"version": "0.22.8",
|
|
594
594
|
"license": "MIT",
|
|
595
595
|
"dependencies": {
|
|
596
|
-
"@jimp/utils": "^0.22.
|
|
596
|
+
"@jimp/utils": "^0.22.8"
|
|
597
597
|
},
|
|
598
598
|
"peerDependencies": {
|
|
599
599
|
"@jimp/custom": ">=0.3.5"
|
|
600
600
|
}
|
|
601
601
|
},
|
|
602
602
|
"node_modules/@jimp/plugin-fisheye": {
|
|
603
|
-
"version": "0.22.
|
|
603
|
+
"version": "0.22.8",
|
|
604
604
|
"license": "MIT",
|
|
605
605
|
"dependencies": {
|
|
606
|
-
"@jimp/utils": "^0.22.
|
|
606
|
+
"@jimp/utils": "^0.22.8"
|
|
607
607
|
},
|
|
608
608
|
"peerDependencies": {
|
|
609
609
|
"@jimp/custom": ">=0.3.5"
|
|
610
610
|
}
|
|
611
611
|
},
|
|
612
612
|
"node_modules/@jimp/plugin-flip": {
|
|
613
|
-
"version": "0.22.
|
|
613
|
+
"version": "0.22.8",
|
|
614
614
|
"license": "MIT",
|
|
615
615
|
"dependencies": {
|
|
616
|
-
"@jimp/utils": "^0.22.
|
|
616
|
+
"@jimp/utils": "^0.22.8"
|
|
617
617
|
},
|
|
618
618
|
"peerDependencies": {
|
|
619
619
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -621,50 +621,50 @@
|
|
|
621
621
|
}
|
|
622
622
|
},
|
|
623
623
|
"node_modules/@jimp/plugin-gaussian": {
|
|
624
|
-
"version": "0.22.
|
|
624
|
+
"version": "0.22.8",
|
|
625
625
|
"license": "MIT",
|
|
626
626
|
"dependencies": {
|
|
627
|
-
"@jimp/utils": "^0.22.
|
|
627
|
+
"@jimp/utils": "^0.22.8"
|
|
628
628
|
},
|
|
629
629
|
"peerDependencies": {
|
|
630
630
|
"@jimp/custom": ">=0.3.5"
|
|
631
631
|
}
|
|
632
632
|
},
|
|
633
633
|
"node_modules/@jimp/plugin-invert": {
|
|
634
|
-
"version": "0.22.
|
|
634
|
+
"version": "0.22.8",
|
|
635
635
|
"license": "MIT",
|
|
636
636
|
"dependencies": {
|
|
637
|
-
"@jimp/utils": "^0.22.
|
|
637
|
+
"@jimp/utils": "^0.22.8"
|
|
638
638
|
},
|
|
639
639
|
"peerDependencies": {
|
|
640
640
|
"@jimp/custom": ">=0.3.5"
|
|
641
641
|
}
|
|
642
642
|
},
|
|
643
643
|
"node_modules/@jimp/plugin-mask": {
|
|
644
|
-
"version": "0.22.
|
|
644
|
+
"version": "0.22.8",
|
|
645
645
|
"license": "MIT",
|
|
646
646
|
"dependencies": {
|
|
647
|
-
"@jimp/utils": "^0.22.
|
|
647
|
+
"@jimp/utils": "^0.22.8"
|
|
648
648
|
},
|
|
649
649
|
"peerDependencies": {
|
|
650
650
|
"@jimp/custom": ">=0.3.5"
|
|
651
651
|
}
|
|
652
652
|
},
|
|
653
653
|
"node_modules/@jimp/plugin-normalize": {
|
|
654
|
-
"version": "0.22.
|
|
654
|
+
"version": "0.22.8",
|
|
655
655
|
"license": "MIT",
|
|
656
656
|
"dependencies": {
|
|
657
|
-
"@jimp/utils": "^0.22.
|
|
657
|
+
"@jimp/utils": "^0.22.8"
|
|
658
658
|
},
|
|
659
659
|
"peerDependencies": {
|
|
660
660
|
"@jimp/custom": ">=0.3.5"
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
663
|
"node_modules/@jimp/plugin-print": {
|
|
664
|
-
"version": "0.22.
|
|
664
|
+
"version": "0.22.8",
|
|
665
665
|
"license": "MIT",
|
|
666
666
|
"dependencies": {
|
|
667
|
-
"@jimp/utils": "^0.22.
|
|
667
|
+
"@jimp/utils": "^0.22.8",
|
|
668
668
|
"load-bmfont": "^1.4.1"
|
|
669
669
|
},
|
|
670
670
|
"peerDependencies": {
|
|
@@ -673,20 +673,20 @@
|
|
|
673
673
|
}
|
|
674
674
|
},
|
|
675
675
|
"node_modules/@jimp/plugin-resize": {
|
|
676
|
-
"version": "0.22.
|
|
676
|
+
"version": "0.22.8",
|
|
677
677
|
"license": "MIT",
|
|
678
678
|
"dependencies": {
|
|
679
|
-
"@jimp/utils": "^0.22.
|
|
679
|
+
"@jimp/utils": "^0.22.8"
|
|
680
680
|
},
|
|
681
681
|
"peerDependencies": {
|
|
682
682
|
"@jimp/custom": ">=0.3.5"
|
|
683
683
|
}
|
|
684
684
|
},
|
|
685
685
|
"node_modules/@jimp/plugin-rotate": {
|
|
686
|
-
"version": "0.22.
|
|
686
|
+
"version": "0.22.8",
|
|
687
687
|
"license": "MIT",
|
|
688
688
|
"dependencies": {
|
|
689
|
-
"@jimp/utils": "^0.22.
|
|
689
|
+
"@jimp/utils": "^0.22.8"
|
|
690
690
|
},
|
|
691
691
|
"peerDependencies": {
|
|
692
692
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -696,10 +696,10 @@
|
|
|
696
696
|
}
|
|
697
697
|
},
|
|
698
698
|
"node_modules/@jimp/plugin-scale": {
|
|
699
|
-
"version": "0.22.
|
|
699
|
+
"version": "0.22.8",
|
|
700
700
|
"license": "MIT",
|
|
701
701
|
"dependencies": {
|
|
702
|
-
"@jimp/utils": "^0.22.
|
|
702
|
+
"@jimp/utils": "^0.22.8"
|
|
703
703
|
},
|
|
704
704
|
"peerDependencies": {
|
|
705
705
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -707,10 +707,10 @@
|
|
|
707
707
|
}
|
|
708
708
|
},
|
|
709
709
|
"node_modules/@jimp/plugin-shadow": {
|
|
710
|
-
"version": "0.22.
|
|
710
|
+
"version": "0.22.8",
|
|
711
711
|
"license": "MIT",
|
|
712
712
|
"dependencies": {
|
|
713
|
-
"@jimp/utils": "^0.22.
|
|
713
|
+
"@jimp/utils": "^0.22.8"
|
|
714
714
|
},
|
|
715
715
|
"peerDependencies": {
|
|
716
716
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -719,10 +719,10 @@
|
|
|
719
719
|
}
|
|
720
720
|
},
|
|
721
721
|
"node_modules/@jimp/plugin-threshold": {
|
|
722
|
-
"version": "0.22.
|
|
722
|
+
"version": "0.22.8",
|
|
723
723
|
"license": "MIT",
|
|
724
724
|
"dependencies": {
|
|
725
|
-
"@jimp/utils": "^0.22.
|
|
725
|
+
"@jimp/utils": "^0.22.8"
|
|
726
726
|
},
|
|
727
727
|
"peerDependencies": {
|
|
728
728
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -731,30 +731,30 @@
|
|
|
731
731
|
}
|
|
732
732
|
},
|
|
733
733
|
"node_modules/@jimp/plugins": {
|
|
734
|
-
"version": "0.22.
|
|
735
|
-
"license": "MIT",
|
|
736
|
-
"dependencies": {
|
|
737
|
-
"@jimp/plugin-blit": "^0.22.
|
|
738
|
-
"@jimp/plugin-blur": "^0.22.
|
|
739
|
-
"@jimp/plugin-circle": "^0.22.
|
|
740
|
-
"@jimp/plugin-color": "^0.22.
|
|
741
|
-
"@jimp/plugin-contain": "^0.22.
|
|
742
|
-
"@jimp/plugin-cover": "^0.22.
|
|
743
|
-
"@jimp/plugin-crop": "^0.22.
|
|
744
|
-
"@jimp/plugin-displace": "^0.22.
|
|
745
|
-
"@jimp/plugin-dither": "^0.22.
|
|
746
|
-
"@jimp/plugin-fisheye": "^0.22.
|
|
747
|
-
"@jimp/plugin-flip": "^0.22.
|
|
748
|
-
"@jimp/plugin-gaussian": "^0.22.
|
|
749
|
-
"@jimp/plugin-invert": "^0.22.
|
|
750
|
-
"@jimp/plugin-mask": "^0.22.
|
|
751
|
-
"@jimp/plugin-normalize": "^0.22.
|
|
752
|
-
"@jimp/plugin-print": "^0.22.
|
|
753
|
-
"@jimp/plugin-resize": "^0.22.
|
|
754
|
-
"@jimp/plugin-rotate": "^0.22.
|
|
755
|
-
"@jimp/plugin-scale": "^0.22.
|
|
756
|
-
"@jimp/plugin-shadow": "^0.22.
|
|
757
|
-
"@jimp/plugin-threshold": "^0.22.
|
|
734
|
+
"version": "0.22.8",
|
|
735
|
+
"license": "MIT",
|
|
736
|
+
"dependencies": {
|
|
737
|
+
"@jimp/plugin-blit": "^0.22.8",
|
|
738
|
+
"@jimp/plugin-blur": "^0.22.8",
|
|
739
|
+
"@jimp/plugin-circle": "^0.22.8",
|
|
740
|
+
"@jimp/plugin-color": "^0.22.8",
|
|
741
|
+
"@jimp/plugin-contain": "^0.22.8",
|
|
742
|
+
"@jimp/plugin-cover": "^0.22.8",
|
|
743
|
+
"@jimp/plugin-crop": "^0.22.8",
|
|
744
|
+
"@jimp/plugin-displace": "^0.22.8",
|
|
745
|
+
"@jimp/plugin-dither": "^0.22.8",
|
|
746
|
+
"@jimp/plugin-fisheye": "^0.22.8",
|
|
747
|
+
"@jimp/plugin-flip": "^0.22.8",
|
|
748
|
+
"@jimp/plugin-gaussian": "^0.22.8",
|
|
749
|
+
"@jimp/plugin-invert": "^0.22.8",
|
|
750
|
+
"@jimp/plugin-mask": "^0.22.8",
|
|
751
|
+
"@jimp/plugin-normalize": "^0.22.8",
|
|
752
|
+
"@jimp/plugin-print": "^0.22.8",
|
|
753
|
+
"@jimp/plugin-resize": "^0.22.8",
|
|
754
|
+
"@jimp/plugin-rotate": "^0.22.8",
|
|
755
|
+
"@jimp/plugin-scale": "^0.22.8",
|
|
756
|
+
"@jimp/plugin-shadow": "^0.22.8",
|
|
757
|
+
"@jimp/plugin-threshold": "^0.22.8",
|
|
758
758
|
"timm": "^1.6.1"
|
|
759
759
|
},
|
|
760
760
|
"peerDependencies": {
|
|
@@ -762,10 +762,10 @@
|
|
|
762
762
|
}
|
|
763
763
|
},
|
|
764
764
|
"node_modules/@jimp/png": {
|
|
765
|
-
"version": "0.22.
|
|
765
|
+
"version": "0.22.8",
|
|
766
766
|
"license": "MIT",
|
|
767
767
|
"dependencies": {
|
|
768
|
-
"@jimp/utils": "^0.22.
|
|
768
|
+
"@jimp/utils": "^0.22.8",
|
|
769
769
|
"pngjs": "^6.0.0"
|
|
770
770
|
},
|
|
771
771
|
"peerDependencies": {
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
}
|
|
781
781
|
},
|
|
782
782
|
"node_modules/@jimp/tiff": {
|
|
783
|
-
"version": "0.22.
|
|
783
|
+
"version": "0.22.8",
|
|
784
784
|
"license": "MIT",
|
|
785
785
|
"dependencies": {
|
|
786
786
|
"utif2": "^4.0.1"
|
|
@@ -790,14 +790,14 @@
|
|
|
790
790
|
}
|
|
791
791
|
},
|
|
792
792
|
"node_modules/@jimp/types": {
|
|
793
|
-
"version": "0.22.
|
|
793
|
+
"version": "0.22.8",
|
|
794
794
|
"license": "MIT",
|
|
795
795
|
"dependencies": {
|
|
796
|
-
"@jimp/bmp": "^0.22.
|
|
797
|
-
"@jimp/gif": "^0.22.
|
|
798
|
-
"@jimp/jpeg": "^0.22.
|
|
799
|
-
"@jimp/png": "^0.22.
|
|
800
|
-
"@jimp/tiff": "^0.22.
|
|
796
|
+
"@jimp/bmp": "^0.22.8",
|
|
797
|
+
"@jimp/gif": "^0.22.8",
|
|
798
|
+
"@jimp/jpeg": "^0.22.8",
|
|
799
|
+
"@jimp/png": "^0.22.8",
|
|
800
|
+
"@jimp/tiff": "^0.22.8",
|
|
801
801
|
"timm": "^1.6.1"
|
|
802
802
|
},
|
|
803
803
|
"peerDependencies": {
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
}
|
|
806
806
|
},
|
|
807
807
|
"node_modules/@jimp/utils": {
|
|
808
|
-
"version": "0.22.
|
|
808
|
+
"version": "0.22.8",
|
|
809
809
|
"license": "MIT",
|
|
810
810
|
"dependencies": {
|
|
811
811
|
"regenerator-runtime": "^0.13.3"
|
|
@@ -960,7 +960,7 @@
|
|
|
960
960
|
}
|
|
961
961
|
},
|
|
962
962
|
"node_modules/@types/express-serve-static-core": {
|
|
963
|
-
"version": "4.17.
|
|
963
|
+
"version": "4.17.35",
|
|
964
964
|
"license": "MIT",
|
|
965
965
|
"dependencies": {
|
|
966
966
|
"@types/node": "*",
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
}
|
|
1036
1036
|
},
|
|
1037
1037
|
"node_modules/@types/node": {
|
|
1038
|
-
"version": "20.
|
|
1038
|
+
"version": "20.1.5",
|
|
1039
1039
|
"license": "MIT"
|
|
1040
1040
|
},
|
|
1041
1041
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
}
|
|
1279
1279
|
},
|
|
1280
1280
|
"node_modules/appium-android-driver": {
|
|
1281
|
-
"version": "5.12.
|
|
1281
|
+
"version": "5.12.1",
|
|
1282
1282
|
"license": "Apache-2.0",
|
|
1283
1283
|
"dependencies": {
|
|
1284
1284
|
"@babel/runtime": "^7.0.0",
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
}
|
|
1469
1469
|
},
|
|
1470
1470
|
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
1471
|
-
"version": "4.
|
|
1471
|
+
"version": "4.4.0",
|
|
1472
1472
|
"license": "MIT",
|
|
1473
1473
|
"dependencies": {
|
|
1474
1474
|
"abort-controller": "^3.0.0",
|
|
@@ -2489,7 +2489,7 @@
|
|
|
2489
2489
|
}
|
|
2490
2490
|
},
|
|
2491
2491
|
"node_modules/gauge/node_modules/signal-exit": {
|
|
2492
|
-
"version": "4.0.
|
|
2492
|
+
"version": "4.0.2",
|
|
2493
2493
|
"license": "ISC",
|
|
2494
2494
|
"engines": {
|
|
2495
2495
|
"node": ">=14"
|
|
@@ -2519,11 +2519,12 @@
|
|
|
2519
2519
|
}
|
|
2520
2520
|
},
|
|
2521
2521
|
"node_modules/get-intrinsic": {
|
|
2522
|
-
"version": "1.2.
|
|
2522
|
+
"version": "1.2.1",
|
|
2523
2523
|
"license": "MIT",
|
|
2524
2524
|
"dependencies": {
|
|
2525
2525
|
"function-bind": "^1.1.1",
|
|
2526
2526
|
"has": "^1.0.3",
|
|
2527
|
+
"has-proto": "^1.0.1",
|
|
2527
2528
|
"has-symbols": "^1.0.3"
|
|
2528
2529
|
},
|
|
2529
2530
|
"funding": {
|
|
@@ -2635,6 +2636,16 @@
|
|
|
2635
2636
|
"node": ">=8"
|
|
2636
2637
|
}
|
|
2637
2638
|
},
|
|
2639
|
+
"node_modules/has-proto": {
|
|
2640
|
+
"version": "1.0.1",
|
|
2641
|
+
"license": "MIT",
|
|
2642
|
+
"engines": {
|
|
2643
|
+
"node": ">= 0.4"
|
|
2644
|
+
},
|
|
2645
|
+
"funding": {
|
|
2646
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2638
2649
|
"node_modules/has-symbols": {
|
|
2639
2650
|
"version": "1.0.3",
|
|
2640
2651
|
"license": "MIT",
|
|
@@ -3374,7 +3385,7 @@
|
|
|
3374
3385
|
"license": "MIT"
|
|
3375
3386
|
},
|
|
3376
3387
|
"node_modules/node-fetch": {
|
|
3377
|
-
"version": "2.6.
|
|
3388
|
+
"version": "2.6.11",
|
|
3378
3389
|
"license": "MIT",
|
|
3379
3390
|
"dependencies": {
|
|
3380
3391
|
"whatwg-url": "^5.0.0"
|
|
@@ -4263,7 +4274,7 @@
|
|
|
4263
4274
|
}
|
|
4264
4275
|
},
|
|
4265
4276
|
"node_modules/sharp/node_modules/semver": {
|
|
4266
|
-
"version": "7.5.
|
|
4277
|
+
"version": "7.5.1",
|
|
4267
4278
|
"license": "ISC",
|
|
4268
4279
|
"dependencies": {
|
|
4269
4280
|
"lru-cache": "^6.0.0"
|
|
@@ -4829,7 +4840,7 @@
|
|
|
4829
4840
|
"license": "WTFPL"
|
|
4830
4841
|
},
|
|
4831
4842
|
"node_modules/utif2": {
|
|
4832
|
-
"version": "4.0
|
|
4843
|
+
"version": "4.1.0",
|
|
4833
4844
|
"license": "MIT",
|
|
4834
4845
|
"dependencies": {
|
|
4835
4846
|
"pako": "^1.0.11"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.24.
|
|
10
|
+
"version": "2.24.1",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"appium-adb": "^9.11.0",
|
|
61
|
-
"appium-android-driver": "^5.12.
|
|
61
|
+
"appium-android-driver": "^5.12.1",
|
|
62
62
|
"appium-chromedriver": "^5.3.1",
|
|
63
63
|
"appium-uiautomator2-server": "^5.7.2",
|
|
64
64
|
"asyncbox": "^2.3.1",
|