appium-xcuitest-driver 10.4.3 → 10.5.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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## [10.5.1](https://github.com/appium/appium-xcuitest-driver/compare/v10.5.0...v10.5.1) (2025-11-15)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * publish via trusted publisher ([#2653](https://github.com/appium/appium-xcuitest-driver/issues/2653)) ([7c208a1](https://github.com/appium/appium-xcuitest-driver/commit/7c208a14525b46b19c08ae05d6e8ae4e6efd7421))
6
+
7
+ ## [10.5.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.4.3...v10.5.0) (2025-11-11)
8
+
9
+ ### Features
10
+
11
+ * Bump appium-remote-debugger for iOS 26.2 beta webview ([#2652](https://github.com/appium/appium-xcuitest-driver/issues/2652)) ([20c5591](https://github.com/appium/appium-xcuitest-driver/commit/20c55917cc35faf287e49fd2f6a321af4e7e2215))
12
+
1
13
  ## [10.4.3](https://github.com/appium/appium-xcuitest-driver/compare/v10.4.2...v10.4.3) (2025-11-03)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "10.4.3",
3
+ "version": "10.5.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "10.4.3",
9
+ "version": "10.5.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -14,7 +14,7 @@
14
14
  "appium-idb": "^2.0.0",
15
15
  "appium-ios-device": "^3.0.0",
16
16
  "appium-ios-simulator": "^7.0.0",
17
- "appium-remote-debugger": "^15.0.3",
17
+ "appium-remote-debugger": "^15.2.0",
18
18
  "appium-webdriveragent": "^10.2.1",
19
19
  "appium-xcode": "^6.0.2",
20
20
  "async-lock": "^1.4.0",
@@ -58,7 +58,7 @@
58
58
  "mocha-multi-reporters": "^1.5.1",
59
59
  "pem": "^1.14.8",
60
60
  "prettier": "^3.0.0",
61
- "semantic-release": "^25.0.0",
61
+ "semantic-release": "^25.0.2",
62
62
  "sharp": "^0.x",
63
63
  "sinon": "^21.0.0",
64
64
  "ts-node": "^10.9.1",
@@ -77,17 +77,17 @@
77
77
  }
78
78
  },
79
79
  "node_modules/@appium/base-driver": {
80
- "version": "10.1.0",
81
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.0.tgz",
82
- "integrity": "sha512-5xBeoBUZSN/YjONGqj4u1jy0pxymset3gXiRkfYWnricdvcQ5t5tY9jzzgzuo78dzlFvFhE3YoHMDAyDJ++ibw==",
80
+ "version": "10.1.1",
81
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.1.tgz",
82
+ "integrity": "sha512-7I6SxkqkUojD+LzasixT+G6HEZs1a4sRMbeqwkSPCwf7WlvV0WctFFWNmjDrk+XVVqctafXLrqrDWpfGouw4bQ==",
83
83
  "license": "Apache-2.0",
84
84
  "dependencies": {
85
- "@appium/support": "^7.0.2",
86
- "@appium/types": "^1.1.0",
85
+ "@appium/support": "^7.0.3",
86
+ "@appium/types": "^1.1.1",
87
87
  "@colors/colors": "1.6.0",
88
88
  "async-lock": "1.4.1",
89
89
  "asyncbox": "3.0.0",
90
- "axios": "1.12.2",
90
+ "axios": "1.13.2",
91
91
  "bluebird": "3.7.2",
92
92
  "body-parser": "2.2.0",
93
93
  "express": "5.1.0",
@@ -100,7 +100,7 @@
100
100
  "path-to-regexp": "8.3.0",
101
101
  "serve-favicon": "2.5.1",
102
102
  "source-map-support": "0.5.21",
103
- "type-fest": "5.0.1"
103
+ "type-fest": "5.2.0"
104
104
  },
105
105
  "engines": {
106
106
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -110,25 +110,14 @@
110
110
  "spdy": "4.0.2"
111
111
  }
112
112
  },
