appium-xcuitest-driver 7.16.2 → 7.17.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [7.17.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.16.2...v7.17.0) (2024-06-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * Document respectSystemAlerts setting ([#2402](https://github.com/appium/appium-xcuitest-driver/issues/2402)) ([acf37dd](https://github.com/appium/appium-xcuitest-driver/commit/acf37dd4ee20745908ff87ea48d83d4e143d63d3))
7
+
1
8
  ## [7.16.2](https://github.com/appium/appium-xcuitest-driver/compare/v7.16.1...v7.16.2) (2024-05-22)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.16.2",
3
+ "version": "7.17.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.16.2",
9
+ "version": "7.17.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.5.4",
15
15
  "appium-ios-simulator": "^6.1.2",
16
16
  "appium-remote-debugger": "^11.1.0",
17
- "appium-webdriveragent": "^8.6.0",
17
+ "appium-webdriveragent": "^8.7.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -81,34 +81,34 @@
81
81
  }
82
82
  },
83
83
  "node_modules/@appium/base-driver": {
84
- "version": "9.6.0",
85
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.6.0.tgz",
86
- "integrity": "sha512-8+pqWHQ4tbvtwOxNCtHa5m0SUwQIvAwHTVKq/YUbgDn18ep4nGhz5rlryvvqyNpXEgEOhbLInIRma1KIrYdX8Q==",
84
+ "version": "9.7.0",
85
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.7.0.tgz",
86
+ "integrity": "sha512-WOikrt0wcwGjVhjyfWtLZ9TkPdov4FIrrhcYa9H4xfLDUirvEIesFHvXf2syV+Y+dn7eofrSWqEokV6SuX5cyA==",
87
87
  "dependencies": {
88
- "@appium/support": "^4.2.5",
89
- "@appium/types": "^0.17.0",
88
+ "@appium/support": "^4.2.6",
89
+ "@appium/types": "^0.18.0",
90
90
  "@colors/colors": "1.6.0",
91
91
  "@types/async-lock": "1.4.2",
92
92
  "@types/bluebird": "3.5.42",
93
93
  "@types/express": "4.17.21",
94
- "@types/lodash": "4.17.0",
94
+ "@types/lodash": "4.17.4",
95
95
  "@types/method-override": "0.0.35",
96
96
  "@types/serve-favicon": "2.5.7",
97
97
  "async-lock": "1.4.1",
98
98
  "asyncbox": "3.0.0",
99
- "axios": "1.6.8",
99
+ "axios": "1.7.2",
100
100
  "bluebird": "3.7.2",
101
101
  "body-parser": "1.20.2",
102
102
  "express": "4.19.2",
103
103
  "http-status-codes": "2.3.0",
104
104
  "lodash": "4.17.21",
105
- "lru-cache": "10.2.0",
105
+ "lru-cache": "10.2.2",
106
106
  "method-override": "3.0.0",
107
107
  "morgan": "1.10.0",
108
108
  "path-to-regexp": "6.2.2",
109
109
  "serve-favicon": "2.5.0",
110
110
  "source-map-support": "0.5.21",
111
- "type-fest": "4.10.1",
111
+ "type-fest": "4.18.3",
112
112
  "validate.js": "0.13.1"
113
113
  },
114
114
  "engines": {
@@ -119,46 +119,12 @@
119
119
  "spdy": "4.0.2"
120
120
  }
121
121
  },
122
- "node_modules/@appium/base-driver/node_modules/@types/lodash": {
123
- "version": "4.17.0",
124
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
125
- "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA=="
126
- },
127
- "node_modules/@appium/base-driver/node_modules/axios": {
128
- "version": "1.6.8",
129
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
130
- "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
131
- "dependencies": {
132
- "follow-redirects": "^1.15.6",
133
- "form-data": "^4.0.0",
134
- "proxy-from-env": "^1.1.0"
135
- }
136
- },
137
- "node_modules/@appium/base-driver/node_modules/lru-cache": {
138
- "version": "10.2.0",
139
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
140
- "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
141
- "engines": {
142
- "node": "14 || >=16.14"
143
- }
144
- },
145
- "node_modules/@appium/base-driver/node_modules/type-fest": {
146
- "version": "4.10.1",
147
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
148
- "integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
149
- "engines": {
150
- "node": ">=16"
151
- },
152
- "funding": {
153
- "url": "https://github.com/sponsors/sindresorhus"
154
- }
155
- },
156
122
  "node_modules/@appium/docutils": {
157
- "version": "1.0.7",
158
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.7.tgz",
159
- "integrity": "sha512-cuVcE3nNKlhJZsXrleubYkrr4VrEXaVKxq0GePb5+qmgpkx2OQb18imoPx1FKBlDbxHGrV7fuLxc/5LbmsV0dA==",
123
+ "version": "1.0.8",
124
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.8.tgz",
125
+ "integrity": "sha512-HaFloi3Oc8NXFLOgZotxJsv4iY46sZfwd2NwLe4I6xL75rn1IJZfuPjCHOCm3pSWtpxALdngpvmr1lKrwDz6ag==",
160
126
  "dependencies": {
161
- "@appium/support": "^4.2.5",
127
+ "@appium/support": "^4.2.6",
162
128
  "@appium/tsconfig": "^0.3.3",
163
129
  "@sliphua/lilconfig-ts-loader": "3.2.2",
164
130
  "@types/which": "3.0.3",
@@ -170,12 +136,12 @@
170
136
  "lodash": "4.17.21",
171
137
  "pkg-dir": "5.0.0",
172
138
  "read-pkg": "5.2.0",
173
- "semver": "7.6.0",
139
+ "semver": "7.6.2",
174
140
  "source-map-support": "0.5.21",
175
- "teen_process": "2.1.1",
176
- "type-fest": "4.10.1",
141
+ "teen_process": "2.1.3",
142
+ "type-fest": "4.18.3",
177
143
  "typescript": "5.4.5",
178
- "yaml": "2.4.1",
144
+ "yaml": "2.4.2",
179
145
  "yargs": "17.7.2",
180
146
  "yargs-parser": "21.1.1"
181
147
  },
@@ -187,57 +153,6 @@
187
153
  "npm": ">=8"
188
154
  }
189
155
  },
