appium-xcuitest-driver 10.5.0 → 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 +6 -0
- package/npm-shrinkwrap.json +142 -608
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
|
|
1
7
|
## [10.5.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.4.3...v10.5.0) (2025-11-11)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.5.
|
|
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.5.
|
|
9
|
+
"version": "10.5.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -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.
|
|
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.
|
|
81
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.
|
|
82
|
-
"integrity": "sha512-
|
|
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.
|
|
86
|
-
"@appium/types": "^1.1.
|
|
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.
|
|
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
|
|
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.
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.
|
|
127
|
-
"integrity": "sha512-
|
|
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.
|
|
131
|
-
"@appium/support": "^7.0.
|
|
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.
|
|
140
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.
|
|
141
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
154
|
-
"type-fest": "5.0
|
|
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.
|
|
169
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
170
|
-
"integrity": "sha512-
|
|
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.
|
|
229
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
230
|
-
"integrity": "sha512-
|
|
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.
|
|
224
|
+
"@appium/types": "^1.1.1",
|
|
236
225
|
"@colors/colors": "1.6.0",
|
|
237
226
|
"archiver": "7.0.1",
|
|
238
|
-
"axios": "1.
|
|
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.
|
|
264
|
-
"type-fest": "5.0
|
|
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,485 +260,13 @@
|
|
|
271
260
|
"npm": ">=10"
|
|
272
261
|
},
|
|
273
262
|
"optionalDependencies": {
|
|
274
|
-
"sharp": "0.34.
|
|
275
|
-
}
|
|
276
|
-
},
|
|
277
|
-
"node_modules/@appium/support/node_modules/@img/sharp-darwin-arm64": {
|
|
278
|
-
"version": "0.34.4",
|
|
279
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",
|
|
280
|
-
"integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",
|
|
281
|
-
"cpu": [
|
|
282
|
-
"arm64"
|
|
283
|
-
],
|
|
284
|
-
"license": "Apache-2.0",
|
|
285
|
-
"optional": true,
|
|
286
|
-
"os": [
|
|
287
|
-
"darwin"
|
|
288
|
-
],
|
|
289
|
-
"engines": {
|
|
290
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
291
|
-
},
|
|
292
|
-
"funding": {
|
|
293
|
-
"url": "https://opencollective.com/libvips"
|
|
294
|
-
},
|
|
295
|
-
"optionalDependencies": {
|
|
296
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.3"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"node_modules/@appium/support/node_modules/@img/sharp-darwin-x64": {
|
|
300
|
-
"version": "0.34.4",
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",
|
|
302
|
-
"integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",
|
|
303
|
-
"cpu": [
|
|
304
|
-
"x64"
|
|
305
|
-
],
|
|
306
|
-
"license": "Apache-2.0",
|
|
307
|
-
"optional": true,
|
|
308
|
-
"os": [
|
|
309
|
-
"darwin"
|
|
310
|
-
],
|
|
311
|
-
"engines": {
|
|
312
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
313
|
-
},
|
|
314
|
-
"funding": {
|
|
315
|
-
"url": "https://opencollective.com/libvips"
|
|
316
|
-
},
|
|
317
|
-
"optionalDependencies": {
|
|
318
|
-
"@img/sharp-libvips-darwin-x64": "1.2.3"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
322
|
-
"version": "1.2.3",
|
|
323
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",
|
|
324
|
-
"integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",
|
|
325
|
-
"cpu": [
|
|
326
|
-
"arm64"
|
|
327
|
-
],
|
|
328
|
-
"license": "LGPL-3.0-or-later",
|
|
329
|
-
"optional": true,
|
|
330
|
-
"os": [
|
|
331
|
-
"darwin"
|
|
332
|
-
],
|
|
333
|
-
"funding": {
|
|
334
|
-
"url": "https://opencollective.com/libvips"
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-darwin-x64": {
|
|
338
|
-
"version": "1.2.3",
|
|
339
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",
|
|
340
|
-
"integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",
|
|
341
|
-
"cpu": [
|
|
342
|
-
"x64"
|
|
343
|
-
],
|
|
344
|
-
"license": "LGPL-3.0-or-later",
|
|
345
|
-
"optional": true,
|
|
346
|
-
"os": [
|
|
347
|
-
"darwin"
|
|
348
|
-
],
|
|
349
|
-
"funding": {
|
|
350
|
-
"url": "https://opencollective.com/libvips"
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-arm": {
|
|
354
|
-
"version": "1.2.3",
|
|
355
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",
|
|
356
|
-
"integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",
|
|
357
|
-
"cpu": [
|
|
358
|
-
"arm"
|
|
359
|
-
],
|
|
360
|
-
"license": "LGPL-3.0-or-later",
|
|
361
|
-
"optional": true,
|
|
362
|
-
"os": [
|
|
363
|
-
"linux"
|
|
364
|
-
],
|
|
365
|
-
"funding": {
|
|
366
|
-
"url": "https://opencollective.com/libvips"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-arm64": {
|
|
370
|
-
"version": "1.2.3",
|
|
371
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",
|
|
372
|
-
"integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",
|
|
373
|
-
"cpu": [
|
|
374
|
-
"arm64"
|
|
375
|
-
],
|
|
376
|
-
"license": "LGPL-3.0-or-later",
|
|
377
|
-
"optional": true,
|
|
378
|
-
"os": [
|
|
379
|
-
"linux"
|
|
380
|
-
],
|
|
381
|
-
"funding": {
|
|
382
|
-
"url": "https://opencollective.com/libvips"
|
|
383
|
-
}
|
|
384
|
-
},
|
|
385
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
386
|
-
"version": "1.2.3",
|
|
387
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",
|
|
388
|
-
"integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",
|
|
389
|
-
"cpu": [
|
|
390
|
-
"ppc64"
|
|
391
|
-
],
|
|
392
|
-
"license": "LGPL-3.0-or-later",
|
|
393
|
-
"optional": true,
|
|
394
|
-
"os": [
|
|
395
|
-
"linux"
|
|
396
|
-
],
|
|
397
|
-
"funding": {
|
|
398
|
-
"url": "https://opencollective.com/libvips"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-s390x": {
|
|
402
|
-
"version": "1.2.3",
|
|
403
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",
|
|
404
|
-
"integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",
|
|
405
|
-
"cpu": [
|
|
406
|
-
"s390x"
|
|
407
|
-
],
|
|
408
|
-
"license": "LGPL-3.0-or-later",
|
|
409
|
-
"optional": true,
|
|
410
|
-
"os": [
|
|
411
|
-
"linux"
|
|
412
|
-
],
|
|
413
|
-
"funding": {
|
|
414
|
-
"url": "https://opencollective.com/libvips"
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
418
|
-
"version": "1.2.3",
|
|
419
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz",
|
|
420
|
-
"integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==",
|
|
421
|
-
"cpu": [
|
|
422
|
-
"x64"
|
|
423
|
-
],
|
|
424
|
-
"license": "LGPL-3.0-or-later",
|
|
425
|
-
"optional": true,
|
|
426
|
-
"os": [
|
|
427
|
-
"linux"
|
|
428
|
-
],
|
|
429
|
-
"funding": {
|
|
430
|
-
"url": "https://opencollective.com/libvips"
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
434
|
-
"version": "1.2.3",
|
|
435
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",
|
|
436
|
-
"integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",
|
|
437
|
-
"cpu": [
|
|
438
|
-
"arm64"
|
|
439
|
-
],
|
|
440
|
-
"license": "LGPL-3.0-or-later",
|
|
441
|
-
"optional": true,
|
|
442
|
-
"os": [
|
|
443
|
-
"linux"
|
|
444
|
-
],
|
|
445
|
-
"funding": {
|
|
446
|
-
"url": "https://opencollective.com/libvips"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
450
|
-
"version": "1.2.3",
|
|
451
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",
|
|
452
|
-
"integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==",
|
|
453
|
-
"cpu": [
|
|
454
|
-
"x64"
|
|
455
|
-
],
|
|
456
|
-
"license": "LGPL-3.0-or-later",
|
|
457
|
-
"optional": true,
|
|
458
|
-
"os": [
|
|
459
|
-
"linux"
|
|
460
|
-
],
|
|
461
|
-
"funding": {
|
|
462
|
-
"url": "https://opencollective.com/libvips"
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-arm": {
|
|
466
|
-
"version": "0.34.4",
|
|
467
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz",
|
|
468
|
-
"integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==",
|
|
469
|
-
"cpu": [
|
|
470
|
-
"arm"
|
|
471
|
-
],
|
|
472
|
-
"license": "Apache-2.0",
|
|
473
|
-
"optional": true,
|
|
474
|
-
"os": [
|
|
475
|
-
"linux"
|
|
476
|
-
],
|
|
477
|
-
"engines": {
|
|
478
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
479
|
-
},
|
|
480
|
-
"funding": {
|
|
481
|
-
"url": "https://opencollective.com/libvips"
|
|
482
|
-
},
|
|
483
|
-
"optionalDependencies": {
|
|
484
|
-
"@img/sharp-libvips-linux-arm": "1.2.3"
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-arm64": {
|
|
488
|
-
"version": "0.34.4",
|
|
489
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz",
|
|
490
|
-
"integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==",
|
|
491
|
-
"cpu": [
|
|
492
|
-
"arm64"
|
|
493
|
-
],
|
|
494
|
-
"license": "Apache-2.0",
|
|
495
|
-
"optional": true,
|
|
496
|
-
"os": [
|
|
497
|
-
"linux"
|
|
498
|
-
],
|
|
499
|
-
"engines": {
|
|
500
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
501
|
-
},
|
|
502
|
-
"funding": {
|
|
503
|
-
"url": "https://opencollective.com/libvips"
|
|
504
|
-
},
|
|
505
|
-
"optionalDependencies": {
|
|
506
|
-
"@img/sharp-libvips-linux-arm64": "1.2.3"
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-ppc64": {
|
|
510
|
-
"version": "0.34.4",
|
|
511
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz",
|
|
512
|
-
"integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==",
|
|
513
|
-
"cpu": [
|
|
514
|
-
"ppc64"
|
|
515
|
-
],
|
|
516
|
-
"license": "Apache-2.0",
|
|
517
|
-
"optional": true,
|
|
518
|
-
"os": [
|
|
519
|
-
"linux"
|
|
520
|
-
],
|
|
521
|
-
"engines": {
|
|
522
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
523
|
-
},
|
|
524
|
-
"funding": {
|
|
525
|
-
"url": "https://opencollective.com/libvips"
|
|
526
|
-
},
|
|
527
|
-
"optionalDependencies": {
|
|
528
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.3"
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-s390x": {
|
|
532
|
-
"version": "0.34.4",
|
|
533
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz",
|
|
534
|
-
"integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==",
|
|
535
|
-
"cpu": [
|
|
536
|
-
"s390x"
|
|
537
|
-
],
|
|
538
|
-
"license": "Apache-2.0",
|
|
539
|
-
"optional": true,
|
|
540
|
-
"os": [
|
|
541
|
-
"linux"
|
|
542
|
-
],
|
|
543
|
-
"engines": {
|
|
544
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
545
|
-
},
|
|
546
|
-
"funding": {
|
|
547
|
-
"url": "https://opencollective.com/libvips"
|
|
548
|
-
},
|
|
549
|
-
"optionalDependencies": {
|
|
550
|
-
"@img/sharp-libvips-linux-s390x": "1.2.3"
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
554
|
-
"version": "0.34.4",
|
|
555
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz",
|
|
556
|
-
"integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==",
|
|
557
|
-
"cpu": [
|
|
558
|
-
"x64"
|
|
559
|
-
],
|
|
560
|
-
"license": "Apache-2.0",
|
|
561
|
-
"optional": true,
|
|
562
|
-
"os": [
|
|
563
|
-
"linux"
|
|
564
|
-
],
|
|
565
|
-
"engines": {
|
|
566
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
567
|
-
},
|
|
568
|
-
"funding": {
|
|
569
|
-
"url": "https://opencollective.com/libvips"
|
|
570
|
-
},
|
|
571
|
-
"optionalDependencies": {
|
|
572
|
-
"@img/sharp-libvips-linux-x64": "1.2.3"
|
|
573
|
-
}
|
|
574
|
-
},
|
|
575
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-arm64": {
|
|
576
|
-
"version": "0.34.4",
|
|
577
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz",
|
|
578
|
-
"integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==",
|
|
579
|
-
"cpu": [
|
|
580
|
-
"arm64"
|
|
581
|
-
],
|
|
582
|
-
"license": "Apache-2.0",
|
|
583
|
-
"optional": true,
|
|
584
|
-
"os": [
|
|
585
|
-
"linux"
|
|
586
|
-
],
|
|
587
|
-
"engines": {
|
|
588
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
589
|
-
},
|
|
590
|
-
"funding": {
|
|
591
|
-
"url": "https://opencollective.com/libvips"
|
|
592
|
-
},
|
|
593
|
-
"optionalDependencies": {
|
|
594
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3"
|
|
595
|
-
}
|
|
596
|
-
},
|
|
597
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-x64": {
|
|
598
|
-
"version": "0.34.4",
|
|
599
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz",
|
|
600
|
-
"integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==",
|
|
601
|
-
"cpu": [
|
|
602
|
-
"x64"
|
|
603
|
-
],
|
|
604
|
-
"license": "Apache-2.0",
|
|
605
|
-
"optional": true,
|
|
606
|
-
"os": [
|
|
607
|
-
"linux"
|
|
608
|
-
],
|
|
609
|
-
"engines": {
|
|
610
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
611
|
-
},
|
|
612
|
-
"funding": {
|
|
613
|
-
"url": "https://opencollective.com/libvips"
|
|
614
|
-
},
|
|
615
|
-
"optionalDependencies": {
|
|
616
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.2.3"
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
"node_modules/@appium/support/node_modules/@img/sharp-wasm32": {
|
|
620
|
-
"version": "0.34.4",
|
|
621
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz",
|
|
622
|
-
"integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==",
|
|
623
|
-
"cpu": [
|
|
624
|
-
"wasm32"
|
|
625
|
-
],
|
|
626
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
627
|
-
"optional": true,
|
|
628
|
-
"dependencies": {
|
|
629
|
-
"@emnapi/runtime": "^1.5.0"
|
|
630
|
-
},
|
|
631
|
-
"engines": {
|
|
632
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
633
|
-
},
|
|
634
|
-
"funding": {
|
|
635
|
-
"url": "https://opencollective.com/libvips"
|
|
636
|
-
}
|
|
637
|
-
},
|
|
638
|
-
"node_modules/@appium/support/node_modules/@img/sharp-win32-arm64": {
|
|
639
|
-
"version": "0.34.4",
|
|
640
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz",
|
|
641
|
-
"integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==",
|
|
642
|
-
"cpu": [
|
|
643
|
-
"arm64"
|
|
644
|
-
],
|
|
645
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
646
|
-
"optional": true,
|
|
647
|
-
"os": [
|
|
648
|
-
"win32"
|
|
649
|
-
],
|
|
650
|
-
"engines": {
|
|
651
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
652
|
-
},
|
|
653
|
-
"funding": {
|
|
654
|
-
"url": "https://opencollective.com/libvips"
|
|
655
|
-
}
|
|
656
|
-
},
|
|
657
|
-
"node_modules/@appium/support/node_modules/@img/sharp-win32-ia32": {
|
|
658
|
-
"version": "0.34.4",
|
|
659
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz",
|
|
660
|
-
"integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==",
|
|
661
|
-
"cpu": [
|
|
662
|
-
"ia32"
|
|
663
|
-
],
|
|
664
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
665
|
-
"optional": true,
|
|
666
|
-
"os": [
|
|
667
|
-
"win32"
|
|
668
|
-
],
|
|
669
|
-
"engines": {
|
|
670
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
671
|
-
},
|
|
672
|
-
"funding": {
|
|
673
|
-
"url": "https://opencollective.com/libvips"
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
"node_modules/@appium/support/node_modules/@img/sharp-win32-x64": {
|
|
677
|
-
"version": "0.34.4",
|
|
678
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz",
|
|
679
|
-
"integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==",
|
|
680
|
-
"cpu": [
|
|
681
|
-
"x64"
|
|
682
|
-
],
|
|
683
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
684
|
-
"optional": true,
|
|
685
|
-
"os": [
|
|
686
|
-
"win32"
|
|
687
|
-
],
|
|
688
|
-
"engines": {
|
|
689
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
690
|
-
},
|
|
691
|
-
"funding": {
|
|
692
|
-
"url": "https://opencollective.com/libvips"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
696
|
-
"version": "1.12.2",
|
|
697
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
698
|
-
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
699
|
-
"license": "MIT",
|
|
700
|
-
"dependencies": {
|
|
701
|
-
"follow-redirects": "^1.15.6",
|
|
702
|
-
"form-data": "^4.0.4",
|
|
703
|
-
"proxy-from-env": "^1.1.0"
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
|
-
"node_modules/@appium/support/node_modules/sharp": {
|
|
707
|
-
"version": "0.34.4",
|
|
708
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
|
|
709
|
-
"integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
|
|
710
|
-
"hasInstallScript": true,
|
|
711
|
-
"license": "Apache-2.0",
|
|
712
|
-
"optional": true,
|
|
713
|
-
"dependencies": {
|
|
714
|
-
"@img/colour": "^1.0.0",
|
|
715
|
-
"detect-libc": "^2.1.0",
|
|
716
|
-
"semver": "^7.7.2"
|
|
717
|
-
},
|
|
718
|
-
"engines": {
|
|
719
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
720
|
-
},
|
|
721
|
-
"funding": {
|
|
722
|
-
"url": "https://opencollective.com/libvips"
|
|
723
|
-
},
|
|
724
|
-
"optionalDependencies": {
|
|
725
|
-
"@img/sharp-darwin-arm64": "0.34.4",
|
|
726
|
-
"@img/sharp-darwin-x64": "0.34.4",
|
|
727
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.3",
|
|
728
|
-
"@img/sharp-libvips-darwin-x64": "1.2.3",
|
|
729
|
-
"@img/sharp-libvips-linux-arm": "1.2.3",
|
|
730
|
-
"@img/sharp-libvips-linux-arm64": "1.2.3",
|
|
731
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.3",
|
|
732
|
-
"@img/sharp-libvips-linux-s390x": "1.2.3",
|
|
733
|
-
"@img/sharp-libvips-linux-x64": "1.2.3",
|
|
734
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
|
|
735
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.2.3",
|
|
736
|
-
"@img/sharp-linux-arm": "0.34.4",
|
|
737
|
-
"@img/sharp-linux-arm64": "0.34.4",
|
|
738
|
-
"@img/sharp-linux-ppc64": "0.34.4",
|
|
739
|
-
"@img/sharp-linux-s390x": "0.34.4",
|
|
740
|
-
"@img/sharp-linux-x64": "0.34.4",
|
|
741
|
-
"@img/sharp-linuxmusl-arm64": "0.34.4",
|
|
742
|
-
"@img/sharp-linuxmusl-x64": "0.34.4",
|
|
743
|
-
"@img/sharp-wasm32": "0.34.4",
|
|
744
|
-
"@img/sharp-win32-arm64": "0.34.4",
|
|
745
|
-
"@img/sharp-win32-ia32": "0.34.4",
|
|
746
|
-
"@img/sharp-win32-x64": "0.34.4"
|
|
263
|
+
"sharp": "0.34.5"
|
|
747
264
|
}
|
|
748
265
|
},
|
|
749
266
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
750
|
-
"version": "3.0.
|
|
751
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
752
|
-
"integrity": "sha512-
|
|
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==",
|
|
753
270
|
"license": "Apache-2.0",
|
|
754
271
|
"dependencies": {
|
|
755
272
|
"bluebird": "^3.7.2",
|
|
@@ -776,15 +293,15 @@
|
|
|
776
293
|
}
|
|
777
294
|
},
|
|
778
295
|
"node_modules/@appium/types": {
|
|
779
|
-
"version": "1.1.
|
|
780
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.
|
|
781
|
-
"integrity": "sha512-
|
|
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==",
|
|
782
299
|
"license": "Apache-2.0",
|
|
783
300
|
"dependencies": {
|
|
784
301
|
"@appium/logger": "^2.0.2",
|
|
785
302
|
"@appium/schema": "^1.0.0",
|
|
786
303
|
"@appium/tsconfig": "^1.1.0",
|
|
787
|
-
"type-fest": "5.0
|
|
304
|
+
"type-fest": "5.2.0"
|
|
788
305
|
},
|
|
789
306
|
"engines": {
|
|
790
307
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -834,16 +351,6 @@
|
|
|
834
351
|
"kuler": "^2.0.0"
|
|
835
352
|
}
|
|
836
353
|
},
|
|
837
|
-
"node_modules/@emnapi/runtime": {
|
|
838
|
-
"version": "1.7.0",
|
|
839
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.0.tgz",
|
|
840
|
-
"integrity": "sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==",
|
|
841
|
-
"license": "MIT",
|
|
842
|
-
"optional": true,
|
|
843
|
-
"dependencies": {
|
|
844
|
-
"tslib": "^2.4.0"
|
|
845
|
-
}
|
|
846
|
-
},
|
|
847
354
|
"node_modules/@img/colour": {
|
|
848
355
|
"version": "1.0.0",
|
|
849
356
|
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
|
|
@@ -1053,26 +560,26 @@
|
|
|
1053
560
|
}
|
|
1054
561
|
},
|
|
1055
562
|
"node_modules/appium": {
|
|
1056
|
-
"version": "3.1.
|
|
1057
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.
|
|
1058
|
-
"integrity": "sha512-
|
|
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==",
|
|
1059
566
|
"hasInstallScript": true,
|
|
1060
567
|
"license": "Apache-2.0",
|
|
1061
568
|
"dependencies": {
|
|
1062
|
-
"@appium/base-driver": "^10.1.
|
|
1063
|
-
"@appium/base-plugin": "^3.0.
|
|
1064
|
-
"@appium/docutils": "^2.1.
|
|
569
|
+
"@appium/base-driver": "^10.1.1",
|
|
570
|
+
"@appium/base-plugin": "^3.0.4",
|
|
571
|
+
"@appium/docutils": "^2.1.2",
|
|
1065
572
|
"@appium/logger": "^2.0.2",
|
|
1066
573
|
"@appium/schema": "^1.0.0",
|
|
1067
|
-
"@appium/support": "^7.0.
|
|
1068
|
-
"@appium/types": "^1.1.
|
|
574
|
+
"@appium/support": "^7.0.3",
|
|
575
|
+
"@appium/types": "^1.1.1",
|
|
1069
576
|
"@sidvind/better-ajv-errors": "4.0.0",
|
|
1070
577
|
"ajv": "8.17.1",
|
|
1071
578
|
"ajv-formats": "3.0.1",
|
|
1072
579
|
"argparse": "2.0.1",
|
|
1073
580
|
"async-lock": "1.4.1",
|
|
1074
581
|
"asyncbox": "3.0.0",
|
|
1075
|
-
"axios": "1.
|
|
582
|
+
"axios": "1.13.2",
|
|
1076
583
|
"bluebird": "3.7.2",
|
|
1077
584
|
"lilconfig": "3.1.3",
|
|
1078
585
|
"lodash": "4.17.21",
|
|
@@ -1082,8 +589,8 @@
|
|
|
1082
589
|
"resolve-from": "5.0.0",
|
|
1083
590
|
"semver": "7.7.3",
|
|
1084
591
|
"source-map-support": "0.5.21",
|
|
1085
|
-
"teen_process": "3.0.
|
|
1086
|
-
"type-fest": "5.0
|
|
592
|
+
"teen_process": "3.0.2",
|
|
593
|
+
"type-fest": "5.2.0",
|
|
1087
594
|
"winston": "3.18.3",
|
|
1088
595
|
"wrap-ansi": "7.0.0",
|
|
1089
596
|
"ws": "8.18.3",
|
|
@@ -1098,9 +605,9 @@
|
|
|
1098
605
|
}
|
|
1099
606
|
},
|
|
1100
607
|
"node_modules/appium-idb": {
|
|
1101
|
-
"version": "2.0.
|
|
1102
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.
|
|
1103
|
-
"integrity": "sha512-
|
|
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==",
|
|
1104
611
|
"license": "Apache-2.0",
|
|
1105
612
|
"dependencies": {
|
|
1106
613
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -1137,9 +644,9 @@
|
|
|
1137
644
|
}
|
|
1138
645
|
},
|
|
1139
646
|
"node_modules/appium-ios-remotexpc": {
|
|
1140
|
-
"version": "0.13.
|
|
1141
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.13.
|
|
1142
|
-
"integrity": "sha512
|
|
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==",
|
|
1143
650
|
"license": "Apache-2.0",
|
|
1144
651
|
"optional": true,
|
|
1145
652
|
"dependencies": {
|
|
@@ -1157,9 +664,9 @@
|
|
|
1157
664
|
}
|
|
1158
665
|
},
|
|
1159
666
|
"node_modules/appium-ios-simulator": {
|
|
1160
|
-
"version": "7.0.
|
|
1161
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.
|
|
1162
|
-
"integrity": "sha512-
|
|
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==",
|
|
1163
670
|
"license": "Apache-2.0",
|
|
1164
671
|
"dependencies": {
|
|
1165
672
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -1180,9 +687,9 @@
|
|
|
1180
687
|
}
|
|
1181
688
|
},
|
|
1182
689
|
"node_modules/appium-ios-tuntap": {
|
|
1183
|
-
"version": "0.1.
|
|
1184
|
-
"resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.1.
|
|
1185
|
-
"integrity": "sha512-
|
|
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==",
|
|
1186
693
|
"hasInstallScript": true,
|
|
1187
694
|
"license": "Apache-2.0",
|
|
1188
695
|
"optional": true,
|
|
@@ -1197,9 +704,9 @@
|
|
|
1197
704
|
}
|
|
1198
705
|
},
|
|
1199
706
|
"node_modules/appium-remote-debugger": {
|
|
1200
|
-
"version": "15.2.
|
|
1201
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.
|
|
1202
|
-
"integrity": "sha512-
|
|
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==",
|
|
1203
710
|
"license": "Apache-2.0",
|
|
1204
711
|
"dependencies": {
|
|
1205
712
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -1243,9 +750,9 @@
|
|
|
1243
750
|
}
|
|
1244
751
|
},
|
|
1245
752
|
"node_modules/appium-xcode": {
|
|
1246
|
-
"version": "6.1.
|
|
1247
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.
|
|
1248
|
-
"integrity": "sha512-
|
|
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==",
|
|
1249
756
|
"license": "Apache-2.0",
|
|
1250
757
|
"dependencies": {
|
|
1251
758
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -1262,21 +769,10 @@
|
|
|
1262
769
|
"npm": ">=10"
|
|
1263
770
|
}
|
|
1264
771
|
},
|
|
1265
|
-
"node_modules/appium/node_modules/axios": {
|
|
1266
|
-
"version": "1.12.2",
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
1268
|
-
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
1269
|
-
"license": "MIT",
|
|
1270
|
-
"dependencies": {
|
|
1271
|
-
"follow-redirects": "^1.15.6",
|
|
1272
|
-
"form-data": "^4.0.4",
|
|
1273
|
-
"proxy-from-env": "^1.1.0"
|
|
1274
|
-
}
|
|
1275
|
-
},
|
|
1276
772
|
"node_modules/appium/node_modules/teen_process": {
|
|
1277
|
-
"version": "3.0.
|
|
1278
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
1279
|
-
"integrity": "sha512-
|
|
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==",
|
|
1280
776
|
"license": "Apache-2.0",
|
|
1281
777
|
"dependencies": {
|
|
1282
778
|
"bluebird": "^3.7.2",
|
|
@@ -1819,13 +1315,13 @@
|
|
|
1819
1315
|
}
|
|
1820
1316
|
},
|
|
1821
1317
|
"node_modules/color": {
|
|
1822
|
-
"version": "5.0.
|
|
1823
|
-
"resolved": "https://registry.npmjs.org/color/-/color-5.0.
|
|
1824
|
-
"integrity": "sha512-
|
|
1318
|
+
"version": "5.0.3",
|
|
1319
|
+
"resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz",
|
|
1320
|
+
"integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==",
|
|
1825
1321
|
"license": "MIT",
|
|
1826
1322
|
"dependencies": {
|
|
1827
|
-
"color-convert": "^3.
|
|
1828
|
-
"color-string": "^2.
|
|
1323
|
+
"color-convert": "^3.1.3",
|
|
1324
|
+
"color-string": "^2.1.3"
|
|
1829
1325
|
},
|
|
1830
1326
|
"engines": {
|
|
1831
1327
|
"node": ">=18"
|
|
@@ -1850,9 +1346,9 @@
|
|
|
1850
1346
|
"license": "MIT"
|
|
1851
1347
|
},
|
|
1852
1348
|
"node_modules/color-string": {
|
|
1853
|
-
"version": "2.1.
|
|
1854
|
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.
|
|
1855
|
-
"integrity": "sha512-
|
|
1349
|
+
"version": "2.1.4",
|
|
1350
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz",
|
|
1351
|
+
"integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==",
|
|
1856
1352
|
"license": "MIT",
|
|
1857
1353
|
"dependencies": {
|
|
1858
1354
|
"color-name": "^2.0.0"
|
|
@@ -1862,18 +1358,18 @@
|
|
|
1862
1358
|
}
|
|
1863
1359
|
},
|
|
1864
1360
|
"node_modules/color-string/node_modules/color-name": {
|
|
1865
|
-
"version": "2.0
|
|
1866
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.
|
|
1867
|
-
"integrity": "sha512-
|
|
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==",
|
|
1868
1364
|
"license": "MIT",
|
|
1869
1365
|
"engines": {
|
|
1870
1366
|
"node": ">=12.20"
|
|
1871
1367
|
}
|
|
1872
1368
|
},
|
|
1873
1369
|
"node_modules/color/node_modules/color-convert": {
|
|
1874
|
-
"version": "3.1.
|
|
1875
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.
|
|
1876
|
-
"integrity": "sha512-
|
|
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==",
|
|
1877
1373
|
"license": "MIT",
|
|
1878
1374
|
"dependencies": {
|
|
1879
1375
|
"color-name": "^2.0.0"
|
|
@@ -1883,9 +1379,9 @@
|
|
|
1883
1379
|
}
|
|
1884
1380
|
},
|
|
1885
1381
|
"node_modules/color/node_modules/color-name": {
|
|
1886
|
-
"version": "2.0
|
|
1887
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.
|
|
1888
|
-
"integrity": "sha512-
|
|
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==",
|
|
1889
1385
|
"license": "MIT",
|
|
1890
1386
|
"engines": {
|
|
1891
1387
|
"node": ">=12.20"
|
|
@@ -3456,9 +2952,9 @@
|
|
|
3456
2952
|
}
|
|
3457
2953
|
},
|
|
3458
2954
|
"node_modules/node-devicectl": {
|
|
3459
|
-
"version": "1.1.
|
|
3460
|
-
"resolved": "https://registry.npmjs.org/node-devicectl/-/node-devicectl-1.1.
|
|
3461
|
-
"integrity": "sha512-
|
|
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==",
|
|
3462
2958
|
"license": "Apache-2.0",
|
|
3463
2959
|
"dependencies": {
|
|
3464
2960
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -4363,6 +3859,51 @@
|
|
|
4363
3859
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
4364
3860
|
"license": "ISC"
|
|
4365
3861
|
},
|
|
3862
|
+
"node_modules/sharp": {
|
|
3863
|
+
"version": "0.34.5",
|
|
3864
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
3865
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
3866
|
+
"devOptional": true,
|
|
3867
|
+
"hasInstallScript": true,
|
|
3868
|
+
"license": "Apache-2.0",
|
|
3869
|
+
"dependencies": {
|
|
3870
|
+
"@img/colour": "^1.0.0",
|
|
3871
|
+
"detect-libc": "^2.1.2",
|
|
3872
|
+
"semver": "^7.7.3"
|
|
3873
|
+
},
|
|
3874
|
+
"engines": {
|
|
3875
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3876
|
+
},
|
|
3877
|
+
"funding": {
|
|
3878
|
+
"url": "https://opencollective.com/libvips"
|
|
3879
|
+
},
|
|
3880
|
+
"optionalDependencies": {
|
|
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"
|
|
3905
|
+
}
|
|
3906
|
+
},
|
|
4366
3907
|
"node_modules/shebang-command": {
|
|
4367
3908
|
"version": "2.0.0",
|
|
4368
3909
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -4785,9 +4326,9 @@
|
|
|
4785
4326
|
}
|
|
4786
4327
|
},
|
|
4787
4328
|
"node_modules/teen_process": {
|
|
4788
|
-
"version": "3.0.
|
|
4789
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
4790
|
-
"integrity": "sha512-
|
|
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==",
|
|
4791
4332
|
"license": "Apache-2.0",
|
|
4792
4333
|
"dependencies": {
|
|
4793
4334
|
"bluebird": "^3.7.2",
|
|
@@ -4848,17 +4389,10 @@
|
|
|
4848
4389
|
"utf8-byte-length": "^1.0.1"
|
|
4849
4390
|
}
|
|
4850
4391
|
},
|
|
4851
|
-
"node_modules/tslib": {
|
|
4852
|
-
"version": "2.8.1",
|
|
4853
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
4854
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
4855
|
-
"devOptional": true,
|
|
4856
|
-
"license": "0BSD"
|
|
4857
|
-
},
|
|
4858
4392
|
"node_modules/type-fest": {
|
|
4859
|
-
"version": "5.0
|
|
4860
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.
|
|
4861
|
-
"integrity": "sha512-
|
|
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==",
|
|
4862
4396
|
"license": "(MIT OR CC0-1.0)",
|
|
4863
4397
|
"dependencies": {
|
|
4864
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.5.
|
|
11
|
+
"version": "10.5.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -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.
|
|
168
|
+
"semantic-release": "^25.0.2",
|
|
169
169
|
"sharp": "^0.x",
|
|
170
170
|
"sinon": "^21.0.0",
|
|
171
171
|
"ts-node": "^10.9.1",
|