113
- "node_modules/@appium/base-driver/node_modules/axios": {
114
- "version": "1.12.2",
115
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
116
- "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
117
- "license": "MIT",
118
- "dependencies": {
119
- "follow-redirects": "^1.15.6",
120
- "form-data": "^4.0.4",
121
- "proxy-from-env": "^1.1.0"
122
- }
123
- },
124
113
  "node_modules/@appium/base-plugin": {
125
- "version": "3.0.3",
126
- "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.3.tgz",
127
- "integrity": "sha512-so4Erl9nNbAmNujQ4u9W4HfeCN8nbf824tlYzpDUTMSkt3FPhs7Wzf9pwa5nbRwufRNDU2CWxa4GMLrYip1ccg==",
114
+ "version": "3.0.4",
115
+ "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.4.tgz",
116
+ "integrity": "sha512-qpIkPT99EadfKQ2Jr8kHaY4uWeaRR77UVEbzjPTti4W82/nG9GCAWYJv2ORt3AY6PIGl1/Cp95tsOq9eatDQVA==",
128
117
  "license": "Apache-2.0",
129
118
  "dependencies": {
130
- "@appium/base-driver": "^10.1.0",
131
- "@appium/support": "^7.0.2"
119
+ "@appium/base-driver": "^10.1.1",
120
+ "@appium/support": "^7.0.3"
132
121
  },
133
122
  "engines": {
134
123
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -136,12 +125,12 @@
136
125
  }
137
126
  },
138
127
  "node_modules/@appium/docutils": {
139
- "version": "2.1.1",
140
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.1.tgz",
141
- "integrity": "sha512-8/w4rV3ztOr5lF3zmbKfoLsiNJu1JatbTcL5M2+9ki5kiCLh8Uecm6ulLtGjYwSYpYixKMpePa73HrbyKzQDxg==",
128
+ "version": "2.1.2",
129
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.2.tgz",
130
+ "integrity": "sha512-zJYdL0wWZfgE7uoCgcYCHmhgopehGAA6WEMc5fj4Sj81YdbVJsR3sqD3xj832GmbtP5FEoaFWi2xiHoovreA9w==",
142
131
  "license": "Apache-2.0",
143
132
  "dependencies": {
144
- "@appium/support": "^7.0.2",
133
+ "@appium/support": "^7.0.3",
145
134
  "chalk": "4.1.2",
146
135
  "consola": "3.4.2",
147
136
  "diff": "8.0.2",
@@ -150,8 +139,8 @@
150
139
  "pkg-dir": "5.0.0",
151
140
  "read-pkg": "5.2.0",
152
141
  "source-map-support": "0.5.21",
153
- "teen_process": "3.0.1",
154
- "type-fest": "5.0.1",
142
+ "teen_process": "3.0.2",
143
+ "type-fest": "5.2.0",
155
144
  "yaml": "2.8.1",
156
145
  "yargs": "18.0.0",
157
146
  "yargs-parser": "22.0.0"
@@ -165,9 +154,9 @@
165
154
  }
166
155
  },
167
156
  "node_modules/@appium/docutils/node_modules/teen_process": {
168
- "version": "3.0.1",
169
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
170
- "integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
157
+ "version": "3.0.2",
158
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
159
+ "integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
171
160
  "license": "Apache-2.0",
172
161
  "dependencies": {
173
162
  "bluebird": "^3.7.2",
@@ -225,17 +214,17 @@
225
214
  }
226
215
  },