190
- "node_modules/@appium/docutils/node_modules/lru-cache": {
191
- "version": "6.0.0",
192
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
193
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
194
- "dependencies": {
195
- "yallist": "^4.0.0"
196
- },
197
- "engines": {
198
- "node": ">=10"
199
- }
200
- },
201
- "node_modules/@appium/docutils/node_modules/semver": {
202
- "version": "7.6.0",
203
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
204
- "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
205
- "dependencies": {
206
- "lru-cache": "^6.0.0"
207
- },
208
- "bin": {
209
- "semver": "bin/semver.js"
210
- },
211
- "engines": {
212
- "node": ">=10"
213
- }
214
- },
215
- "node_modules/@appium/docutils/node_modules/teen_process": {
216
- "version": "2.1.1",
217
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.1.tgz",
218
- "integrity": "sha512-PIX+PyH6h52uJeGpXfjLdIBRim5pPkJTkO/PPeLCa5NlofqlasTjcvNUUYo6XurnxSTl0o17sBzIrVoXNuqwGg==",
219
- "dependencies": {
220
- "bluebird": "^3.7.2",
221
- "lodash": "^4.17.21",
222
- "shell-quote": "^1.8.1",
223
- "source-map-support": "^0.x"
224
- },
225
- "engines": {
226
- "node": "^16.13.0 || >=18.0.0",
227
- "npm": ">=8"
228
- }
229
- },
230
- "node_modules/@appium/docutils/node_modules/type-fest": {
231
- "version": "4.10.1",
232
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
233
- "integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
234
- "engines": {
235
- "node": ">=16"
236
- },
237
- "funding": {
238
- "url": "https://github.com/sponsors/sindresorhus"
239
- }
240
- },
241
156
  "node_modules/@appium/schema": {
242
157
  "version": "0.5.0",
243
158
  "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
@@ -266,12 +181,12 @@
266
181
  }
