appium-uiautomator2-driver 6.1.1 → 6.2.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/README.md +23 -0
- package/build/lib/constraints.d.ts +1 -1
- package/build/lib/driver.d.ts +3 -0
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/execute-method-map.d.ts +3 -0
- package/build/lib/execute-method-map.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +138 -604
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "6.
|
|
9
|
+
"version": "6.2.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
13
|
-
"appium-android-driver": "^12.
|
|
13
|
+
"appium-android-driver": "^12.2.0",
|
|
14
14
|
"appium-uiautomator2-server": "^9.0.0",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
16
16
|
"axios": "^1.12.2",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
47
47
|
"mocha": "^11.0.1",
|
|
48
48
|
"prettier": "^3.0.3",
|
|
49
|
-
"semantic-release": "^25.0.
|
|
49
|
+
"semantic-release": "^25.0.2",
|
|
50
50
|
"sharp": "^0.x",
|
|
51
51
|
"sinon": "^21.0.0",
|
|
52
52
|
"ts-node": "^10.9.1",
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"node_modules/@appium/base-driver": {
|
|
67
|
-
"version": "10.1.
|
|
68
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.
|
|
69
|
-
"integrity": "sha512-
|
|
67
|
+
"version": "10.1.1",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.1.tgz",
|
|
69
|
+
"integrity": "sha512-7I6SxkqkUojD+LzasixT+G6HEZs1a4sRMbeqwkSPCwf7WlvV0WctFFWNmjDrk+XVVqctafXLrqrDWpfGouw4bQ==",
|
|
70
70
|
"license": "Apache-2.0",
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@appium/support": "^7.0.
|
|
73
|
-
"@appium/types": "^1.1.
|
|
72
|
+
"@appium/support": "^7.0.3",
|
|
73
|
+
"@appium/types": "^1.1.1",
|
|
74
74
|
"@colors/colors": "1.6.0",
|
|
75
75
|
"async-lock": "1.4.1",
|
|
76
76
|
"asyncbox": "3.0.0",
|
|
77
|
-
"axios": "1.
|
|
77
|
+
"axios": "1.13.2",
|
|
78
78
|
"bluebird": "3.7.2",
|
|
79
79
|
"body-parser": "2.2.0",
|
|
80
80
|
"express": "5.1.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"path-to-regexp": "8.3.0",
|
|
88
88
|
"serve-favicon": "2.5.1",
|
|
89
89
|
"source-map-support": "0.5.21",
|
|
90
|
-
"type-fest": "5.0
|
|
90
|
+
"type-fest": "5.2.0"
|
|
91
91
|
},
|
|
92
92
|
"engines": {
|
|
93
93
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -97,25 +97,14 @@
|
|
|
97
97
|
"spdy": "4.0.2"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
101
|
-
"version": "1.12.2",
|
|
102
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
103
|
-
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
104
|
-
"license": "MIT",
|
|
105
|
-
"dependencies": {
|
|
106
|
-
"follow-redirects": "^1.15.6",
|
|
107
|
-
"form-data": "^4.0.4",
|
|
108
|
-
"proxy-from-env": "^1.1.0"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
100
|
"node_modules/@appium/base-plugin": {
|
|
112
|
-
"version": "3.0.
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.
|
|
114
|
-
"integrity": "sha512-
|
|
101
|
+
"version": "3.0.4",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.4.tgz",
|
|
103
|
+
"integrity": "sha512-qpIkPT99EadfKQ2Jr8kHaY4uWeaRR77UVEbzjPTti4W82/nG9GCAWYJv2ORt3AY6PIGl1/Cp95tsOq9eatDQVA==",
|
|
115
104
|
"license": "Apache-2.0",
|
|
116
105
|
"dependencies": {
|
|
117
|
-
"@appium/base-driver": "^10.1.
|
|
118
|
-
"@appium/support": "^7.0.
|
|
106
|
+
"@appium/base-driver": "^10.1.1",
|
|
107
|
+
"@appium/support": "^7.0.3"
|
|
119
108
|
},
|
|
120
109
|
"engines": {
|
|
121
110
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -123,12 +112,12 @@
|
|
|
123
112
|
}
|
|
124
113
|
},
|
|
125
114
|
"node_modules/@appium/docutils": {
|
|
126
|
-
"version": "2.1.
|
|
127
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.
|
|
128
|
-
"integrity": "sha512-
|
|
115
|
+
"version": "2.1.2",
|
|
116
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.2.tgz",
|
|
117
|
+
"integrity": "sha512-zJYdL0wWZfgE7uoCgcYCHmhgopehGAA6WEMc5fj4Sj81YdbVJsR3sqD3xj832GmbtP5FEoaFWi2xiHoovreA9w==",
|
|
129
118
|
"license": "Apache-2.0",
|
|
130
119
|
"dependencies": {
|
|
131
|
-
"@appium/support": "^7.0.
|
|
120
|
+
"@appium/support": "^7.0.3",
|
|
132
121
|
"chalk": "4.1.2",
|
|
133
122
|
"consola": "3.4.2",
|
|
134
123
|
"diff": "8.0.2",
|
|
@@ -137,8 +126,8 @@
|
|
|
137
126
|
"pkg-dir": "5.0.0",
|
|
138
127
|
"read-pkg": "5.2.0",
|
|
139
128
|
"source-map-support": "0.5.21",
|
|
140
|
-
"teen_process": "3.0.
|
|
141
|
-
"type-fest": "5.0
|
|
129
|
+
"teen_process": "3.0.2",
|
|
130
|
+
"type-fest": "5.2.0",
|
|
142
131
|
"yaml": "2.8.1",
|
|
143
132
|
"yargs": "18.0.0",
|
|
144
133
|
"yargs-parser": "22.0.0"
|
|
@@ -152,9 +141,9 @@
|
|
|
152
141
|
}
|
|
153
142
|
},
|
|
154
143
|
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
155
|
-
"version": "3.0.
|
|
156
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
157
|
-
"integrity": "sha512-
|
|
144
|
+
"version": "3.0.2",
|
|
145
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
146
|
+
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
158
147
|
"license": "Apache-2.0",
|
|
159
148
|
"dependencies": {
|
|
160
149
|
"bluebird": "^3.7.2",
|
|
@@ -198,17 +187,17 @@
|
|
|
198
187
|
}
|
|
199
188
|
},
|
|
200
189
|
"node_modules/@appium/support": {
|
|
201
|
-
"version": "7.0.
|
|
202
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
203
|
-
"integrity": "sha512-
|
|
190
|
+
"version": "7.0.3",
|
|
191
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.3.tgz",
|
|
192
|
+
"integrity": "sha512-r4vHjR+wQxg4DND9StWUM2GZvNO3+6ePVplBMKFU+HfKgxw07qjxf08CYMXvJb/YUMwhAhhbVRqzmGudNAk+bg==",
|
|
204
193
|
"license": "Apache-2.0",
|
|
205
194
|
"dependencies": {
|
|
206
195
|
"@appium/logger": "^2.0.2",
|
|
207
196
|
"@appium/tsconfig": "^1.1.0",
|
|
208
|
-
"@appium/types": "^1.1.
|
|
197
|
+
"@appium/types": "^1.1.1",
|
|
209
198
|
"@colors/colors": "1.6.0",
|
|
210
199
|
"archiver": "7.0.1",
|
|
211
|
-
"axios": "1.
|
|
200
|
+
"axios": "1.13.2",
|
|
212
201
|
"base64-stream": "1.0.0",
|
|
213
202
|
"bluebird": "3.7.2",
|
|
214
203
|
"bplist-creator": "0.1.1",
|
|
@@ -233,8 +222,8 @@
|
|
|
233
222
|
"shell-quote": "1.8.3",
|
|
234
223
|
"source-map-support": "0.5.21",
|
|
235
224
|
"supports-color": "8.1.1",
|
|
236
|
-
"teen_process": "3.0.
|
|
237
|
-
"type-fest": "5.0
|
|
225
|
+
"teen_process": "3.0.2",
|
|
226
|
+
"type-fest": "5.2.0",
|
|
238
227
|
"uuid": "13.0.0",
|
|
239
228
|
"which": "5.0.0",
|
|
240
229
|
"yauzl": "3.2.0"
|
|
@@ -244,485 +233,13 @@
|
|
|
244
233
|
"npm": ">=10"
|
|
245
234
|
},
|
|
246
235
|
"optionalDependencies": {
|
|
247
|
-
"sharp": "0.34.
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
"node_modules/@appium/support/node_modules/@img/sharp-darwin-arm64": {
|
|
251
|
-
"version": "0.34.4",
|
|
252
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",
|
|
253
|
-
"integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",
|
|
254
|
-
"cpu": [
|
|
255
|
-
"arm64"
|
|
256
|
-
],
|
|
257
|
-
"license": "Apache-2.0",
|
|
258
|
-
"optional": true,
|
|
259
|
-
"os": [
|
|
260
|
-
"darwin"
|
|
261
|
-
],
|
|
262
|
-
"engines": {
|
|
263
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
264
|
-
},
|
|
265
|
-
"funding": {
|
|
266
|
-
"url": "https://opencollective.com/libvips"
|
|
267
|
-
},
|
|
268
|
-
"optionalDependencies": {
|
|
269
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.3"
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
"node_modules/@appium/support/node_modules/@img/sharp-darwin-x64": {
|
|
273
|
-
"version": "0.34.4",
|
|
274
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",
|
|
275
|
-
"integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",
|
|
276
|
-
"cpu": [
|
|
277
|
-
"x64"
|
|
278
|
-
],
|
|
279
|
-
"license": "Apache-2.0",
|
|
280
|
-
"optional": true,
|
|
281
|
-
"os": [
|
|
282
|
-
"darwin"
|
|
283
|
-
],
|
|
284
|
-
"engines": {
|
|
285
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
286
|
-
},
|
|
287
|
-
"funding": {
|
|
288
|
-
"url": "https://opencollective.com/libvips"
|
|
289
|
-
},
|
|
290
|
-
"optionalDependencies": {
|
|
291
|
-
"@img/sharp-libvips-darwin-x64": "1.2.3"
|
|
292
|
-
}
|
|
293
|
-
},
|
|
294
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
295
|
-
"version": "1.2.3",
|
|
296
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",
|
|
297
|
-
"integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",
|
|
298
|
-
"cpu": [
|
|
299
|
-
"arm64"
|
|
300
|
-
],
|
|
301
|
-
"license": "LGPL-3.0-or-later",
|
|
302
|
-
"optional": true,
|
|
303
|
-
"os": [
|
|
304
|
-
"darwin"
|
|
305
|
-
],
|
|
306
|
-
"funding": {
|
|
307
|
-
"url": "https://opencollective.com/libvips"
|
|
308
|
-
}
|
|
309
|
-
},
|
|
310
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-darwin-x64": {
|
|
311
|
-
"version": "1.2.3",
|
|
312
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",
|
|
313
|
-
"integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",
|
|
314
|
-
"cpu": [
|
|
315
|
-
"x64"
|
|
316
|
-
],
|
|
317
|
-
"license": "LGPL-3.0-or-later",
|
|
318
|
-
"optional": true,
|
|
319
|
-
"os": [
|
|
320
|
-
"darwin"
|
|
321
|
-
],
|
|
322
|
-
"funding": {
|
|
323
|
-
"url": "https://opencollective.com/libvips"
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-arm": {
|
|
327
|
-
"version": "1.2.3",
|
|
328
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",
|
|
329
|
-
"integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",
|
|
330
|
-
"cpu": [
|
|
331
|
-
"arm"
|
|
332
|
-
],
|
|
333
|
-
"license": "LGPL-3.0-or-later",
|
|
334
|
-
"optional": true,
|
|
335
|
-
"os": [
|
|
336
|
-
"linux"
|
|
337
|
-
],
|
|
338
|
-
"funding": {
|
|
339
|
-
"url": "https://opencollective.com/libvips"
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-arm64": {
|
|
343
|
-
"version": "1.2.3",
|
|
344
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",
|
|
345
|
-
"integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",
|
|
346
|
-
"cpu": [
|
|
347
|
-
"arm64"
|
|
348
|
-
],
|
|
349
|
-
"license": "LGPL-3.0-or-later",
|
|
350
|
-
"optional": true,
|
|
351
|
-
"os": [
|
|
352
|
-
"linux"
|
|
353
|
-
],
|
|
354
|
-
"funding": {
|
|
355
|
-
"url": "https://opencollective.com/libvips"
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
359
|
-
"version": "1.2.3",
|
|
360
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",
|
|
361
|
-
"integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",
|
|
362
|
-
"cpu": [
|
|
363
|
-
"ppc64"
|
|
364
|
-
],
|
|
365
|
-
"license": "LGPL-3.0-or-later",
|
|
366
|
-
"optional": true,
|
|
367
|
-
"os": [
|
|
368
|
-
"linux"
|
|
369
|
-
],
|
|
370
|
-
"funding": {
|
|
371
|
-
"url": "https://opencollective.com/libvips"
|
|
372
|
-
}
|
|
373
|
-
},
|
|
374
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-s390x": {
|
|
375
|
-
"version": "1.2.3",
|
|
376
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",
|
|
377
|
-
"integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",
|
|
378
|
-
"cpu": [
|
|
379
|
-
"s390x"
|
|
380
|
-
],
|
|
381
|
-
"license": "LGPL-3.0-or-later",
|
|
382
|
-
"optional": true,
|
|
383
|
-
"os": [
|
|
384
|
-
"linux"
|
|
385
|
-
],
|
|
386
|
-
"funding": {
|
|
387
|
-
"url": "https://opencollective.com/libvips"
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
391
|
-
"version": "1.2.3",
|
|
392
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz",
|
|
393
|
-
"integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==",
|
|
394
|
-
"cpu": [
|
|
395
|
-
"x64"
|
|
396
|
-
],
|
|
397
|
-
"license": "LGPL-3.0-or-later",
|
|
398
|
-
"optional": true,
|
|
399
|
-
"os": [
|
|
400
|
-
"linux"
|
|
401
|
-
],
|
|
402
|
-
"funding": {
|
|
403
|
-
"url": "https://opencollective.com/libvips"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
407
|
-
"version": "1.2.3",
|
|
408
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",
|
|
409
|
-
"integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",
|
|
410
|
-
"cpu": [
|
|
411
|
-
"arm64"
|
|
412
|
-
],
|
|
413
|
-
"license": "LGPL-3.0-or-later",
|
|
414
|
-
"optional": true,
|
|
415
|
-
"os": [
|
|
416
|
-
"linux"
|
|
417
|
-
],
|
|
418
|
-
"funding": {
|
|
419
|
-
"url": "https://opencollective.com/libvips"
|
|
420
|
-
}
|
|
421
|
-
},
|
|
422
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
423
|
-
"version": "1.2.3",
|
|
424
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",
|
|
425
|
-
"integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==",
|
|
426
|
-
"cpu": [
|
|
427
|
-
"x64"
|
|
428
|
-
],
|
|
429
|
-
"license": "LGPL-3.0-or-later",
|
|
430
|
-
"optional": true,
|
|
431
|
-
"os": [
|
|
432
|
-
"linux"
|
|
433
|
-
],
|
|
434
|
-
"funding": {
|
|
435
|
-
"url": "https://opencollective.com/libvips"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-arm": {
|
|
439
|
-
"version": "0.34.4",
|
|
440
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz",
|
|
441
|
-
"integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==",
|
|
442
|
-
"cpu": [
|
|
443
|
-
"arm"
|
|
444
|
-
],
|
|
445
|
-
"license": "Apache-2.0",
|
|
446
|
-
"optional": true,
|
|
447
|
-
"os": [
|
|
448
|
-
"linux"
|
|
449
|
-
],
|
|
450
|
-
"engines": {
|
|
451
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
452
|
-
},
|
|
453
|
-
"funding": {
|
|
454
|
-
"url": "https://opencollective.com/libvips"
|
|
455
|
-
},
|
|
456
|
-
"optionalDependencies": {
|
|
457
|
-
"@img/sharp-libvips-linux-arm": "1.2.3"
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-arm64": {
|
|
461
|
-
"version": "0.34.4",
|
|
462
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz",
|
|
463
|
-
"integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==",
|
|
464
|
-
"cpu": [
|
|
465
|
-
"arm64"
|
|
466
|
-
],
|
|
467
|
-
"license": "Apache-2.0",
|
|
468
|
-
"optional": true,
|
|
469
|
-
"os": [
|
|
470
|
-
"linux"
|
|
471
|
-
],
|
|
472
|
-
"engines": {
|
|
473
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
474
|
-
},
|
|
475
|
-
"funding": {
|
|
476
|
-
"url": "https://opencollective.com/libvips"
|
|
477
|
-
},
|
|
478
|
-
"optionalDependencies": {
|
|
479
|
-
"@img/sharp-libvips-linux-arm64": "1.2.3"
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-ppc64": {
|
|
483
|
-
"version": "0.34.4",
|
|
484
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz",
|
|
485
|
-
"integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==",
|
|
486
|
-
"cpu": [
|
|
487
|
-
"ppc64"
|
|
488
|
-
],
|
|
489
|
-
"license": "Apache-2.0",
|
|
490
|
-
"optional": true,
|
|
491
|
-
"os": [
|
|
492
|
-
"linux"
|
|
493
|
-
],
|
|
494
|
-
"engines": {
|
|
495
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
496
|
-
},
|
|
497
|
-
"funding": {
|
|
498
|
-
"url": "https://opencollective.com/libvips"
|
|
499
|
-
},
|
|
500
|
-
"optionalDependencies": {
|
|
501
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.3"
|
|
502
|
-
}
|
|
503
|
-
},
|
|
504
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-s390x": {
|
|
505
|
-
"version": "0.34.4",
|
|
506
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz",
|
|
507
|
-
"integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==",
|
|
508
|
-
"cpu": [
|
|
509
|
-
"s390x"
|
|
510
|
-
],
|
|
511
|
-
"license": "Apache-2.0",
|
|
512
|
-
"optional": true,
|
|
513
|
-
"os": [
|
|
514
|
-
"linux"
|
|
515
|
-
],
|
|
516
|
-
"engines": {
|
|
517
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
518
|
-
},
|
|
519
|
-
"funding": {
|
|
520
|
-
"url": "https://opencollective.com/libvips"
|
|
521
|
-
},
|
|
522
|
-
"optionalDependencies": {
|
|
523
|
-
"@img/sharp-libvips-linux-s390x": "1.2.3"
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
527
|
-
"version": "0.34.4",
|
|
528
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz",
|
|
529
|
-
"integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==",
|
|
530
|
-
"cpu": [
|
|
531
|
-
"x64"
|
|
532
|
-
],
|
|
533
|
-
"license": "Apache-2.0",
|
|
534
|
-
"optional": true,
|
|
535
|
-
"os": [
|
|
536
|
-
"linux"
|
|
537
|
-
],
|
|
538
|
-
"engines": {
|
|
539
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
540
|
-
},
|
|
541
|
-
"funding": {
|
|
542
|
-
"url": "https://opencollective.com/libvips"
|
|
543
|
-
},
|
|
544
|
-
"optionalDependencies": {
|
|
545
|
-
"@img/sharp-libvips-linux-x64": "1.2.3"
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-arm64": {
|
|
549
|
-
"version": "0.34.4",
|
|
550
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz",
|
|
551
|
-
"integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==",
|
|
552
|
-
"cpu": [
|
|
553
|
-
"arm64"
|
|
554
|
-
],
|
|
555
|
-
"license": "Apache-2.0",
|
|
556
|
-
"optional": true,
|
|
557
|
-
"os": [
|
|
558
|
-
"linux"
|
|
559
|
-
],
|
|
560
|
-
"engines": {
|
|
561
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
562
|
-
},
|
|
563
|
-
"funding": {
|
|
564
|
-
"url": "https://opencollective.com/libvips"
|
|
565
|
-
},
|
|
566
|
-
"optionalDependencies": {
|
|
567
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3"
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-x64": {
|
|
571
|
-
"version": "0.34.4",
|
|
572
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz",
|
|
573
|
-
"integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==",
|
|
574
|
-
"cpu": [
|
|
575
|
-
"x64"
|
|
576
|
-
],
|
|
577
|
-
"license": "Apache-2.0",
|
|
578
|
-
"optional": true,
|
|
579
|
-
"os": [
|
|
580
|
-
"linux"
|
|
581
|
-
],
|
|
582
|
-
"engines": {
|
|
583
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
584
|
-
},
|
|
585
|
-
"funding": {
|
|
586
|
-
"url": "https://opencollective.com/libvips"
|
|
587
|
-
},
|
|
588
|
-
"optionalDependencies": {
|
|
589
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.2.3"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
"node_modules/@appium/support/node_modules/@img/sharp-wasm32": {
|
|
593
|
-
"version": "0.34.4",
|
|
594
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz",
|
|
595
|
-
"integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==",
|
|
596
|
-
"cpu": [
|
|
597
|
-
"wasm32"
|
|
598
|
-
],
|
|
599
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
600
|
-
"optional": true,
|
|
601
|
-
"dependencies": {
|
|
602
|
-
"@emnapi/runtime": "^1.5.0"
|
|
603
|
-
},
|
|
604
|
-
"engines": {
|
|
605
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
606
|
-
},
|
|
607
|
-
"funding": {
|
|
608
|
-
"url": "https://opencollective.com/libvips"
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
"node_modules/@appium/support/node_modules/@img/sharp-win32-arm64": {
|
|
612
|
-
"version": "0.34.4",
|
|
613
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz",
|
|
614
|
-
"integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==",
|
|
615
|
-
"cpu": [
|
|
616
|
-
"arm64"
|
|
617
|
-
],
|
|
618
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
619
|
-
"optional": true,
|
|
620
|
-
"os": [
|
|
621
|
-
"win32"
|
|
622
|
-
],
|
|
623
|
-
"engines": {
|
|
624
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
625
|
-
},
|
|
626
|
-
"funding": {
|
|
627
|
-
"url": "https://opencollective.com/libvips"
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
"node_modules/@appium/support/node_modules/@img/sharp-win32-ia32": {
|
|
631
|
-
"version": "0.34.4",
|
|
632
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz",
|
|
633
|
-
"integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==",
|
|
634
|
-
"cpu": [
|
|
635
|
-
"ia32"
|
|
636
|
-
],
|
|
637
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
638
|
-
"optional": true,
|
|
639
|
-
"os": [
|
|
640
|
-
"win32"
|
|
641
|
-
],
|
|
642
|
-
"engines": {
|
|
643
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
644
|
-
},
|
|
645
|
-
"funding": {
|
|
646
|
-
"url": "https://opencollective.com/libvips"
|
|
647
|
-
}
|
|
648
|
-
},
|
|
649
|
-
"node_modules/@appium/support/node_modules/@img/sharp-win32-x64": {
|
|
650
|
-
"version": "0.34.4",
|
|
651
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz",
|
|
652
|
-
"integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==",
|
|
653
|
-
"cpu": [
|
|
654
|
-
"x64"
|
|
655
|
-
],
|
|
656
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
657
|
-
"optional": true,
|
|
658
|
-
"os": [
|
|
659
|
-
"win32"
|
|
660
|
-
],
|
|
661
|
-
"engines": {
|
|
662
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
663
|
-
},
|
|
664
|
-
"funding": {
|
|
665
|
-
"url": "https://opencollective.com/libvips"
|
|
666
|
-
}
|
|
667
|
-
},
|
|
668
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
669
|
-
"version": "1.12.2",
|
|
670
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
671
|
-
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
672
|
-
"license": "MIT",
|
|
673
|
-
"dependencies": {
|
|
674
|
-
"follow-redirects": "^1.15.6",
|
|
675
|
-
"form-data": "^4.0.4",
|
|
676
|
-
"proxy-from-env": "^1.1.0"
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
"node_modules/@appium/support/node_modules/sharp": {
|
|
680
|
-
"version": "0.34.4",
|
|
681
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
|
|
682
|
-
"integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
|
|
683
|
-
"hasInstallScript": true,
|
|
684
|
-
"license": "Apache-2.0",
|
|
685
|
-
"optional": true,
|
|
686
|
-
"dependencies": {
|
|
687
|
-
"@img/colour": "^1.0.0",
|
|
688
|
-
"detect-libc": "^2.1.0",
|
|
689
|
-
"semver": "^7.7.2"
|
|
690
|
-
},
|
|
691
|
-
"engines": {
|
|
692
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
693
|
-
},
|
|
694
|
-
"funding": {
|
|
695
|
-
"url": "https://opencollective.com/libvips"
|
|
696
|
-
},
|
|
697
|
-
"optionalDependencies": {
|
|
698
|
-
"@img/sharp-darwin-arm64": "0.34.4",
|
|
699
|
-
"@img/sharp-darwin-x64": "0.34.4",
|
|
700
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.3",
|
|
701
|
-
"@img/sharp-libvips-darwin-x64": "1.2.3",
|
|
702
|
-
"@img/sharp-libvips-linux-arm": "1.2.3",
|
|
703
|
-
"@img/sharp-libvips-linux-arm64": "1.2.3",
|
|
704
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.3",
|
|
705
|
-
"@img/sharp-libvips-linux-s390x": "1.2.3",
|
|
706
|
-
"@img/sharp-libvips-linux-x64": "1.2.3",
|
|
707
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
|
|
708
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.2.3",
|
|
709
|
-
"@img/sharp-linux-arm": "0.34.4",
|
|
710
|
-
"@img/sharp-linux-arm64": "0.34.4",
|
|
711
|
-
"@img/sharp-linux-ppc64": "0.34.4",
|
|
712
|
-
"@img/sharp-linux-s390x": "0.34.4",
|
|
713
|
-
"@img/sharp-linux-x64": "0.34.4",
|
|
714
|
-
"@img/sharp-linuxmusl-arm64": "0.34.4",
|
|
715
|
-
"@img/sharp-linuxmusl-x64": "0.34.4",
|
|
716
|
-
"@img/sharp-wasm32": "0.34.4",
|
|
717
|
-
"@img/sharp-win32-arm64": "0.34.4",
|
|
718
|
-
"@img/sharp-win32-ia32": "0.34.4",
|
|
719
|
-
"@img/sharp-win32-x64": "0.34.4"
|
|
236
|
+
"sharp": "0.34.5"
|
|
720
237
|
}
|
|
721
238
|
},
|
|
722
239
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
723
|
-
"version": "3.0.
|
|
724
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
725
|
-
"integrity": "sha512-
|
|
240
|
+
"version": "3.0.2",
|
|
241
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
242
|
+
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
726
243
|
"license": "Apache-2.0",
|
|
727
244
|
"dependencies": {
|
|
728
245
|
"bluebird": "^3.7.2",
|
|
@@ -749,15 +266,15 @@
|
|
|
749
266
|
}
|
|
750
267
|
},
|
|
751
268
|
"node_modules/@appium/types": {
|
|
752
|
-
"version": "1.1.
|
|
753
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.
|
|
754
|
-
"integrity": "sha512-
|
|
269
|
+
"version": "1.1.1",
|
|
270
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.1.tgz",
|
|
271
|
+
"integrity": "sha512-zYuCH/QmDfh1F8S3+vz0GUjtAjvpKQdb6H41bhVuK+ZOQbhNWI8f+UdKXoCSOrtVK7dQ2R9uYm8hriJYLjadJw==",
|
|
755
272
|
"license": "Apache-2.0",
|
|
756
273
|
"dependencies": {
|
|
757
274
|
"@appium/logger": "^2.0.2",
|
|
758
275
|
"@appium/schema": "^1.0.0",
|
|
759
276
|
"@appium/tsconfig": "^1.1.0",
|
|
760
|
-
"type-fest": "5.0
|
|
277
|
+
"type-fest": "5.2.0"
|
|
761
278
|
},
|
|
762
279
|
"engines": {
|
|
763
280
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -807,16 +324,6 @@
|
|
|
807
324
|
"kuler": "^2.0.0"
|
|
808
325
|
}
|
|
809
326
|
},
|
|
810
|
-
"node_modules/@emnapi/runtime": {
|
|
811
|
-
"version": "1.7.0",
|
|
812
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.0.tgz",
|
|
813
|
-
"integrity": "sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==",
|
|
814
|
-
"license": "MIT",
|
|
815
|
-
"optional": true,
|
|
816
|
-
"dependencies": {
|
|
817
|
-
"tslib": "^2.4.0"
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
327
|
"node_modules/@img/colour": {
|
|
821
328
|
"version": "1.0.0",
|
|
822
329
|
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
|
|
@@ -1026,26 +533,26 @@
|
|
|
1026
533
|
}
|
|
1027
534
|
},
|
|
1028
535
|
"node_modules/appium": {
|
|
1029
|
-
"version": "3.1.
|
|
1030
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.
|
|
1031
|
-
"integrity": "sha512-
|
|
536
|
+
"version": "3.1.1",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.1.tgz",
|
|
538
|
+
"integrity": "sha512-0XEpQ7kIAIMPHT4eZRuczfzZhh/X/n6+IGX7URSCSm67ppyPl0zZvS3ZzLHXdfBIPiQi4T00CT1Id/9Ni26wdQ==",
|
|
1032
539
|
"hasInstallScript": true,
|
|
1033
540
|
"license": "Apache-2.0",
|
|
1034
541
|
"dependencies": {
|
|
1035
|
-
"@appium/base-driver": "^10.1.
|
|
1036
|
-
"@appium/base-plugin": "^3.0.
|
|
1037
|
-
"@appium/docutils": "^2.1.
|
|
542
|
+
"@appium/base-driver": "^10.1.1",
|
|
543
|
+
"@appium/base-plugin": "^3.0.4",
|
|
544
|
+
"@appium/docutils": "^2.1.2",
|
|
1038
545
|
"@appium/logger": "^2.0.2",
|
|
1039
546
|
"@appium/schema": "^1.0.0",
|
|
1040
|
-
"@appium/support": "^7.0.
|
|
1041
|
-
"@appium/types": "^1.1.
|
|
547
|
+
"@appium/support": "^7.0.3",
|
|
548
|
+
"@appium/types": "^1.1.1",
|
|
1042
549
|
"@sidvind/better-ajv-errors": "4.0.0",
|
|
1043
550
|
"ajv": "8.17.1",
|
|
1044
551
|
"ajv-formats": "3.0.1",
|
|
1045
552
|
"argparse": "2.0.1",
|
|
1046
553
|
"async-lock": "1.4.1",
|
|
1047
554
|
"asyncbox": "3.0.0",
|
|
1048
|
-
"axios": "1.
|
|
555
|
+
"axios": "1.13.2",
|
|
1049
556
|
"bluebird": "3.7.2",
|
|
1050
557
|
"lilconfig": "3.1.3",
|
|
1051
558
|
"lodash": "4.17.21",
|
|
@@ -1055,8 +562,8 @@
|
|
|
1055
562
|
"resolve-from": "5.0.0",
|
|
1056
563
|
"semver": "7.7.3",
|
|
1057
564
|
"source-map-support": "0.5.21",
|
|
1058
|
-
"teen_process": "3.0.
|
|
1059
|
-
"type-fest": "5.0
|
|
565
|
+
"teen_process": "3.0.2",
|
|
566
|
+
"type-fest": "5.2.0",
|
|
1060
567
|
"winston": "3.18.3",
|
|
1061
568
|
"wrap-ansi": "7.0.0",
|
|
1062
569
|
"ws": "8.18.3",
|
|
@@ -1071,9 +578,9 @@
|
|
|
1071
578
|
}
|
|
1072
579
|
},
|
|
1073
580
|
"node_modules/appium-adb": {
|
|
1074
|
-
"version": "14.0.
|
|
1075
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.0.
|
|
1076
|
-
"integrity": "sha512-
|
|
581
|
+
"version": "14.0.3",
|
|
582
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.0.3.tgz",
|
|
583
|
+
"integrity": "sha512-fJIEikjVoKsj9PfM2iPBn4kEMHy78ZY6PBC4pTiSv0rlAgxnScQW9OLm2l4wEaE8ODwnY2zJZDHehEGZ2b79fg==",
|
|
1077
584
|
"license": "Apache-2.0",
|
|
1078
585
|
"dependencies": {
|
|
1079
586
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -1093,9 +600,9 @@
|
|
|
1093
600
|
}
|
|
1094
601
|
},
|
|
1095
602
|
"node_modules/appium-android-driver": {
|
|
1096
|
-
"version": "12.
|
|
1097
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.
|
|
1098
|
-
"integrity": "sha512-
|
|
603
|
+
"version": "12.2.0",
|
|
604
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.2.0.tgz",
|
|
605
|
+
"integrity": "sha512-fxigSuBqnWPMZuEuBs4hW3cbWtU6EeeSySF5i3I7hMzZyfUG5DIRnIJCr1FFZAakHgXPsFB6lR2h5Xlm2JltXQ==",
|
|
1099
606
|
"license": "Apache-2.0",
|
|
1100
607
|
"dependencies": {
|
|
1101
608
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -1105,7 +612,7 @@
|
|
|
1105
612
|
"asyncbox": "^3.0.0",
|
|
1106
613
|
"axios": "^1.x",
|
|
1107
614
|
"bluebird": "^3.4.7",
|
|
1108
|
-
"io.appium.settings": "^7.0.
|
|
615
|
+
"io.appium.settings": "^7.0.3",
|
|
1109
616
|
"lodash": "^4.17.4",
|
|
1110
617
|
"lru-cache": "^11.1.0",
|
|
1111
618
|
"moment": "^2.24.0",
|
|
@@ -1125,9 +632,9 @@
|
|
|
1125
632
|
}
|
|
1126
633
|
},
|
|
1127
634
|
"node_modules/appium-chromedriver": {
|
|
1128
|
-
"version": "8.0.
|
|
1129
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.
|
|
1130
|
-
"integrity": "sha512-
|
|
635
|
+
"version": "8.0.21",
|
|
636
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.21.tgz",
|
|
637
|
+
"integrity": "sha512-l5SUc+VAykdFvwWwA7C6Kg4SdH45d1N/lyGvj/60b8W3Fv/HhfLDM0b1yhjH+leO7bBjS80iQI+z+P+1Fk5ydw==",
|
|
1131
638
|
"license": "Apache-2.0",
|
|
1132
639
|
"dependencies": {
|
|
1133
640
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -1150,30 +657,19 @@
|
|
|
1150
657
|
}
|
|
1151
658
|
},
|
|
1152
659
|
"node_modules/appium-uiautomator2-server": {
|
|
1153
|
-
"version": "9.1.
|
|
1154
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-9.1.
|
|
1155
|
-
"integrity": "sha512
|
|
660
|
+
"version": "9.1.3",
|
|
661
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-9.1.3.tgz",
|
|
662
|
+
"integrity": "sha512-TOV6QgeV+DGohP22V/9cQnNJdgRC7Arw8XbRGZup+Gu9xRThdqsXWDx/UlfNPwG+5ckMxwmJ8ySfodYjCPdQpw==",
|
|
1156
663
|
"license": "Apache-2.0",
|
|
1157
664
|
"engines": {
|
|
1158
665
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
1159
666
|
"npm": ">=10"
|
|
1160
667
|
}
|
|
1161
668
|
},
|
|
1162
|
-
"node_modules/appium/node_modules/axios": {
|
|
1163
|
-
"version": "1.12.2",
|
|
1164
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
1165
|
-
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
1166
|
-
"license": "MIT",
|
|
1167
|
-
"dependencies": {
|
|
1168
|
-
"follow-redirects": "^1.15.6",
|
|
1169
|
-
"form-data": "^4.0.4",
|
|
1170
|
-
"proxy-from-env": "^1.1.0"
|
|
1171
|
-
}
|
|
1172
|
-
},
|
|
1173
669
|
"node_modules/appium/node_modules/teen_process": {
|
|
1174
|
-
"version": "3.0.
|
|
1175
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
1176
|
-
"integrity": "sha512-
|
|
670
|
+
"version": "3.0.2",
|
|
671
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
672
|
+
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
1177
673
|
"license": "Apache-2.0",
|
|
1178
674
|
"dependencies": {
|
|
1179
675
|
"bluebird": "^3.7.2",
|
|
@@ -1716,13 +1212,13 @@
|
|
|
1716
1212
|
}
|
|
1717
1213
|
},
|
|
1718
1214
|
"node_modules/color": {
|
|
1719
|
-
"version": "5.0.
|
|
1720
|
-
"resolved": "https://registry.npmjs.org/color/-/color-5.0.
|
|
1721
|
-
"integrity": "sha512-
|
|
1215
|
+
"version": "5.0.3",
|
|
1216
|
+
"resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz",
|
|
1217
|
+
"integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==",
|
|
1722
1218
|
"license": "MIT",
|
|
1723
1219
|
"dependencies": {
|
|
1724
|
-
"color-convert": "^3.
|
|
1725
|
-
"color-string": "^2.
|
|
1220
|
+
"color-convert": "^3.1.3",
|
|
1221
|
+
"color-string": "^2.1.3"
|
|
1726
1222
|
},
|
|
1727
1223
|
"engines": {
|
|
1728
1224
|
"node": ">=18"
|
|
@@ -1747,9 +1243,9 @@
|
|
|
1747
1243
|
"license": "MIT"
|
|
1748
1244
|
},
|
|
1749
1245
|
"node_modules/color-string": {
|
|
1750
|
-
"version": "2.1.
|
|
1751
|
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.
|
|
1752
|
-
"integrity": "sha512-
|
|
1246
|
+
"version": "2.1.4",
|
|
1247
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz",
|
|
1248
|
+
"integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==",
|
|
1753
1249
|
"license": "MIT",
|
|
1754
1250
|
"dependencies": {
|
|
1755
1251
|
"color-name": "^2.0.0"
|
|
@@ -1759,18 +1255,18 @@
|
|
|
1759
1255
|
}
|
|
1760
1256
|
},
|
|
1761
1257
|
"node_modules/color-string/node_modules/color-name": {
|
|
1762
|
-
"version": "2.0
|
|
1763
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.
|
|
1764
|
-
"integrity": "sha512-
|
|
1258
|
+
"version": "2.1.0",
|
|
1259
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
|
|
1260
|
+
"integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
|
|
1765
1261
|
"license": "MIT",
|
|
1766
1262
|
"engines": {
|
|
1767
1263
|
"node": ">=12.20"
|
|
1768
1264
|
}
|
|
1769
1265
|
},
|
|
1770
1266
|
"node_modules/color/node_modules/color-convert": {
|
|
1771
|
-
"version": "3.1.
|
|
1772
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.
|
|
1773
|
-
"integrity": "sha512-
|
|
1267
|
+
"version": "3.1.3",
|
|
1268
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz",
|
|
1269
|
+
"integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==",
|
|
1774
1270
|
"license": "MIT",
|
|
1775
1271
|
"dependencies": {
|
|
1776
1272
|
"color-name": "^2.0.0"
|
|
@@ -1780,9 +1276,9 @@
|
|
|
1780
1276
|
}
|
|
1781
1277
|
},
|
|
1782
1278
|
"node_modules/color/node_modules/color-name": {
|
|
1783
|
-
"version": "2.0
|
|
1784
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.
|
|
1785
|
-
"integrity": "sha512-
|
|
1279
|
+
"version": "2.1.0",
|
|
1280
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
|
|
1281
|
+
"integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
|
|
1786
1282
|
"license": "MIT",
|
|
1787
1283
|
"engines": {
|
|
1788
1284
|
"node": ">=12.20"
|
|
@@ -2797,9 +2293,9 @@
|
|
|
2797
2293
|
}
|
|
2798
2294
|
},
|
|
2799
2295
|
"node_modules/io.appium.settings": {
|
|
2800
|
-
"version": "7.0.
|
|
2801
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.
|
|
2802
|
-
"integrity": "sha512-
|
|
2296
|
+
"version": "7.0.4",
|
|
2297
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.4.tgz",
|
|
2298
|
+
"integrity": "sha512-avLW3iJ3caQsM7oar60kqbwMJF3BoZDnpJBe3/mz+/4DywEtnCLmjdwGeDhFoUAB5i5gW/NzmoDjIyCBvkGZCg==",
|
|
2803
2299
|
"license": "Apache-2.0",
|
|
2804
2300
|
"dependencies": {
|
|
2805
2301
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -4086,6 +3582,51 @@
|
|
|
4086
3582
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
4087
3583
|
"license": "ISC"
|
|
4088
3584
|
},
|
|
3585
|
+
"node_modules/sharp": {
|
|
3586
|
+
"version": "0.34.5",
|
|
3587
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
3588
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
3589
|
+
"devOptional": true,
|
|
3590
|
+
"hasInstallScript": true,
|
|
3591
|
+
"license": "Apache-2.0",
|
|
3592
|
+
"dependencies": {
|
|
3593
|
+
"@img/colour": "^1.0.0",
|
|
3594
|
+
"detect-libc": "^2.1.2",
|
|
3595
|
+
"semver": "^7.7.3"
|
|
3596
|
+
},
|
|
3597
|
+
"engines": {
|
|
3598
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3599
|
+
},
|
|
3600
|
+
"funding": {
|
|
3601
|
+
"url": "https://opencollective.com/libvips"
|
|
3602
|
+
},
|
|
3603
|
+
"optionalDependencies": {
|
|
3604
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
3605
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
3606
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
3607
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
3608
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
3609
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
3610
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
3611
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
3612
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
3613
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
3614
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
3615
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
3616
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
3617
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
3618
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
3619
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
3620
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
3621
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
3622
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
3623
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
3624
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
3625
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
3626
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
3627
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
3628
|
+
}
|
|
3629
|
+
},
|
|
4089
3630
|
"node_modules/shebang-command": {
|
|
4090
3631
|
"version": "2.0.0",
|
|
4091
3632
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -4499,9 +4040,9 @@
|
|
|
4499
4040
|
}
|
|
4500
4041
|
},
|
|
4501
4042
|
"node_modules/teen_process": {
|
|
4502
|
-
"version": "3.0.
|
|
4503
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
4504
|
-
"integrity": "sha512-
|
|
4043
|
+
"version": "3.0.3",
|
|
4044
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.3.tgz",
|
|
4045
|
+
"integrity": "sha512-pYAojbLkaqXHpgze5AEdchW71OKownDPpqYpLTQsU/pUGMv3zr4yo2mSv/NnRAkRmsrNF2BP9byh2MVk9Y5H9A==",
|
|
4505
4046
|
"license": "Apache-2.0",
|
|
4506
4047
|
"dependencies": {
|
|
4507
4048
|
"bluebird": "^3.7.2",
|
|
@@ -4562,17 +4103,10 @@
|
|
|
4562
4103
|
"utf8-byte-length": "^1.0.1"
|
|
4563
4104
|
}
|
|
4564
4105
|
},
|
|
4565
|
-
"node_modules/tslib": {
|
|
4566
|
-
"version": "2.8.1",
|
|
4567
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
4568
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
4569
|
-
"devOptional": true,
|
|
4570
|
-
"license": "0BSD"
|
|
4571
|
-
},
|
|
4572
4106
|
"node_modules/type-fest": {
|
|
4573
|
-
"version": "5.0
|
|
4574
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.
|
|
4575
|
-
"integrity": "sha512-
|
|
4107
|
+
"version": "5.2.0",
|
|
4108
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz",
|
|
4109
|
+
"integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==",
|
|
4576
4110
|
"license": "(MIT OR CC0-1.0)",
|
|
4577
4111
|
"dependencies": {
|
|
4578
4112
|
"tagged-tag": "^1.0.0"
|