227
216
  "node_modules/@appium/support": {
228
- "version": "7.0.2",
229
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.2.tgz",
230
- "integrity": "sha512-lfrcqUVZ/Q1UrYztiMKob4+YmfFSOVedQM0zvNOwvHm7O6vyP8bDRU4ikr1hFS1A0BE6CAGIGn1Hqg0RbDVRsA==",
217
+ "version": "7.0.3",
218
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.3.tgz",
219
+ "integrity": "sha512-r4vHjR+wQxg4DND9StWUM2GZvNO3+6ePVplBMKFU+HfKgxw07qjxf08CYMXvJb/YUMwhAhhbVRqzmGudNAk+bg==",
231
220
  "license": "Apache-2.0",
232
221
  "dependencies": {
233
222
  "@appium/logger": "^2.0.2",
234
223
  "@appium/tsconfig": "^1.1.0",
235
- "@appium/types": "^1.1.0",
224
+ "@appium/types": "^1.1.1",
236
225
  "@colors/colors": "1.6.0",
237
226
  "archiver": "7.0.1",
238
- "axios": "1.12.2",
227
+ "axios": "1.13.2",
239
228
  "base64-stream": "1.0.0",
240
229
  "bluebird": "3.7.2",
241
230
  "bplist-creator": "0.1.1",
@@ -260,8 +249,8 @@
260
249
  "shell-quote": "1.8.3",
261
250
  "source-map-support": "0.5.21",
262
251
  "supports-color": "8.1.1",
263
- "teen_process": "3.0.1",
264
- "type-fest": "5.0.1",
252
+ "teen_process": "3.0.2",
253
+ "type-fest": "5.2.0",
265
254
  "uuid": "13.0.0",
266
255
  "which": "5.0.0",
267
256
  "yauzl": "3.2.0"
@@ -271,24 +260,13 @@
271
260
  "npm": ">=10"
272
261
  },
273
262
  "optionalDependencies": {
274
- "sharp": "0.34.4"
275
- }
276
- },
277
- "node_modules/@appium/support/node_modules/axios": {
278
- "version": "1.12.2",
279
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
280
- "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
281
- "license": "MIT",
282
- "dependencies": {
283
- "follow-redirects": "^1.15.6",
284
- "form-data": "^4.0.4",
285
- "proxy-from-env": "^1.1.0"
263
+ "sharp": "0.34.5"
286
264
  }
287
265
  },
288
266
  "node_modules/@appium/support/node_modules/teen_process": {
289
- "version": "3.0.1",
290
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
291
- "integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
267
+ "version": "3.0.2",
268
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
269
+ "integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
292
270
  "license": "Apache-2.0",
293
271
  "dependencies": {
294
272
  "bluebird": "^3.7.2",
@@ -315,15 +293,15 @@
315
293
  }
316
294
  },
317
295
  "node_modules/@appium/types": {
318
- "version": "1.1.0",
319
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.0.tgz",
320
- "integrity": "sha512-yGmIw4P1RCX91cmAkdTDaZwpFXqPz9T2QrsbdMiGnz8DDYWkUpwn3rLZfy+VCefVO6Z8gRWOy49+lrXXGRl+iA==",
296
+ "version": "1.1.1",
297
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.1.tgz",
298
+ "integrity": "sha512-zYuCH/QmDfh1F8S3+vz0GUjtAjvpKQdb6H41bhVuK+ZOQbhNWI8f+UdKXoCSOrtVK7dQ2R9uYm8hriJYLjadJw==",
321
299
  "license": "Apache-2.0",
322
300
  "dependencies": {
323
301
  "@appium/logger": "^2.0.2",
324
302
  "@appium/schema": "^1.0.0",
325
303
  "@appium/tsconfig": "^1.1.0",
326
- "type-fest": "5.0.1"
304
+ "type-fest": "5.2.0"
327
305
  },
328
306
  "engines": {
329
307
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -582,26 +560,26 @@
582
560
  }
583
561
  },