267
182
  },
268
183
  "node_modules/@appium/support": {
269
- "version": "4.2.5",
270
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.2.5.tgz",
271
- "integrity": "sha512-txTDZHjJF7UjEFi4uyj23gciz3yAq7OwzXFdJgtQBzkK1cIiCnywQ6igLmBg52jZp84ki8eZIDMXsQetVUuDDg==",
184
+ "version": "4.2.6",
185
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.2.6.tgz",
186
+ "integrity": "sha512-uX4OMlatb3zsTOmh2YPZb3owtxdCMfMk9IbcFilIzCMLRAhYEYw29Z8vNe19QN+td2tS0i0NOFae5tz7lB72Uw==",
272
187
  "dependencies": {
273
188
  "@appium/tsconfig": "^0.3.3",
274
- "@appium/types": "^0.17.0",
189
+ "@appium/types": "^0.18.0",
275
190
  "@colors/colors": "1.6.0",
276
191
  "@types/archiver": "6.0.2",
277
192
  "@types/base64-stream": "1.0.5",
@@ -290,14 +205,14 @@
290
205
  "@types/uuid": "9.0.8",
291
206
  "@types/which": "3.0.3",
292
207
  "archiver": "7.0.1",
293
- "axios": "1.6.8",
208
+ "axios": "1.7.2",
294
209
  "base64-stream": "1.0.0",
295
210
  "bluebird": "3.7.2",
296
211
  "bplist-creator": "0.1.1",
297
212
  "bplist-parser": "0.3.2",
298
213
  "form-data": "4.0.0",
299
214
  "get-stream": "6.0.1",
300
- "glob": "10.3.12",
215
+ "glob": "10.4.1",
301
216
  "jsftp": "2.1.3",
302
217
  "klaw": "4.1.0",
303
218
  "lockfile": "1.0.4",
@@ -314,12 +229,12 @@
314
229
  "read-pkg": "5.2.0",
315
230
  "resolve-from": "5.0.0",
316
231
  "sanitize-filename": "1.6.3",
317
- "semver": "7.6.0",
232
+ "semver": "7.6.2",
318
233
  "shell-quote": "1.8.1",
319
234
  "source-map-support": "0.5.21",
320
235
  "supports-color": "8.1.1",
321
- "teen_process": "2.1.1",
322
- "type-fest": "4.10.1",
236
+ "teen_process": "2.1.3",
237
+ "type-fest": "4.18.3",
323
238
  "uuid": "9.0.1",
324
239
  "which": "4.0.0",
325
240
  "yauzl": "3.1.3"
@@ -329,133 +244,7 @@
329
244
  "npm": ">=8"
330
245
  },
331
246
  "optionalDependencies": {
332
- "sharp": "0.33.3"
333
- }
334
- },
335
- "node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
336
- "version": "0.33.3",
337
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.3.tgz",
338
- "integrity": "sha512-Q4I++herIJxJi+qmbySd072oDPRkCg/SClLEIDh5IL9h1zjhqjv82H0Seupd+q2m0yOfD+/fJnjSoDFtKiHu2g==",
339
- "cpu": [
340
- "x64"
341
- ],
342
- "optional": true,
343
- "os": [
344
- "linux"
345
- ],
346
- "engines": {
347
- "glibc": ">=2.26",
348
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
349
- "npm": ">=9.6.5",
350
- "pnpm": ">=7.1.0",
351
- "yarn": ">=3.2.0"
352
- },
353
- "funding": {
354
- "url": "https://opencollective.com/libvips"
355
- },
356
- "optionalDependencies": {
357
- "@img/sharp-libvips-linux-x64": "1.0.2"
358
- }
359
- },
360
- "node_modules/@appium/support/node_modules/axios": {
361
- "version": "1.6.8",
362
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
363
- "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
364
- "dependencies": {
365
- "follow-redirects": "^1.15.6",
366
- "form-data": "^4.0.0",
367
- "proxy-from-env": "^1.1.0"
368
- }
369
- },
370
- "node_modules/@appium/support/node_modules/lru-cache": {
371
- "version": "6.0.0",
372
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
373
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
374
- "dependencies": {
375
- "yallist": "^4.0.0"
376
- },
377
- "engines": {
378
- "node": ">=10"
379
- }
380
- },
381
- "node_modules/@appium/support/node_modules/semver": {
382
- "version": "7.6.0",
383
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
384
- "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
385
- "dependencies": {
386
- "lru-cache": "^6.0.0"
387
- },
388
- "bin": {
389
- "semver": "bin/semver.js"
390
- },
391
- "engines": {
392
- "node": ">=10"
393
- }
394
- },
395
- "node_modules/@appium/support/node_modules/sharp": {
396
- "version": "0.33.3",
397
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.3.tgz",
398
- "integrity": "sha512-vHUeXJU1UvlO/BNwTpT0x/r53WkLUVxrmb5JTgW92fdFCFk0ispLMAeu/jPO2vjkXM1fYUi3K7/qcLF47pwM1A==",
399
- "hasInstallScript": true,
400
- "optional": true,
401
- "dependencies": {
402
- "color": "^4.2.3",
403
- "detect-libc": "^2.0.3",
404
- "semver": "^7.6.0"
405
- },
406
- "engines": {
407
- "libvips": ">=8.15.2",
408
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
409
- },
410
- "funding": {
411
- "url": "https://opencollective.com/libvips"
412
- },
413
- "optionalDependencies": {
414
- "@img/sharp-darwin-arm64": "0.33.3",
415
- "@img/sharp-darwin-x64": "0.33.3",
416
- "@img/sharp-libvips-darwin-arm64": "1.0.2",
417
- "@img/sharp-libvips-darwin-x64": "1.0.2",
418
- "@img/sharp-libvips-linux-arm": "1.0.2",
419
- "@img/sharp-libvips-linux-arm64": "1.0.2",
420
- "@img/sharp-libvips-linux-s390x": "1.0.2",
421
- "@img/sharp-libvips-linux-x64": "1.0.2",
422
- "@img/sharp-libvips-linuxmusl-arm64": "1.0.2",
423
- "@img/sharp-libvips-linuxmusl-x64": "1.0.2",
424
- "@img/sharp-linux-arm": "0.33.3",
425
- "@img/sharp-linux-arm64": "0.33.3",
426
- "@img/sharp-linux-s390x": "0.33.3",
427
- "@img/sharp-linux-x64": "0.33.3",
428
- "@img/sharp-linuxmusl-arm64": "0.33.3",
429
- "@img/sharp-linuxmusl-x64": "0.33.3",
430
- "@img/sharp-wasm32": "0.33.3",
431
- "@img/sharp-win32-ia32": "0.33.3",
432
- "@img/sharp-win32-x64": "0.33.3"
433
- }
434
- },
435
- "node_modules/@appium/support/node_modules/teen_process": {
436
- "version": "2.1.1",
437
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.1.tgz",
438
- "integrity": "sha512-PIX+PyH6h52uJeGpXfjLdIBRim5pPkJTkO/PPeLCa5NlofqlasTjcvNUUYo6XurnxSTl0o17sBzIrVoXNuqwGg==",
439
- "dependencies": {
440
- "bluebird": "^3.7.2",
441
- "lodash": "^4.17.21",
442
- "shell-quote": "^1.8.1",
443
- "source-map-support": "^0.x"
444
- },
445
- "engines": {
446
- "node": "^16.13.0 || >=18.0.0",
447
- "npm": ">=8"
448
- }
449
- },
450
- "node_modules/@appium/support/node_modules/type-fest": {
451
- "version": "4.10.1",
452
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
453
- "integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
454
- "engines": {
455
- "node": ">=16"
456
- },
457
- "funding": {
458
- "url": "https://github.com/sponsors/sindresorhus"
247
+ "sharp": "0.33.4"
459
248
  }
460
249
  },
