appium-xcuitest-driver 10.0.1 → 10.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [10.0.3](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.2...v10.0.3) (2025-08-27)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * bump appium-ios-remotexpc to publish with latest ([#2616](https://github.com/appium/appium-xcuitest-driver/issues/2616)) ([67487f5](https://github.com/appium/appium-xcuitest-driver/commit/67487f50a65a17f9ccebe01091441dfdcf95ff32))
6
+
7
+ ## [10.0.2](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.1...v10.0.2) (2025-08-24)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** bump lru-cache from 10.4.3 to 11.1.0 ([#2539](https://github.com/appium/appium-xcuitest-driver/issues/2539)) ([ed46fbd](https://github.com/appium/appium-xcuitest-driver/commit/ed46fbdc975c08998cd41689f8b886cf3158561e))
12
+
1
13
  ## [10.0.1](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.0...v10.0.1) (2025-08-23)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "10.0.1",
3
+ "version": "10.0.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "10.0.1",
9
+ "version": "10.0.3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -23,7 +23,7 @@
23
23
  "css-selector-parser": "^3.0.0",
24
24
  "js2xmlparser2": "^0.x",
25
25
  "lodash": "^4.17.21",
26
- "lru-cache": "^10.0.0",
26
+ "lru-cache": "^11.1.0",
27
27
  "moment": "^2.29.4",
28
28
  "moment-timezone": "^0.x",
29
29
  "node-simctl": "^8.0.0",
@@ -69,7 +69,7 @@
69
69
  "npm": ">=10"
70
70
  },
71
71
  "optionalDependencies": {
72
- "appium-ios-remotexpc": "^0.x"
72
+ "appium-ios-remotexpc": "^0.3"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "appium": "^3.0.0-rc.2"
@@ -109,15 +109,6 @@
109
109
  "spdy": "4.0.2"
110
110
  }
111
111
  },
112
- "node_modules/@appium/base-driver/node_modules/lru-cache": {
113
- "version": "11.1.0",
114
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
115
- "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
116
- "license": "ISC",
117
- "engines": {
118
- "node": "20 || >=22"
119
- }
120
- },
121
112
  "node_modules/@appium/docutils": {
122
113
  "version": "2.0.1",
123
114
  "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.0.1.tgz",
@@ -179,15 +170,6 @@
179
170
  "npm": ">=10"
180
171
  }
181
172
  },
182
- "node_modules/@appium/logger/node_modules/lru-cache": {
183
- "version": "11.1.0",
184
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
185
- "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
186
- "license": "ISC",
187
- "engines": {
188
- "node": "20 || >=22"
189
- }
190
- },
191
173
  "node_modules/@appium/schema": {
192
174
  "version": "1.0.0",
193
175
  "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0.tgz",
@@ -354,16 +336,6 @@
354
336
  "kuler": "^2.0.0"
355
337
  }
356
338
  },
357
- "node_modules/@emnapi/runtime": {
358
- "version": "1.4.5",
359
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.5.tgz",
360
- "integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==",
361
- "extraneous": true,
362
- "license": "MIT",
363
- "dependencies": {
364
- "tslib": "^2.4.0"
365
- }
366
- },
367
339
  "node_modules/@isaacs/balanced-match": {
368
340
  "version": "4.0.1",
369
341
  "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
@@ -571,415 +543,22 @@
571
543
  }
572
544
  },
