appium-xcuitest-driver 9.3.1 → 9.4.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 (54) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/build/lib/app-infos-cache.js +2 -2
  3. package/build/lib/app-infos-cache.js.map +1 -1
  4. package/build/lib/app-utils.js +1 -1
  5. package/build/lib/app-utils.js.map +1 -1
  6. package/build/lib/commands/app-strings.d.ts.map +1 -1
  7. package/build/lib/commands/app-strings.js +3 -2
  8. package/build/lib/commands/app-strings.js.map +1 -1
  9. package/build/lib/commands/audit.d.ts +3 -3
  10. package/build/lib/commands/audit.js +3 -3
  11. package/build/lib/commands/certificate.js +1 -1
  12. package/build/lib/commands/certificate.js.map +1 -1
  13. package/build/lib/commands/file-movement.js +2 -2
  14. package/build/lib/commands/find.js +1 -1
  15. package/build/lib/commands/find.js.map +1 -1
  16. package/build/lib/commands/geolocation.d.ts +1 -1
  17. package/build/lib/commands/geolocation.js +1 -1
  18. package/build/lib/commands/gesture.d.ts +3 -3
  19. package/build/lib/commands/gesture.d.ts.map +1 -1
  20. package/build/lib/commands/gesture.js +13 -10
  21. package/build/lib/commands/gesture.js.map +1 -1
  22. package/build/lib/commands/hid-event.js +1 -1
  23. package/build/lib/commands/increase-contrast.d.ts +1 -1
  24. package/build/lib/commands/increase-contrast.js +1 -1
  25. package/build/lib/commands/localization.d.ts +1 -1
  26. package/build/lib/commands/localization.js +1 -1
  27. package/build/lib/commands/location.js +1 -1
  28. package/build/lib/commands/recordscreen.js +1 -1
  29. package/build/lib/commands/recordscreen.js.map +1 -1
  30. package/build/lib/device-log/ios-simulator-log.js +2 -2
  31. package/build/lib/device-log/ios-simulator-log.js.map +1 -1
  32. package/build/lib/driver.js +7 -7
  33. package/build/lib/driver.js.map +1 -1
  34. package/build/lib/utils.d.ts +1 -1
  35. package/build/lib/utils.js +1 -1
  36. package/lib/app-infos-cache.js +2 -2
  37. package/lib/app-utils.js +1 -1
  38. package/lib/commands/app-strings.js +3 -2
  39. package/lib/commands/audit.js +3 -3
  40. package/lib/commands/certificate.js +1 -1
  41. package/lib/commands/file-movement.js +2 -2
  42. package/lib/commands/find.js +1 -1
  43. package/lib/commands/geolocation.js +1 -1
  44. package/lib/commands/gesture.js +13 -16
  45. package/lib/commands/hid-event.ts +1 -1
  46. package/lib/commands/increase-contrast.js +1 -1
  47. package/lib/commands/localization.js +1 -1
  48. package/lib/commands/location.js +1 -1
  49. package/lib/commands/recordscreen.js +1 -1
  50. package/lib/device-log/ios-simulator-log.ts +2 -2
  51. package/lib/driver.js +7 -7
  52. package/lib/utils.js +1 -1
  53. package/npm-shrinkwrap.json +110 -271
  54. package/package.json +2 -2
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "9.3.1",
3
+ "version": "9.4.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "9.3.1",
9
+ "version": "9.4.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -14,7 +14,7 @@
14
14
  "appium-ios-device": "^2.8.0",
15
15
  "appium-ios-simulator": "^6.2.2",
16
16
  "appium-remote-debugger": "^12.2.0",
17
- "appium-webdriveragent": "^9.10.0",
17
+ "appium-webdriveragent": "^9.11.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -73,17 +73,17 @@
73
73
  }
74
74
  },
