appium-xcuitest-driver 7.31.0 → 7.32.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.
Files changed (98) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build/index.js +17 -7
  3. package/build/lib/app-utils.d.ts.map +1 -1
  4. package/build/lib/commands/alert.d.ts +1 -1
  5. package/build/lib/commands/alert.d.ts.map +1 -1
  6. package/build/lib/commands/app-management.d.ts +3 -3
  7. package/build/lib/commands/app-management.d.ts.map +1 -1
  8. package/build/lib/commands/app-strings.d.ts +1 -1
  9. package/build/lib/commands/app-strings.d.ts.map +1 -1
  10. package/build/lib/commands/bidi/constants.d.ts +4 -0
  11. package/build/lib/commands/bidi/constants.d.ts.map +1 -0
  12. package/build/lib/commands/bidi/constants.js +7 -0
  13. package/build/lib/commands/bidi/constants.js.map +1 -0
  14. package/build/lib/commands/bidi/models.d.ts +5 -0
  15. package/build/lib/commands/bidi/models.d.ts.map +1 -0
  16. package/build/lib/commands/bidi/models.js +31 -0
  17. package/build/lib/commands/bidi/models.js.map +1 -0
  18. package/build/lib/commands/bidi/types.d.ts +25 -0
  19. package/build/lib/commands/bidi/types.d.ts.map +1 -0
  20. package/build/lib/commands/bidi/types.js +4 -0
  21. package/build/lib/commands/bidi/types.js.map +1 -0
  22. package/build/lib/commands/certificate.d.ts +1 -1
  23. package/build/lib/commands/certificate.d.ts.map +1 -1
  24. package/build/lib/commands/clipboard.d.ts +2 -2
  25. package/build/lib/commands/clipboard.d.ts.map +1 -1
  26. package/build/lib/commands/context.d.ts +11 -4
  27. package/build/lib/commands/context.d.ts.map +1 -1
  28. package/build/lib/commands/context.js +19 -1
  29. package/build/lib/commands/context.js.map +1 -1
  30. package/build/lib/commands/execute.d.ts +1 -1
  31. package/build/lib/commands/execute.d.ts.map +1 -1
  32. package/build/lib/commands/file-movement.d.ts +1 -1
  33. package/build/lib/commands/file-movement.d.ts.map +1 -1
  34. package/build/lib/commands/general.d.ts +1 -1
  35. package/build/lib/commands/general.d.ts.map +1 -1
  36. package/build/lib/commands/gesture.d.ts +13 -13
  37. package/build/lib/commands/gesture.d.ts.map +1 -1
  38. package/build/lib/commands/keyboard.d.ts +1 -1
  39. package/build/lib/commands/keyboard.d.ts.map +1 -1
  40. package/build/lib/commands/localization.d.ts +1 -1
  41. package/build/lib/commands/localization.d.ts.map +1 -1
  42. package/build/lib/commands/lock.d.ts +1 -1
  43. package/build/lib/commands/lock.d.ts.map +1 -1
  44. package/build/lib/commands/log.d.ts +12 -12
  45. package/build/lib/commands/log.d.ts.map +1 -1
  46. package/build/lib/commands/log.js +25 -38
  47. package/build/lib/commands/log.js.map +1 -1
  48. package/build/lib/commands/navigation.d.ts +1 -1
  49. package/build/lib/commands/navigation.d.ts.map +1 -1
  50. package/build/lib/commands/performance.d.ts +2 -2
  51. package/build/lib/commands/performance.d.ts.map +1 -1
  52. package/build/lib/commands/proxy-helper.d.ts +1 -1
  53. package/build/lib/commands/proxy-helper.d.ts.map +1 -1
  54. package/build/lib/commands/recordscreen.d.ts +1 -1
  55. package/build/lib/commands/recordscreen.d.ts.map +1 -1
  56. package/build/lib/commands/simctl.d.ts +1 -1
  57. package/build/lib/commands/simctl.d.ts.map +1 -1
  58. package/build/lib/commands/source.d.ts +1 -1
  59. package/build/lib/commands/source.d.ts.map +1 -1
  60. package/build/lib/commands/web.d.ts +1 -1
  61. package/build/lib/commands/web.d.ts.map +1 -1
  62. package/build/lib/commands/xctest-record-screen.d.ts +2 -2
  63. package/build/lib/commands/xctest-record-screen.d.ts.map +1 -1
  64. package/build/lib/commands/xctest.d.ts +1 -1
  65. package/build/lib/commands/xctest.d.ts.map +1 -1
  66. package/build/lib/desired-caps.d.ts.map +1 -1
  67. package/build/lib/doctor/checks.js +17 -7
  68. package/build/lib/doctor/checks.js.map +1 -1
  69. package/build/lib/doctor/required-checks.d.ts +1 -1
  70. package/build/lib/doctor/required-checks.d.ts.map +1 -1
  71. package/build/lib/driver.d.ts +47 -49
  72. package/build/lib/driver.d.ts.map +1 -1
  73. package/build/lib/driver.js +5 -1
  74. package/build/lib/driver.js.map +1 -1
  75. package/build/lib/ios-fs-helpers.d.ts +1 -1
  76. package/build/lib/ios-fs-helpers.d.ts.map +1 -1
  77. package/build/lib/real-device-clients/devicectl.d.ts +3 -3
  78. package/build/lib/real-device-clients/devicectl.d.ts.map +1 -1
  79. package/build/lib/real-device-management.d.ts +1 -1
  80. package/build/lib/real-device-management.d.ts.map +1 -1
  81. package/build/lib/real-device.d.ts +1 -1
  82. package/build/lib/real-device.d.ts.map +1 -1
  83. package/build/lib/simulator-management.d.ts +1 -1
  84. package/build/lib/simulator-management.d.ts.map +1 -1
  85. package/build/lib/utils.d.ts +1 -2
  86. package/build/lib/utils.d.ts.map +1 -1
  87. package/build/lib/utils.js +1 -2
  88. package/build/lib/utils.js.map +1 -1
  89. package/build/lib/xcrun.d.ts.map +1 -1
  90. package/lib/commands/bidi/constants.ts +3 -0
  91. package/lib/commands/bidi/models.ts +30 -0
  92. package/lib/commands/bidi/types.ts +29 -0
  93. package/lib/commands/context.js +19 -1
  94. package/lib/commands/log.js +30 -46
  95. package/lib/driver.js +4 -1
  96. package/lib/utils.js +0 -1
  97. package/npm-shrinkwrap.json +190 -145
  98. package/package.json +3 -3
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.31.0",
3
+ "version": "7.32.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.31.0",
9
+ "version": "7.32.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -50,7 +50,7 @@
50
50
  "chai": "^5.1.1",
