appium-uiautomator2-driver 2.29.2 → 2.29.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/README.md +2 -2
- package/npm-shrinkwrap.json +123 -194
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.29.3](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.2...v2.29.3) (2023-07-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Bump chromedriver ([4ec1624](https://github.com/appium/appium-uiautomator2-driver/commit/4ec162400ac02a9ed4720608f0d11d239e9aa9d7))
|
|
7
|
+
|
|
1
8
|
## [2.29.2](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.1...v2.29.2) (2023-07-03)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -89,8 +89,8 @@ appium:enforceAppInstall | If set to `true` then the application under test is a
|
|
|
89
89
|
Capability Name | Description
|
|
90
90
|
--- | ---
|
|
91
91
|
appium:localeScript | Canonical name of the locale to be set for the app under test, for example `Hans` in `zh-Hans-CN`. See https://developer.android.com/reference/java/util/Locale.html for more details.
|
|
92
|
-
appium:language | Name of the language to extract application strings for. Strings are extracted for the current system language by default. Also sets the language for the app under test. See https://developer.android.com/reference/java/util/Locale.html for more details. If `language` is provided then `locale` is also required to be set. The combination of both capability values must be a known locale and should be present in the list of available locales returned by the ICU's [getAvailableULocales()](https://unicode-org.github.io/icu/userguide/locale/#usage-retrieving-locales) method. The full list of supported locales is also dumped into the logcat output on failure. Example: en
|
|
93
|
-
appium:locale | Sets the locale for the app under test. See https://developer.android.com/reference/java/util/Locale.html for more details. If `locale` is provided then `language` is also required to be set. The combination of both capability values must be a known locale and should be present in the list of available locales returned by the ICU's [getAvailableULocales()](https://unicode-org.github.io/icu/userguide/locale/#usage-retrieving-locales) method. The full list of supported locales is also dumped into the logcat output on failure. Example:
|
|
92
|
+
appium:language | Name of the language to extract application strings for. Strings are extracted for the current system language by default. Also sets the language for the app under test. See https://developer.android.com/reference/java/util/Locale.html for more details. If `language` is provided then `locale` is also required to be set. The combination of both capability values must be a known locale and should be present in the list of available locales returned by the ICU's [getAvailableULocales()](https://unicode-org.github.io/icu/userguide/locale/#usage-retrieving-locales) method. The full list of supported locales is also dumped into the logcat output on failure. Example: `en`, `ja`
|
|
93
|
+
appium:locale | Sets the locale for the app under test. See https://developer.android.com/reference/java/util/Locale.html for more details. If `locale` is provided then `language` is also required to be set. The combination of both capability values must be a known locale and should be present in the list of available locales returned by the ICU's [getAvailableULocales()](https://unicode-org.github.io/icu/userguide/locale/#usage-retrieving-locales) method. The full list of supported locales is also dumped into the logcat output on failure. Example: `US`, `JP`
|
|
94
94
|
|
|
95
95
|
### ADB
|
|
96
96
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.29.
|
|
9
|
+
"version": "2.29.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.13.1",
|
|
14
14
|
"appium-android-driver": "^5.14.0",
|
|
15
|
-
"appium-chromedriver": "^5.
|
|
15
|
+
"appium-chromedriver": "^5.6.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.12.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
18
18
|
"axios": "^1.x",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@appium/base-driver": {
|
|
65
|
-
"version": "9.3.
|
|
65
|
+
"version": "9.3.16",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^4.1.
|
|
69
|
-
"@appium/types": "^0.13.
|
|
68
|
+
"@appium/support": "^4.1.3",
|
|
69
|
+
"@appium/types": "^0.13.2",
|
|
70
70
|
"@colors/colors": "1.5.0",
|
|
71
71
|
"@types/async-lock": "1.4.0",
|
|
72
72
|
"@types/bluebird": "3.5.38",
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"node_modules/@appium/base-plugin": {
|
|
107
|
-
"version": "2.2.
|
|
107
|
+
"version": "2.2.16",
|
|
108
108
|
"extraneous": true,
|
|
109
109
|
"license": "Apache-2.0",
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@appium/base-driver": "^9.3.
|
|
112
|
-
"@appium/support": "^4.1.
|
|
111
|
+
"@appium/base-driver": "^9.3.16",
|
|
112
|
+
"@appium/support": "^4.1.3"
|
|
113
113
|
},
|
|
114
114
|
"engines": {
|
|
115
115
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -117,11 +117,11 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"node_modules/@appium/docutils": {
|
|
120
|
-
"version": "0.4.
|
|
120
|
+
"version": "0.4.5",
|
|
121
121
|
"extraneous": true,
|
|
122
122
|
"license": "Apache-2.0",
|
|
123
123
|
"dependencies": {
|
|
124
|
-
"@appium/support": "^4.1.
|
|
124
|
+
"@appium/support": "^4.1.3",
|
|
125
125
|
"@appium/tsconfig": "^0.3.0",
|
|
126
126
|
"@appium/typedoc-plugin-appium": "^0.6.5",
|
|
127
127
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
"log-symbols": "4.1.0",
|
|
138
138
|
"pkg-dir": "5.0.0",
|
|
139
139
|
"read-pkg": "5.2.0",
|
|
140
|
-
"semver": "7.5.
|
|
140
|
+
"semver": "7.5.3",
|
|
141
141
|
"source-map-support": "0.5.21",
|
|
142
|
-
"teen_process": "2.0.
|
|
142
|
+
"teen_process": "2.0.4",
|
|
143
143
|
"type-fest": "3.11.1",
|
|
144
144
|
"typedoc": "0.23.28",
|
|
145
145
|
"typedoc-plugin-markdown": "3.14.0",
|
|
@@ -157,17 +157,6 @@
|
|
|
157
157
|
"npm": ">=8"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
|
-
"node_modules/@appium/docutils/node_modules/@babel/runtime": {
|
|
161
|
-
"version": "7.19.0",
|
|
162
|
-
"extraneous": true,
|
|
163
|
-
"license": "MIT",
|
|
164
|
-
"dependencies": {
|
|
165
|
-
"regenerator-runtime": "^0.13.4"
|
|
166
|
-
},
|
|
167
|
-
"engines": {
|
|
168
|
-
"node": ">=6.9.0"
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
160
|
"node_modules/@appium/docutils/node_modules/ansi-styles": {
|
|
172
161
|
"version": "4.3.0",
|
|
173
162
|
"extraneous": true,
|
|
@@ -213,11 +202,6 @@
|
|
|
213
202
|
"extraneous": true,
|
|
214
203
|
"license": "MIT"
|
|
215
204
|
},
|
|
216
|
-
"node_modules/@appium/docutils/node_modules/shell-quote": {
|
|
217
|
-
"version": "1.7.3",
|
|
218
|
-
"extraneous": true,
|
|
219
|
-
"license": "MIT"
|
|
220
|
-
},
|
|
221
205
|
"node_modules/@appium/docutils/node_modules/supports-color": {
|
|
222
206
|
"version": "7.2.0",
|
|
223
207
|
"extraneous": true,
|
|
@@ -229,39 +213,8 @@
|
|
|
229
213
|
"node": ">=8"
|
|
230
214
|
}
|
|
231
215
|
},
|
|
232
|
-
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
233
|
-
"version": "2.0.2",
|
|
234
|
-
"extraneous": true,
|
|
235
|
-
"license": "Apache-2.0",
|
|
236
|
-
"dependencies": {
|
|
237
|
-
"@babel/runtime": "7.19.0",
|
|
238
|
-
"bluebird": "3.7.2",
|
|
239
|
-
"lodash": "4.17.21",
|
|
240
|
-
"shell-quote": "1.7.3",
|
|
241
|
-
"source-map-support": "0.5.21",
|
|
242
|
-
"which": "2.0.2"
|
|
243
|
-
},
|
|
244
|
-
"engines": {
|
|
245
|
-
"node": ">=14",
|
|
246
|
-
"npm": ">=6"
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
"node_modules/@appium/docutils/node_modules/which": {
|
|
250
|
-
"version": "2.0.2",
|
|
251
|
-
"extraneous": true,
|
|
252
|
-
"license": "ISC",
|
|
253
|
-
"dependencies": {
|
|
254
|
-
"isexe": "^2.0.0"
|
|
255
|
-
},
|
|
256
|
-
"bin": {
|
|
257
|
-
"node-which": "bin/node-which"
|
|
258
|
-
},
|
|
259
|
-
"engines": {
|
|
260
|
-
"node": ">= 8"
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
216
|
"node_modules/@appium/schema": {
|
|
264
|
-
"version": "0.3.
|
|
217
|
+
"version": "0.3.1",
|
|
265
218
|
"license": "Apache-2.0",
|
|
266
219
|
"dependencies": {
|
|
267
220
|
"@types/json-schema": "7.0.12",
|
|
@@ -274,11 +227,11 @@
|
|
|
274
227
|
}
|
|
275
228
|
},
|
|
276
229
|
"node_modules/@appium/support": {
|
|
277
|
-
"version": "4.1.
|
|
230
|
+
"version": "4.1.3",
|
|
278
231
|
"license": "Apache-2.0",
|
|
279
232
|
"dependencies": {
|
|
280
233
|
"@appium/tsconfig": "^0.3.0",
|
|
281
|
-
"@appium/types": "^0.13.
|
|
234
|
+
"@appium/types": "^0.13.2",
|
|
282
235
|
"@colors/colors": "1.5.0",
|
|
283
236
|
"@types/archiver": "5.3.2",
|
|
284
237
|
"@types/base64-stream": "1.0.2",
|
|
@@ -322,11 +275,11 @@
|
|
|
322
275
|
"read-pkg": "5.2.0",
|
|
323
276
|
"resolve-from": "5.0.0",
|
|
324
277
|
"sanitize-filename": "1.6.3",
|
|
325
|
-
"semver": "7.5.
|
|
278
|
+
"semver": "7.5.3",
|
|
326
279
|
"shell-quote": "1.8.1",
|
|
327
280
|
"source-map-support": "0.5.21",
|
|
328
281
|
"supports-color": "8.1.1",
|
|
329
|
-
"teen_process": "2.0.
|
|
282
|
+
"teen_process": "2.0.4",
|
|
330
283
|
"type-fest": "3.11.1",
|
|
331
284
|
"uuid": "9.0.0",
|
|
332
285
|
"which": "3.0.1",
|
|
@@ -340,47 +293,37 @@
|
|
|
340
293
|
"sharp": "0.32.1"
|
|
341
294
|
}
|
|
342
295
|
},
|
|
343
|
-
"node_modules/@appium/support/node_modules
|
|
344
|
-
"version": "
|
|
345
|
-
"
|
|
346
|
-
"dependencies": {
|
|
347
|
-
"regenerator-runtime": "^0.13.4"
|
|
348
|
-
},
|
|
349
|
-
"engines": {
|
|
350
|
-
"node": ">=6.9.0"
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
"node_modules/@appium/support/node_modules/teen_process": {
|
|
354
|
-
"version": "2.0.2",
|
|
296
|
+
"node_modules/@appium/support/node_modules/sharp": {
|
|
297
|
+
"version": "0.32.1",
|
|
298
|
+
"hasInstallScript": true,
|
|
355
299
|
"license": "Apache-2.0",
|
|
300
|
+
"optional": true,
|
|
356
301
|
"dependencies": {
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"
|
|
302
|
+
"color": "^4.2.3",
|
|
303
|
+
"detect-libc": "^2.0.1",
|
|
304
|
+
"node-addon-api": "^6.1.0",
|
|
305
|
+
"prebuild-install": "^7.1.1",
|
|
306
|
+
"semver": "^7.5.0",
|
|
307
|
+
"simple-get": "^4.0.1",
|
|
308
|
+
"tar-fs": "^2.1.1",
|
|
309
|
+
"tunnel-agent": "^0.6.0"
|
|
363
310
|
},
|
|
364
311
|
"engines": {
|
|
365
|
-
"node": ">=14"
|
|
366
|
-
|
|
312
|
+
"node": ">=14.15.0"
|
|
313
|
+
},
|
|
314
|
+
"funding": {
|
|
315
|
+
"url": "https://opencollective.com/libvips"
|
|
367
316
|
}
|
|
368
317
|
},
|
|
369
|
-
"node_modules/@appium/support/node_modules/
|
|
370
|
-
"version": "1.
|
|
371
|
-
"license": "MIT"
|
|
372
|
-
|
|
373
|
-
"node_modules/@appium/support/node_modules/teen_process/node_modules/which": {
|
|
374
|
-
"version": "2.0.2",
|
|
375
|
-
"license": "ISC",
|
|
318
|
+
"node_modules/@appium/support/node_modules/tar-fs": {
|
|
319
|
+
"version": "2.1.1",
|
|
320
|
+
"license": "MIT",
|
|
321
|
+
"optional": true,
|
|
376
322
|
"dependencies": {
|
|
377
|
-
"
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
"
|
|
381
|
-
},
|
|
382
|
-
"engines": {
|
|
383
|
-
"node": ">= 8"
|
|
323
|
+
"chownr": "^1.1.1",
|
|
324
|
+
"mkdirp-classic": "^0.5.2",
|
|
325
|
+
"pump": "^3.0.0",
|
|
326
|
+
"tar-stream": "^2.1.4"
|
|
384
327
|
}
|
|
385
328
|
},
|
|
386
329
|
"node_modules/@appium/tsconfig": {
|
|
@@ -417,10 +360,10 @@
|
|
|
417
360
|
}
|
|
418
361
|
},
|
|
419
362
|
"node_modules/@appium/types": {
|
|
420
|
-
"version": "0.13.
|
|
363
|
+
"version": "0.13.2",
|
|
421
364
|
"license": "Apache-2.0",
|
|
422
365
|
"dependencies": {
|
|
423
|
-
"@appium/schema": "^0.3.
|
|
366
|
+
"@appium/schema": "^0.3.1",
|
|
424
367
|
"@appium/tsconfig": "^0.3.0",
|
|
425
368
|
"@types/express": "4.17.17",
|
|
426
369
|
"@types/npmlog": "4.1.4",
|
|
@@ -462,7 +405,7 @@
|
|
|
462
405
|
}
|
|
463
406
|
},
|
|
464
407
|
"node_modules/@babel/runtime": {
|
|
465
|
-
"version": "7.22.
|
|
408
|
+
"version": "7.22.6",
|
|
466
409
|
"license": "MIT",
|
|
467
410
|
"dependencies": {
|
|
468
411
|
"regenerator-runtime": "^0.13.11"
|
|
@@ -716,7 +659,7 @@
|
|
|
716
659
|
}
|
|
717
660
|
},
|
|
718
661
|
"node_modules/@types/node": {
|
|
719
|
-
"version": "20.
|
|
662
|
+
"version": "20.4.5",
|
|
720
663
|
"license": "MIT"
|
|
721
664
|
},
|
|
722
665
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -815,7 +758,7 @@
|
|
|
815
758
|
}
|
|
816
759
|
},
|
|
817
760
|
"node_modules/@xmldom/xmldom": {
|
|
818
|
-
"version": "0.8.
|
|
761
|
+
"version": "0.8.10",
|
|
819
762
|
"license": "MIT",
|
|
820
763
|
"engines": {
|
|
821
764
|
"node": ">=10.0.0"
|
|
@@ -900,7 +843,7 @@
|
|
|
900
843
|
}
|
|
901
844
|
},
|
|
902
845
|
"node_modules/ansi-sequence-parser": {
|
|
903
|
-
"version": "1.1.
|
|
846
|
+
"version": "1.1.1",
|
|
904
847
|
"extraneous": true,
|
|
905
848
|
"license": "MIT"
|
|
906
849
|
},
|
|
@@ -915,7 +858,7 @@
|
|
|
915
858
|
}
|
|
916
859
|
},
|
|
917
860
|
"node_modules/appium-adb": {
|
|
918
|
-
"version": "9.14.
|
|
861
|
+
"version": "9.14.2",
|
|
919
862
|
"license": "Apache-2.0",
|
|
920
863
|
"dependencies": {
|
|
921
864
|
"@appium/support": "^4.0.0",
|
|
@@ -981,7 +924,7 @@
|
|
|
981
924
|
}
|
|
982
925
|
},
|
|
983
926
|
"node_modules/appium-chromedriver": {
|
|
984
|
-
"version": "5.
|
|
927
|
+
"version": "5.6.1",
|
|
985
928
|
"hasInstallScript": true,
|
|
986
929
|
"license": "Apache-2.0",
|
|
987
930
|
"dependencies": {
|
|
@@ -993,7 +936,7 @@
|
|
|
993
936
|
"asyncbox": "^2.0.2",
|
|
994
937
|
"axios": "^1.x",
|
|
995
938
|
"bluebird": "^3.5.1",
|
|
996
|
-
"compare-versions": "^
|
|
939
|
+
"compare-versions": "^6.0.0",
|
|
997
940
|
"fancy-log": "^2.0.0",
|
|
998
941
|
"lodash": "^4.17.4",
|
|
999
942
|
"semver": "^7.0.0",
|
|
@@ -1071,6 +1014,10 @@
|
|
|
1071
1014
|
"url": "https://github.com/sponsors/isaacs"
|
|
1072
1015
|
}
|
|
1073
1016
|
},
|
|
1017
|
+
"node_modules/archiver-utils/node_modules/isarray": {
|
|
1018
|
+
"version": "1.0.0",
|
|
1019
|
+
"license": "MIT"
|
|
1020
|
+
},
|
|
1074
1021
|
"node_modules/archiver-utils/node_modules/readable-stream": {
|
|
1075
1022
|
"version": "2.3.8",
|
|
1076
1023
|
"license": "MIT",
|
|
@@ -1096,7 +1043,7 @@
|
|
|
1096
1043
|
}
|
|
1097
1044
|
},
|
|
1098
1045
|
"node_modules/are-we-there-yet": {
|
|
1099
|
-
"version": "4.0.
|
|
1046
|
+
"version": "4.0.1",
|
|
1100
1047
|
"license": "ISC",
|
|
1101
1048
|
"dependencies": {
|
|
1102
1049
|
"delegates": "^1.0.0",
|
|
@@ -1129,13 +1076,14 @@
|
|
|
1129
1076
|
}
|
|
1130
1077
|
},
|
|
1131
1078
|
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
1132
|
-
"version": "4.4.
|
|
1079
|
+
"version": "4.4.2",
|
|
1133
1080
|
"license": "MIT",
|
|
1134
1081
|
"dependencies": {
|
|
1135
1082
|
"abort-controller": "^3.0.0",
|
|
1136
1083
|
"buffer": "^6.0.3",
|
|
1137
1084
|
"events": "^3.3.0",
|
|
1138
|
-
"process": "^0.11.10"
|
|
1085
|
+
"process": "^0.11.10",
|
|
1086
|
+
"string_decoder": "^1.3.0"
|
|
1139
1087
|
},
|
|
1140
1088
|
"engines": {
|
|
1141
1089
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -1390,8 +1338,8 @@
|
|
|
1390
1338
|
},
|
|
1391
1339
|
"node_modules/chownr": {
|
|
1392
1340
|
"version": "1.1.4",
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1341
|
+
"license": "ISC",
|
|
1342
|
+
"optional": true
|
|
1395
1343
|
},
|
|
1396
1344
|
"node_modules/cli-cursor": {
|
|
1397
1345
|
"version": "3.1.0",
|
|
@@ -1464,8 +1412,8 @@
|
|
|
1464
1412
|
},
|
|
1465
1413
|
"node_modules/color": {
|
|
1466
1414
|
"version": "4.2.3",
|
|
1467
|
-
"devOptional": true,
|
|
1468
1415
|
"license": "MIT",
|
|
1416
|
+
"optional": true,
|
|
1469
1417
|
"dependencies": {
|
|
1470
1418
|
"color-convert": "^2.0.1",
|
|
1471
1419
|
"color-string": "^1.9.0"
|
|
@@ -1487,8 +1435,8 @@
|
|
|
1487
1435
|
},
|
|
1488
1436
|
"node_modules/color-string": {
|
|
1489
1437
|
"version": "1.9.1",
|
|
1490
|
-
"devOptional": true,
|
|
1491
1438
|
"license": "MIT",
|
|
1439
|
+
"optional": true,
|
|
1492
1440
|
"dependencies": {
|
|
1493
1441
|
"color-name": "^1.0.0",
|
|
1494
1442
|
"simple-swizzle": "^0.2.2"
|
|
@@ -1503,8 +1451,8 @@
|
|
|
1503
1451
|
},
|
|
1504
1452
|
"node_modules/color/node_modules/color-convert": {
|
|
1505
1453
|
"version": "2.0.1",
|
|
1506
|
-
"devOptional": true,
|
|
1507
1454
|
"license": "MIT",
|
|
1455
|
+
"optional": true,
|
|
1508
1456
|
"dependencies": {
|
|
1509
1457
|
"color-name": "~1.1.4"
|
|
1510
1458
|
},
|
|
@@ -1514,8 +1462,8 @@
|
|
|
1514
1462
|
},
|
|
1515
1463
|
"node_modules/color/node_modules/color-name": {
|
|
1516
1464
|
"version": "1.1.4",
|
|
1517
|
-
"
|
|
1518
|
-
"
|
|
1465
|
+
"license": "MIT",
|
|
1466
|
+
"optional": true
|
|
1519
1467
|
},
|
|
1520
1468
|
"node_modules/colorspace": {
|
|
1521
1469
|
"version": "1.1.4",
|
|
@@ -1546,7 +1494,7 @@
|
|
|
1546
1494
|
}
|
|
1547
1495
|
},
|
|
1548
1496
|
"node_modules/compare-versions": {
|
|
1549
|
-
"version": "
|
|
1497
|
+
"version": "6.0.0",
|
|
1550
1498
|
"license": "MIT"
|
|
1551
1499
|
},
|
|
1552
1500
|
"node_modules/compress-commons": {
|
|
@@ -1693,8 +1641,8 @@
|
|
|
1693
1641
|
},
|
|
1694
1642
|
"node_modules/decompress-response": {
|
|
1695
1643
|
"version": "6.0.0",
|
|
1696
|
-
"devOptional": true,
|
|
1697
1644
|
"license": "MIT",
|
|
1645
|
+
"optional": true,
|
|
1698
1646
|
"dependencies": {
|
|
1699
1647
|
"mimic-response": "^3.1.0"
|
|
1700
1648
|
},
|
|
@@ -1707,8 +1655,8 @@
|
|
|
1707
1655
|
},
|
|
1708
1656
|
"node_modules/deep-extend": {
|
|
1709
1657
|
"version": "0.6.0",
|
|
1710
|
-
"devOptional": true,
|
|
1711
1658
|
"license": "MIT",
|
|
1659
|
+
"optional": true,
|
|
1712
1660
|
"engines": {
|
|
1713
1661
|
"node": ">=4.0.0"
|
|
1714
1662
|
}
|
|
@@ -1751,9 +1699,9 @@
|
|
|
1751
1699
|
}
|
|
1752
1700
|
},
|
|
1753
1701
|
"node_modules/detect-libc": {
|
|
1754
|
-
"version": "2.0.
|
|
1755
|
-
"devOptional": true,
|
|
1702
|
+
"version": "2.0.2",
|
|
1756
1703
|
"license": "Apache-2.0",
|
|
1704
|
+
"optional": true,
|
|
1757
1705
|
"engines": {
|
|
1758
1706
|
"node": ">=8"
|
|
1759
1707
|
}
|
|
@@ -1846,8 +1794,8 @@
|
|
|
1846
1794
|
},
|
|
1847
1795
|
"node_modules/expand-template": {
|
|
1848
1796
|
"version": "2.0.3",
|
|
1849
|
-
"devOptional": true,
|
|
1850
1797
|
"license": "(MIT OR WTFPL)",
|
|
1798
|
+
"optional": true,
|
|
1851
1799
|
"engines": {
|
|
1852
1800
|
"node": ">=6"
|
|
1853
1801
|
}
|
|
@@ -2137,7 +2085,7 @@
|
|
|
2137
2085
|
}
|
|
2138
2086
|
},
|
|
2139
2087
|
"node_modules/gauge/node_modules/signal-exit": {
|
|
2140
|
-
"version": "4.0
|
|
2088
|
+
"version": "4.1.0",
|
|
2141
2089
|
"license": "ISC",
|
|
2142
2090
|
"engines": {
|
|
2143
2091
|
"node": ">=14"
|
|
@@ -2191,8 +2139,8 @@
|
|
|
2191
2139
|
},
|
|
2192
2140
|
"node_modules/github-from-package": {
|
|
2193
2141
|
"version": "0.0.0",
|
|
2194
|
-
"
|
|
2195
|
-
"
|
|
2142
|
+
"license": "MIT",
|
|
2143
|
+
"optional": true
|
|
2196
2144
|
},
|
|
2197
2145
|
"node_modules/glob": {
|
|
2198
2146
|
"version": "8.1.0",
|
|
@@ -2363,7 +2311,7 @@
|
|
|
2363
2311
|
}
|
|
2364
2312
|
},
|
|
2365
2313
|
"node_modules/io.appium.settings": {
|
|
2366
|
-
"version": "5.0
|
|
2314
|
+
"version": "5.1.0",
|
|
2367
2315
|
"license": "Apache-2.0",
|
|
2368
2316
|
"engines": {
|
|
2369
2317
|
"node": ">=14",
|
|
@@ -2427,10 +2375,6 @@
|
|
|
2427
2375
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2428
2376
|
}
|
|
2429
2377
|
},
|
|
2430
|
-
"node_modules/isarray": {
|
|
2431
|
-
"version": "1.0.0",
|
|
2432
|
-
"license": "MIT"
|
|
2433
|
-
},
|
|
2434
2378
|
"node_modules/isexe": {
|
|
2435
2379
|
"version": "2.0.0",
|
|
2436
2380
|
"license": "ISC"
|
|
@@ -2512,6 +2456,10 @@
|
|
|
2512
2456
|
"node": ">= 0.6.3"
|
|
2513
2457
|
}
|
|
2514
2458
|
},
|
|
2459
|
+
"node_modules/lazystream/node_modules/isarray": {
|
|
2460
|
+
"version": "1.0.0",
|
|
2461
|
+
"license": "MIT"
|
|
2462
|
+
},
|
|
2515
2463
|
"node_modules/lazystream/node_modules/readable-stream": {
|
|
2516
2464
|
"version": "2.3.8",
|
|
2517
2465
|
"license": "MIT",
|
|
@@ -2769,8 +2717,8 @@
|
|
|
2769
2717
|
},
|
|
2770
2718
|
"node_modules/mimic-response": {
|
|
2771
2719
|
"version": "3.1.0",
|
|
2772
|
-
"devOptional": true,
|
|
2773
2720
|
"license": "MIT",
|
|
2721
|
+
"optional": true,
|
|
2774
2722
|
"engines": {
|
|
2775
2723
|
"node": ">=10"
|
|
2776
2724
|
},
|
|
@@ -2807,8 +2755,8 @@
|
|
|
2807
2755
|
},
|
|
2808
2756
|
"node_modules/mkdirp-classic": {
|
|
2809
2757
|
"version": "0.5.3",
|
|
2810
|
-
"
|
|
2811
|
-
"
|
|
2758
|
+
"license": "MIT",
|
|
2759
|
+
"optional": true
|
|
2812
2760
|
},
|
|
2813
2761
|
"node_modules/moment": {
|
|
2814
2762
|
"version": "2.29.4",
|
|
@@ -2904,8 +2852,8 @@
|
|
|
2904
2852
|
},
|
|
2905
2853
|
"node_modules/napi-build-utils": {
|
|
2906
2854
|
"version": "1.0.2",
|
|
2907
|
-
"
|
|
2908
|
-
"
|
|
2855
|
+
"license": "MIT",
|
|
2856
|
+
"optional": true
|
|
2909
2857
|
},
|
|
2910
2858
|
"node_modules/ncp": {
|
|
2911
2859
|
"version": "2.0.0",
|
|
@@ -2928,8 +2876,8 @@
|
|
|
2928
2876
|
},
|
|
2929
2877
|
"node_modules/node-abi": {
|
|
2930
2878
|
"version": "3.45.0",
|
|
2931
|
-
"devOptional": true,
|
|
2932
2879
|
"license": "MIT",
|
|
2880
|
+
"optional": true,
|
|
2933
2881
|
"dependencies": {
|
|
2934
2882
|
"semver": "^7.3.5"
|
|
2935
2883
|
},
|
|
@@ -2939,8 +2887,8 @@
|
|
|
2939
2887
|
},
|
|
2940
2888
|
"node_modules/node-addon-api": {
|
|
2941
2889
|
"version": "6.1.0",
|
|
2942
|
-
"
|
|
2943
|
-
"
|
|
2890
|
+
"license": "MIT",
|
|
2891
|
+
"optional": true
|
|
2944
2892
|
},
|
|
2945
2893
|
"node_modules/normalize-package-data": {
|
|
2946
2894
|
"version": "2.5.0",
|
|
@@ -2953,7 +2901,7 @@
|
|
|
2953
2901
|
}
|
|
2954
2902
|
},
|
|
2955
2903
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
2956
|
-
"version": "5.7.
|
|
2904
|
+
"version": "5.7.2",
|
|
2957
2905
|
"license": "ISC",
|
|
2958
2906
|
"bin": {
|
|
2959
2907
|
"semver": "bin/semver"
|
|
@@ -3297,8 +3245,8 @@
|
|
|
3297
3245
|
},
|
|
3298
3246
|
"node_modules/prebuild-install": {
|
|
3299
3247
|
"version": "7.1.1",
|
|
3300
|
-
"devOptional": true,
|
|
3301
3248
|
"license": "MIT",
|
|
3249
|
+
"optional": true,
|
|
3302
3250
|
"dependencies": {
|
|
3303
3251
|
"detect-libc": "^2.0.0",
|
|
3304
3252
|
"expand-template": "^2.0.3",
|
|
@@ -3320,6 +3268,17 @@
|
|
|
3320
3268
|
"node": ">=10"
|
|
3321
3269
|
}
|
|
3322
3270
|
},
|
|
3271
|
+
"node_modules/prebuild-install/node_modules/tar-fs": {
|
|
3272
|
+
"version": "2.1.1",
|
|
3273
|
+
"license": "MIT",
|
|
3274
|
+
"optional": true,
|
|
3275
|
+
"dependencies": {
|
|
3276
|
+
"chownr": "^1.1.1",
|
|
3277
|
+
"mkdirp-classic": "^0.5.2",
|
|
3278
|
+
"pump": "^3.0.0",
|
|
3279
|
+
"tar-stream": "^2.1.4"
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
3323
3282
|
"node_modules/process": {
|
|
3324
3283
|
"version": "0.11.10",
|
|
3325
3284
|
"license": "MIT",
|
|
@@ -3348,8 +3307,8 @@
|
|
|
3348
3307
|
},
|
|
3349
3308
|
"node_modules/pump": {
|
|
3350
3309
|
"version": "3.0.0",
|
|
3351
|
-
"devOptional": true,
|
|
3352
3310
|
"license": "MIT",
|
|
3311
|
+
"optional": true,
|
|
3353
3312
|
"dependencies": {
|
|
3354
3313
|
"end-of-stream": "^1.1.0",
|
|
3355
3314
|
"once": "^1.3.1"
|
|
@@ -3398,8 +3357,8 @@
|
|
|
3398
3357
|
},
|
|
3399
3358
|
"node_modules/rc": {
|
|
3400
3359
|
"version": "1.2.8",
|
|
3401
|
-
"devOptional": true,
|
|
3402
3360
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
3361
|
+
"optional": true,
|
|
3403
3362
|
"dependencies": {
|
|
3404
3363
|
"deep-extend": "^0.6.0",
|
|
3405
3364
|
"ini": "~1.3.0",
|
|
@@ -3412,13 +3371,13 @@
|
|
|
3412
3371
|
},
|
|
3413
3372
|
"node_modules/rc/node_modules/ini": {
|
|
3414
3373
|
"version": "1.3.8",
|
|
3415
|
-
"
|
|
3416
|
-
"
|
|
3374
|
+
"license": "ISC",
|
|
3375
|
+
"optional": true
|
|
3417
3376
|
},
|
|
3418
3377
|
"node_modules/rc/node_modules/strip-json-comments": {
|
|
3419
3378
|
"version": "2.0.1",
|
|
3420
|
-
"devOptional": true,
|
|
3421
3379
|
"license": "MIT",
|
|
3380
|
+
"optional": true,
|
|
3422
3381
|
"engines": {
|
|
3423
3382
|
"node": ">=0.10.0"
|
|
3424
3383
|
}
|
|
@@ -3500,10 +3459,10 @@
|
|
|
3500
3459
|
}
|
|
3501
3460
|
},
|
|
3502
3461
|
"node_modules/resolve": {
|
|
3503
|
-
"version": "1.22.
|
|
3462
|
+
"version": "1.22.3",
|
|
3504
3463
|
"license": "MIT",
|
|
3505
3464
|
"dependencies": {
|
|
3506
|
-
"is-core-module": "^2.
|
|
3465
|
+
"is-core-module": "^2.12.0",
|
|
3507
3466
|
"path-parse": "^1.0.7",
|
|
3508
3467
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
3509
3468
|
},
|
|
@@ -3571,7 +3530,7 @@
|
|
|
3571
3530
|
}
|
|
3572
3531
|
},
|
|
3573
3532
|
"node_modules/semver": {
|
|
3574
|
-
"version": "7.5.
|
|
3533
|
+
"version": "7.5.3",
|
|
3575
3534
|
"license": "ISC",
|
|
3576
3535
|
"dependencies": {
|
|
3577
3536
|
"lru-cache": "^6.0.0"
|
|
@@ -3702,28 +3661,6 @@
|
|
|
3702
3661
|
"node": ">=4.0"
|
|
3703
3662
|
}
|
|
3704
3663
|
},
|
|
3705
|
-
"node_modules/sharp": {
|
|
3706
|
-
"version": "0.32.1",
|
|
3707
|
-
"devOptional": true,
|
|
3708
|
-
"hasInstallScript": true,
|
|
3709
|
-
"license": "Apache-2.0",
|
|
3710
|
-
"dependencies": {
|
|
3711
|
-
"color": "^4.2.3",
|
|
3712
|
-
"detect-libc": "^2.0.1",
|
|
3713
|
-
"node-addon-api": "^6.1.0",
|
|
3714
|
-
"prebuild-install": "^7.1.1",
|
|
3715
|
-
"semver": "^7.5.0",
|
|
3716
|
-
"simple-get": "^4.0.1",
|
|
3717
|
-
"tar-fs": "^2.1.1",
|
|
3718
|
-
"tunnel-agent": "^0.6.0"
|
|
3719
|
-
},
|
|
3720
|
-
"engines": {
|
|
3721
|
-
"node": ">=14.15.0"
|
|
3722
|
-
},
|
|
3723
|
-
"funding": {
|
|
3724
|
-
"url": "https://opencollective.com/libvips"
|
|
3725
|
-
}
|
|
3726
|
-
},
|
|
3727
3664
|
"node_modules/shebang-command": {
|
|
3728
3665
|
"version": "2.0.0",
|
|
3729
3666
|
"extraneous": true,
|
|
@@ -3779,7 +3716,6 @@
|
|
|
3779
3716
|
},
|
|
3780
3717
|
"node_modules/simple-concat": {
|
|
3781
3718
|
"version": "1.0.1",
|
|
3782
|
-
"devOptional": true,
|
|
3783
3719
|
"funding": [
|
|
3784
3720
|
{
|
|
3785
3721
|
"type": "github",
|
|
@@ -3794,11 +3730,11 @@
|
|
|
3794
3730
|
"url": "https://feross.org/support"
|
|
3795
3731
|
}
|
|
3796
3732
|
],
|
|
3797
|
-
"license": "MIT"
|
|
3733
|
+
"license": "MIT",
|
|
3734
|
+
"optional": true
|
|
3798
3735
|
},
|
|
3799
3736
|
"node_modules/simple-get": {
|
|
3800
3737
|
"version": "4.0.1",
|
|
3801
|
-
"devOptional": true,
|
|
3802
3738
|
"funding": [
|
|
3803
3739
|
{
|
|
3804
3740
|
"type": "github",
|
|
@@ -3814,6 +3750,7 @@
|
|
|
3814
3750
|
}
|
|
3815
3751
|
],
|
|
3816
3752
|
"license": "MIT",
|
|
3753
|
+
"optional": true,
|
|
3817
3754
|
"dependencies": {
|
|
3818
3755
|
"decompress-response": "^6.0.0",
|
|
3819
3756
|
"once": "^1.3.1",
|
|
@@ -3822,16 +3759,16 @@
|
|
|
3822
3759
|
},
|
|
3823
3760
|
"node_modules/simple-swizzle": {
|
|
3824
3761
|
"version": "0.2.2",
|
|
3825
|
-
"devOptional": true,
|
|
3826
3762
|
"license": "MIT",
|
|
3763
|
+
"optional": true,
|
|
3827
3764
|
"dependencies": {
|
|
3828
3765
|
"is-arrayish": "^0.3.1"
|
|
3829
3766
|
}
|
|
3830
3767
|
},
|
|
3831
3768
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
3832
3769
|
"version": "0.3.2",
|
|
3833
|
-
"
|
|
3834
|
-
"
|
|
3770
|
+
"license": "MIT",
|
|
3771
|
+
"optional": true
|
|
3835
3772
|
},
|
|
3836
3773
|
"node_modules/source-map": {
|
|
3837
3774
|
"version": "0.6.1",
|
|
@@ -3942,17 +3879,6 @@
|
|
|
3942
3879
|
"url": "https://github.com/sponsors/ljharb"
|
|
3943
3880
|
}
|
|
3944
3881
|
},
|
|
3945
|
-
"node_modules/tar-fs": {
|
|
3946
|
-
"version": "2.1.1",
|
|
3947
|
-
"devOptional": true,
|
|
3948
|
-
"license": "MIT",
|
|
3949
|
-
"dependencies": {
|
|
3950
|
-
"chownr": "^1.1.1",
|
|
3951
|
-
"mkdirp-classic": "^0.5.2",
|
|
3952
|
-
"pump": "^3.0.0",
|
|
3953
|
-
"tar-stream": "^2.1.4"
|
|
3954
|
-
}
|
|
3955
|
-
},
|
|
3956
3882
|
"node_modules/tar-stream": {
|
|
3957
3883
|
"version": "2.2.0",
|
|
3958
3884
|
"license": "MIT",
|
|
@@ -3998,9 +3924,12 @@
|
|
|
3998
3924
|
}
|
|
3999
3925
|
},
|
|
4000
3926
|
"node_modules/triple-beam": {
|
|
4001
|
-
"version": "1.
|
|
3927
|
+
"version": "1.4.1",
|
|
4002
3928
|
"extraneous": true,
|
|
4003
|
-
"license": "MIT"
|
|
3929
|
+
"license": "MIT",
|
|
3930
|
+
"engines": {
|
|
3931
|
+
"node": ">= 14.0.0"
|
|
3932
|
+
}
|
|
4004
3933
|
},
|
|
4005
3934
|
"node_modules/truncate-utf8-bytes": {
|
|
4006
3935
|
"version": "1.0.2",
|
|
@@ -4043,14 +3972,14 @@
|
|
|
4043
3972
|
}
|
|
4044
3973
|
},
|
|
4045
3974
|
"node_modules/tslib": {
|
|
4046
|
-
"version": "2.6.
|
|
3975
|
+
"version": "2.6.1",
|
|
4047
3976
|
"extraneous": true,
|
|
4048
3977
|
"license": "0BSD"
|
|
4049
3978
|
},
|
|
4050
3979
|
"node_modules/tunnel-agent": {
|
|
4051
3980
|
"version": "0.6.0",
|
|
4052
|
-
"devOptional": true,
|
|
4053
3981
|
"license": "Apache-2.0",
|
|
3982
|
+
"optional": true,
|
|
4054
3983
|
"dependencies": {
|
|
4055
3984
|
"safe-buffer": "^5.0.1"
|
|
4056
3985
|
},
|
|
@@ -4448,7 +4377,7 @@
|
|
|
4448
4377
|
}
|
|
4449
4378
|
},
|
|
4450
4379
|
"node_modules/xpath": {
|
|
4451
|
-
"version": "0.0.
|
|
4380
|
+
"version": "0.0.33",
|
|
4452
4381
|
"license": "MIT",
|
|
4453
4382
|
"engines": {
|
|
4454
4383
|
"node": ">=0.6.0"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.29.
|
|
10
|
+
"version": "2.29.3",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"appium-adb": "^9.13.1",
|
|
61
61
|
"appium-android-driver": "^5.14.0",
|
|
62
|
-
"appium-chromedriver": "^5.
|
|
62
|
+
"appium-chromedriver": "^5.6.1",
|
|
63
63
|
"appium-uiautomator2-server": "^5.12.2",
|
|
64
64
|
"asyncbox": "^2.3.1",
|
|
65
65
|
"axios": "^1.x",
|