573
545
  "node_modules/appium-ios-remotexpc": {
574
- "version": "0.2.0",
575
- "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.2.0.tgz",
576
- "integrity": "sha512-jxVOg3O6o631L2ULyoH8Hsvuj4G6xGKRKLU5TINba4s3q36NxOLNRItTWguQXkRJXcy2fidDw7gmsKHl3bz7KA==",
546
+ "version": "0.3.0",
547
+ "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.3.0.tgz",
548
+ "integrity": "sha512-ML16r/5xqcb8GXqYWXuqEqX5QEOiCsaIck85pBMhM5zXymJG7EtGxGy5HBYOLwP0K8JXSvVsySXUNDQbNIz9RA==",
577
549
  "license": "Apache-2.0",
578
550
  "optional": true,
579
551
  "dependencies": {
580
- "@appium/strongbox": "^0.x",
581
- "@appium/support": "^6.1.0",
552
+ "@appium/strongbox": "^1.0.0-rc.1",
553
+ "@appium/support": "^7.0.0-rc.1",
582
554
  "@types/node": "^24.0.10",
583
555
  "@xmldom/xmldom": "^0.9.8",
584
556
  "appium-ios-tuntap": "^0.x",
585
557
  "npm-run-all2": "^7.0.2"
586
558
  },
587
559
  "engines": {
588
- "node": ">=20 <23"
589
- }
590
- },
591
- "node_modules/appium-ios-remotexpc/node_modules/@appium/logger": {
592
- "version": "1.7.1",
593
- "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.7.1.tgz",
594
- "integrity": "sha512-9C2o9X/lBEDBUnKfAi3mRo9oG7Z03nmISLwsGkWxIWjMAvBdJD0RRSJMekWVKzfXN3byrI1WlCXTITzN4LAoLw==",
595
- "license": "ISC",
596
- "optional": true,
597
- "dependencies": {
598
- "console-control-strings": "1.1.0",
599
- "lodash": "4.17.21",
600
- "lru-cache": "10.4.3",
601
- "set-blocking": "2.0.0"
602
- },
603
- "engines": {
604
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
605
- "npm": ">=8"
606
- }
607
- },
608
- "node_modules/appium-ios-remotexpc/node_modules/@appium/schema": {
609
- "version": "0.8.1",
610
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.8.1.tgz",
611
- "integrity": "sha512-3yzfQ/K7RMGnfYDgFG7JdCPsjjN3eS33n2SBeGJtd28mDtgO7EzcmtiUBQjbkxyu0Q7h8KOexiqndvgTCgHeGQ==",
612
- "license": "Apache-2.0",
613
- "optional": true,
614
- "dependencies": {
615
- "json-schema": "0.4.0",
616
- "source-map-support": "0.5.21"
617
- },
618
- "engines": {
619
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
620
- "npm": ">=8"
621
- }
622
- },
623
- "node_modules/appium-ios-remotexpc/node_modules/@appium/strongbox": {
624
- "version": "0.3.4",
625
- "resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-0.3.4.tgz",
626
- "integrity": "sha512-4igB38N4AWyvd1845UVkgUr45sntVKXjiNoYhA7H9pQnsnNNe3Fvd8Hkktv3m8TrGcrhNHgkUfzEFQ7nvAogzA==",
627
- "license": "Apache-2.0",
628
- "optional": true,
629
- "dependencies": {
630
- "env-paths": "2.2.1",
631
- "slugify": "1.6.6"
632
- },
633
- "engines": {
634
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
635
- "npm": ">=8"
636
- }
637
- },
638
- "node_modules/appium-ios-remotexpc/node_modules/@appium/support": {
639
- "version": "6.1.1",
640
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.1.1.tgz",
641
- "integrity": "sha512-kdv6zOCvVT93OeokEFqFN77yhgM8+u9qM7LMLooYd10/AOvI4jtrEy5B37FiaZYP3ONvvz8ohisU8/RA5FzDVQ==",
642
- "license": "Apache-2.0",
643
- "optional": true,
644
- "dependencies": {
645
- "@appium/logger": "^1.7.1",
646
- "@appium/tsconfig": "^0.3.5",
647
- "@appium/types": "^0.26.0",
648
- "@colors/colors": "1.6.0",
649
- "archiver": "7.0.1",
650
- "axios": "1.9.0",
651
- "base64-stream": "1.0.0",
652
- "bluebird": "3.7.2",
653
- "bplist-creator": "0.1.1",
654
- "bplist-parser": "0.3.2",
655
- "form-data": "4.0.2",
656
- "get-stream": "6.0.1",
657
- "glob": "10.4.5",
658
- "jsftp": "2.1.3",
659
- "klaw": "4.1.0",
660
- "lockfile": "1.0.4",
661
- "lodash": "4.17.21",
662
- "log-symbols": "4.1.0",
663
- "moment": "2.30.1",
664
- "mv": "2.1.1",
665
- "ncp": "2.0.0",
666
- "pkg-dir": "5.0.0",
667
- "plist": "3.1.0",
668
- "pluralize": "8.0.0",
669
- "read-pkg": "5.2.0",
670
- "resolve-from": "5.0.0",
671
- "sanitize-filename": "1.6.3",
672
- "semver": "7.7.2",
673
- "shell-quote": "1.8.2",
674
- "source-map-support": "0.5.21",
675
- "supports-color": "8.1.1",
676
- "teen_process": "2.3.2",
677
- "type-fest": "4.41.0",
678
- "uuid": "11.1.0",
679
- "which": "4.0.0",
680
- "yauzl": "3.2.0"
681
- },
682
- "engines": {
683
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
684
- "npm": ">=8"
685
- },
686
- "optionalDependencies": {
687
- "sharp": "0.34.2"
688
- }
689
- },
690
- "node_modules/appium-ios-remotexpc/node_modules/@appium/tsconfig": {
691
- "version": "0.3.5",
692
- "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.5.tgz",
693
- "integrity": "sha512-T8G5oe3is0Gn56PkeYjXracc0CS26L/obVuX7PHwEDcn1UKiJXFa2MYY73dRAWKJumAIIsJjssNUu6VttdWZWw==",
694
- "license": "Apache-2.0",
695
- "optional": true,
696
- "dependencies": {
697
- "@tsconfig/node14": "14.1.3"
698
- },
699
- "engines": {
700
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
701
- "npm": ">=8"
702
- }
703
- },
704
- "node_modules/appium-ios-remotexpc/node_modules/@appium/types": {
705
- "version": "0.26.0",
706
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.26.0.tgz",
707
- "integrity": "sha512-EO7r3H9cd1WePt/Gtb+TKBeWulSKjtNHAxD0llqqQ5hFwfNHWcmdObHL/d8jkyG53E/f54VeBcjD+uCARRqDqw==",
708
- "license": "Apache-2.0",
709
- "optional": true,
710
- "dependencies": {
711
- "@appium/logger": "^1.7.1",
712
- "@appium/schema": "^0.8.1",
713
- "@appium/tsconfig": "^0.3.5",
714
- "type-fest": "4.41.0"
715
- },
716
- "engines": {
717
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
718
- "npm": ">=8"
719
- }
720
- },
721
- "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-libvips-linux-x64": {
722
- "version": "1.1.0",
723
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.1.0.tgz",
724
- "integrity": "sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==",
725
- "cpu": [
726
- "x64"
727
- ],
728
- "license": "LGPL-3.0-or-later",
729
- "optional": true,
730
- "os": [
731
- "linux"
732
- ],
733
- "funding": {
734
- "url": "https://opencollective.com/libvips"
735
- }
736
- },
737
- "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-linux-x64": {
738
- "version": "0.34.2",
739
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.2.tgz",
740
- "integrity": "sha512-sD7J+h5nFLMMmOXYH4DD9UtSNBD05tWSSdWAcEyzqW8Cn5UxXvsHAxmxSesYUsTOBmUnjtxghKDl15EvfqLFbQ==",
741
- "cpu": [
742
- "x64"
743
- ],
744
- "license": "Apache-2.0",
745
- "optional": true,
746
- "os": [
747
- "linux"
748
- ],
749
- "engines": {
750
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
751
- },
752
- "funding": {
753
- "url": "https://opencollective.com/libvips"
754
- },
755
- "optionalDependencies": {
756
- "@img/sharp-libvips-linux-x64": "1.1.0"
757
- }
758
- },
759
- "node_modules/appium-ios-remotexpc/node_modules/@tsconfig/node14": {
760
- "version": "14.1.3",
761
- "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-14.1.3.tgz",
762
- "integrity": "sha512-ZC9/Kq2c0+4l8sDx/z3YQyP7+OSMTQr/xxJaSFHLGhGL0t9bPjuX1Zwmg3C2VB5KWGgI8MXMRShXRJroy4utGA==",
763
- "license": "MIT",
764
- "optional": true
765
- },
766
- "node_modules/appium-ios-remotexpc/node_modules/axios": {
767
- "version": "1.9.0",
768
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
769
- "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
770
- "license": "MIT",
771
- "optional": true,
772
- "dependencies": {
773
- "follow-redirects": "^1.15.6",
774
- "form-data": "^4.0.0",
775
- "proxy-from-env": "^1.1.0"
776
- }
777
- },
778
- "node_modules/appium-ios-remotexpc/node_modules/brace-expansion": {
779
- "version": "2.0.2",
780
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
781
- "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
782
- "license": "MIT",
783
- "optional": true,
784
- "dependencies": {
785
- "balanced-match": "^1.0.0"
786
- }
787
- },
788
- "node_modules/appium-ios-remotexpc/node_modules/form-data": {
789
- "version": "4.0.2",
790
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
791
- "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
792
- "license": "MIT",
793
- "optional": true,
794
- "dependencies": {
795
- "asynckit": "^0.4.0",
796
- "combined-stream": "^1.0.8",
797
- "es-set-tostringtag": "^2.1.0",
798
- "mime-types": "^2.1.12"
799
- },
800
- "engines": {
801
- "node": ">= 6"
802
- }
803
- },
804
- "node_modules/appium-ios-remotexpc/node_modules/glob": {
805
- "version": "10.4.5",
806
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
807
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
808
- "license": "ISC",
809
- "optional": true,
810
- "dependencies": {
811
- "foreground-child": "^3.1.0",
812
- "jackspeak": "^3.1.2",
813
- "minimatch": "^9.0.4",
814
- "minipass": "^7.1.2",
815
- "package-json-from-dist": "^1.0.0",
816
- "path-scurry": "^1.11.1"
817
- },
818
- "bin": {
819
- "glob": "dist/esm/bin.mjs"
820
- },
821
- "funding": {
822
- "url": "https://github.com/sponsors/isaacs"
823
- }
824
- },
825
- "node_modules/appium-ios-remotexpc/node_modules/jackspeak": {
826
- "version": "3.4.3",
827
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
828
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
829
- "license": "BlueOak-1.0.0",
830
- "optional": true,
831
- "dependencies": {
832
- "@isaacs/cliui": "^8.0.2"
833
- },
834
- "funding": {
835
- "url": "https://github.com/sponsors/isaacs"
836
- },
837
- "optionalDependencies": {
838
- "@pkgjs/parseargs": "^0.11.0"
839
- }
840
- },
841
- "node_modules/appium-ios-remotexpc/node_modules/mime-db": {
842
- "version": "1.52.0",
843
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
844
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
845
- "license": "MIT",
846
- "optional": true,
847
- "engines": {
848
- "node": ">= 0.6"
849
- }
850
- },
851
- "node_modules/appium-ios-remotexpc/node_modules/mime-types": {
852
- "version": "2.1.35",
853
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
854
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
855
- "license": "MIT",
856
- "optional": true,
857
- "dependencies": {
858
- "mime-db": "1.52.0"
859
- },
860
- "engines": {
861
- "node": ">= 0.6"
862
- }
863
- },
864
- "node_modules/appium-ios-remotexpc/node_modules/minimatch": {
865
- "version": "9.0.5",
866
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
867
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
868
- "license": "ISC",
869
- "optional": true,
870
- "dependencies": {
871
- "brace-expansion": "^2.0.1"
872
- },
873
- "engines": {
874
- "node": ">=16 || 14 >=14.17"
875
- },
876
- "funding": {
877
- "url": "https://github.com/sponsors/isaacs"
878
- }
879
- },
880
- "node_modules/appium-ios-remotexpc/node_modules/path-scurry": {
881
- "version": "1.11.1",
882
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
883
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
884
- "license": "BlueOak-1.0.0",
885
- "optional": true,
886
- "dependencies": {
887
- "lru-cache": "^10.2.0",
888
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
889
- },
890
- "engines": {
891
- "node": ">=16 || 14 >=14.18"
892
- },
893
- "funding": {
894
- "url": "https://github.com/sponsors/isaacs"
895
- }
896
- },
897
- "node_modules/appium-ios-remotexpc/node_modules/sharp": {
898
- "version": "0.34.2",
899
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.2.tgz",
900
- "integrity": "sha512-lszvBmB9QURERtyKT2bNmsgxXK0ShJrL/fvqlonCo7e6xBF8nT8xU6pW+PMIbLsz0RxQk3rgH9kd8UmvOzlMJg==",
901
- "hasInstallScript": true,
902
- "license": "Apache-2.0",
903
- "optional": true,
904
- "dependencies": {
905
- "color": "^4.2.3",
906
- "detect-libc": "^2.0.4",
907
- "semver": "^7.7.2"
908
- },
909
- "engines": {
910
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
911
- },
912
- "funding": {
913
- "url": "https://opencollective.com/libvips"
914
- },
915
- "optionalDependencies": {
916
- "@img/sharp-darwin-arm64": "0.34.2",
917
- "@img/sharp-darwin-x64": "0.34.2",
918
- "@img/sharp-libvips-darwin-arm64": "1.1.0",
919
- "@img/sharp-libvips-darwin-x64": "1.1.0",
920
- "@img/sharp-libvips-linux-arm": "1.1.0",
921
- "@img/sharp-libvips-linux-arm64": "1.1.0",
922
- "@img/sharp-libvips-linux-ppc64": "1.1.0",
923
- "@img/sharp-libvips-linux-s390x": "1.1.0",
924
- "@img/sharp-libvips-linux-x64": "1.1.0",
925
- "@img/sharp-libvips-linuxmusl-arm64": "1.1.0",
926
- "@img/sharp-libvips-linuxmusl-x64": "1.1.0",
927
- "@img/sharp-linux-arm": "0.34.2",
928
- "@img/sharp-linux-arm64": "0.34.2",
929
- "@img/sharp-linux-s390x": "0.34.2",
930
- "@img/sharp-linux-x64": "0.34.2",
931
- "@img/sharp-linuxmusl-arm64": "0.34.2",
932
- "@img/sharp-linuxmusl-x64": "0.34.2",
933
- "@img/sharp-wasm32": "0.34.2",
934
- "@img/sharp-win32-arm64": "0.34.2",
935
- "@img/sharp-win32-ia32": "0.34.2",
936
- "@img/sharp-win32-x64": "0.34.2"
937
- }
938
- },
939
- "node_modules/appium-ios-remotexpc/node_modules/shell-quote": {
940
- "version": "1.8.2",
941
- "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
942
- "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
943
- "license": "MIT",
944
- "optional": true,
945
- "engines": {
946
- "node": ">= 0.4"
947
- },
948
- "funding": {
949
- "url": "https://github.com/sponsors/ljharb"
950
- }
951
- },
952
- "node_modules/appium-ios-remotexpc/node_modules/teen_process": {
953
- "version": "2.3.2",
954
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.2.tgz",
955
- "integrity": "sha512-eiYtJbYrMz5WbZL68u05qCgLMShPZhYKVewZFoyT6C2xvNdMfikCP7Nh0K3Phiy+H4bMZ8q5GtJROFcoYwQJmQ==",
956
- "license": "Apache-2.0",
957
- "optional": true,
958
- "dependencies": {
959
- "bluebird": "^3.7.2",
960
- "lodash": "^4.17.21",
961
- "shell-quote": "^1.8.1",
962
- "source-map-support": "^0.x"
963
- },
964
- "engines": {
965
- "node": "^16.13.0 || >=18.0.0",
966
- "npm": ">=8"
967
- }
968
- },
969
- "node_modules/appium-ios-remotexpc/node_modules/which": {
970
- "version": "4.0.0",
971
- "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
972
- "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
973
- "license": "ISC",
974
- "optional": true,
975
- "dependencies": {
976
- "isexe": "^3.1.1"
977
- },
978
- "bin": {
979
- "node-which": "bin/which.js"
980
- },
981
- "engines": {
982
- "node": "^16.13.0 || >=18.0.0"
560
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
561
+ "npm": ">=10"
983
562
  }
984
563
  },