51
51
  "chai-as-promised": "^8.0.0",
52
52
  "conventional-changelog-conventionalcommits": "^8.0.0",
53
- "mocha": "^10.2.0",
53
+ "mocha": "^11.0.1",
54
54
  "mocha-junit-reporter": "^2.2.1",
55
55
  "mocha-multi-reporters": "^1.5.1",
56
56
  "pem": "^1.14.8",
@@ -62,7 +62,7 @@
62
62
  "ts-node": "^10.9.1",
63
63
  "type-fest": "^4.1.0",
64
64
  "typescript": "^5.4.2",
65
- "webdriverio": "^9.0.6"
65
+ "webdriverio": "^9.4.1"
66
66
  },
67
67
  "engines": {
68
68
  "node": ">=16",
@@ -73,23 +73,23 @@
73
73
  }
74
74
  },
75
75
  "node_modules/@appium/base-driver": {
76
- "version": "9.12.1",
77
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.12.1.tgz",
78
- "integrity": "sha512-lUOI/r0jrT1EVR16D31OH2m2FgEQAfYzJTsuDCohqI9caA8vHd4ChkWELnhMG/PdfhigxUoIpyvTlImG4XtbVQ==",
76
+ "version": "9.13.0",
77
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.13.0.tgz",
78
+ "integrity": "sha512-l3bN0TJlybKOmZ8DQJ/jxGApdGX2Ft9nAleCsBshRfohes3Z9UMOateQokd37+zP5PHpTknAXpVpGJui4XbsOQ==",
79
79
  "license": "Apache-2.0",
80
80
  "dependencies": {
81
- "@appium/support": "^5.1.6",
82
- "@appium/types": "^0.22.0",
81
+ "@appium/support": "^5.1.8",
82
+ "@appium/types": "^0.22.2",
83
83
  "@colors/colors": "1.6.0",
84
84
  "@types/async-lock": "1.4.2",
85
85
  "@types/bluebird": "3.5.42",
86
86
  "@types/express": "5.0.0",
87
- "@types/lodash": "4.17.12",
87
+ "@types/lodash": "4.17.13",
88
88
  "@types/method-override": "0.0.35",
89
89
  "@types/serve-favicon": "2.5.7",
90
90
  "async-lock": "1.4.1",
91
91
  "asyncbox": "3.0.0",
92
- "axios": "1.7.7",
92
+ "axios": "1.7.8",
93
93
  "bluebird": "3.7.2",
94
94
  "body-parser": "1.20.3",
95
95
  "express": "4.21.1",
@@ -101,7 +101,7 @@
101
101
  "path-to-regexp": "8.2.0",
102
102
  "serve-favicon": "2.5.0",
103
103
  "source-map-support": "0.5.21",
104
- "type-fest": "4.26.1",
104
+ "type-fest": "4.29.1",
105
105
  "validate.js": "0.13.1"
106
106
  },
107
107
  "engines": {
@@ -112,19 +112,25 @@
112
112
  "spdy": "4.0.2"
113
113
  }
114
114
  },