461
250
  "node_modules/@appium/tsconfig": {
@@ -471,39 +260,28 @@
471
260
  }
472
261
  },
473
262
  "node_modules/@appium/types": {
474
- "version": "0.17.0",
475
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.17.0.tgz",
476
- "integrity": "sha512-7Q9C5Y4G8ZQzdU0uJIlfVqpGMAzNqdXpNWziQTUfZyD7fHbYz9ScZrlgs2/DYMITRrHiIblmzY/5yzfu00rQuA==",
263
+ "version": "0.18.0",
264
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.18.0.tgz",
265
+ "integrity": "sha512-gvR75CbtbHP1dqUr1arWlLzI9ABAtosn/qDTqwjG5OX59ael6OwsWlfrR7wIDiGy7CjmHMRZJ38g+O4QwB9GCQ==",
477
266
  "dependencies": {
478
267
  "@appium/schema": "^0.5.0",
479
268
  "@appium/tsconfig": "^0.3.3",
480
269
  "@types/express": "4.17.21",
481
270
  "@types/npmlog": "7.0.0",
482
271
  "@types/ws": "8.5.10",
483
- "type-fest": "4.10.1"
272
+ "type-fest": "4.18.3"
484
273
  },
485
274
  "engines": {
486
275
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
487
276
  "npm": ">=8"
488
277
  }
489
278
  },