985
564
  "node_modules/appium-ios-simulator": {
@@ -1023,9 +602,9 @@
1023
602
  }
1024
603
  },
1025
604
  "node_modules/appium-remote-debugger": {
1026
- "version": "14.0.1",
1027
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-14.0.1.tgz",
1028
- "integrity": "sha512-FQ55GFx3E9Ezqd+bamzwNtyE+Awag2Dv2SRKurMTy0pRPB/ihNm5D1ZJI63U+X/BEwDDTN8eGJBmOrTXYJybnA==",
605
+ "version": "14.0.2",
606
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-14.0.2.tgz",
607
+ "integrity": "sha512-/8DnPc60cp40lmrgcIhF6ixa/Pp2/OjpfQoBynCWwesZxAZ8A5ZeK8WZ3gOgLqukzI7cAN0Gs/zpQAMAkEiCog==",
1029
608
  "license": "Apache-2.0",
1030
609
  "dependencies": {
1031
610
  "@appium/base-driver": "^10.0.0-rc.1",
@@ -1168,6 +747,12 @@
1168
747
  "@pkgjs/parseargs": "^0.11.0"
1169
748
  }
1170
749
  },
750
+ "node_modules/archiver-utils/node_modules/lru-cache": {
751
+ "version": "10.4.3",
752
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
753
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
754
+ "license": "ISC"
755
+ },
1171
756
  "node_modules/archiver-utils/node_modules/minimatch": {
1172
757
  "version": "9.0.5",
1173
758
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -1368,17 +953,6 @@
1368
953
  "node": ">= 5.10.0"
1369
954
  }
