appium-uiautomator2-driver 2.44.2 → 2.44.3
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 +7 -0
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +9 -9
- package/build/lib/driver.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +10 -11
- package/npm-shrinkwrap.json +112 -255
- package/package.json +1 -1
package/lib/driver.ts
CHANGED
|
@@ -372,6 +372,16 @@ class AndroidUiautomator2Driver
|
|
|
372
372
|
};
|
|
373
373
|
_.defaults(this.opts, defaultOpts);
|
|
374
374
|
|
|
375
|
+
this.opts.adbPort = this.opts.adbPort || DEFAULT_ADB_PORT;
|
|
376
|
+
// get device udid for this session
|
|
377
|
+
const {udid, emPort} = await this.getDeviceInfoFromCaps();
|
|
378
|
+
this.opts.udid = udid;
|
|
379
|
+
// @ts-expect-error do not put random stuff on opts
|
|
380
|
+
this.opts.emPort = emPort;
|
|
381
|
+
// now that we know our java version and device info, we can create our
|
|
382
|
+
// ADB instance
|
|
383
|
+
this.adb = await this.createADB();
|
|
384
|
+
|
|
375
385
|
if (this.isChromeSession) {
|
|
376
386
|
this.log.info(`We're going to run a Chrome-based session`);
|
|
377
387
|
const {pkg, activity: defaultActivity} = utils.getChromePkg(this.opts.browserName!);
|
|
@@ -405,7 +415,6 @@ class AndroidUiautomator2Driver
|
|
|
405
415
|
'without the target application'
|
|
406
416
|
);
|
|
407
417
|
}
|
|
408
|
-
this.opts.adbPort = this.opts.adbPort || DEFAULT_ADB_PORT;
|
|
409
418
|
|
|
410
419
|
const result = await this.startUiAutomator2Session(startSessionOpts);
|
|
411
420
|
|
|
@@ -659,16 +668,6 @@ class AndroidUiautomator2Driver
|
|
|
659
668
|
async startUiAutomator2Session(
|
|
660
669
|
caps: Uiautomator2StartSessionOpts
|
|
661
670
|
): Promise<Uiautomator2SessionCaps> {
|
|
662
|
-
// get device udid for this session
|
|
663
|
-
const {udid, emPort} = await this.getDeviceInfoFromCaps();
|
|
664
|
-
this.opts.udid = udid;
|
|
665
|
-
// @ts-expect-error do not put random stuff on opts
|
|
666
|
-
this.opts.emPort = emPort;
|
|
667
|
-
|
|
668
|
-
// now that we know our java version and device info, we can create our
|
|
669
|
-
// ADB instance
|
|
670
|
-
this.adb = await this.createADB();
|
|
671
|
-
|
|
672
671
|
const appInfo = await this.performSessionPreExecSetup();
|
|
673
672
|
// set actual device name, udid, platform version, screen size, screen density, model and manufacturer details
|
|
674
673
|
const sessionInfo: Uiautomator2SessionInfo = {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.44.
|
|
3
|
+
"version": "2.44.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.44.
|
|
9
|
+
"version": "2.44.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.0.0",
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"node_modules/@appium/base-driver": {
|
|
87
|
-
"version": "9.5.
|
|
88
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.5.
|
|
89
|
-
"integrity": "sha512-
|
|
87
|
+
"version": "9.5.1",
|
|
88
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.5.1.tgz",
|
|
89
|
+
"integrity": "sha512-vOAautLIdNErhUbZFbIC6yo9xSxxK2FTjZfeELUBmPosSKezbRqx8htUt43CkwCr8PMDa5xv/OtYiG6k+bbgpg==",
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@appium/support": "^4.2.
|
|
92
|
-
"@appium/types": "^0.16.
|
|
91
|
+
"@appium/support": "^4.2.1",
|
|
92
|
+
"@appium/types": "^0.16.1",
|
|
93
93
|
"@colors/colors": "1.6.0",
|
|
94
94
|
"@types/async-lock": "1.4.2",
|
|
95
95
|
"@types/bluebird": "3.5.42",
|
|
@@ -99,20 +99,20 @@
|
|
|
99
99
|
"@types/serve-favicon": "2.5.7",
|
|
100
100
|
"async-lock": "1.4.1",
|
|
101
101
|
"asyncbox": "3.0.0",
|
|
102
|
-
"axios": "1.6.
|
|
102
|
+
"axios": "1.6.7",
|
|
103
103
|
"bluebird": "3.7.2",
|
|
104
104
|
"body-parser": "1.20.2",
|
|
105
105
|
"es6-error": "4.1.1",
|
|
106
106
|
"express": "4.18.2",
|
|
107
107
|
"http-status-codes": "2.3.0",
|
|
108
108
|
"lodash": "4.17.21",
|
|
109
|
-
"lru-cache": "10.
|
|
109
|
+
"lru-cache": "10.2.0",
|
|
110
110
|
"method-override": "3.0.0",
|
|
111
111
|
"morgan": "1.10.0",
|
|
112
112
|
"path-to-regexp": "6.2.1",
|
|
113
113
|
"serve-favicon": "2.5.0",
|
|
114
114
|
"source-map-support": "0.5.21",
|
|
115
|
-
"type-fest": "4.
|
|
115
|
+
"type-fest": "4.10.1",
|
|
116
116
|
"validate.js": "0.13.1"
|
|
117
117
|
},
|
|
118
118
|
"engines": {
|
|
@@ -123,20 +123,10 @@
|
|
|
123
123
|
"spdy": "4.0.2"
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
127
|
-
"version": "1.6.3",
|
|
128
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz",
|
|
129
|
-
"integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==",
|
|
130
|
-
"dependencies": {
|
|
131
|
-
"follow-redirects": "^1.15.0",
|
|
132
|
-
"form-data": "^4.0.0",
|
|
133
|
-
"proxy-from-env": "^1.1.0"
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
126
|
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
137
|
-
"version": "4.
|
|
138
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
139
|
-
"integrity": "sha512-
|
|
127
|
+
"version": "4.10.1",
|
|
128
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
|
|
129
|
+
"integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
|
|
140
130
|
"engines": {
|
|
141
131
|
"node": ">=16"
|
|
142
132
|
},
|
|
@@ -145,12 +135,12 @@
|
|
|
145
135
|
}
|
|
146
136
|
},
|
|
147
137
|
"node_modules/@appium/base-plugin": {
|
|
148
|
-
"version": "2.2.
|
|
149
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.
|
|
150
|
-
"integrity": "sha512-
|
|
138
|
+
"version": "2.2.27",
|
|
139
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.27.tgz",
|
|
140
|
+
"integrity": "sha512-b0UI5O8Xi/KsItmXCNCHRAPk1kKQVgcb0IqeUx68NQkwzQhvAW8dSoNCd4eICu555jOjo4ijuQf3kbbUUeG6qA==",
|
|
151
141
|
"dependencies": {
|
|
152
|
-
"@appium/base-driver": "^9.5.
|
|
153
|
-
"@appium/support": "^4.2.
|
|
142
|
+
"@appium/base-driver": "^9.5.1",
|
|
143
|
+
"@appium/support": "^4.2.1"
|
|
154
144
|
},
|
|
155
145
|
"engines": {
|
|
156
146
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -158,28 +148,26 @@
|
|
|
158
148
|
}
|
|
159
149
|
},
|
|
160
150
|
"node_modules/@appium/docutils": {
|
|
161
|
-
"version": "1.0.
|
|
162
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
163
|
-
"integrity": "sha512-
|
|
151
|
+
"version": "1.0.3",
|
|
152
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.3.tgz",
|
|
153
|
+
"integrity": "sha512-UbBptTMJrU6bxFMrHdTe/otX7/TNakIAHBQokw689mfYYwPi3JNPfctRDDnRoeDevZzErnR2ABQQ8kW2QKHScA==",
|
|
164
154
|
"dependencies": {
|
|
165
|
-
"@appium/support": "^4.2.
|
|
155
|
+
"@appium/support": "^4.2.1",
|
|
166
156
|
"@appium/tsconfig": "^0.x",
|
|
167
157
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
168
158
|
"@types/which": "3.0.3",
|
|
169
159
|
"chalk": "4.1.2",
|
|
170
|
-
"consola": "2.
|
|
160
|
+
"consola": "3.2.3",
|
|
171
161
|
"diff": "5.1.0",
|
|
172
|
-
"figures": "3.2.0",
|
|
173
162
|
"json5": "2.2.3",
|
|
174
163
|
"lilconfig": "3.0.0",
|
|
175
164
|
"lodash": "4.17.21",
|
|
176
|
-
"log-symbols": "4.1.0",
|
|
177
165
|
"pkg-dir": "5.0.0",
|
|
178
166
|
"read-pkg": "5.2.0",
|
|
179
167
|
"semver": "7.5.4",
|
|
180
168
|
"source-map-support": "0.5.21",
|
|
181
169
|
"teen_process": "2.1.1",
|
|
182
|
-
"type-fest": "4.
|
|
170
|
+
"type-fest": "4.10.1",
|
|
183
171
|
"typescript": "5.2.2",
|
|
184
172
|
"yaml": "2.3.4",
|
|
185
173
|
"yargs": "17.7.2",
|
|
@@ -194,9 +182,9 @@
|
|
|
194
182
|
}
|
|
195
183
|
},
|
|
196
184
|
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
197
|
-
"version": "4.
|
|
198
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
199
|
-
"integrity": "sha512-
|
|
185
|
+
"version": "4.10.1",
|
|
186
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
|
|
187
|
+
"integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
|
|
200
188
|
"engines": {
|
|
201
189
|
"node": ">=16"
|
|
202
190
|
},
|
|
@@ -219,12 +207,12 @@
|
|
|
219
207
|
}
|
|
220
208
|
},
|
|
221
209
|
"node_modules/@appium/support": {
|
|
222
|
-
"version": "4.2.
|
|
223
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.2.
|
|
224
|
-
"integrity": "sha512-
|
|
210
|
+
"version": "4.2.1",
|
|
211
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.2.1.tgz",
|
|
212
|
+
"integrity": "sha512-9XTkGP7lEs4pUsYqGf59nZwd/WXMzZfrra5SIYD0tzVRVB194fd9DNC5V7aLT0RZJgWZ+e2YJ++gwXvs8B+qwQ==",
|
|
225
213
|
"dependencies": {
|
|
226
214
|
"@appium/tsconfig": "^0.x",
|
|
227
|
-
"@appium/types": "^0.16.
|
|
215
|
+
"@appium/types": "^0.16.1",
|
|
228
216
|
"@colors/colors": "1.6.0",
|
|
229
217
|
"@types/archiver": "6.0.2",
|
|
230
218
|
"@types/base64-stream": "1.0.5",
|
|
@@ -240,10 +228,10 @@
|
|
|
240
228
|
"@types/shell-quote": "1.7.5",
|
|
241
229
|
"@types/supports-color": "8.1.3",
|
|
242
230
|
"@types/teen_process": "2.0.4",
|
|
243
|
-
"@types/uuid": "9.0.
|
|
231
|
+
"@types/uuid": "9.0.8",
|
|
244
232
|
"@types/which": "3.0.3",
|
|
245
233
|
"archiver": "6.0.1",
|
|
246
|
-
"axios": "1.6.
|
|
234
|
+
"axios": "1.6.7",
|
|
247
235
|
"base64-stream": "1.0.0",
|
|
248
236
|
"bluebird": "3.7.2",
|
|
249
237
|
"bplist-creator": "0.1.1",
|
|
@@ -272,7 +260,7 @@
|
|
|
272
260
|
"source-map-support": "0.5.21",
|
|
273
261
|
"supports-color": "8.1.1",
|
|
274
262
|
"teen_process": "2.1.1",
|
|
275
|
-
"type-fest": "4.
|
|
263
|
+
"type-fest": "4.10.1",
|
|
276
264
|
"uuid": "9.0.1",
|
|
277
265
|
"which": "4.0.0",
|
|
278
266
|
"yauzl": "2.10.0"
|
|
@@ -282,155 +270,13 @@
|
|
|
282
270
|
"npm": ">=8"
|
|
283
271
|
},
|
|
284
272
|
"optionalDependencies": {
|
|
285
|
-
"sharp": "0.33.
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
289
|
-
"version": "1.0.0",
|
|
290
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.0.tgz",
|
|
291
|
-
"integrity": "sha512-naldaJy4hSVhWBgEjfdBY85CAa4UO+W1nx6a1sWStHZ7EUfNiuBTTN2KUYT5dH1+p/xij1t2QSXfCiFJoC5S/Q==",
|
|
292
|
-
"cpu": [
|
|
293
|
-
"x64"
|
|
294
|
-
],
|
|
295
|
-
"optional": true,
|
|
296
|
-
"os": [
|
|
297
|
-
"linux"
|
|
298
|
-
],
|
|
299
|
-
"engines": {
|
|
300
|
-
"glibc": ">=2.26",
|
|
301
|
-
"npm": ">=9.6.5",
|
|
302
|
-
"pnpm": ">=7.1.0",
|
|
303
|
-
"yarn": ">=3.2.0"
|
|
304
|
-
},
|
|
305
|
-
"funding": {
|
|
306
|
-
"url": "https://opencollective.com/libvips"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
310
|
-
"version": "1.0.0",
|
|
311
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.0.tgz",
|
|
312
|
-
"integrity": "sha512-FW8iK6rJrg+X2jKD0Ajhjv6y74lToIBEvkZhl42nZt563FfxkCYacrXZtd+q/sRQDypQLzY5WdLkVTbJoPyqNg==",
|
|
313
|
-
"cpu": [
|
|
314
|
-
"x64"
|
|
315
|
-
],
|
|
316
|
-
"optional": true,
|
|
317
|
-
"os": [
|
|
318
|
-
"linux"
|
|
319
|
-
],
|
|
320
|
-
"engines": {
|
|
321
|
-
"musl": ">=1.2.2",
|
|
322
|
-
"npm": ">=9.6.5",
|
|
323
|
-
"pnpm": ">=7.1.0",
|
|
324
|
-
"yarn": ">=3.2.0"
|
|
325
|
-
},
|
|
326
|
-
"funding": {
|
|
327
|
-
"url": "https://opencollective.com/libvips"
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
331
|
-
"version": "0.33.1",
|
|
332
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.1.tgz",
|
|
333
|
-
"integrity": "sha512-4y8osC0cAc1TRpy02yn5omBeloZZwS62fPZ0WUAYQiLhSFSpWJfY/gMrzKzLcHB9ulUV6ExFiu2elMaixKDbeg==",
|
|
334
|
-
"cpu": [
|
|
335
|
-
"x64"
|
|
336
|
-
],
|
|
337
|
-
"optional": true,
|
|
338
|
-
"os": [
|
|
339
|
-
"linux"
|
|
340
|
-
],
|
|
341
|
-
"engines": {
|
|
342
|
-
"glibc": ">=2.26",
|
|
343
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
344
|
-
"npm": ">=9.6.5",
|
|
345
|
-
"pnpm": ">=7.1.0",
|
|
346
|
-
"yarn": ">=3.2.0"
|
|
347
|
-
},
|
|
348
|
-
"funding": {
|
|
349
|
-
"url": "https://opencollective.com/libvips"
|
|
350
|
-
},
|
|
351
|
-
"optionalDependencies": {
|
|
352
|
-
"@img/sharp-libvips-linux-x64": "1.0.0"
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-x64": {
|
|
356
|
-
"version": "0.33.1",
|
|
357
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.1.tgz",
|
|
358
|
-
"integrity": "sha512-LOGKNu5w8uu1evVqUAUKTix2sQu1XDRIYbsi5Q0c/SrXhvJ4QyOx+GaajxmOg5PZSsSnCYPSmhjHHsRBx06/wQ==",
|
|
359
|
-
"cpu": [
|
|
360
|
-
"x64"
|
|
361
|
-
],
|
|
362
|
-
"optional": true,
|
|
363
|
-
"os": [
|
|
364
|
-
"linux"
|
|
365
|
-
],
|
|
366
|
-
"engines": {
|
|
367
|
-
"musl": ">=1.2.2",
|
|
368
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
369
|
-
"npm": ">=9.6.5",
|
|
370
|
-
"pnpm": ">=7.1.0",
|
|
371
|
-
"yarn": ">=3.2.0"
|
|
372
|
-
},
|
|
373
|
-
"funding": {
|
|
374
|
-
"url": "https://opencollective.com/libvips"
|
|
375
|
-
},
|
|
376
|
-
"optionalDependencies": {
|
|
377
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.0"
|
|
378
|
-
}
|
|
379
|
-
},
|
|
380
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
381
|
-
"version": "1.6.3",
|
|
382
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz",
|
|
383
|
-
"integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==",
|
|
384
|
-
"dependencies": {
|
|
385
|
-
"follow-redirects": "^1.15.0",
|
|
386
|
-
"form-data": "^4.0.0",
|
|
387
|
-
"proxy-from-env": "^1.1.0"
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
"node_modules/@appium/support/node_modules/sharp": {
|
|
391
|
-
"version": "0.33.1",
|
|
392
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.1.tgz",
|
|
393
|
-
"integrity": "sha512-iAYUnOdTqqZDb3QjMneBKINTllCJDZ3em6WaWy7NPECM4aHncvqHRm0v0bN9nqJxMiwamv5KIdauJ6lUzKDpTQ==",
|
|
394
|
-
"hasInstallScript": true,
|
|
395
|
-
"optional": true,
|
|
396
|
-
"dependencies": {
|
|
397
|
-
"color": "^4.2.3",
|
|
398
|
-
"detect-libc": "^2.0.2",
|
|
399
|
-
"semver": "^7.5.4"
|
|
400
|
-
},
|
|
401
|
-
"engines": {
|
|
402
|
-
"libvips": ">=8.15.0",
|
|
403
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
404
|
-
},
|
|
405
|
-
"funding": {
|
|
406
|
-
"url": "https://opencollective.com/libvips"
|
|
407
|
-
},
|
|
408
|
-
"optionalDependencies": {
|
|
409
|
-
"@img/sharp-darwin-arm64": "0.33.1",
|
|
410
|
-
"@img/sharp-darwin-x64": "0.33.1",
|
|
411
|
-
"@img/sharp-libvips-darwin-arm64": "1.0.0",
|
|
412
|
-
"@img/sharp-libvips-darwin-x64": "1.0.0",
|
|
413
|
-
"@img/sharp-libvips-linux-arm": "1.0.0",
|
|
414
|
-
"@img/sharp-libvips-linux-arm64": "1.0.0",
|
|
415
|
-
"@img/sharp-libvips-linux-s390x": "1.0.0",
|
|
416
|
-
"@img/sharp-libvips-linux-x64": "1.0.0",
|
|
417
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.0",
|
|
418
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.0",
|
|
419
|
-
"@img/sharp-linux-arm": "0.33.1",
|
|
420
|
-
"@img/sharp-linux-arm64": "0.33.1",
|
|
421
|
-
"@img/sharp-linux-s390x": "0.33.1",
|
|
422
|
-
"@img/sharp-linux-x64": "0.33.1",
|
|
423
|
-
"@img/sharp-linuxmusl-arm64": "0.33.1",
|
|
424
|
-
"@img/sharp-linuxmusl-x64": "0.33.1",
|
|
425
|
-
"@img/sharp-wasm32": "0.33.1",
|
|
426
|
-
"@img/sharp-win32-ia32": "0.33.1",
|
|
427
|
-
"@img/sharp-win32-x64": "0.33.1"
|
|
273
|
+
"sharp": "0.33.2"
|
|
428
274
|
}
|
|
429
275
|
},
|
|
430
276
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
431
|
-
"version": "4.
|
|
432
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
433
|
-
"integrity": "sha512-
|
|
277
|
+
"version": "4.10.1",
|
|
278
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
|
|
279
|
+
"integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
|
|
434
280
|
"engines": {
|
|
435
281
|
"node": ">=16"
|
|
436
282
|
},
|
|
@@ -451,16 +297,16 @@
|
|
|
451
297
|
}
|
|
452
298
|
},
|
|
453
299
|
"node_modules/@appium/types": {
|
|
454
|
-
"version": "0.16.
|
|
455
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.16.
|
|
456
|
-
"integrity": "sha512-
|
|
300
|
+
"version": "0.16.1",
|
|
301
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.16.1.tgz",
|
|
302
|
+
"integrity": "sha512-fEQDDIJzJj5ppQBfMExweZKjW6OEonAmcZQh6teH2ykDRo2MJl1jazqxt9LYUbXdH4qChjsh2nYPcgpD6m4usw==",
|
|
457
303
|
"dependencies": {
|
|
458
304
|
"@appium/schema": "^0.5.0",
|
|
459
305
|
"@appium/tsconfig": "^0.x",
|
|
460
306
|
"@types/express": "4.17.21",
|
|
461
307
|
"@types/npmlog": "7.0.0",
|
|
462
308
|
"@types/ws": "8.5.10",
|
|
463
|
-
"type-fest": "4.
|
|
309
|
+
"type-fest": "4.10.1"
|
|
464
310
|
},
|
|
465
311
|
"engines": {
|
|
466
312
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -468,9 +314,9 @@
|
|
|
468
314
|
}
|
|
469
315
|
},
|
|
470
316
|
"node_modules/@appium/types/node_modules/type-fest": {
|
|
471
|
-
"version": "4.
|
|
472
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
473
|
-
"integrity": "sha512-
|
|
317
|
+
"version": "4.10.1",
|
|
318
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
|
|
319
|
+
"integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
|
|
474
320
|
"engines": {
|
|
475
321
|
"node": ">=16"
|
|
476
322
|
},
|
|
@@ -1059,9 +905,9 @@
|
|
|
1059
905
|
"integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw=="
|
|
1060
906
|
},
|
|
1061
907
|
"node_modules/@types/uuid": {
|
|
1062
|
-
"version": "9.0.
|
|
1063
|
-
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.
|
|
1064
|
-
"integrity": "sha512-
|
|
908
|
+
"version": "9.0.8",
|
|
909
|
+
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
|
|
910
|
+
"integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA=="
|
|
1065
911
|
},
|
|
1066
912
|
"node_modules/@types/which": {
|
|
1067
913
|
"version": "3.0.3",
|
|
@@ -1155,17 +1001,17 @@
|
|
|
1155
1001
|
}
|
|
1156
1002
|
},
|
|
1157
1003
|
"node_modules/appium": {
|
|
1158
|
-
"version": "2.
|
|
1159
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.
|
|
1160
|
-
"integrity": "sha512-
|
|
1004
|
+
"version": "2.5.0",
|
|
1005
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.5.0.tgz",
|
|
1006
|
+
"integrity": "sha512-zyOLzjOPXY2PCaiIK3rV0SmdORGHslk8c8eqwmV8kOTbaWAsanlDoYRQZ7fl8ns6eYeCJRr4tWGI0mpEoMytiQ==",
|
|
1161
1007
|
"hasInstallScript": true,
|
|
1162
1008
|
"dependencies": {
|
|
1163
|
-
"@appium/base-driver": "^9.5.
|
|
1164
|
-
"@appium/base-plugin": "^2.2.
|
|
1165
|
-
"@appium/docutils": "^1.0.
|
|
1009
|
+
"@appium/base-driver": "^9.5.1",
|
|
1010
|
+
"@appium/base-plugin": "^2.2.27",
|
|
1011
|
+
"@appium/docutils": "^1.0.3",
|
|
1166
1012
|
"@appium/schema": "~0.5.0",
|
|
1167
|
-
"@appium/support": "^4.2.
|
|
1168
|
-
"@appium/types": "^0.16.
|
|
1013
|
+
"@appium/support": "^4.2.1",
|
|
1014
|
+
"@appium/types": "^0.16.1",
|
|
1169
1015
|
"@sidvind/better-ajv-errors": "2.1.3",
|
|
1170
1016
|
"@types/argparse": "2.0.14",
|
|
1171
1017
|
"@types/bluebird": "3.5.42",
|
|
@@ -1178,7 +1024,7 @@
|
|
|
1178
1024
|
"argparse": "2.0.1",
|
|
1179
1025
|
"async-lock": "1.4.1",
|
|
1180
1026
|
"asyncbox": "3.0.0",
|
|
1181
|
-
"axios": "1.6.
|
|
1027
|
+
"axios": "1.6.7",
|
|
1182
1028
|
"bluebird": "3.7.2",
|
|
1183
1029
|
"cross-env": "7.0.3",
|
|
1184
1030
|
"lilconfig": "3.0.0",
|
|
@@ -1190,7 +1036,7 @@
|
|
|
1190
1036
|
"semver": "7.5.4",
|
|
1191
1037
|
"source-map-support": "0.5.21",
|
|
1192
1038
|
"teen_process": "2.1.1",
|
|
1193
|
-
"type-fest": "4.
|
|
1039
|
+
"type-fest": "4.10.1",
|
|
1194
1040
|
"winston": "3.11.0",
|
|
1195
1041
|
"wrap-ansi": "7.0.0",
|
|
1196
1042
|
"ws": "8.16.0",
|
|
@@ -1293,20 +1139,10 @@
|
|
|
1293
1139
|
"npm": ">=8"
|
|
1294
1140
|
}
|
|
1295
1141
|
},
|
|
1296
|
-
"node_modules/appium/node_modules/axios": {
|
|
1297
|
-
"version": "1.6.3",
|
|
1298
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz",
|
|
1299
|
-
"integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==",
|
|
1300
|
-
"dependencies": {
|
|
1301
|
-
"follow-redirects": "^1.15.0",
|
|
1302
|
-
"form-data": "^4.0.0",
|
|
1303
|
-
"proxy-from-env": "^1.1.0"
|
|
1304
|
-
}
|
|
1305
|
-
},
|
|
1306
1142
|
"node_modules/appium/node_modules/type-fest": {
|
|
1307
|
-
"version": "4.
|
|
1308
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
1309
|
-
"integrity": "sha512-
|
|
1143
|
+
"version": "4.10.1",
|
|
1144
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
|
|
1145
|
+
"integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
|
|
1310
1146
|
"engines": {
|
|
1311
1147
|
"node": ">=16"
|
|
1312
1148
|
},
|
|
@@ -1730,7 +1566,7 @@
|
|
|
1730
1566
|
"version": "4.2.3",
|
|
1731
1567
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
1732
1568
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
1733
|
-
"
|
|
1569
|
+
"devOptional": true,
|
|
1734
1570
|
"dependencies": {
|
|
1735
1571
|
"color-convert": "^2.0.1",
|
|
1736
1572
|
"color-string": "^1.9.0"
|
|
@@ -1847,9 +1683,12 @@
|
|
|
1847
1683
|
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
|
|
1848
1684
|
},
|
|
1849
1685
|
"node_modules/consola": {
|
|
1850
|
-
"version": "2.
|
|
1851
|
-
"resolved": "https://registry.npmjs.org/consola/-/consola-2.
|
|
1852
|
-
"integrity": "sha512-
|
|
1686
|
+
"version": "3.2.3",
|
|
1687
|
+
"resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz",
|
|
1688
|
+
"integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
|
|
1689
|
+
"engines": {
|
|
1690
|
+
"node": "^14.18.0 || >=16.10.0"
|
|
1691
|
+
}
|
|
1853
1692
|
},
|
|
1854
1693
|
"node_modules/console-control-strings": {
|
|
1855
1694
|
"version": "1.1.0",
|
|
@@ -2055,7 +1894,7 @@
|
|
|
2055
1894
|
"version": "2.0.2",
|
|
2056
1895
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz",
|
|
2057
1896
|
"integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==",
|
|
2058
|
-
"
|
|
1897
|
+
"devOptional": true,
|
|
2059
1898
|
"engines": {
|
|
2060
1899
|
"node": ">=8"
|
|
2061
1900
|
}
|
|
@@ -2279,28 +2118,6 @@
|
|
|
2279
2118
|
"resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
|
|
2280
2119
|
"integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw=="
|
|
2281
2120
|
},
|
|
2282
|
-
"node_modules/figures": {
|
|
2283
|
-
"version": "3.2.0",
|
|
2284
|
-
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
|
|
2285
|
-
"integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
|
|
2286
|
-
"dependencies": {
|
|
2287
|
-
"escape-string-regexp": "^1.0.5"
|
|
2288
|
-
},
|
|
2289
|
-
"engines": {
|
|
2290
|
-
"node": ">=8"
|
|
2291
|
-
},
|
|
2292
|
-
"funding": {
|
|
2293
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
2297
|
-
"version": "1.0.5",
|
|
2298
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
2299
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
2300
|
-
"engines": {
|
|
2301
|
-
"node": ">=0.8.0"
|
|
2302
|
-
}
|
|
2303
|
-
},
|
|
2304
2121
|
"node_modules/finalhandler": {
|
|
2305
2122
|
"version": "1.2.0",
|
|
2306
2123
|
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
|
|
@@ -3091,9 +2908,9 @@
|
|
|
3091
2908
|
}
|
|
3092
2909
|
},
|
|
3093
2910
|
"node_modules/lru-cache": {
|
|
3094
|
-
"version": "10.
|
|
3095
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
3096
|
-
"integrity": "sha512
|
|
2911
|
+
"version": "10.2.0",
|
|
2912
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
2913
|
+
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
3097
2914
|
"engines": {
|
|
3098
2915
|
"node": "14 || >=16.14"
|
|
3099
2916
|
}
|
|
@@ -4038,6 +3855,46 @@
|
|
|
4038
3855
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
4039
3856
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
|
4040
3857
|
},
|
|
3858
|
+
"node_modules/sharp": {
|
|
3859
|
+
"version": "0.33.2",
|
|
3860
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.2.tgz",
|
|
3861
|
+
"integrity": "sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==",
|
|
3862
|
+
"devOptional": true,
|
|
3863
|
+
"hasInstallScript": true,
|
|
3864
|
+
"dependencies": {
|
|
3865
|
+
"color": "^4.2.3",
|
|
3866
|
+
"detect-libc": "^2.0.2",
|
|
3867
|
+
"semver": "^7.5.4"
|
|
3868
|
+
},
|
|
3869
|
+
"engines": {
|
|
3870
|
+
"libvips": ">=8.15.1",
|
|
3871
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3872
|
+
},
|
|
3873
|
+
"funding": {
|
|
3874
|
+
"url": "https://opencollective.com/libvips"
|
|
3875
|
+
},
|
|
3876
|
+
"optionalDependencies": {
|
|
3877
|
+
"@img/sharp-darwin-arm64": "0.33.2",
|
|
3878
|
+
"@img/sharp-darwin-x64": "0.33.2",
|
|
3879
|
+
"@img/sharp-libvips-darwin-arm64": "1.0.1",
|
|
3880
|
+
"@img/sharp-libvips-darwin-x64": "1.0.1",
|
|
3881
|
+
"@img/sharp-libvips-linux-arm": "1.0.1",
|
|
3882
|
+
"@img/sharp-libvips-linux-arm64": "1.0.1",
|
|
3883
|
+
"@img/sharp-libvips-linux-s390x": "1.0.1",
|
|
3884
|
+
"@img/sharp-libvips-linux-x64": "1.0.1",
|
|
3885
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.0.1",
|
|
3886
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.0.1",
|
|
3887
|
+
"@img/sharp-linux-arm": "0.33.2",
|
|
3888
|
+
"@img/sharp-linux-arm64": "0.33.2",
|
|
3889
|
+
"@img/sharp-linux-s390x": "0.33.2",
|
|
3890
|
+
"@img/sharp-linux-x64": "0.33.2",
|
|
3891
|
+
"@img/sharp-linuxmusl-arm64": "0.33.2",
|
|
3892
|
+
"@img/sharp-linuxmusl-x64": "0.33.2",
|
|
3893
|
+
"@img/sharp-wasm32": "0.33.2",
|
|
3894
|
+
"@img/sharp-win32-ia32": "0.33.2",
|
|
3895
|
+
"@img/sharp-win32-x64": "0.33.2"
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
4041
3898
|
"node_modules/shebang-command": {
|
|
4042
3899
|
"version": "2.0.0",
|
|
4043
3900
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|