115
- "node_modules/@appium/base-driver/node_modules/@types/lodash": {
116
- "version": "4.17.12",
117
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz",
118
- "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==",
119
- "license": "MIT"
115
+ "node_modules/@appium/base-driver/node_modules/type-fest": {
116
+ "version": "4.29.1",
117
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.1.tgz",
118
+ "integrity": "sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==",
119
+ "license": "(MIT OR CC0-1.0)",
120
+ "engines": {
121
+ "node": ">=16"
122
+ },
123
+ "funding": {
124
+ "url": "https://github.com/sponsors/sindresorhus"
125
+ }
120
126
  },
121
127
  "node_modules/@appium/docutils": {
122
- "version": "1.0.23",
123
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.23.tgz",
124
- "integrity": "sha512-NXqviNCm/NCLFVzQ60gqCkFITMTpX8IY/ASI+gVSTJAEF4cvndE94FM1tq8ocuMmkTOYiFk4ZJa8CcPV3afbVw==",
128
+ "version": "1.0.25",
129
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.25.tgz",
130
+ "integrity": "sha512-x13gEuYViiNkcX0kZqpnSwkyzQEn2iVkOlY/8Hs2FaEQfl4Xq/S3e98AilVCtUh4mK2pJ7A1RgWj1CI1r4bZkA==",
125
131
  "license": "Apache-2.0",
126
132
  "dependencies": {
127
- "@appium/support": "^5.1.6",
133
+ "@appium/support": "^5.1.8",
128
134
  "@appium/tsconfig": "^0.3.3",
129
135
  "@sliphua/lilconfig-ts-loader": "3.2.2",
130
136
  "@types/which": "3.0.4",
@@ -139,9 +145,9 @@
139
145
  "semver": "7.6.3",
140
146
  "source-map-support": "0.5.21",
141
147
  "teen_process": "2.2.0",
142
- "type-fest": "4.26.1",
143
- "typescript": "5.6.3",
144
- "yaml": "2.6.0",
148
+ "type-fest": "4.29.1",
149
+ "typescript": "5.7.2",
150
+ "yaml": "2.6.1",
145
151
  "yargs": "17.7.2",
146
152
  "yargs-parser": "21.1.1"
147
153
  },
@@ -153,6 +159,34 @@
153
159
  "npm": ">=8"
154
160
  }
155
161
  },
162
+ "node_modules/@appium/docutils/node_modules/teen_process": {
163
+ "version": "2.2.0",
164
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz",
165
+ "integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==",
166
+ "license": "Apache-2.0",
167
+ "dependencies": {
168
+ "bluebird": "^3.7.2",
169
+ "lodash": "^4.17.21",
170
+ "shell-quote": "^1.8.1",
171
+ "source-map-support": "^0.x"
172
+ },
173
+ "engines": {
174
+ "node": "^16.13.0 || >=18.0.0",
175
+ "npm": ">=8"
176
+ }
177
+ },
178
+ "node_modules/@appium/docutils/node_modules/type-fest": {
179
+ "version": "4.29.1",
180
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.1.tgz",
181
+ "integrity": "sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==",
182
+ "license": "(MIT OR CC0-1.0)",
183
+ "engines": {
184
+ "node": ">=16"
185
+ },
186
+ "funding": {
187
+ "url": "https://github.com/sponsors/sindresorhus"
188
+ }
189
+ },
156
190
  "node_modules/@appium/logger": {
157
191
  "version": "1.6.1",
158
192
  "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
@@ -199,14 +233,14 @@
199
233
  }