584
562
  "node_modules/appium": {
585
- "version": "3.1.0",
586
- "resolved": "https://registry.npmjs.org/appium/-/appium-3.1.0.tgz",
587
- "integrity": "sha512-1j/Yr7KuqdPNPL6t6QxbBBntMGsTpp7bGrOz5hbnwFv6facOg1eApwrfQRFz5WPWrREF91AjiIIuQsfFMDZCZg==",
563
+ "version": "3.1.1",
564
+ "resolved": "https://registry.npmjs.org/appium/-/appium-3.1.1.tgz",
565
+ "integrity": "sha512-0XEpQ7kIAIMPHT4eZRuczfzZhh/X/n6+IGX7URSCSm67ppyPl0zZvS3ZzLHXdfBIPiQi4T00CT1Id/9Ni26wdQ==",
588
566
  "hasInstallScript": true,
589
567
  "license": "Apache-2.0",
590
568
  "dependencies": {
591
- "@appium/base-driver": "^10.1.0",
592
- "@appium/base-plugin": "^3.0.3",
593
- "@appium/docutils": "^2.1.1",
569
+ "@appium/base-driver": "^10.1.1",
570
+ "@appium/base-plugin": "^3.0.4",
571
+ "@appium/docutils": "^2.1.2",
594
572
  "@appium/logger": "^2.0.2",
595
573
  "@appium/schema": "^1.0.0",
596
- "@appium/support": "^7.0.2",
597
- "@appium/types": "^1.1.0",
574
+ "@appium/support": "^7.0.3",
575
+ "@appium/types": "^1.1.1",
598
576
  "@sidvind/better-ajv-errors": "4.0.0",
599
577
  "ajv": "8.17.1",
600
578
  "ajv-formats": "3.0.1",
601
579
  "argparse": "2.0.1",
602
580
  "async-lock": "1.4.1",
603
581
  "asyncbox": "3.0.0",
604
- "axios": "1.12.2",
582
+ "axios": "1.13.2",
605
583
  "bluebird": "3.7.2",
606
584
  "lilconfig": "3.1.3",
607
585
  "lodash": "4.17.21",
@@ -611,8 +589,8 @@
611
589
  "resolve-from": "5.0.0",
612
590
  "semver": "7.7.3",
613
591
  "source-map-support": "0.5.21",
614
- "teen_process": "3.0.1",
615
- "type-fest": "5.0.1",
592
+ "teen_process": "3.0.2",
593
+ "type-fest": "5.2.0",
616
594
  "winston": "3.18.3",
617
595
  "wrap-ansi": "7.0.0",
618
596
  "ws": "8.18.3",
@@ -627,9 +605,9 @@
627
605
  }
628
606
  },
629
607
  "node_modules/appium-idb": {
630
- "version": "2.0.2",
631
- "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.2.tgz",
632
- "integrity": "sha512-X/bFcBn5ui2tsp/t+vZQyFHzAvMvNuC05ruVAB7I0ONebfrYkUO5bmgwkOzVx+7to7tYOJOYQD6YuK7RBpGl3Q==",
608
+ "version": "2.0.3",
609
+ "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.3.tgz",
610
+ "integrity": "sha512-Fflf3j2qP9Y30Hi+z+i9JgpNQGzwMWNxTI5IziJXIZ0+q/ORdW0k8SLoSvtlqB0Ofdi6vdQT3LSLo8K8bPZE2A==",
633
611
  "license": "Apache-2.0",
634
612
  "dependencies": {
635
613
  "@appium/support": "^7.0.0-rc.1",
@@ -666,9 +644,9 @@
666
644
  }
667
645
  },
668
646
  "node_modules/appium-ios-remotexpc": {
669
- "version": "0.10.2",
670
- "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.10.2.tgz",
671
- "integrity": "sha512-i01bPrBeepb+JBj/Z+0Y+Kb10A3cjI09eWZ2DARGBfrmu1OjoicHJxK8RMPnww6oupfP6k+kS5Qjl1wjXTUX1w==",
647
+ "version": "0.13.1",
648
+ "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.13.1.tgz",
649
+ "integrity": "sha512-+mKtja+52ujBVD1bhh/DHjlsXfXBXO6Ifovx0iVeSb8ZivTcGwYnvUEl+/L8a+9HRDWJYhj1mVuh/e5/XIBrfQ==",
672
650
  "license": "Apache-2.0",
673
651
  "optional": true,
674
652
  "dependencies": {
@@ -686,9 +664,9 @@
686
664
  }
687
665
  },