490
- "node_modules/@appium/types/node_modules/type-fest": {
491
- "version": "4.10.1",
492
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
493
- "integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
494
- "engines": {
495
- "node": ">=16"
496
- },
497
- "funding": {
498
- "url": "https://github.com/sponsors/sindresorhus"
499
- }
500
- },
501
279
  "node_modules/@babel/code-frame": {
502
- "version": "7.24.2",
503
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
504
- "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
280
+ "version": "7.24.6",
281
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz",
282
+ "integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==",
505
283
  "dependencies": {
506
- "@babel/highlight": "^7.24.2",
284
+ "@babel/highlight": "^7.24.6",
507
285
  "picocolors": "^1.0.0"
508
286
  },
509
287
  "engines": {
@@ -511,19 +289,19 @@
511
289
  }
512
290
  },
513
291
  "node_modules/@babel/helper-validator-identifier": {
514
- "version": "7.24.5",
515
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz",
516
- "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==",
292
+ "version": "7.24.6",
293
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
294
+ "integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==",
517
295
  "engines": {
518
296
  "node": ">=6.9.0"
519
297
  }
520
298
  },
521
299
  "node_modules/@babel/highlight": {
522
- "version": "7.24.5",
523
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz",
524
- "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==",
300
+ "version": "7.24.6",
301
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
302
+ "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
525
303
  "dependencies": {
526
- "@babel/helper-validator-identifier": "^7.24.5",
304
+ "@babel/helper-validator-identifier": "^7.24.6",
527
305
  "chalk": "^2.4.2",
528
306
  "js-tokens": "^4.0.0",
529
307
  "picocolors": "^1.0.0"
@@ -604,36 +382,6 @@
604
382
  "node": ">=0.1.90"
605
383
  }
606
384
  },
607
- "node_modules/@emnapi/runtime": {
608
- "version": "1.2.0",
609
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz",
610
- "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==",
611
- "extraneous": true,
612
- "dependencies": {
613
- "tslib": "^2.4.0"
614
- }
615
- },
616
- "node_modules/@img/sharp-libvips-linux-x64": {
617
- "version": "1.0.2",
618
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.2.tgz",
619
- "integrity": "sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==",
620
- "cpu": [
621
- "x64"
622
- ],
623
- "optional": true,
624
- "os": [
625
- "linux"
626
- ],
627
- "engines": {
628
- "glibc": ">=2.26",
629
- "npm": ">=9.6.5",
630
- "pnpm": ">=7.1.0",
631
- "yarn": ">=3.2.0"
632
- },
633
- "funding": {
634
- "url": "https://opencollective.com/libvips"
635
- }
636
- },
637
385
  "node_modules/@isaacs/cliui": {
638
386
  "version": "8.0.2",
639
387
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -821,9 +569,9 @@
821
569
  }
822
570
  },