200
234
  },
201
235
  "node_modules/@appium/support": {
202
- "version": "5.1.6",
203
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.6.tgz",
204
- "integrity": "sha512-BtWnVkIGUOHLDWkuBKSm15C5t2g5qv2+NOguAJ6ujPwDn2VLL86usk82DZF3IJ3Yujn0IrLGUrDLvtlG/uqXUg==",
236
+ "version": "5.1.8",
237
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.8.tgz",
238
+ "integrity": "sha512-GlaORVlf5Rx+xYvoe5k/Nvgozd1unTd+xoxwv6Hmf75hyQUSPrJysJwaLiP9jvQWWQ1yKVmft5vbxfraHURjVg==",
205
239
  "license": "Apache-2.0",
206
240
  "dependencies": {
207
241
  "@appium/logger": "^1.6.1",
208
242
  "@appium/tsconfig": "^0.3.3",
209
- "@appium/types": "^0.22.0",
243
+ "@appium/types": "^0.22.2",
210
244
  "@colors/colors": "1.6.0",
211
245
  "@types/archiver": "6.0.3",
212
246
  "@types/base64-stream": "1.0.5",
@@ -224,7 +258,7 @@
224
258
  "@types/uuid": "10.0.0",
225
259
  "@types/which": "3.0.4",
226
260
  "archiver": "7.0.1",
227
- "axios": "1.7.7",
261
+ "axios": "1.7.8",
228
262
  "base64-stream": "1.0.0",
229
263
  "bluebird": "3.7.2",
230
264
  "bplist-creator": "0.1.1",
@@ -248,14 +282,14 @@
248
282
  "resolve-from": "5.0.0",
249
283
  "sanitize-filename": "1.6.3",
250
284
  "semver": "7.6.3",
251
- "shell-quote": "1.8.1",
285
+ "shell-quote": "1.8.2",
252
286
  "source-map-support": "0.5.21",
253
287
  "supports-color": "8.1.1",
254
288
  "teen_process": "2.2.0",
255
- "type-fest": "4.26.1",
256
- "uuid": "10.0.0",
289
+ "type-fest": "4.29.1",
290
+ "uuid": "11.0.3",
257
291
  "which": "4.0.0",
258
- "yauzl": "3.1.3"
292
+ "yauzl": "3.2.0"
259
293
  },
260
294
  "engines": {
261
295
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -265,6 +299,34 @@
265
299
  "sharp": "0.33.5"
266
300
  }
267
301
  },
302
+ "node_modules/@appium/support/node_modules/teen_process": {
303
+ "version": "2.2.0",
304
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz",
305
+ "integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==",
306
+ "license": "Apache-2.0",
307
+ "dependencies": {
308
+ "bluebird": "^3.7.2",
309
+ "lodash": "^4.17.21",
310
+ "shell-quote": "^1.8.1",
311
+ "source-map-support": "^0.x"
312
+ },
313
+ "engines": {
314
+ "node": "^16.13.0 || >=18.0.0",
315
+ "npm": ">=8"
316
+ }
317
+ },
318
+ "node_modules/@appium/support/node_modules/type-fest": {
319
+ "version": "4.29.1",
320
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.1.tgz",
321
+ "integrity": "sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==",
322
+ "license": "(MIT OR CC0-1.0)",
323
+ "engines": {
324
+ "node": ">=16"
325
+ },
326
+ "funding": {
327
+ "url": "https://github.com/sponsors/sindresorhus"
328
+ }
329
+ },
268
330
  "node_modules/@appium/tsconfig": {
269
331
  "version": "0.3.3",
270
332
  "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
@@ -279,23 +341,35 @@
279
341
  }
280
342
  },