1370
955
  },
1371
- "node_modules/brace-expansion": {
1372
- "version": "1.1.12",
1373
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
1374
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1375
- "devOptional": true,
1376
- "license": "MIT",
1377
- "dependencies": {
1378
- "balanced-match": "^1.0.0",
1379
- "concat-map": "0.0.1"
1380
- }
1381
- },
1382
956
  "node_modules/buffer-crc32": {
1383
957
  "version": "1.0.0",
1384
958
  "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
@@ -1631,13 +1205,6 @@
1631
1205
  "node": ">= 14"
1632
1206
  }
1633
1207
  },
1634
- "node_modules/concat-map": {
1635
- "version": "0.0.1",
1636
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
1637
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
1638
- "devOptional": true,
1639
- "license": "MIT"
1640
- },
1641
1208
  "node_modules/consola": {
1642
1209
  "version": "3.4.2",
1643
1210
  "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
@@ -2552,18 +2119,6 @@
2552
2119
  ],
2553
2120
  "license": "BSD-3-Clause"
2554
2121
  },
2555
- "node_modules/inflight": {
2556
- "version": "1.0.6",
2557
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
2558
- "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
2559
- "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
2560
- "license": "ISC",
2561
- "optional": true,
2562
- "dependencies": {
2563
- "once": "^1.3.0",
2564
- "wrappy": "1"
2565
- }
2566
- },
2567
2122
  "node_modules/inherits": {
2568
2123
  "version": "2.0.4",
2569
2124
  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
@@ -2877,10 +2432,13 @@
2877
2432
  }