75
75
  "node_modules/@appium/base-driver": {
76
- "version": "9.17.0",
77
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.17.0.tgz",
78
- "integrity": "sha512-ncEtI+TAkH5RGwfvH9XW/LidqD9a135bP4ufz7H44/Dn7zMQX5mhOH8uZoqyGBBzUQZpKJ3qQaVnQDFI+7vVMQ==",
76
+ "version": "9.18.0",
77
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.18.0.tgz",
78
+ "integrity": "sha512-rFSrxQ+honhQtWpveXIBuIjW+vfBoZWxG8i8vwS+TsDtsj2guE/1HAZ0qVc48CgTbn45sHzK7NtinX8Z2J/Wig==",
79
79
  "license": "Apache-2.0",
80
80
  "dependencies": {
81
- "@appium/support": "^6.1.0",
82
- "@appium/types": "^0.25.3",
81
+ "@appium/support": "^6.1.1",
82
+ "@appium/types": "^0.26.0",
83
83
  "@colors/colors": "1.6.0",
84
84
  "async-lock": "1.4.1",
85
85
  "asyncbox": "3.0.0",
86
- "axios": "1.8.4",
86
+ "axios": "1.9.0",
87
87
  "bluebird": "3.7.2",
88
88
  "body-parser": "1.20.3",
89
89
  "express": "4.21.2",
@@ -96,7 +96,7 @@
96
96
  "path-to-regexp": "8.2.0",
97
97
  "serve-favicon": "2.5.0",
98
98
  "source-map-support": "0.5.21",
99
- "type-fest": "4.40.0",
99
+ "type-fest": "4.41.0",
100
100
  "validate.js": "0.13.1"
101
101
  },
102
102
  "engines": {
@@ -107,52 +107,29 @@
107
107
  "spdy": "4.0.2"
108
108
  }
109
109
  },
110
- "node_modules/@appium/base-driver/node_modules/axios": {
111
- "version": "1.8.4",
112
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
113
- "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
114
- "license": "MIT",
115
- "dependencies": {
116
- "follow-redirects": "^1.15.6",
117
- "form-data": "^4.0.0",
118
- "proxy-from-env": "^1.1.0"
119
- }
120
- },
121
- "node_modules/@appium/base-driver/node_modules/type-fest": {
122
- "version": "4.40.0",
123
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
124
- "integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
125
- "license": "(MIT OR CC0-1.0)",
126
- "engines": {
127
- "node": ">=16"
128
- },
129
- "funding": {
130
- "url": "https://github.com/sponsors/sindresorhus"
131
- }
132
- },
133
110
  "node_modules/@appium/docutils": {
134
- "version": "1.1.0",
135
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.1.0.tgz",
136
- "integrity": "sha512-Zc7W1yPyPhY1P8LkmXoL3imgi3tgDVMNffj8jGgw/sciVcx0hkqnCcpNlwu6wsGvSAQvLGDyvWkux1ImoHK7Fg==",
111
+ "version": "1.1.1",
112
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.1.1.tgz",
113
+ "integrity": "sha512-n00sqMJ25Wm08Aniu2kbA+2y5uVbehP9qZgYMy2uu/nDWxNR4HggB8vKhgL7fONd2vYbx5G/Ur/yCn2C0nsxLg==",
137
114
  "license": "Apache-2.0",
138
115
  "dependencies": {
139
- "@appium/support": "^6.1.0",
116
+ "@appium/support": "^6.1.1",
140
117
  "@appium/tsconfig": "^0.3.5",
141
118
  "@sliphua/lilconfig-ts-loader": "3.2.2",
142
119
  "chalk": "4.1.2",
143
120
  "consola": "3.4.2",
144
- "diff": "7.0.0",
121
+ "diff": "8.0.2",
145
122
  "json5": "2.2.3",
146
123
  "lilconfig": "3.1.3",
147
124
  "lodash": "4.17.21",
148
125
  "pkg-dir": "5.0.0",
149
126
  "read-pkg": "5.2.0",
150
- "semver": "7.7.1",
127
+ "semver": "7.7.2",
151
128
  "source-map-support": "0.5.21",
152
- "teen_process": "2.3.1",
153
- "type-fest": "4.40.0",
129
+ "teen_process": "2.3.2",
130
+ "type-fest": "4.41.0",
154
131
  "typescript": "5.8.3",
155
- "yaml": "2.7.1",
132
+ "yaml": "2.8.0",
156
133
  "yargs": "17.7.2",
157
134
  "yargs-parser": "21.1.1"
158
135
  },
@@ -164,50 +141,10 @@
164
141
  "npm": ">=8"
165
142
  }