823
571
  "node_modules/@types/express-serve-static-core": {
824
- "version": "4.19.1",
825
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.1.tgz",
826
- "integrity": "sha512-ej0phymbFLoCB26dbbq5PGScsf2JAJ4IJHjG10LalgUV36XKTmA4GdA+PVllKvRk0sEKt64X8975qFnkSi0hqA==",
572
+ "version": "4.19.3",
573
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.3.tgz",
574
+ "integrity": "sha512-KOzM7MhcBFlmnlr/fzISFF5vGWVSvN6fTd4T+ExOt08bA/dA5kpSzY52nMsI1KDFmUREpJelPYyuslLRSjjgCg==",
827
575
  "dependencies": {
828
576
  "@types/node": "*",
829
577
  "@types/qs": "*",
@@ -899,9 +647,9 @@
899
647
  }
900
648
  },
901
649
  "node_modules/@types/node": {
902
- "version": "20.12.12",
903
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
904
- "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
650
+ "version": "20.13.0",
651
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
652
+ "integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
905
653
  "dependencies": {
906
654
  "undici-types": "~5.26.4"
907
655
  }
@@ -1146,9 +894,9 @@
1146
894
  }
1147
895
  },
1148
896
  "node_modules/appium-webdriveragent": {
1149
- "version": "8.6.0",
1150
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.6.0.tgz",
1151
- "integrity": "sha512-AeHSKEaGeQbq+9o0/BYXXOrCMwClAdH7y8hYNi3UppgpVE7i1/+dRFBWU4qJmDEoP0u5deeh2usvwHHuLi56JQ==",
897
+ "version": "8.7.0",
898
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.7.0.tgz",
899
+ "integrity": "sha512-cdqY6bNcFxB6MgOJwW+T8BT8O48tC797iCNQ/ie/PUTGW9ZXXynyglR+nZ7lE4kKGIowZsh7J6KsDXixMcq/vw==",
1152
900
  "dependencies": {
1153
901
  "@appium/base-driver": "^9.0.0",
1154
902
  "@appium/strongbox": "^0.x",
@@ -1302,9 +1050,9 @@
1302
1050
  "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
1303
1051
  },
1304
1052
  "node_modules/bare-events": {
1305
- "version": "2.2.2",
1306
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz",
1307
- "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==",
1053
+ "version": "2.3.1",
1054
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.3.1.tgz",
1055
+ "integrity": "sha512-sJnSOTVESURZ61XgEleqmP255T6zTYwHPwE4r6SssIh0U9/uDvfpdoJYpVUerJJZH2fueO+CdT8ZT+OC/7aZDA==",
1308
1056
  "optional": true
1309
1057
  },
1310
1058
  "node_modules/base64-js": {
@@ -1746,9 +1494,9 @@
1746
1494
  ]
1747
1495
  },
1748
1496
  "node_modules/debug": {
1749
- "version": "4.3.4",
1750
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
1751
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
1497
+ "version": "4.3.5",
1498
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
1499
+ "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
1752
1500
  "devOptional": true,
1753
1501
  "dependencies": {
1754
1502
  "ms": "2.1.2"
@@ -2246,21 +1994,21 @@
2246
1994
  }
2247
1995
  },