2878
2433
  },
2879
2434
  "node_modules/lru-cache": {
2880
- "version": "10.4.3",
2881
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
2882
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
2883
- "license": "ISC"
2435
+ "version": "11.1.0",
2436
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
2437
+ "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
2438
+ "license": "ISC",
2439
+ "engines": {
2440
+ "node": "20 || >=22"
2441
+ }
2884
2442
  },
2885
2443
  "node_modules/math-intrinsics": {
2886
2444
  "version": "1.1.0",
@@ -2998,29 +2556,6 @@
2998
2556
  "license": "ISC",
2999
2557
  "optional": true
3000
2558
  },
3001
- "node_modules/minimatch": {
3002
- "version": "3.1.2",
3003
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3004
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3005
- "devOptional": true,
3006
- "license": "ISC",
3007
- "dependencies": {
3008
- "brace-expansion": "^1.1.7"
3009
- },
3010
- "engines": {
3011
- "node": "*"
3012
- }
3013
- },
3014
- "node_modules/minimist": {
3015
- "version": "1.2.8",
3016
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
3017
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
3018
- "devOptional": true,
3019
- "license": "MIT",
3020
- "funding": {
3021
- "url": "https://github.com/sponsors/ljharb"
3022
- }
3023
- },
3024
2559
  "node_modules/minipass": {
3025
2560
  "version": "7.1.2",
3026
2561
  "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
@@ -3100,66 +2635,6 @@
3100
2635
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3101
2636
  "license": "MIT"
3102
2637
  },