166
143
  },
167
- "node_modules/@appium/docutils/node_modules/semver": {
168
- "version": "7.7.1",
169
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
170
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
171
- "license": "ISC",
172
- "bin": {
173
- "semver": "bin/semver.js"
174
- },
175
- "engines": {
176
- "node": ">=10"
177
- }
178
- },
179
- "node_modules/@appium/docutils/node_modules/teen_process": {
180
- "version": "2.3.1",
181
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.1.tgz",
182
- "integrity": "sha512-duT4gPj7HxEYy+AR4bJ9MNwf8GMLpJd+sNRAK2PTx53FpCcaiXVft3ePZh3hO6PY8NFWZMxTC3ZAtxyztScEsw==",
183
- "license": "Apache-2.0",
184
- "dependencies": {
185
- "bluebird": "^3.7.2",
186
- "lodash": "^4.17.21",
187
- "shell-quote": "^1.8.1",
188
- "source-map-support": "^0.x"
189
- },
190
- "engines": {
191
- "node": "^16.13.0 || >=18.0.0",
192
- "npm": ">=8"
193
- }
194
- },
195
- "node_modules/@appium/docutils/node_modules/type-fest": {
196
- "version": "4.40.0",
197
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
198
- "integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
199
- "license": "(MIT OR CC0-1.0)",
200
- "engines": {
201
- "node": ">=16"
202
- },
203
- "funding": {
204
- "url": "https://github.com/sponsors/sindresorhus"
205
- }
206
- },
207
144
  "node_modules/@appium/logger": {
208
- "version": "1.7.0",
209
- "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.7.0.tgz",
210
- "integrity": "sha512-Z5Rc0epbQKEcgIa5ksPBWXEe9iqT8w3bHFmvUDEUHuA3ymizxVWYf9fYmEMA3ysGJpsCCfAzMU1VQBMi/63JVg==",
145
+ "version": "1.7.1",
146
+ "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.7.1.tgz",
147
+ "integrity": "sha512-9C2o9X/lBEDBUnKfAi3mRo9oG7Z03nmISLwsGkWxIWjMAvBdJD0RRSJMekWVKzfXN3byrI1WlCXTITzN4LAoLw==",
211
148
  "license": "ISC",
212
149
  "dependencies": {
213
150
  "console-control-strings": "1.1.0",
@@ -235,9 +172,9 @@
235
172
  }
236
173
  },
237
174
  "node_modules/@appium/strongbox": {
238
- "version": "0.3.3",
239
- "resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-0.3.3.tgz",
240
- "integrity": "sha512-p9muLFz7Xl+DgUZQgLTQ8HBwhkuZOrODBTADGACJbfMKT8FcOGr+guM12yCjPwucqVFa7SrM5qDUKxf4rkQDTw==",
175
+ "version": "0.3.4",
176
+ "resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-0.3.4.tgz",
177
+ "integrity": "sha512-4igB38N4AWyvd1845UVkgUr45sntVKXjiNoYhA7H9pQnsnNNe3Fvd8Hkktv3m8TrGcrhNHgkUfzEFQ7nvAogzA==",
241
178
  "license": "Apache-2.0",
242
179
  "dependencies": {
243
180
  "env-paths": "2.2.1",
@@ -249,17 +186,17 @@
249
186
  }
250
187
  },