688
666
  "node_modules/appium-ios-simulator": {
689
- "version": "7.0.2",
690
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.2.tgz",
691
- "integrity": "sha512-SdRfXkqMxBQeOyJEspIS3TW7bZ2Q4tX8EThODPhGh8CHwwpJ20TgWg/ciB98Fv9SzXL0LxTHYi6WOKuRqgsHVQ==",
667
+ "version": "7.0.3",
668
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.3.tgz",
669
+ "integrity": "sha512-IV791zR3J0Htsb4nBwlEnZee+OGwRWYhNz7xi29BXkd+QquQan/WPJFqAZZlVd1UkvctdQXvL9442x3bpSZDBw==",
692
670
  "license": "Apache-2.0",
693
671
  "dependencies": {
694
672
  "@appium/support": "^7.0.0-rc.1",
@@ -709,9 +687,9 @@
709
687
  }
710
688
  },
711
689
  "node_modules/appium-ios-tuntap": {
712
- "version": "0.1.1",
713
- "resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.1.1.tgz",
714
- "integrity": "sha512-mP6Afp41LD9uVK0ZRDIE42sG8iwk+rOFUuNR6ARBVKf/kPMs2s81xdRhqOLQdHwAe5nzrpL9jP0ARYGp+cNtMw==",
690
+ "version": "0.1.2",
691
+ "resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.1.2.tgz",
692
+ "integrity": "sha512-jrv1ov1Oo258YODYftmmgxDBD2Pz7Cd7w7h98blvHlOnddDlU7lL6D2gofKVVff01N0RmKnLiOwhQIp0wxxcTw==",
715
693
  "hasInstallScript": true,
716
694
  "license": "Apache-2.0",
717
695
  "optional": true,
@@ -726,9 +704,9 @@
726
704
  }
727
705
  },
728
706
  "node_modules/appium-remote-debugger": {
729
- "version": "15.1.1",
730
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.1.1.tgz",
731
- "integrity": "sha512-wXlUmhWRpXGWLVuWJ5/J4in5urudkL9qN9dL1AynApRln+DXcSR6TC3n+hCx4s5UI2900TcmP1LdPmoQKWbPTg==",
707
+ "version": "15.2.2",
708
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.2.tgz",
709
+ "integrity": "sha512-8iWHBXoQRiGunHAB/zbd15KBpYStNwleWc1+n2HsOFFzqQ7tRKAefGfbJE69tLx7ObBF5yVHiLbikdmKQvh8/A==",
732
710
  "license": "Apache-2.0",
733
711
  "dependencies": {
734
712
  "@appium/base-driver": "^10.0.0-rc.1",
@@ -772,9 +750,9 @@
772
750
  }
773
751
  },
774
752
  "node_modules/appium-xcode": {
775
- "version": "6.1.1",
776
- "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.1.tgz",
777
- "integrity": "sha512-izeVSpbetGaN26IZlLPW7/drf4VshtPArOlRcL0wiChCp2akev+6bvst9qw8qltLKLmNkHbPUInyT5wguxwP7Q==",
753
+ "version": "6.1.2",
754
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.2.tgz",
755
+ "integrity": "sha512-eOK1p1gZYXXggIwE471KZMd4ir+vg274s8FGVTGUmhY8qYV9kaiqVvVt81Hq5jj/W1xziZ+qOUEz4lHyp8jTPQ==",
778
756
  "license": "Apache-2.0",
779
757
  "dependencies": {
780
758
  "@appium/support": "^7.0.0-rc.1",
@@ -791,21 +769,10 @@
791
769
  "npm": ">=10"
792
770
  }
793
771
  },