281
343
  "node_modules/@appium/types": {
282
- "version": "0.22.0",
283
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.0.tgz",
284
- "integrity": "sha512-2EWAN9Mnjh0ob0n/gTQSpqcflFivBPF/Bh4MLL2Fz09GoiiPCDeILKzdutGo6ZQH9PMEjDd7W//o8b3GwzNfhg==",
344
+ "version": "0.22.2",
345
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.2.tgz",
346
+ "integrity": "sha512-wiUWRAJBDJNay29+wEv5Yf1W4aN39rK+/8xm2D5ix2EN6Bt7grcjSQG2D1CPWXK8sSI4yi8ZvwwQje7lW5N6qA==",
285
347
  "license": "Apache-2.0",
286
348
  "dependencies": {
287
349
  "@appium/logger": "^1.6.1",
288
350
  "@appium/schema": "^0.7.0",
289
351
  "@appium/tsconfig": "^0.3.3",
290
352
  "@types/express": "5.0.0",
291
- "@types/ws": "8.5.12",
292
- "type-fest": "4.26.1"
353
+ "@types/ws": "8.5.13",
354
+ "type-fest": "4.29.1"
293
355
  },
294
356
  "engines": {
295
357
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
296
358
  "npm": ">=8"
297
359
  }
298
360
  },
361
+ "node_modules/@appium/types/node_modules/type-fest": {
362
+ "version": "4.29.1",
363
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.1.tgz",
364
+ "integrity": "sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==",
365
+ "license": "(MIT OR CC0-1.0)",
366
+ "engines": {
367
+ "node": ">=16"
368
+ },
369
+ "funding": {
370
+ "url": "https://github.com/sponsors/sindresorhus"
371
+ }
372
+ },
299
373
  "node_modules/@babel/code-frame": {
300
374
  "version": "7.26.2",
301
375
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
@@ -520,9 +594,9 @@
520
594
  }
521
595
  },
522
596
  "node_modules/@types/express-serve-static-core": {
523
- "version": "5.0.1",
524
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz",
525
- "integrity": "sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==",
597
+ "version": "5.0.2",
598
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.2.tgz",
599
+ "integrity": "sha512-vluaspfvWEtE4vcSDlKRNer52DvOGrB2xv6diXy6UKyKW0lqZiWHGNApSyxOv+8DE5Z27IzVvE7hNkxg7EXIcg==",
526
600
  "license": "MIT",
527
601
  "dependencies": {
528
602
  "@types/node": "*",
@@ -610,12 +684,12 @@
610
684
  }
611
685
  },
612
686
  "node_modules/@types/node": {
613
- "version": "22.9.0",
614
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",
615
- "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==",
687
+ "version": "22.10.1",
688
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz",
689
+ "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
616
690
  "license": "MIT",
617
691
  "dependencies": {
618
- "undici-types": "~6.19.8"
692
+ "undici-types": "~6.20.0"
619
693
  }
620
694
  },
621
695
  "node_modules/@types/normalize-package-data": {
@@ -721,9 +795,9 @@
721
795
  "license": "MIT"
722
796
  },
723
797
  "node_modules/@types/ws": {
724
- "version": "8.5.12",
725
- "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
726
- "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
798
+ "version": "8.5.13",
799
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
800
+ "integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==",
727
801
  "license": "MIT",
728
802
  "dependencies": {
729
803
  "@types/node": "*"
@@ -791,9 +865,9 @@
791
865
  }
792
866
  },
793
867
  "node_modules/appium-idb": {
794
- "version": "1.8.19",
795
- "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.19.tgz",
796
- "integrity": "sha512-4sAOsgrEOg8OXbnELBnSPweoP16evIbsaWpuLPW4DnYmV4mF9YyyNRDUi0+T5iAISonTReoDFFrSmyutD3veYQ==",
868
+ "version": "1.8.20",
869
+ "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.20.tgz",
870
+ "integrity": "sha512-Jnq/Ny0YkBzFSwzDLfW7uUG04rE3Rrwnfvb8yxxQexuCgW3I1yfpN60+eQzj1usjZouS89JR4Omd1KRPOTx37A==",
797
871
  "license": "Apache-2.0",
798
872
  "dependencies": {
799
873
  "@appium/support": "^5.0.3",
@@ -809,9 +883,9 @@
809
883
  }
810
884
  },