251
188
  "node_modules/@appium/support": {
252
- "version": "6.1.0",
253
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.1.0.tgz",
254
- "integrity": "sha512-HX1F63w8iUYs7SfaYjBrRhlHnOuaMC4+PJzUyDuTiq9XFuFnZmHWFcGqvJKlDiw1lk8JrlIIqaagCoa7ie/v4g==",
189
+ "version": "6.1.1",
190
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.1.1.tgz",
191
+ "integrity": "sha512-kdv6zOCvVT93OeokEFqFN77yhgM8+u9qM7LMLooYd10/AOvI4jtrEy5B37FiaZYP3ONvvz8ohisU8/RA5FzDVQ==",
255
192
  "license": "Apache-2.0",
256
193
  "dependencies": {
257
- "@appium/logger": "^1.7.0",
194
+ "@appium/logger": "^1.7.1",
258
195
  "@appium/tsconfig": "^0.3.5",
259
- "@appium/types": "^0.25.3",
196
+ "@appium/types": "^0.26.0",
260
197
  "@colors/colors": "1.6.0",
261
198
  "archiver": "7.0.1",
262
- "axios": "1.8.4",
199
+ "axios": "1.9.0",
263
200
  "base64-stream": "1.0.0",
264
201
  "bluebird": "3.7.2",
265
202
  "bplist-creator": "0.1.1",
@@ -281,12 +218,12 @@
281
218
  "read-pkg": "5.2.0",
282
219
  "resolve-from": "5.0.0",
283
220
  "sanitize-filename": "1.6.3",
284
- "semver": "7.7.1",
221
+ "semver": "7.7.2",
285
222
  "shell-quote": "1.8.2",
286
223
  "source-map-support": "0.5.21",
287
224
  "supports-color": "8.1.1",
288
- "teen_process": "2.3.1",
289
- "type-fest": "4.40.0",
225
+ "teen_process": "2.3.2",
226
+ "type-fest": "4.41.0",
290
227
  "uuid": "11.1.0",
291
228
  "which": "4.0.0",
292
229
  "yauzl": "3.2.0"
@@ -296,121 +233,7 @@
296
233
  "npm": ">=8"
297
234
  },
298
235
  "optionalDependencies": {
299
- "sharp": "0.34.1"
300
- }
301
- },
302
- "node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
303
- "version": "0.34.1",
304
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.1.tgz",
305
- "integrity": "sha512-wExv7SH9nmoBW3Wr2gvQopX1k8q2g5V5Iag8Zk6AVENsjwd+3adjwxtp3Dcu2QhOXr8W9NusBU6XcQUohBZ5MA==",
306
- "cpu": [
307
- "x64"
308
- ],
309
- "license": "Apache-2.0",
310
- "optional": true,
311
- "os": [
312
- "linux"
313
- ],
314
- "engines": {
315
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
316
- },
317
- "funding": {
318
- "url": "https://opencollective.com/libvips"
319
- },
320
- "optionalDependencies": {
321
- "@img/sharp-libvips-linux-x64": "1.1.0"
322
- }
323
- },
324
- "node_modules/@appium/support/node_modules/axios": {
325
- "version": "1.8.4",
326
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
327
- "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
328
- "license": "MIT",
329
- "dependencies": {
330
- "follow-redirects": "^1.15.6",
331
- "form-data": "^4.0.0",
332
- "proxy-from-env": "^1.1.0"
333
- }
334
- },
335
- "node_modules/@appium/support/node_modules/semver": {
336
- "version": "7.7.1",
337
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
338
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
339
- "license": "ISC",
340
- "bin": {
341
- "semver": "bin/semver.js"
342
- },
343
- "engines": {
344
- "node": ">=10"
345
- }
346
- },
347
- "node_modules/@appium/support/node_modules/sharp": {
348
- "version": "0.34.1",
349
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.1.tgz",
350
- "integrity": "sha512-1j0w61+eVxu7DawFJtnfYcvSv6qPFvfTaqzTQ2BLknVhHTwGS8sc63ZBF4rzkWMBVKybo4S5OBtDdZahh2A1xg==",
351
- "hasInstallScript": true,
352
- "license": "Apache-2.0",
353
- "optional": true,
354
- "dependencies": {
355
- "color": "^4.2.3",
356
- "detect-libc": "^2.0.3",
357
- "semver": "^7.7.1"
358
- },
359
- "engines": {
360
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
361
- },
362
- "funding": {
363
- "url": "https://opencollective.com/libvips"
364
- },
365
- "optionalDependencies": {
366
- "@img/sharp-darwin-arm64": "0.34.1",
367
- "@img/sharp-darwin-x64": "0.34.1",
368
- "@img/sharp-libvips-darwin-arm64": "1.1.0",
369
- "@img/sharp-libvips-darwin-x64": "1.1.0",
370
- "@img/sharp-libvips-linux-arm": "1.1.0",
371
- "@img/sharp-libvips-linux-arm64": "1.1.0",
372
- "@img/sharp-libvips-linux-ppc64": "1.1.0",
373
- "@img/sharp-libvips-linux-s390x": "1.1.0",
374
- "@img/sharp-libvips-linux-x64": "1.1.0",
375
- "@img/sharp-libvips-linuxmusl-arm64": "1.1.0",
376
- "@img/sharp-libvips-linuxmusl-x64": "1.1.0",
377
- "@img/sharp-linux-arm": "0.34.1",
378
- "@img/sharp-linux-arm64": "0.34.1",
379
- "@img/sharp-linux-s390x": "0.34.1",
380
- "@img/sharp-linux-x64": "0.34.1",
381
- "@img/sharp-linuxmusl-arm64": "0.34.1",
382
- "@img/sharp-linuxmusl-x64": "0.34.1",
383
- "@img/sharp-wasm32": "0.34.1",
384
- "@img/sharp-win32-ia32": "0.34.1",
385
- "@img/sharp-win32-x64": "0.34.1"
386
- }
387
- },
388
- "node_modules/@appium/support/node_modules/teen_process": {
389
- "version": "2.3.1",
390
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.1.tgz",
391
- "integrity": "sha512-duT4gPj7HxEYy+AR4bJ9MNwf8GMLpJd+sNRAK2PTx53FpCcaiXVft3ePZh3hO6PY8NFWZMxTC3ZAtxyztScEsw==",
392
- "license": "Apache-2.0",
393
- "dependencies": {
394
- "bluebird": "^3.7.2",
395
- "lodash": "^4.17.21",
396
- "shell-quote": "^1.8.1",
397
- "source-map-support": "^0.x"
398
- },
399
- "engines": {
400
- "node": "^16.13.0 || >=18.0.0",
401
- "npm": ">=8"
402
- }
403
- },
404
- "node_modules/@appium/support/node_modules/type-fest": {
405
- "version": "4.40.0",
406
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
407
- "integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
408
- "license": "(MIT OR CC0-1.0)",
409
- "engines": {
410
- "node": ">=16"
411
- },
412
- "funding": {
413
- "url": "https://github.com/sponsors/sindresorhus"
236
+ "sharp": "0.34.2"
414
237
  }
415
238
  },
