appium-xcuitest-driver 10.5.0 → 10.6.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 +12 -0
- package/build/lib/commands/bidi/models.d.ts.map +1 -1
- package/build/lib/commands/bidi/models.js +1 -0
- package/build/lib/commands/bidi/models.js.map +1 -1
- package/build/lib/commands/bidi/types.d.ts +1 -0
- package/build/lib/commands/bidi/types.d.ts.map +1 -1
- package/lib/commands/bidi/models.ts +1 -0
- package/lib/commands/bidi/types.ts +1 -0
- package/npm-shrinkwrap.json +304 -699
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.6.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.
|
|
9
|
+
"version": "10.6.0",
|
|
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",
|
|
@@ -1116,9 +623,9 @@
|
|
|
1116
623
|
}
|
|
1117
624
|
},
|
|
1118
625
|
"node_modules/appium-ios-device": {
|
|
1119
|
-
"version": "3.1.
|
|
1120
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.
|
|
1121
|
-
"integrity": "sha512-
|
|
626
|
+
"version": "3.1.3",
|
|
627
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.3.tgz",
|
|
628
|
+
"integrity": "sha512-cc2oV9LXXfucWRzlosP5xEvltm4m/ypASdEAj0Tuf8Ui6/xrcoWSfISUSq2bv52rY+3ApEH5mucIkFj94P7PmQ==",
|
|
1122
629
|
"license": "Apache-2.0",
|
|
1123
630
|
"dependencies": {
|
|
1124
631
|
"@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.
|
|
1141
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.
|
|
1142
|
-
"integrity": "sha512-
|
|
647
|
+
"version": "0.15.0",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.15.0.tgz",
|
|
649
|
+
"integrity": "sha512-mYlixd195ZakUpevJTh4rEOXSoLCwHBg9Kn8Zzll9D426ymCo67ccGUeHuw93/PmbpC+HEe6jMzpZgQG6g7HAQ==",
|
|
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.4",
|
|
708
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.4.tgz",
|
|
709
|
+
"integrity": "sha512-fw4lWtq+qigEC/GUZiwtey9l9Hk9g1Yuit9C3GSbOu6JU2RHjY8+ct/427Qc+wt+VM6c0O3nxPA4vKx5tR9pgQ==",
|
|
1203
710
|
"license": "Apache-2.0",
|
|
1204
711
|
"dependencies": {
|
|
1205
712
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -1208,7 +715,7 @@
|
|
|
1208
715
|
"async-lock": "^1.4.1",
|
|
1209
716
|
"asyncbox": "^3.0.0",
|
|
1210
717
|
"bluebird": "^3.4.7",
|
|
1211
|
-
"glob": "^
|
|
718
|
+
"glob": "^13.0.0",
|
|
1212
719
|
"lodash": "^4.17.11",
|
|
1213
720
|
"source-map-support": "^0.x",
|
|
1214
721
|
"teen_process": "^3.0.0"
|
|
@@ -1218,10 +725,42 @@
|
|
|
1218
725
|
"npm": ">=10"
|
|
1219
726
|
}
|
|
1220
727
|
},
|
|
728
|
+
"node_modules/appium-remote-debugger/node_modules/glob": {
|
|
729
|
+
"version": "13.0.0",
|
|
730
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
|
731
|
+
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
|
732
|
+
"license": "BlueOak-1.0.0",
|
|
733
|
+
"dependencies": {
|
|
734
|
+
"minimatch": "^10.1.1",
|
|
735
|
+
"minipass": "^7.1.2",
|
|
736
|
+
"path-scurry": "^2.0.0"
|
|
737
|
+
},
|
|
738
|
+
"engines": {
|
|
739
|
+
"node": "20 || >=22"
|
|
740
|
+
},
|
|
741
|
+
"funding": {
|
|
742
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
"node_modules/appium-remote-debugger/node_modules/minimatch": {
|
|
746
|
+
"version": "10.1.1",
|
|
747
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
748
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
749
|
+
"license": "BlueOak-1.0.0",
|
|
750
|
+
"dependencies": {
|
|
751
|
+
"@isaacs/brace-expansion": "^5.0.0"
|
|
752
|
+
},
|
|
753
|
+
"engines": {
|
|
754
|
+
"node": "20 || >=22"
|
|
755
|
+
},
|
|
756
|
+
"funding": {
|
|
757
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
758
|
+
}
|
|
759
|
+
},
|
|
1221
760
|
"node_modules/appium-webdriveragent": {
|
|
1222
|
-
"version": "10.2.
|
|
1223
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.2.
|
|
1224
|
-
"integrity": "sha512-
|
|
761
|
+
"version": "10.2.2",
|
|
762
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.2.2.tgz",
|
|
763
|
+
"integrity": "sha512-fgAOxdFVYrppMOCU7u6t725SqX3aSFyL9B3V1oV280FUXtTiSraFNOwV8zyMbVBQ1ncx+ToKp8VUvC9DeqIMJw==",
|
|
1225
764
|
"license": "Apache-2.0",
|
|
1226
765
|
"dependencies": {
|
|
1227
766
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -1243,9 +782,9 @@
|
|
|
1243
782
|
}
|
|
1244
783
|
},
|
|
1245
784
|
"node_modules/appium-xcode": {
|
|
1246
|
-
"version": "6.1.
|
|
1247
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.
|
|
1248
|
-
"integrity": "sha512-
|
|
785
|
+
"version": "6.1.2",
|
|
786
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.2.tgz",
|
|
787
|
+
"integrity": "sha512-eOK1p1gZYXXggIwE471KZMd4ir+vg274s8FGVTGUmhY8qYV9kaiqVvVt81Hq5jj/W1xziZ+qOUEz4lHyp8jTPQ==",
|
|
1249
788
|
"license": "Apache-2.0",
|
|
1250
789
|
"dependencies": {
|
|
1251
790
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -1262,21 +801,10 @@
|
|
|
1262
801
|
"npm": ">=10"
|
|
1263
802
|
}
|
|
1264
803
|
},
|
|
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
804
|
"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-
|
|
805
|
+
"version": "3.0.2",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
807
|
+
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
1280
808
|
"license": "Apache-2.0",
|
|
1281
809
|
"dependencies": {
|
|
1282
810
|
"bluebird": "^3.7.2",
|
|
@@ -1335,9 +863,9 @@
|
|
|
1335
863
|
}
|
|
1336
864
|
},
|
|
1337
865
|
"node_modules/archiver-utils/node_modules/glob": {
|
|
1338
|
-
"version": "10.
|
|
1339
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.
|
|
1340
|
-
"integrity": "sha512-
|
|
866
|
+
"version": "10.5.0",
|
|
867
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
868
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
1341
869
|
"license": "ISC",
|
|
1342
870
|
"dependencies": {
|
|
1343
871
|
"foreground-child": "^3.1.0",
|
|
@@ -1527,12 +1055,6 @@
|
|
|
1527
1055
|
"node": ">= 0.8"
|
|
1528
1056
|
}
|
|
1529
1057
|
},
|
|
1530
|
-
"node_modules/basic-auth/node_modules/safe-buffer": {
|
|
1531
|
-
"version": "5.1.2",
|
|
1532
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
1533
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
1534
|
-
"license": "MIT"
|
|
1535
|
-
},
|
|
1536
1058
|
"node_modules/big-integer": {
|
|
1537
1059
|
"version": "1.6.52",
|
|
1538
1060
|
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
|
|
@@ -1819,13 +1341,13 @@
|
|
|
1819
1341
|
}
|
|
1820
1342
|
},
|
|
1821
1343
|
"node_modules/color": {
|
|
1822
|
-
"version": "5.0.
|
|
1823
|
-
"resolved": "https://registry.npmjs.org/color/-/color-5.0.
|
|
1824
|
-
"integrity": "sha512-
|
|
1344
|
+
"version": "5.0.3",
|
|
1345
|
+
"resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz",
|
|
1346
|
+
"integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==",
|
|
1825
1347
|
"license": "MIT",
|
|
1826
1348
|
"dependencies": {
|
|
1827
|
-
"color-convert": "^3.
|
|
1828
|
-
"color-string": "^2.
|
|
1349
|
+
"color-convert": "^3.1.3",
|
|
1350
|
+
"color-string": "^2.1.3"
|
|
1829
1351
|
},
|
|
1830
1352
|
"engines": {
|
|
1831
1353
|
"node": ">=18"
|
|
@@ -1850,9 +1372,9 @@
|
|
|
1850
1372
|
"license": "MIT"
|
|
1851
1373
|
},
|
|
1852
1374
|
"node_modules/color-string": {
|
|
1853
|
-
"version": "2.1.
|
|
1854
|
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.
|
|
1855
|
-
"integrity": "sha512-
|
|
1375
|
+
"version": "2.1.4",
|
|
1376
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz",
|
|
1377
|
+
"integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==",
|
|
1856
1378
|
"license": "MIT",
|
|
1857
1379
|
"dependencies": {
|
|
1858
1380
|
"color-name": "^2.0.0"
|
|
@@ -1862,18 +1384,18 @@
|
|
|
1862
1384
|
}
|
|
1863
1385
|
},
|
|
1864
1386
|
"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-
|
|
1387
|
+
"version": "2.1.0",
|
|
1388
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
|
|
1389
|
+
"integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
|
|
1868
1390
|
"license": "MIT",
|
|
1869
1391
|
"engines": {
|
|
1870
1392
|
"node": ">=12.20"
|
|
1871
1393
|
}
|
|
1872
1394
|
},
|
|
1873
1395
|
"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-
|
|
1396
|
+
"version": "3.1.3",
|
|
1397
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz",
|
|
1398
|
+
"integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==",
|
|
1877
1399
|
"license": "MIT",
|
|
1878
1400
|
"dependencies": {
|
|
1879
1401
|
"color-name": "^2.0.0"
|
|
@@ -1883,9 +1405,9 @@
|
|
|
1883
1405
|
}
|
|
1884
1406
|
},
|
|
1885
1407
|
"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-
|
|
1408
|
+
"version": "2.1.0",
|
|
1409
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
|
|
1410
|
+
"integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
|
|
1889
1411
|
"license": "MIT",
|
|
1890
1412
|
"engines": {
|
|
1891
1413
|
"node": ">=12.20"
|
|
@@ -1944,15 +1466,16 @@
|
|
|
1944
1466
|
"license": "ISC"
|
|
1945
1467
|
},
|
|
1946
1468
|
"node_modules/content-disposition": {
|
|
1947
|
-
"version": "1.0.
|
|
1948
|
-
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.
|
|
1949
|
-
"integrity": "sha512-
|
|
1469
|
+
"version": "1.0.1",
|
|
1470
|
+
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
|
|
1471
|
+
"integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
|
|
1950
1472
|
"license": "MIT",
|
|
1951
|
-
"dependencies": {
|
|
1952
|
-
"safe-buffer": "5.2.1"
|
|
1953
|
-
},
|
|
1954
1473
|
"engines": {
|
|
1955
|
-
"node": ">=
|
|
1474
|
+
"node": ">=18"
|
|
1475
|
+
},
|
|
1476
|
+
"funding": {
|
|
1477
|
+
"type": "opencollective",
|
|
1478
|
+
"url": "https://opencollective.com/express"
|
|
1956
1479
|
}
|
|
1957
1480
|
},
|
|
1958
1481
|
"node_modules/content-type": {
|
|
@@ -2049,9 +1572,9 @@
|
|
|
2049
1572
|
}
|
|
2050
1573
|
},
|
|
2051
1574
|
"node_modules/css-selector-parser": {
|
|
2052
|
-
"version": "3.
|
|
2053
|
-
"resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.
|
|
2054
|
-
"integrity": "sha512-
|
|
1575
|
+
"version": "3.2.0",
|
|
1576
|
+
"resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.2.0.tgz",
|
|
1577
|
+
"integrity": "sha512-L1bdkNKUP5WYxiW5dW6vA2hd3sL8BdRNLy2FCX0rLVise4eNw9nBdeBuJHxlELieSE2H1f6bYQFfwVUwWCV9rQ==",
|
|
2055
1578
|
"funding": [
|
|
2056
1579
|
{
|
|
2057
1580
|
"type": "github",
|
|
@@ -2800,13 +2323,6 @@
|
|
|
2800
2323
|
"util-deprecate": "~1.0.1"
|
|
2801
2324
|
}
|
|
2802
2325
|
},
|
|
2803
|
-
"node_modules/hpack.js/node_modules/safe-buffer": {
|
|
2804
|
-
"version": "5.1.2",
|
|
2805
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
2806
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
2807
|
-
"license": "MIT",
|
|
2808
|
-
"optional": true
|
|
2809
|
-
},
|
|
2810
2326
|
"node_modules/hpack.js/node_modules/string_decoder": {
|
|
2811
2327
|
"version": "1.1.1",
|
|
2812
2328
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
@@ -2825,28 +2341,23 @@
|
|
|
2825
2341
|
"optional": true
|
|
2826
2342
|
},
|
|
2827
2343
|
"node_modules/http-errors": {
|
|
2828
|
-
"version": "2.0.
|
|
2829
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.
|
|
2830
|
-
"integrity": "sha512-
|
|
2344
|
+
"version": "2.0.1",
|
|
2345
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
2346
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
2831
2347
|
"license": "MIT",
|
|
2832
2348
|
"dependencies": {
|
|
2833
|
-
"depd": "2.0.0",
|
|
2834
|
-
"inherits": "2.0.4",
|
|
2835
|
-
"setprototypeof": "1.2.0",
|
|
2836
|
-
"statuses": "2.0.
|
|
2837
|
-
"toidentifier": "1.0.1"
|
|
2349
|
+
"depd": "~2.0.0",
|
|
2350
|
+
"inherits": "~2.0.4",
|
|
2351
|
+
"setprototypeof": "~1.2.0",
|
|
2352
|
+
"statuses": "~2.0.2",
|
|
2353
|
+
"toidentifier": "~1.0.1"
|
|
2838
2354
|
},
|
|
2839
2355
|
"engines": {
|
|
2840
2356
|
"node": ">= 0.8"
|
|
2841
|
-
}
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
2846
|
-
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
2847
|
-
"license": "MIT",
|
|
2848
|
-
"engines": {
|
|
2849
|
-
"node": ">= 0.8"
|
|
2357
|
+
},
|
|
2358
|
+
"funding": {
|
|
2359
|
+
"type": "opencollective",
|
|
2360
|
+
"url": "https://opencollective.com/express"
|
|
2850
2361
|
}
|
|
2851
2362
|
},
|
|
2852
2363
|
"node_modules/http-status-codes": {
|
|
@@ -3122,12 +2633,6 @@
|
|
|
3122
2633
|
"util-deprecate": "~1.0.1"
|
|
3123
2634
|
}
|
|
3124
2635
|
},
|
|
3125
|
-
"node_modules/lazystream/node_modules/safe-buffer": {
|
|
3126
|
-
"version": "5.1.2",
|
|
3127
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
3128
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
3129
|
-
"license": "MIT"
|
|
3130
|
-
},
|
|
3131
2636
|
"node_modules/lazystream/node_modules/string_decoder": {
|
|
3132
2637
|
"version": "1.1.1",
|
|
3133
2638
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
@@ -3321,15 +2826,19 @@
|
|
|
3321
2826
|
}
|
|
3322
2827
|
},
|
|
3323
2828
|
"node_modules/mime-types": {
|
|
3324
|
-
"version": "3.0.
|
|
3325
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.
|
|
3326
|
-
"integrity": "sha512-
|
|
2829
|
+
"version": "3.0.2",
|
|
2830
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
2831
|
+
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
3327
2832
|
"license": "MIT",
|
|
3328
2833
|
"dependencies": {
|
|
3329
2834
|
"mime-db": "^1.54.0"
|
|
3330
2835
|
},
|
|
3331
2836
|
"engines": {
|
|
3332
|
-
"node": ">=
|
|
2837
|
+
"node": ">=18"
|
|
2838
|
+
},
|
|
2839
|
+
"funding": {
|
|
2840
|
+
"type": "opencollective",
|
|
2841
|
+
"url": "https://opencollective.com/express"
|
|
3333
2842
|
}
|
|
3334
2843
|
},
|
|
3335
2844
|
"node_modules/mimic-fn": {
|
|
@@ -3456,9 +2965,9 @@
|
|
|
3456
2965
|
}
|
|
3457
2966
|
},
|
|
3458
2967
|
"node_modules/node-devicectl": {
|
|
3459
|
-
"version": "1.1.
|
|
3460
|
-
"resolved": "https://registry.npmjs.org/node-devicectl/-/node-devicectl-1.1.
|
|
3461
|
-
"integrity": "sha512-
|
|
2968
|
+
"version": "1.1.1",
|
|
2969
|
+
"resolved": "https://registry.npmjs.org/node-devicectl/-/node-devicectl-1.1.1.tgz",
|
|
2970
|
+
"integrity": "sha512-jYEpLa6P6zBY6IHPfcGUi7TMkS3DrkJTXCgSuPXL/y5xYYkkp2Tojtu+oXtFHHAYk1ozTqzE55amInhSQDuZSQ==",
|
|
3462
2971
|
"license": "Apache-2.0",
|
|
3463
2972
|
"dependencies": {
|
|
3464
2973
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -3471,9 +2980,9 @@
|
|
|
3471
2980
|
}
|
|
3472
2981
|
},
|
|
3473
2982
|
"node_modules/node-simctl": {
|
|
3474
|
-
"version": "8.0.
|
|
3475
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.
|
|
3476
|
-
"integrity": "sha512-
|
|
2983
|
+
"version": "8.0.6",
|
|
2984
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.6.tgz",
|
|
2985
|
+
"integrity": "sha512-NsoaB+I/qPwfkyCUYWD03CEQwk07UQcs9YYXp8++qQCBFazLabY1tSQXXapGx4r72BStQtS14rJr4qt3VEE5Lg==",
|
|
3477
2986
|
"license": "Apache-2.0",
|
|
3478
2987
|
"dependencies": {
|
|
3479
2988
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -4001,15 +3510,15 @@
|
|
|
4001
3510
|
}
|
|
4002
3511
|
},
|
|
4003
3512
|
"node_modules/raw-body": {
|
|
4004
|
-
"version": "3.0.
|
|
4005
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.
|
|
4006
|
-
"integrity": "sha512-
|
|
3513
|
+
"version": "3.0.2",
|
|
3514
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
|
|
3515
|
+
"integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
|
|
4007
3516
|
"license": "MIT",
|
|
4008
3517
|
"dependencies": {
|
|
4009
|
-
"bytes": "3.1.2",
|
|
4010
|
-
"http-errors": "2.0.
|
|
4011
|
-
"iconv-lite": "0.7.0",
|
|
4012
|
-
"unpipe": "1.0.0"
|
|
3518
|
+
"bytes": "~3.1.2",
|
|
3519
|
+
"http-errors": "~2.0.1",
|
|
3520
|
+
"iconv-lite": "~0.7.0",
|
|
3521
|
+
"unpipe": "~1.0.0"
|
|
4013
3522
|
},
|
|
4014
3523
|
"engines": {
|
|
4015
3524
|
"node": ">= 0.10"
|
|
@@ -4192,12 +3701,12 @@
|
|
|
4192
3701
|
}
|
|
4193
3702
|
},
|
|
4194
3703
|
"node_modules/rimraf": {
|
|
4195
|
-
"version": "6.1.
|
|
4196
|
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.1.
|
|
4197
|
-
"integrity": "sha512-
|
|
3704
|
+
"version": "6.1.2",
|
|
3705
|
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.1.2.tgz",
|
|
3706
|
+
"integrity": "sha512-cFCkPslJv7BAXJsYlK1dZsbP8/ZNLkCAQ0bi1hf5EKX2QHegmDFEFA6QhuYJlk7UDdc+02JjO80YSOrWPpw06g==",
|
|
4198
3707
|
"license": "BlueOak-1.0.0",
|
|
4199
3708
|
"dependencies": {
|
|
4200
|
-
"glob": "^
|
|
3709
|
+
"glob": "^13.0.0",
|
|
4201
3710
|
"package-json-from-dist": "^1.0.1"
|
|
4202
3711
|
},
|
|
4203
3712
|
"bin": {
|
|
@@ -4210,6 +3719,38 @@
|
|
|
4210
3719
|
"url": "https://github.com/sponsors/isaacs"
|
|
4211
3720
|
}
|
|
4212
3721
|
},
|
|
3722
|
+
"node_modules/rimraf/node_modules/glob": {
|
|
3723
|
+
"version": "13.0.0",
|
|
3724
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
|
3725
|
+
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
|
3726
|
+
"license": "BlueOak-1.0.0",
|
|
3727
|
+
"dependencies": {
|
|
3728
|
+
"minimatch": "^10.1.1",
|
|
3729
|
+
"minipass": "^7.1.2",
|
|
3730
|
+
"path-scurry": "^2.0.0"
|
|
3731
|
+
},
|
|
3732
|
+
"engines": {
|
|
3733
|
+
"node": "20 || >=22"
|
|
3734
|
+
},
|
|
3735
|
+
"funding": {
|
|
3736
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
"node_modules/rimraf/node_modules/minimatch": {
|
|
3740
|
+
"version": "10.1.1",
|
|
3741
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
3742
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
3743
|
+
"license": "BlueOak-1.0.0",
|
|
3744
|
+
"dependencies": {
|
|
3745
|
+
"@isaacs/brace-expansion": "^5.0.0"
|
|
3746
|
+
},
|
|
3747
|
+
"engines": {
|
|
3748
|
+
"node": "20 || >=22"
|
|
3749
|
+
},
|
|
3750
|
+
"funding": {
|
|
3751
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3752
|
+
}
|
|
3753
|
+
},
|
|
4213
3754
|
"node_modules/router": {
|
|
4214
3755
|
"version": "2.2.0",
|
|
4215
3756
|
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
@@ -4227,23 +3768,9 @@
|
|
|
4227
3768
|
}
|
|
4228
3769
|
},
|
|
4229
3770
|
"node_modules/safe-buffer": {
|
|
4230
|
-
"version": "5.2
|
|
4231
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.
|
|
4232
|
-
"integrity": "sha512-
|
|
4233
|
-
"funding": [
|
|
4234
|
-
{
|
|
4235
|
-
"type": "github",
|
|
4236
|
-
"url": "https://github.com/sponsors/feross"
|
|
4237
|
-
},
|
|
4238
|
-
{
|
|
4239
|
-
"type": "patreon",
|
|
4240
|
-
"url": "https://www.patreon.com/feross"
|
|
4241
|
-
},
|
|
4242
|
-
{
|
|
4243
|
-
"type": "consulting",
|
|
4244
|
-
"url": "https://feross.org/support"
|
|
4245
|
-
}
|
|
4246
|
-
],
|
|
3771
|
+
"version": "5.1.2",
|
|
3772
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
3773
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
4247
3774
|
"license": "MIT"
|
|
4248
3775
|
},
|
|
4249
3776
|
"node_modules/safe-stable-stringify": {
|
|
@@ -4336,6 +3863,26 @@
|
|
|
4336
3863
|
"node": ">= 0.6"
|
|
4337
3864
|
}
|
|
4338
3865
|
},
|
|
3866
|
+
"node_modules/serve-favicon/node_modules/safe-buffer": {
|
|
3867
|
+
"version": "5.2.1",
|
|
3868
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
3869
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
3870
|
+
"funding": [
|
|
3871
|
+
{
|
|
3872
|
+
"type": "github",
|
|
3873
|
+
"url": "https://github.com/sponsors/feross"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"type": "patreon",
|
|
3877
|
+
"url": "https://www.patreon.com/feross"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"type": "consulting",
|
|
3881
|
+
"url": "https://feross.org/support"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3884
|
+
"license": "MIT"
|
|
3885
|
+
},
|
|
4339
3886
|
"node_modules/serve-static": {
|
|
4340
3887
|
"version": "2.2.0",
|
|
4341
3888
|
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
|
|
@@ -4363,6 +3910,51 @@
|
|
|
4363
3910
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
4364
3911
|
"license": "ISC"
|
|
4365
3912
|
},
|
|
3913
|
+
"node_modules/sharp": {
|
|
3914
|
+
"version": "0.34.5",
|
|
3915
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
3916
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
3917
|
+
"devOptional": true,
|
|
3918
|
+
"hasInstallScript": true,
|
|
3919
|
+
"license": "Apache-2.0",
|
|
3920
|
+
"dependencies": {
|
|
3921
|
+
"@img/colour": "^1.0.0",
|
|
3922
|
+
"detect-libc": "^2.1.2",
|
|
3923
|
+
"semver": "^7.7.3"
|
|
3924
|
+
},
|
|
3925
|
+
"engines": {
|
|
3926
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3927
|
+
},
|
|
3928
|
+
"funding": {
|
|
3929
|
+
"url": "https://opencollective.com/libvips"
|
|
3930
|
+
},
|
|
3931
|
+
"optionalDependencies": {
|
|
3932
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
3933
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
3934
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
3935
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
3936
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
3937
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
3938
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
3939
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
3940
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
3941
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
3942
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
3943
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
3944
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
3945
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
3946
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
3947
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
3948
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
3949
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
3950
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
3951
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
3952
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
3953
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
3954
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
3955
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
4366
3958
|
"node_modules/shebang-command": {
|
|
4367
3959
|
"version": "2.0.0",
|
|
4368
3960
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -4638,6 +4230,26 @@
|
|
|
4638
4230
|
"safe-buffer": "~5.2.0"
|
|
4639
4231
|
}
|
|
4640
4232
|
},
|
|
4233
|
+
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
4234
|
+
"version": "5.2.1",
|
|
4235
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
4236
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
4237
|
+
"funding": [
|
|
4238
|
+
{
|
|
4239
|
+
"type": "github",
|
|
4240
|
+
"url": "https://github.com/sponsors/feross"
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"type": "patreon",
|
|
4244
|
+
"url": "https://www.patreon.com/feross"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"type": "consulting",
|
|
4248
|
+
"url": "https://feross.org/support"
|
|
4249
|
+
}
|
|
4250
|
+
],
|
|
4251
|
+
"license": "MIT"
|
|
4252
|
+
},
|
|
4641
4253
|
"node_modules/string-width": {
|
|
4642
4254
|
"version": "5.1.2",
|
|
4643
4255
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
@@ -4785,9 +4397,9 @@
|
|
|
4785
4397
|
}
|
|
4786
4398
|
},
|
|
4787
4399
|
"node_modules/teen_process": {
|
|
4788
|
-
"version": "3.0.
|
|
4789
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
4790
|
-
"integrity": "sha512-
|
|
4400
|
+
"version": "3.0.3",
|
|
4401
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.3.tgz",
|
|
4402
|
+
"integrity": "sha512-pYAojbLkaqXHpgze5AEdchW71OKownDPpqYpLTQsU/pUGMv3zr4yo2mSv/NnRAkRmsrNF2BP9byh2MVk9Y5H9A==",
|
|
4791
4403
|
"license": "Apache-2.0",
|
|
4792
4404
|
"dependencies": {
|
|
4793
4405
|
"bluebird": "^3.7.2",
|
|
@@ -4848,17 +4460,10 @@
|
|
|
4848
4460
|
"utf8-byte-length": "^1.0.1"
|
|
4849
4461
|
}
|
|
4850
4462
|
},
|
|
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
4463
|
"node_modules/type-fest": {
|
|
4859
|
-
"version": "5.0
|
|
4860
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.
|
|
4861
|
-
"integrity": "sha512-
|
|
4464
|
+
"version": "5.2.0",
|
|
4465
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz",
|
|
4466
|
+
"integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==",
|
|
4862
4467
|
"license": "(MIT OR CC0-1.0)",
|
|
4863
4468
|
"dependencies": {
|
|
4864
4469
|
"tagged-tag": "^1.0.0"
|