811
885
  "node_modules/appium-ios-device": {
812
- "version": "2.7.25",
813
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.25.tgz",
814
- "integrity": "sha512-d29nKRWkOi9E32Tl4Ddz63zGAj7ZfGoCc+qJ/gCYwPGbFHfIQnJ2L7V41MNpb8VjrUQNtyKOA3tatRyBWS8zqw==",
886
+ "version": "2.7.26",
887
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.26.tgz",
888
+ "integrity": "sha512-T1eE9YRfJmmU6Qp7fxt8znxHJP1lLCPbFAbF13ot70+7/Jm+lkoZEt8A9Hr9A07jfXQ6U/CcvPGkkuC3hxfrDw==",
815
889
  "license": "Apache-2.0",
816
890
  "dependencies": {
817
891
  "@appium/support": "^5.0.3",
@@ -830,23 +904,10 @@
830
904
  "npm": ">=8"
831
905
  }
832
906
  },
833
- "node_modules/appium-ios-device/node_modules/uuid": {
834
- "version": "11.0.3",
835
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
836
- "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
837
- "funding": [
838
- "https://github.com/sponsors/broofa",
839
- "https://github.com/sponsors/ctavan"
840
- ],
841
- "license": "MIT",
842
- "bin": {
843
- "uuid": "dist/esm/bin/uuid"
844
- }
845
- },
846
907
  "node_modules/appium-ios-simulator": {
847
- "version": "6.1.13",
848
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.13.tgz",
849
- "integrity": "sha512-nO+wXmr1d53S6ejc0x5sOQWySN8lZkthVPIqYSclakhAkNki4TngCJuGldMe1SRFfTS5fTbF+oLUEDEwMhC2hA==",
908
+ "version": "6.1.14",
909
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.14.tgz",
910
+ "integrity": "sha512-nZCxEkb1zYEsvWcwfH+L9xkgtHYz8qHG14P3BL3T5/SDIlJjrv1j06SNixfQl8XgMe0vkZRBvttmgki65E/9mQ==",
850
911
  "license": "Apache-2.0",
851
912
  "dependencies": {
852
913
  "@appium/support": "^5.0.3",
@@ -867,9 +928,9 @@
867
928
  }
868
929
  },
869
930
  "node_modules/appium-remote-debugger": {
870
- "version": "12.1.2",
871
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.1.2.tgz",
872
- "integrity": "sha512-diYJ+x8j864aH90XmsJdeTZOkoko8aSx1GOoeNvMQ/MDHwBFD8LKuZpyYaGsQzPTbMKameBtcolwIGX6Ux9IMQ==",
931
+ "version": "12.1.3",
932
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.1.3.tgz",
933
+ "integrity": "sha512-cCrrzioHKaKXUf4jowtYFHVCS3/lPYdpcUpUcofs0UxfSI8ZQxtCGg5bOXa/Myo4DIbMe8RxjEevghCfgZKd0g==",
873
934
  "license": "Apache-2.0",
874
935
  "dependencies": {
875
936
  "@appium/base-driver": "^9.0.0",
@@ -912,9 +973,9 @@
912
973
  }
913
974
  },