416
239
  "node_modules/@appium/tsconfig": {
@@ -427,33 +250,21 @@
427
250
  }
428
251
  },
429
252
  "node_modules/@appium/types": {
430
- "version": "0.25.3",
431
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.3.tgz",
432
- "integrity": "sha512-hp/IOpn+eoH5woy6PrXlG8i27oqiDUZDPEaaGWmnK1fsIr4/vNKY+dKTnnHgl5H405p85ubG4pVcfGuaz5h3OQ==",
253
+ "version": "0.26.0",
254
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.26.0.tgz",
255
+ "integrity": "sha512-EO7r3H9cd1WePt/Gtb+TKBeWulSKjtNHAxD0llqqQ5hFwfNHWcmdObHL/d8jkyG53E/f54VeBcjD+uCARRqDqw==",
433
256
  "license": "Apache-2.0",
434
257
  "dependencies": {
435
- "@appium/logger": "^1.7.0",
258
+ "@appium/logger": "^1.7.1",
436
259
  "@appium/schema": "^0.8.1",
437
260
  "@appium/tsconfig": "^0.3.5",
438
- "type-fest": "4.40.0"
261
+ "type-fest": "4.41.0"
439
262
  },
440
263
  "engines": {
441
264
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
442
265
  "npm": ">=8"
443
266
  }
444
267
  },