3103
- "node_modules/mv": {
3104
- "version": "2.1.1",
3105
- "resolved": "https://registry.npmjs.org/mv/-/mv-2.1.1.tgz",
3106
- "integrity": "sha512-at/ZndSy3xEGJ8i0ygALh8ru9qy7gWW1cmkaqBN29JmMlIvM//MEO9y1sk/avxuwnPcfhkejkLsuPxH81BrkSg==",
3107
- "license": "MIT",
3108
- "optional": true,
3109
- "dependencies": {
3110
- "mkdirp": "~0.5.1",
3111
- "ncp": "~2.0.0",
3112
- "rimraf": "~2.4.0"
3113
- },
3114
- "engines": {
3115
- "node": ">=0.8.0"
3116
- }
3117
- },
3118
- "node_modules/mv/node_modules/glob": {
3119
- "version": "6.0.4",
3120
- "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
3121
- "integrity": "sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==",
3122
- "deprecated": "Glob versions prior to v9 are no longer supported",
3123
- "license": "ISC",
3124
- "optional": true,
3125
- "dependencies": {
3126
- "inflight": "^1.0.4",
3127
- "inherits": "2",
3128
- "minimatch": "2 || 3",
3129
- "once": "^1.3.0",
3130
- "path-is-absolute": "^1.0.0"
3131
- },
3132
- "engines": {
3133
- "node": "*"
3134
- }
3135
- },
3136
- "node_modules/mv/node_modules/mkdirp": {
3137
- "version": "0.5.6",
3138
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
3139
- "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
3140
- "license": "MIT",
3141
- "optional": true,
3142
- "dependencies": {
3143
- "minimist": "^1.2.6"
3144
- },
3145
- "bin": {
3146
- "mkdirp": "bin/cmd.js"
3147
- }
3148
- },
3149
- "node_modules/mv/node_modules/rimraf": {
3150
- "version": "2.4.5",
3151
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz",
3152
- "integrity": "sha512-J5xnxTyqaiw06JjMftq7L9ouA448dw/E7dKghkP9WpKNuwmARNNg+Gk8/u5ryb9N/Yo2+z3MCwuqFK/+qPOPfQ==",
3153
- "deprecated": "Rimraf versions prior to v4 are no longer supported",
3154
- "license": "ISC",
3155
- "optional": true,
3156
- "dependencies": {
3157
- "glob": "^6.0.1"
3158
- },
3159
- "bin": {
3160
- "rimraf": "bin.js"
3161
- }
3162
- },
3163
2638
  "node_modules/ncp": {
3164
2639
  "version": "2.0.0",
3165
2640
  "resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
@@ -3476,16 +2951,6 @@
3476
2951
  "node": ">=8"
3477
2952
  }