794
- "node_modules/appium/node_modules/axios": {
795
- "version": "1.12.2",
796
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
797
- "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
798
- "license": "MIT",
799
- "dependencies": {
800
- "follow-redirects": "^1.15.6",
801
- "form-data": "^4.0.4",
802
- "proxy-from-env": "^1.1.0"
803
- }
804
- },
805
772
  "node_modules/appium/node_modules/teen_process": {
806
- "version": "3.0.1",
807
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
808
- "integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
773
+ "version": "3.0.2",
774
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
775
+ "integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
809
776
  "license": "Apache-2.0",
810
777
  "dependencies": {
811
778
  "bluebird": "^3.7.2",
@@ -974,9 +941,9 @@
974
941
  "license": "MIT"
975
942
  },
976
943
  "node_modules/axios": {
977
- "version": "1.13.1",
978
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz",
979
- "integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==",
944
+ "version": "1.13.2",
945
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
946
+ "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
980
947
  "license": "MIT",
981
948
  "dependencies": {
982
949
  "follow-redirects": "^1.15.6",
@@ -1005,9 +972,9 @@
1005
972
  "license": "MIT"
1006
973
  },
1007
974
  "node_modules/bare-events": {
1008
- "version": "2.8.1",
1009
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.1.tgz",
1010
- "integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
975
+ "version": "2.8.2",
976
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
977
+ "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
1011
978
  "license": "Apache-2.0",
1012
979
  "peerDependencies": {
1013
980
  "bare-abort-controller": "*"
@@ -1348,13 +1315,13 @@
1348
1315
  }
1349
1316
  },
1350
1317
  "node_modules/color": {
1351
- "version": "5.0.2",
1352
- "resolved": "https://registry.npmjs.org/color/-/color-5.0.2.tgz",
1353
- "integrity": "sha512-e2hz5BzbUPcYlIRHo8ieAhYgoajrJr+hWoceg6E345TPsATMUKqDgzt8fSXZJJbxfpiPzkWyphz8yn8At7q3fA==",
1318
+ "version": "5.0.3",
1319
+ "resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz",
1320
+ "integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==",
1354
1321
  "license": "MIT",
1355
1322
  "dependencies": {
1356
- "color-convert": "^3.0.1",
1357
- "color-string": "^2.0.0"
1323
+ "color-convert": "^3.1.3",
1324
+ "color-string": "^2.1.3"
1358
1325
  },
1359
1326
  "engines": {
1360
1327
  "node": ">=18"
@@ -1379,9 +1346,9 @@
1379
1346
  "license": "MIT"
1380
1347
  },
1381
1348
  "node_modules/color-string": {
1382
- "version": "2.1.2",
1383
- "resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.2.tgz",
1384
- "integrity": "sha512-RxmjYxbWemV9gKu4zPgiZagUxbH3RQpEIO77XoSSX0ivgABDZ+h8Zuash/EMFLTI4N9QgFPOJ6JQpPZKFxa+dA==",
1349
+ "version": "2.1.4",
1350
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz",
1351
+ "integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==",
1385
1352
  "license": "MIT",
1386
1353
  "dependencies": {
1387
1354
  "color-name": "^2.0.0"
@@ -1391,18 +1358,18 @@
1391
1358
  }
1392
1359
  },
1393
1360
  "node_modules/color-string/node_modules/color-name": {
1394
- "version": "2.0.2",
1395
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz",
1396
- "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==",
1361
+ "version": "2.1.0",
1362
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
1363
+ "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
1397
1364
  "license": "MIT",
1398
1365
  "engines": {
1399
1366
  "node": ">=12.20"
1400
1367
  }
1401
1368
  },
1402
1369
  "node_modules/color/node_modules/color-convert": {
1403
- "version": "3.1.2",
1404
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.2.tgz",
1405
- "integrity": "sha512-UNqkvCDXstVck3kdowtOTWROIJQwafjOfXSmddoDrXo4cewMKmusCeF22Q24zvjR8nwWib/3S/dfyzPItPEiJg==",
1370
+ "version": "3.1.3",
1371
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz",
1372
+ "integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==",
1406
1373
  "license": "MIT",
1407
1374
  "dependencies": {
1408
1375
  "color-name": "^2.0.0"
@@ -1412,9 +1379,9 @@
1412
1379
  }
1413
1380
  },
1414
1381
  "node_modules/color/node_modules/color-name": {
1415
- "version": "2.0.2",
1416
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz",
1417
- "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==",
1382
+ "version": "2.1.0",
1383
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
1384
+ "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
1418
1385
  "license": "MIT",
1419
1386
  "engines": {
1420
1387
  "node": ">=12.20"
@@ -2985,9 +2952,9 @@
2985
2952
  }
2986
2953
  },
2987
2954
  "node_modules/node-devicectl": {
2988
- "version": "1.1.0",
2989
- "resolved": "https://registry.npmjs.org/node-devicectl/-/node-devicectl-1.1.0.tgz",
2990
- "integrity": "sha512-dK+ZNyPchi+hTUmSKJv1YlcJ9czzVNWFd+/mzCtmU/xzum2DWOmPI09hhNuAqF/ZUR83pjh4S8iLfzxYsVLb9g==",
2955
+ "version": "1.1.1",
2956
+ "resolved": "https://registry.npmjs.org/node-devicectl/-/node-devicectl-1.1.1.tgz",
2957
+ "integrity": "sha512-jYEpLa6P6zBY6IHPfcGUi7TMkS3DrkJTXCgSuPXL/y5xYYkkp2Tojtu+oXtFHHAYk1ozTqzE55amInhSQDuZSQ==",
2991
2958
  "license": "Apache-2.0",
2992
2959
  "dependencies": {
2993
2960
  "@appium/logger": "^2.0.0-rc.1",
@@ -3354,9 +3321,9 @@
3354
3321
  "license": "MIT"
3355
3322
  },
3356
3323
  "node_modules/path-scurry": {
3357
- "version": "2.0.0",
3358
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
3359
- "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
3324
+ "version": "2.0.1",
3325
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz",
3326
+ "integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
3360
3327
  "license": "BlueOak-1.0.0",
3361
3328
  "dependencies": {
3362
3329
  "lru-cache": "^11.0.0",
@@ -3893,16 +3860,16 @@
3893
3860
  "license": "ISC"
3894
3861
  },
3895
3862
  "node_modules/sharp": {
3896
- "version": "0.34.4",
3897
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
3898
- "integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
3863
+ "version": "0.34.5",
3864
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
3865
+ "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
3899
3866
  "devOptional": true,
3900
3867
  "hasInstallScript": true,
3901
3868
  "license": "Apache-2.0",
3902
3869
  "dependencies": {
3903
3870
  "@img/colour": "^1.0.0",
3904
- "detect-libc": "^2.1.0",
3905
- "semver": "^7.7.2"
3871
+ "detect-libc": "^2.1.2",
3872
+ "semver": "^7.7.3"
3906
3873
  },
3907
3874
  "engines": {
3908
3875
  "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
@@ -3911,28 +3878,30 @@
3911
3878
  "url": "https://opencollective.com/libvips"
3912
3879
  },
3913
3880
  "optionalDependencies": {
3914
- "@img/sharp-darwin-arm64": "0.34.4",
3915
- "@img/sharp-darwin-x64": "0.34.4",
3916
- "@img/sharp-libvips-darwin-arm64": "1.2.3",
3917
- "@img/sharp-libvips-darwin-x64": "1.2.3",
3918
- "@img/sharp-libvips-linux-arm": "1.2.3",
3919
- "@img/sharp-libvips-linux-arm64": "1.2.3",
3920
- "@img/sharp-libvips-linux-ppc64": "1.2.3",
3921
- "@img/sharp-libvips-linux-s390x": "1.2.3",
3922
- "@img/sharp-libvips-linux-x64": "1.2.3",
3923
- "@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
3924
- "@img/sharp-libvips-linuxmusl-x64": "1.2.3",
3925
- "@img/sharp-linux-arm": "0.34.4",
3926
- "@img/sharp-linux-arm64": "0.34.4",
3927
- "@img/sharp-linux-ppc64": "0.34.4",
3928
- "@img/sharp-linux-s390x": "0.34.4",
3929
- "@img/sharp-linux-x64": "0.34.4",
3930
- "@img/sharp-linuxmusl-arm64": "0.34.4",
3931
- "@img/sharp-linuxmusl-x64": "0.34.4",
3932
- "@img/sharp-wasm32": "0.34.4",
3933
- "@img/sharp-win32-arm64": "0.34.4",
3934
- "@img/sharp-win32-ia32": "0.34.4",
3935
- "@img/sharp-win32-x64": "0.34.4"
3881
+ "@img/sharp-darwin-arm64": "0.34.5",
3882
+ "@img/sharp-darwin-x64": "0.34.5",
3883
+ "@img/sharp-libvips-darwin-arm64": "1.2.4",
3884
+ "@img/sharp-libvips-darwin-x64": "1.2.4",
3885
+ "@img/sharp-libvips-linux-arm": "1.2.4",
3886
+ "@img/sharp-libvips-linux-arm64": "1.2.4",
3887
+ "@img/sharp-libvips-linux-ppc64": "1.2.4",
3888
+ "@img/sharp-libvips-linux-riscv64": "1.2.4",
3889
+ "@img/sharp-libvips-linux-s390x": "1.2.4",
3890
+ "@img/sharp-libvips-linux-x64": "1.2.4",
3891
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
3892
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
3893
+ "@img/sharp-linux-arm": "0.34.5",
3894
+ "@img/sharp-linux-arm64": "0.34.5",
3895
+ "@img/sharp-linux-ppc64": "0.34.5",
3896
+ "@img/sharp-linux-riscv64": "0.34.5",
3897
+ "@img/sharp-linux-s390x": "0.34.5",
3898
+ "@img/sharp-linux-x64": "0.34.5",
3899
+ "@img/sharp-linuxmusl-arm64": "0.34.5",
3900
+ "@img/sharp-linuxmusl-x64": "0.34.5",
3901
+ "@img/sharp-wasm32": "0.34.5",
3902
+ "@img/sharp-win32-arm64": "0.34.5",
3903
+ "@img/sharp-win32-ia32": "0.34.5",
3904
+ "@img/sharp-win32-x64": "0.34.5"
3936
3905
  }
3937
3906
  },
3938
3907
  "node_modules/shebang-command": {
@@ -4357,9 +4326,9 @@
4357
4326
  }
4358
4327
  },
4359
4328
  "node_modules/teen_process": {
4360
- "version": "3.0.2",
4361
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
4362
- "integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
4329
+ "version": "3.0.3",
4330
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.3.tgz",
4331
+ "integrity": "sha512-pYAojbLkaqXHpgze5AEdchW71OKownDPpqYpLTQsU/pUGMv3zr4yo2mSv/NnRAkRmsrNF2BP9byh2MVk9Y5H9A==",
4363
4332
  "license": "Apache-2.0",
4364
4333
  "dependencies": {
4365
4334
  "bluebird": "^3.7.2",
@@ -4421,9 +4390,9 @@
4421
4390
  }
4422
4391
  },
4423
4392
  "node_modules/type-fest": {
4424
- "version": "5.0.1",
4425
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.1.tgz",
4426
- "integrity": "sha512-9MpwAI52m8H6ssA542UxSLnSiSD2dsC3/L85g6hVubLSXd82wdI80eZwTWhdOfN67NlA+D+oipAs1MlcTcu3KA==",
4393
+ "version": "5.2.0",
4394
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz",
4395
+ "integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==",
4427
4396
  "license": "(MIT OR CC0-1.0)",
4428
4397
  "dependencies": {
4429
4398
  "tagged-tag": "^1.0.0"
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "10.4.3",
11
+ "version": "10.5.1",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -85,7 +85,7 @@
85
85
  "appium-idb": "^2.0.0",
86
86
  "appium-ios-device": "^3.0.0",
87
87
  "appium-ios-simulator": "^7.0.0",
88
- "appium-remote-debugger": "^15.0.3",
88
+ "appium-remote-debugger": "^15.2.0",
89
89
  "appium-webdriveragent": "^10.2.1",
90
90
  "appium-xcode": "^6.0.2",
91
91
  "async-lock": "^1.4.0",
@@ -165,7 +165,7 @@
165
165
  "mocha-multi-reporters": "^1.5.1",
166
166
  "pem": "^1.14.8",
167
167
  "prettier": "^3.0.0",
168
- "semantic-release": "^25.0.0",
168
+ "semantic-release": "^25.0.2",
169
169
  "sharp": "^0.x",
170
170
  "sinon": "^21.0.0",
171
171
  "ts-node": "^10.9.1",