445
- "node_modules/@appium/types/node_modules/type-fest": {
446
- "version": "4.40.0",
447
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
448
- "integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
449
- "license": "(MIT OR CC0-1.0)",
450
- "engines": {
451
- "node": ">=16"
452
- },
453
- "funding": {
454
- "url": "https://github.com/sponsors/sindresorhus"
455
- }
456
- },
457
268
  "node_modules/@babel/code-frame": {
458
269
  "version": "7.27.1",
459
270
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
@@ -486,32 +297,6 @@
486
297
  "node": ">=0.1.90"
487
298
  }
488
299
  },
489
- "node_modules/@emnapi/runtime": {
490
- "version": "1.4.3",
491
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
492
- "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
493
- "extraneous": true,
494
- "license": "MIT",
495
- "dependencies": {
496
- "tslib": "^2.4.0"
497
- }
498
- },
499
- "node_modules/@img/sharp-libvips-linux-x64": {
500
- "version": "1.1.0",
501
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.1.0.tgz",
502
- "integrity": "sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==",
503
- "cpu": [
504
- "x64"
505
- ],
506
- "license": "LGPL-3.0-or-later",
507
- "optional": true,
508
- "os": [
509
- "linux"
510
- ],
511
- "funding": {
512
- "url": "https://opencollective.com/libvips"
513
- }
514
- },
515
300
  "node_modules/@isaacs/cliui": {
516
301
  "version": "8.0.2",
517
302
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -634,9 +419,9 @@
634
419
  "license": "MIT"
635
420
  },
636
421
  "node_modules/@types/node": {
637
- "version": "22.15.24",
638
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.24.tgz",
639
- "integrity": "sha512-w9CZGm9RDjzTh/D+hFwlBJ3ziUaVw7oufKA3vOFSOZlzmW9AkZnfjPb+DLnrV6qtgL/LNmP0/2zBNCFHL3F0ng==",
422
+ "version": "22.15.29",
423
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.29.tgz",
424
+ "integrity": "sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==",
640
425
  "license": "MIT",
641
426
  "dependencies": {
642
427
  "undici-types": "~6.21.0"
@@ -803,9 +588,9 @@
803
588
  }
804
589
  },