3478
2953
  },
3479
- "node_modules/path-is-absolute": {
3480
- "version": "1.0.1",
3481
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
3482
- "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
3483
- "license": "MIT",
3484
- "optional": true,
3485
- "engines": {
3486
- "node": ">=0.10.0"
3487
- }
3488
- },
3489
2954
  "node_modules/path-key": {
3490
2955
  "version": "3.1.1",
3491
2956
  "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -3517,15 +2982,6 @@
3517
2982
  "url": "https://github.com/sponsors/isaacs"
3518
2983
  }
3519
2984
  },
3520
- "node_modules/path-scurry/node_modules/lru-cache": {
3521
- "version": "11.1.0",
3522
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
3523
- "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
3524
- "license": "ISC",
3525
- "engines": {
3526
- "node": "20 || >=22"
3527
- }
3528
- },
3529
2985
  "node_modules/path-to-regexp": {
3530
2986
  "version": "8.2.0",
3531
2987
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
@@ -4542,13 +3998,6 @@
4542
3998
  "utf8-byte-length": "^1.0.1"
4543
3999
  }
4544
4000
  },
4545
- "node_modules/tslib": {
4546
- "version": "2.8.1",
4547
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
4548
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4549
- "extraneous": true,
4550
- "license": "0BSD"
4551
- },
4552
4001
  "node_modules/type-fest": {
4553
4002
  "version": "4.41.0",
4554
4003
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "10.0.1",
11
+ "version": "10.0.3",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -92,7 +92,7 @@
92
92
  "css-selector-parser": "^3.0.0",
93
93
  "js2xmlparser2": "^0.x",
94
94
  "lodash": "^4.17.21",
95
- "lru-cache": "^10.0.0",
95
+ "lru-cache": "^11.1.0",
96
96
  "moment": "^2.29.4",
97
97
  "moment-timezone": "^0.x",
98
98
  "node-simctl": "^8.0.0",
@@ -104,7 +104,7 @@
104
104
  "ws": "^8.13.0"
105
105
  },
106
106
  "optionalDependencies": {
107
- "appium-ios-remotexpc": "^0.x"
107
+ "appium-ios-remotexpc": "^0.3"
108
108
  },
109
109
  "scripts": {
110
110
  "build": "tsc -b",