2248
1996
  "node_modules/glob": {
2249
- "version": "10.3.12",
2250
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
2251
- "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
1997
+ "version": "10.4.1",
1998
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
1999
+ "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
2252
2000
  "dependencies": {
2253
2001
  "foreground-child": "^3.1.0",
2254
- "jackspeak": "^2.3.6",
2255
- "minimatch": "^9.0.1",
2256
- "minipass": "^7.0.4",
2257
- "path-scurry": "^1.10.2"
2002
+ "jackspeak": "^3.1.2",
2003
+ "minimatch": "^9.0.4",
2004
+ "minipass": "^7.1.2",
2005
+ "path-scurry": "^1.11.1"
2258
2006
  },
2259
2007
  "bin": {
2260
2008
  "glob": "dist/esm/bin.mjs"
2261
2009
  },
2262
2010
  "engines": {
2263
- "node": ">=16 || 14 >=14.17"
2011
+ "node": ">=16 || 14 >=14.18"
2264
2012
  },
2265
2013
  "funding": {
2266
2014
  "url": "https://github.com/sponsors/isaacs"
@@ -2458,6 +2206,7 @@
2458
2206
  "version": "1.0.6",
2459
2207
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
2460
2208
  "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
2209
+ "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.",
2461
2210
  "dependencies": {
2462
2211
  "once": "^1.3.0",
2463
2212
  "wrappy": "1"
@@ -2539,9 +2288,9 @@
2539
2288
  }
2540
2289
  },
2541
2290
  "node_modules/jackspeak": {
2542
- "version": "2.3.6",
2543
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
2544
- "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
2291
+ "version": "3.1.2",
2292
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz",
2293
+ "integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==",
2545
2294
  "dependencies": {
2546
2295
  "@isaacs/cliui": "^8.0.2"
2547
2296
  },
@@ -2847,9 +2596,9 @@
2847
2596
  }
2848
2597
  },
2849
2598
  "node_modules/minipass": {
2850
- "version": "7.1.1",
2851
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
2852
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
2599
+ "version": "7.1.2",
2600
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
2601
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
2853
2602
  "engines": {
2854
2603
  "node": ">=16 || 14 >=14.17"
2855
2604
  }
@@ -2943,6 +2692,7 @@
2943
2692
  "version": "6.0.4",
2944
2693
  "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
2945
2694
  "integrity": "sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==",
2695
+ "deprecated": "Glob versions prior to v9 are no longer supported",
2946
2696
  "dependencies": {
2947
2697
  "inflight": "^1.0.4",
2948
2698
  "inherits": "2",
@@ -2980,6 +2730,7 @@
2980
2730
  "version": "2.4.5",
2981
2731
  "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz",
2982
2732
  "integrity": "sha512-J5xnxTyqaiw06JjMftq7L9ouA448dw/E7dKghkP9WpKNuwmARNNg+Gk8/u5ryb9N/Yo2+z3MCwuqFK/+qPOPfQ==",
2733
+ "deprecated": "Rimraf versions prior to v4 are no longer supported",
2983
2734
  "dependencies": {
2984
2735
  "glob": "^6.0.1"
2985
2736
  },
@@ -3665,6 +3416,46 @@
3665
3416
  "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
3666
3417
  "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
3667
3418
  },
3419
+ "node_modules/sharp": {
3420
+ "version": "0.33.4",
3421
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.4.tgz",
3422
+ "integrity": "sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==",
3423
+ "devOptional": true,
3424
+ "hasInstallScript": true,
3425
+ "dependencies": {
3426
+ "color": "^4.2.3",
3427
+ "detect-libc": "^2.0.3",
3428
+ "semver": "^7.6.0"
3429
+ },
3430
+ "engines": {
3431
+ "libvips": ">=8.15.2",
3432
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3433
+ },
3434
+ "funding": {
3435
+ "url": "https://opencollective.com/libvips"
3436
+ },
3437
+ "optionalDependencies": {
3438
+ "@img/sharp-darwin-arm64": "0.33.4",
3439
+ "@img/sharp-darwin-x64": "0.33.4",
3440
+ "@img/sharp-libvips-darwin-arm64": "1.0.2",
3441
+ "@img/sharp-libvips-darwin-x64": "1.0.2",
3442
+ "@img/sharp-libvips-linux-arm": "1.0.2",
3443
+ "@img/sharp-libvips-linux-arm64": "1.0.2",
3444
+ "@img/sharp-libvips-linux-s390x": "1.0.2",
3445
+ "@img/sharp-libvips-linux-x64": "1.0.2",
3446
+ "@img/sharp-libvips-linuxmusl-arm64": "1.0.2",
3447
+ "@img/sharp-libvips-linuxmusl-x64": "1.0.2",
3448
+ "@img/sharp-linux-arm": "0.33.4",
3449
+ "@img/sharp-linux-arm64": "0.33.4",
3450
+ "@img/sharp-linux-s390x": "0.33.4",
3451
+ "@img/sharp-linux-x64": "0.33.4",
3452
+ "@img/sharp-linuxmusl-arm64": "0.33.4",
3453
+ "@img/sharp-linuxmusl-x64": "0.33.4",
3454
+ "@img/sharp-wasm32": "0.33.4",
3455
+ "@img/sharp-win32-ia32": "0.33.4",
3456
+ "@img/sharp-win32-x64": "0.33.4"
3457
+ }
3458
+ },
3668
3459
  "node_modules/shebang-command": {
3669
3460
  "version": "2.0.0",
3670
3461
  "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -3776,9 +3567,9 @@
3776
3567
  }
3777
3568
  },