805
590
  "node_modules/appium-webdriveragent": {
806
- "version": "9.10.0",
807
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.10.0.tgz",
808
- "integrity": "sha512-wAJPutV9tCNco0AEJppvdXlMAJm3wnYmob6ZrGWGZIGvU1bz7ov2JiWBosEQN0cljFSYocxwRYaks65IHooRlQ==",
591
+ "version": "9.11.0",
592
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.11.0.tgz",
593
+ "integrity": "sha512-3o4nA7XJiBjS/16Ko5DH62+sTy5qjbQV6HLHzWDcThN9C521TWYwYT/Rq62W6pz2cMtxNmKdBvAKvuRAa7JFpg==",
809
594
  "license": "Apache-2.0",
810
595
  "dependencies": {
811
596
  "@appium/base-driver": "^9.0.0",
@@ -1509,9 +1294,9 @@
1509
1294
  "optional": true
1510
1295
  },
1511
1296
  "node_modules/diff": {
1512
- "version": "7.0.0",
1513
- "resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz",
1514
- "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
1297
+ "version": "8.0.2",
1298
+ "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.2.tgz",
1299
+ "integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==",
1515
1300
  "license": "BSD-3-Clause",
1516
1301
  "engines": {
1517
1302
  "node": ">=0.3.1"
@@ -3548,6 +3333,48 @@
3548
3333
  "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
3549
3334
  "license": "ISC"
3550
3335
  },
3336
+ "node_modules/sharp": {
3337
+ "version": "0.34.2",
3338
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.2.tgz",
3339
+ "integrity": "sha512-lszvBmB9QURERtyKT2bNmsgxXK0ShJrL/fvqlonCo7e6xBF8nT8xU6pW+PMIbLsz0RxQk3rgH9kd8UmvOzlMJg==",
3340
+ "devOptional": true,
3341
+ "hasInstallScript": true,
3342
+ "license": "Apache-2.0",
3343
+ "dependencies": {
3344
+ "color": "^4.2.3",
3345
+ "detect-libc": "^2.0.4",
3346
+ "semver": "^7.7.2"
3347
+ },
3348
+ "engines": {
3349
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3350
+ },
3351
+ "funding": {
3352
+ "url": "https://opencollective.com/libvips"
3353
+ },
3354
+ "optionalDependencies": {
3355
+ "@img/sharp-darwin-arm64": "0.34.2",
3356
+ "@img/sharp-darwin-x64": "0.34.2",
3357
+ "@img/sharp-libvips-darwin-arm64": "1.1.0",
3358
+ "@img/sharp-libvips-darwin-x64": "1.1.0",
3359
+ "@img/sharp-libvips-linux-arm": "1.1.0",
3360
+ "@img/sharp-libvips-linux-arm64": "1.1.0",
3361
+ "@img/sharp-libvips-linux-ppc64": "1.1.0",
3362
+ "@img/sharp-libvips-linux-s390x": "1.1.0",
3363
+ "@img/sharp-libvips-linux-x64": "1.1.0",
3364
+ "@img/sharp-libvips-linuxmusl-arm64": "1.1.0",
3365
+ "@img/sharp-libvips-linuxmusl-x64": "1.1.0",
3366
+ "@img/sharp-linux-arm": "0.34.2",
3367
+ "@img/sharp-linux-arm64": "0.34.2",
3368
+ "@img/sharp-linux-s390x": "0.34.2",
3369
+ "@img/sharp-linux-x64": "0.34.2",
3370
+ "@img/sharp-linuxmusl-arm64": "0.34.2",
3371
+ "@img/sharp-linuxmusl-x64": "0.34.2",
3372
+ "@img/sharp-wasm32": "0.34.2",
3373
+ "@img/sharp-win32-arm64": "0.34.2",
3374
+ "@img/sharp-win32-ia32": "0.34.2",
3375
+ "@img/sharp-win32-x64": "0.34.2"
3376
+ }
3377
+ },
3551
3378
  "node_modules/shebang-command": {
3552
3379
  "version": "2.0.0",
3553
3380
  "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -3810,9 +3637,9 @@
3810
3637
  }
3811
3638
  },
3812
3639
  "node_modules/streamx": {
3813
- "version": "2.22.0",
3814
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.0.tgz",
3815
- "integrity": "sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==",
3640
+ "version": "2.22.1",
3641
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.1.tgz",
3642
+ "integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==",
3816
3643
  "license": "MIT",
3817
3644
  "dependencies": {
3818
3645
  "fast-fifo": "^1.3.2",
@@ -4020,6 +3847,18 @@
4020
3847
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4021
3848
  "license": "0BSD"
4022
3849
  },
3850
+ "node_modules/type-fest": {
3851
+ "version": "4.41.0",
3852
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
3853
+ "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
3854
+ "license": "(MIT OR CC0-1.0)",
3855
+ "engines": {
3856
+ "node": ">=16"
3857
+ },
3858
+ "funding": {
3859
+ "url": "https://github.com/sponsors/sindresorhus"
3860
+ }
3861
+ },
4023
3862
  "node_modules/type-is": {
4024
3863
  "version": "1.6.18",
4025
3864
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
@@ -4317,15 +4156,15 @@
4317
4156
  }
4318
4157
  },
4319
4158
  "node_modules/yaml": {
4320
- "version": "2.7.1",
4321
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
4322
- "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
4159
+ "version": "2.8.0",
4160
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
4161
+ "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
4323
4162
  "license": "ISC",
4324
4163
  "bin": {
4325
4164
  "yaml": "bin.mjs"
4326
4165
  },
4327
4166
  "engines": {
4328
- "node": ">= 14"
4167
+ "node": ">= 14.6"
4329
4168
  }
4330
4169
  },
4331
4170
  "node_modules/yargs": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "9.3.1",
11
+ "version": "9.4.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -81,7 +81,7 @@
81
81
  "appium-ios-device": "^2.8.0",
82
82
  "appium-ios-simulator": "^6.2.2",
83
83
  "appium-remote-debugger": "^12.2.0",
84
- "appium-webdriveragent": "^9.10.0",
84
+ "appium-webdriveragent": "^9.11.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",