914
975
  "node_modules/appium-xcode": {
915
- "version": "5.2.18",
916
- "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.18.tgz",
917
- "integrity": "sha512-d38wD91Mg1NaRVGjoxA6M2q/gwScP1eRBKX+KH0QW7v3y2Vcp33AoQCHbsbyYqWgba1QG8bO0x7nYVe59bttLg==",
976
+ "version": "5.2.19",
977
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.19.tgz",
978
+ "integrity": "sha512-tOizzrdgMXOH68LQtOOLCxh6ctl00FeVrh5UXtkiqG1Dn0Jg3Qg2HzdCQ2a2Dgg9ZOCfAb8DSR46vR6r9+fqbA==",
918
979
  "license": "Apache-2.0",
919
980
  "dependencies": {
920
981
  "@appium/support": "^5.0.3",
@@ -1021,9 +1082,9 @@
1021
1082
  "license": "MIT"
1022
1083
  },
1023
1084
  "node_modules/axios": {
1024
- "version": "1.7.7",
1025
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
1026
- "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
1085
+ "version": "1.7.8",
1086
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz",
1087
+ "integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==",
1027
1088
  "license": "MIT",
1028
1089
  "dependencies": {
1029
1090
  "follow-redirects": "^1.15.6",
@@ -1473,9 +1534,9 @@
1473
1534
  "license": "MIT"
1474
1535
  },
1475
1536
  "node_modules/cross-spawn": {
1476
- "version": "7.0.5",
1477
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
1478
- "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
1537
+ "version": "7.0.6",
1538
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1539
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1479
1540
  "license": "MIT",
1480
1541
  "dependencies": {
1481
1542
  "path-key": "^3.1.0",
@@ -2029,12 +2090,15 @@
2029
2090
  }
2030
2091
  },
2031
2092
  "node_modules/gopd": {
2032
- "version": "1.0.1",
2033
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
2034
- "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
2093
+ "version": "1.1.0",
2094
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.1.0.tgz",
2095
+ "integrity": "sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==",
2035
2096
  "license": "MIT",
2036
2097
  "dependencies": {
2037
- "get-intrinsic": "^1.1.3"
2098
+ "get-intrinsic": "^1.2.4"
2099
+ },
2100
+ "engines": {
2101
+ "node": ">= 0.4"
2038
2102
  },
2039
2103
  "funding": {
2040
2104
  "url": "https://github.com/sponsors/ljharb"
@@ -2075,10 +2139,13 @@
2075
2139
  }
2076
2140
  },
2077
2141
  "node_modules/has-proto": {
2078
- "version": "1.0.3",
2079
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
2080
- "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
2142
+ "version": "1.1.0",
2143
+ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.1.0.tgz",
2144
+ "integrity": "sha512-QLdzI9IIO1Jg7f9GT1gXpPpXArAn6cS31R1eEZqz08Gc+uQ8/XiqHWt17Fiw+2p6oTTIq5GXEpQkAlA88YRl/Q==",
2081
2145
  "license": "MIT",
2146
+ "dependencies": {
2147
+ "call-bind": "^1.0.7"
2148
+ },
2082
2149
  "engines": {
2083
2150
  "node": ">= 0.4"
2084
2151
  },
@@ -2087,9 +2154,9 @@
2087
2154
  }
2088
2155
  },
2089
2156
  "node_modules/has-symbols": {
2090
- "version": "1.0.3",
2091
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
2092
- "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
2157
+ "version": "1.1.0",
2158
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
2159
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
2093
2160
  "license": "MIT",
2094
2161
  "engines": {
2095
2162
  "node": ">= 0.4"
@@ -2845,9 +2912,9 @@
2845
2912
  }
2846
2913
  },
2847
2914
  "node_modules/node-simctl": {
2848
- "version": "7.6.2",
2849
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.2.tgz",
2850
- "integrity": "sha512-cchHIVLY5Rh2muCBobbwVquqtOBysxD4t7EThTcOIcBw13OsTWTfkCpHlxdjFRl4HnB9Mv8Z5MpkFyWmuH0iDA==",
2915
+ "version": "7.6.3",
2916
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.3.tgz",
2917
+ "integrity": "sha512-tL22kxDdAlUYrb9EEPh9rucTSAEYtuVM16zWj7o2bVheIYBzAnpMlSbF4U09SVwsrGo6utUoqA5D6kNvCq/ahg==",
2851
2918
  "license": "Apache-2.0",
2852
2919
  "dependencies": {
2853
2920
  "@appium/logger": "^1.3.0",
@@ -2866,19 +2933,6 @@
2866
2933
  "npm": ">=8"
2867
2934
  }
2868
2935
  },
2869
- "node_modules/node-simctl/node_modules/uuid": {
2870
- "version": "11.0.3",
2871
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
2872
- "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
2873
- "funding": [
2874
- "https://github.com/sponsors/broofa",
2875
- "https://github.com/sponsors/ctavan"
2876
- ],
2877
- "license": "MIT",
2878
- "bin": {
2879
- "uuid": "dist/esm/bin/uuid"
2880
- }
2881
- },
2882
2936
  "node_modules/normalize-package-data": {
2883
2937
  "version": "2.5.0",
2884
2938
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -3650,10 +3704,13 @@
3650
3704
  }
3651
3705
  },
3652
3706
  "node_modules/shell-quote": {
3653
- "version": "1.8.1",
3654
- "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
3655
- "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
3707
+ "version": "1.8.2",
3708
+ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
3709
+ "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
3656
3710
  "license": "MIT",
3711
+ "engines": {
3712
+ "node": ">= 0.4"
3713
+ },
3657
3714
  "funding": {
3658
3715
  "url": "https://github.com/sponsors/ljharb"
3659
3716
  }
@@ -3833,9 +3890,9 @@
3833
3890
  }
3834
3891
  },