3778
3569
  "node_modules/spdx-license-ids": {
3779
- "version": "3.0.17",
3780
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
3781
- "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg=="
3570
+ "version": "3.0.18",
3571
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz",
3572
+ "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ=="
3782
3573
  },
3783
3574
  "node_modules/spdy": {
3784
3575
  "version": "4.0.2",
@@ -3850,12 +3641,13 @@
3850
3641
  }
3851
3642
  },
3852
3643
  "node_modules/streamx": {
3853
- "version": "2.16.1",
3854
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz",
3855
- "integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==",
3644
+ "version": "2.18.0",
3645
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.18.0.tgz",
3646
+ "integrity": "sha512-LLUC1TWdjVdn1weXGcSxyTR3T4+acB6tVGXT95y0nGbca4t4o/ng1wKAGTljm9VicuCVLvRlqFYXYy5GwgM7sQ==",
3856
3647
  "dependencies": {
3857
- "fast-fifo": "^1.1.0",
3858
- "queue-tick": "^1.0.1"
3648
+ "fast-fifo": "^1.3.2",
3649
+ "queue-tick": "^1.0.1",
3650
+ "text-decoder": "^1.1.0"
3859
3651
  },
3860
3652
  "optionalDependencies": {
3861
3653
  "bare-events": "^2.2.0"
@@ -4002,6 +3794,14 @@
4002
3794
  "npm": ">=8"
4003
3795
  }
4004
3796
  },
3797
+ "node_modules/text-decoder": {
3798
+ "version": "1.1.0",
3799
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.0.tgz",
3800
+ "integrity": "sha512-TmLJNj6UgX8xcUZo4UDStGQtDiTzF7BzWlzn9g7UWrjkpHr5uJTK1ld16wZ3LXb2vb6jH8qU89dW5whuMdXYdw==",
3801
+ "dependencies": {
3802
+ "b4a": "^1.6.4"
3803
+ }
3804
+ },
4005
3805
  "node_modules/through": {
4006
3806
  "version": "2.3.8",
4007
3807
  "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
@@ -4028,6 +3828,17 @@
4028
3828
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
4029
3829
  "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
4030
3830
  },
3831
+ "node_modules/type-fest": {
3832
+ "version": "4.18.3",
3833
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
3834
+ "integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
3835
+ "engines": {
3836
+ "node": ">=16"
3837
+ },
3838
+ "funding": {
3839
+ "url": "https://github.com/sponsors/sindresorhus"
3840
+ }
3841
+ },
4031
3842
  "node_modules/type-is": {
4032
3843
  "version": "1.6.18",
4033
3844
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
@@ -4284,15 +4095,10 @@
4284
4095
  "node": ">=10"
4285
4096
  }
4286
4097
  },
4287
- "node_modules/yallist": {
4288
- "version": "4.0.0",
4289
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
4290
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
4291
- },
4292
4098
  "node_modules/yaml": {
4293
- "version": "2.4.1",
4294
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz",
4295
- "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==",
4099
+ "version": "2.4.2",
4100
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
4101
+ "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
4296
4102
  "bin": {
4297
4103
  "yaml": "bin.mjs"
4298
4104
  },
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.16.2",
11
+ "version": "7.17.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.5.4",
82
82
  "appium-ios-simulator": "^6.1.2",
83
83
  "appium-remote-debugger": "^11.1.0",
84
- "appium-webdriveragent": "^8.6.0",
84
+ "appium-webdriveragent": "^8.7.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",