3835
3892
  "node_modules/streamx": {
3836
- "version": "2.20.1",
3837
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz",
3838
- "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==",
3893
+ "version": "2.21.0",
3894
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.0.tgz",
3895
+ "integrity": "sha512-Qz6MsDZXJ6ur9u+b+4xCG18TluU7PGlRfXVAAjNiGsFrBUt/ioyLkxbFaKJygoPs+/kW4VyBj0bSj89Qu0IGyg==",
3839
3896
  "license": "MIT",
3840
3897
  "dependencies": {
3841
3898
  "fast-fifo": "^1.3.2",
@@ -3990,9 +4047,9 @@
3990
4047
  }
3991
4048
  },
3992
4049
  "node_modules/teen_process": {
3993
- "version": "2.2.0",
3994
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz",
3995
- "integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==",
4050
+ "version": "2.2.2",
4051
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.2.tgz",
4052
+ "integrity": "sha512-Qs9JCzsKcbuBtbZxY9WVoYs3GG+WFfxoIDGpkj8AJ/BpWnh+pdLK+x1+E1bDlQuASs+CTQmykYPGAkzxFjqcaA==",
3996
4053
  "license": "Apache-2.0",
3997
4054
  "dependencies": {
3998
4055
  "bluebird": "^3.7.2",
@@ -4041,18 +4098,6 @@
4041
4098
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4042
4099
  "license": "0BSD"
4043
4100
  },
4044
- "node_modules/type-fest": {
4045
- "version": "4.26.1",
4046
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
4047
- "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
4048
- "license": "(MIT OR CC0-1.0)",
4049
- "engines": {
4050
- "node": ">=16"
4051
- },
4052
- "funding": {
4053
- "url": "https://github.com/sponsors/sindresorhus"
4054
- }
4055
- },
4056
4101
  "node_modules/type-is": {
4057
4102
  "version": "1.6.18",
4058
4103
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
@@ -4067,9 +4112,9 @@
4067
4112
  }
4068
4113
  },
4069
4114
  "node_modules/typescript": {
4070
- "version": "5.6.3",
4071
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
4072
- "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
4115
+ "version": "5.7.2",
4116
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
4117
+ "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
4073
4118
  "license": "Apache-2.0",
4074
4119
  "bin": {
4075
4120
  "tsc": "bin/tsc",
@@ -4080,9 +4125,9 @@
4080
4125
  }
4081
4126
  },
4082
4127
  "node_modules/undici-types": {
4083
- "version": "6.19.8",
4084
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
4085
- "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
4128
+ "version": "6.20.0",
4129
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
4130
+ "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
4086
4131
  "license": "MIT"
4087
4132
  },
4088
4133
  "node_modules/unorm": {
@@ -4125,16 +4170,16 @@
4125
4170
  }
4126
4171
  },
4127
4172
  "node_modules/uuid": {
4128
- "version": "10.0.0",
4129
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
4130
- "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
4173
+ "version": "11.0.3",
4174
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
4175
+ "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
4131
4176
  "funding": [
4132
4177
  "https://github.com/sponsors/broofa",
4133
4178
  "https://github.com/sponsors/ctavan"
4134
4179
  ],
4135
4180
  "license": "MIT",
4136
4181
  "bin": {
4137
- "uuid": "dist/bin/uuid"
4182
+ "uuid": "dist/esm/bin/uuid"
4138
4183
  }
4139
4184
  },
4140
4185
  "node_modules/validate-npm-package-license": {
@@ -4308,9 +4353,9 @@
4308
4353
  }
4309
4354
  },
4310
4355
  "node_modules/yaml": {
4311
- "version": "2.6.0",
4312
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz",
4313
- "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==",
4356
+ "version": "2.6.1",
4357
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
4358
+ "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
4314
4359
  "license": "ISC",
4315
4360
  "bin": {
4316
4361
  "yaml": "bin.mjs"
@@ -4367,9 +4412,9 @@
4367
4412
  }
4368
4413
  },
4369
4414
  "node_modules/yauzl": {
4370
- "version": "3.1.3",
4371
- "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.3.tgz",
4372
- "integrity": "sha512-JCCdmlJJWv7L0q/KylOekyRaUrdEoUxWkWVcgorosTROCFWiS9p2NNPE9Yb91ak7b1N5SxAZEliWpspbZccivw==",
4415
+ "version": "3.2.0",
4416
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",
4417
+ "integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==",
4373
4418
  "license": "MIT",
4374
4419
  "dependencies": {
4375
4420
  "buffer-crc32": "~0.2.3",