appium-uiautomator2-driver 2.26.1 → 2.26.2
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 +69 -45
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.26.2](https://github.com/appium/appium-uiautomator2-driver/compare/v2.26.1...v2.26.2) (2023-06-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* bump android driver ([ad80174](https://github.com/appium/appium-uiautomator2-driver/commit/ad8017480bba8e3024da87a7ff9a891618fb5e3f))
|
|
7
|
+
|
|
1
8
|
## [2.26.1](https://github.com/appium/appium-uiautomator2-driver/compare/v2.26.0...v2.26.1) (2023-06-13)
|
|
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. 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. Example: EN, JA
|
|
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: EN, JA
|
|
94
94
|
|
|
95
95
|
### ADB
|
|
96
96
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.26.
|
|
9
|
+
"version": "2.26.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.11.5",
|
|
14
|
-
"appium-android-driver": "^5.13.
|
|
14
|
+
"appium-android-driver": "^5.13.5",
|
|
15
15
|
"appium-chromedriver": "^5.3.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.11.1",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
@@ -62,16 +62,16 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@appium/base-driver": {
|
|
65
|
-
"version": "9.3.
|
|
65
|
+
"version": "9.3.13",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^4.0
|
|
69
|
-
"@appium/types": "^0.
|
|
68
|
+
"@appium/support": "^4.1.0",
|
|
69
|
+
"@appium/types": "^0.13.0",
|
|
70
70
|
"@colors/colors": "1.5.0",
|
|
71
71
|
"@types/async-lock": "1.4.0",
|
|
72
72
|
"@types/bluebird": "3.5.38",
|
|
73
73
|
"@types/express": "4.17.17",
|
|
74
|
-
"@types/lodash": "4.14.
|
|
74
|
+
"@types/lodash": "4.14.195",
|
|
75
75
|
"@types/method-override": "0.0.32",
|
|
76
76
|
"@types/serve-favicon": "2.5.4",
|
|
77
77
|
"async-lock": "1.4.0",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"morgan": "1.10.0",
|
|
89
89
|
"serve-favicon": "2.5.0",
|
|
90
90
|
"source-map-support": "0.5.21",
|
|
91
|
-
"type-fest": "3.
|
|
91
|
+
"type-fest": "3.11.1",
|
|
92
92
|
"validate.js": "0.13.1"
|
|
93
93
|
},
|
|
94
94
|
"engines": {
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"node_modules/@appium/base-plugin": {
|
|
107
|
-
"version": "2.2.
|
|
107
|
+
"version": "2.2.13",
|
|
108
108
|
"extraneous": true,
|
|
109
109
|
"license": "Apache-2.0",
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@appium/base-driver": "^9.3.
|
|
112
|
-
"@appium/support": "^4.0
|
|
111
|
+
"@appium/base-driver": "^9.3.13",
|
|
112
|
+
"@appium/support": "^4.1.0"
|
|
113
113
|
},
|
|
114
114
|
"engines": {
|
|
115
115
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -117,13 +117,13 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"node_modules/@appium/docutils": {
|
|
120
|
-
"version": "0.
|
|
120
|
+
"version": "0.4.2",
|
|
121
121
|
"extraneous": true,
|
|
122
122
|
"license": "Apache-2.0",
|
|
123
123
|
"dependencies": {
|
|
124
|
-
"@appium/support": "^4.0
|
|
124
|
+
"@appium/support": "^4.1.0",
|
|
125
125
|
"@appium/tsconfig": "^0.3.0",
|
|
126
|
-
"@appium/typedoc-plugin-appium": "^0.6.
|
|
126
|
+
"@appium/typedoc-plugin-appium": "^0.6.5",
|
|
127
127
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
128
128
|
"@types/which": "3.0.0",
|
|
129
129
|
"chalk": "4.1.2",
|
|
@@ -137,15 +137,15 @@
|
|
|
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.1",
|
|
141
141
|
"source-map-support": "0.5.21",
|
|
142
142
|
"teen_process": "2.0.2",
|
|
143
|
-
"type-fest": "3.
|
|
143
|
+
"type-fest": "3.11.1",
|
|
144
144
|
"typedoc": "0.23.28",
|
|
145
145
|
"typedoc-plugin-markdown": "3.14.0",
|
|
146
146
|
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
|
|
147
147
|
"typescript": "4.9.5",
|
|
148
|
-
"yaml": "2.
|
|
148
|
+
"yaml": "2.3.1",
|
|
149
149
|
"yargs": "17.7.2",
|
|
150
150
|
"yargs-parser": "21.1.1"
|
|
151
151
|
},
|
|
@@ -261,10 +261,10 @@
|
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
263
|
"node_modules/@appium/schema": {
|
|
264
|
-
"version": "0.
|
|
264
|
+
"version": "0.3.0",
|
|
265
265
|
"license": "Apache-2.0",
|
|
266
266
|
"dependencies": {
|
|
267
|
-
"@types/json-schema": "7.0.
|
|
267
|
+
"@types/json-schema": "7.0.12",
|
|
268
268
|
"json-schema": "0.4.0",
|
|
269
269
|
"source-map-support": "0.5.21"
|
|
270
270
|
},
|
|
@@ -274,11 +274,11 @@
|
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
"node_modules/@appium/support": {
|
|
277
|
-
"version": "4.0
|
|
277
|
+
"version": "4.1.0",
|
|
278
278
|
"license": "Apache-2.0",
|
|
279
279
|
"dependencies": {
|
|
280
280
|
"@appium/tsconfig": "^0.3.0",
|
|
281
|
-
"@appium/types": "^0.
|
|
281
|
+
"@appium/types": "^0.13.0",
|
|
282
282
|
"@colors/colors": "1.5.0",
|
|
283
283
|
"@types/archiver": "5.3.2",
|
|
284
284
|
"@types/base64-stream": "1.0.2",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"@types/ncp": "2.0.5",
|
|
292
292
|
"@types/npmlog": "4.1.4",
|
|
293
293
|
"@types/pluralize": "0.0.29",
|
|
294
|
-
"@types/semver": "7.
|
|
294
|
+
"@types/semver": "7.5.0",
|
|
295
295
|
"@types/shell-quote": "1.7.1",
|
|
296
296
|
"@types/supports-color": "8.1.1",
|
|
297
297
|
"@types/teen_process": "2.0.0",
|
|
@@ -322,13 +322,12 @@
|
|
|
322
322
|
"read-pkg": "5.2.0",
|
|
323
323
|
"resolve-from": "5.0.0",
|
|
324
324
|
"sanitize-filename": "1.6.3",
|
|
325
|
-
"semver": "7.5.
|
|
326
|
-
"sharp": "0.32.1",
|
|
325
|
+
"semver": "7.5.1",
|
|
327
326
|
"shell-quote": "1.8.1",
|
|
328
327
|
"source-map-support": "0.5.21",
|
|
329
328
|
"supports-color": "8.1.1",
|
|
330
329
|
"teen_process": "2.0.2",
|
|
331
|
-
"type-fest": "3.
|
|
330
|
+
"type-fest": "3.11.1",
|
|
332
331
|
"uuid": "9.0.0",
|
|
333
332
|
"which": "3.0.1",
|
|
334
333
|
"yauzl": "2.10.0"
|
|
@@ -336,6 +335,9 @@
|
|
|
336
335
|
"engines": {
|
|
337
336
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
338
337
|
"npm": ">=8"
|
|
338
|
+
},
|
|
339
|
+
"optionalDependencies": {
|
|
340
|
+
"sharp": "0.32.1"
|
|
339
341
|
}
|
|
340
342
|
},
|
|
341
343
|
"node_modules/@appium/support/node_modules/@babel/runtime": {
|
|
@@ -393,14 +395,14 @@
|
|
|
393
395
|
}
|
|
394
396
|
},
|
|
395
397
|
"node_modules/@appium/typedoc-plugin-appium": {
|
|
396
|
-
"version": "0.6.
|
|
398
|
+
"version": "0.6.5",
|
|
397
399
|
"extraneous": true,
|
|
398
400
|
"license": "Apache-2.0",
|
|
399
401
|
"dependencies": {
|
|
400
402
|
"handlebars": "4.7.7",
|
|
401
403
|
"lodash": "4.17.21",
|
|
402
404
|
"pluralize": "8.0.0",
|
|
403
|
-
"type-fest": "3.
|
|
405
|
+
"type-fest": "3.11.1"
|
|
404
406
|
},
|
|
405
407
|
"engines": {
|
|
406
408
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -415,15 +417,15 @@
|
|
|
415
417
|
}
|
|
416
418
|
},
|
|
417
419
|
"node_modules/@appium/types": {
|
|
418
|
-
"version": "0.
|
|
420
|
+
"version": "0.13.0",
|
|
419
421
|
"license": "Apache-2.0",
|
|
420
422
|
"dependencies": {
|
|
421
|
-
"@appium/schema": "^0.
|
|
423
|
+
"@appium/schema": "^0.3.0",
|
|
422
424
|
"@appium/tsconfig": "^0.3.0",
|
|
423
425
|
"@types/express": "4.17.17",
|
|
424
426
|
"@types/npmlog": "4.1.4",
|
|
425
427
|
"@types/ws": "8.5.4",
|
|
426
|
-
"type-fest": "3.
|
|
428
|
+
"type-fest": "3.11.1"
|
|
427
429
|
},
|
|
428
430
|
"engines": {
|
|
429
431
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -665,7 +667,7 @@
|
|
|
665
667
|
}
|
|
666
668
|
},
|
|
667
669
|
"node_modules/@types/json-schema": {
|
|
668
|
-
"version": "7.0.
|
|
670
|
+
"version": "7.0.12",
|
|
669
671
|
"license": "MIT"
|
|
670
672
|
},
|
|
671
673
|
"node_modules/@types/klaw": {
|
|
@@ -680,7 +682,7 @@
|
|
|
680
682
|
"license": "MIT"
|
|
681
683
|
},
|
|
682
684
|
"node_modules/@types/lodash": {
|
|
683
|
-
"version": "4.14.
|
|
685
|
+
"version": "4.14.195",
|
|
684
686
|
"license": "MIT"
|
|
685
687
|
},
|
|
686
688
|
"node_modules/@types/method-override": {
|
|
@@ -741,7 +743,7 @@
|
|
|
741
743
|
}
|
|
742
744
|
},
|
|
743
745
|
"node_modules/@types/semver": {
|
|
744
|
-
"version": "7.
|
|
746
|
+
"version": "7.5.0",
|
|
745
747
|
"license": "MIT"
|
|
746
748
|
},
|
|
747
749
|
"node_modules/@types/send": {
|
|
@@ -908,11 +910,10 @@
|
|
|
908
910
|
}
|
|
909
911
|
},
|
|
910
912
|
"node_modules/appium-adb": {
|
|
911
|
-
"version": "9.
|
|
913
|
+
"version": "9.12.0",
|
|
912
914
|
"license": "Apache-2.0",
|
|
913
915
|
"dependencies": {
|
|
914
916
|
"@appium/support": "^4.0.0",
|
|
915
|
-
"@babel/runtime": "^7.0.0",
|
|
916
917
|
"adbkit-apkreader": "^3.1.2",
|
|
917
918
|
"async-lock": "^1.0.0",
|
|
918
919
|
"asyncbox": "^2.6.0",
|
|
@@ -938,7 +939,7 @@
|
|
|
938
939
|
}
|
|
939
940
|
},
|
|
940
941
|
"node_modules/appium-android-driver": {
|
|
941
|
-
"version": "5.13.
|
|
942
|
+
"version": "5.13.5",
|
|
942
943
|
"license": "Apache-2.0",
|
|
943
944
|
"dependencies": {
|
|
944
945
|
"appium-adb": "^9.11.2",
|
|
@@ -955,7 +956,6 @@
|
|
|
955
956
|
"portscanner": "2.2.0",
|
|
956
957
|
"semver": "^7.0.0",
|
|
957
958
|
"shared-preferences-builder": "^0.x",
|
|
958
|
-
"sharp": "^0.x",
|
|
959
959
|
"source-map-support": "^0.x",
|
|
960
960
|
"teen_process": "^2.0.0",
|
|
961
961
|
"ws": "^8.0.0"
|
|
@@ -1384,6 +1384,7 @@
|
|
|
1384
1384
|
},
|
|
1385
1385
|
"node_modules/chownr": {
|
|
1386
1386
|
"version": "1.1.4",
|
|
1387
|
+
"devOptional": true,
|
|
1387
1388
|
"license": "ISC"
|
|
1388
1389
|
},
|
|
1389
1390
|
"node_modules/cli-cursor": {
|
|
@@ -1457,6 +1458,7 @@
|
|
|
1457
1458
|
},
|
|
1458
1459
|
"node_modules/color": {
|
|
1459
1460
|
"version": "4.2.3",
|
|
1461
|
+
"devOptional": true,
|
|
1460
1462
|
"license": "MIT",
|
|
1461
1463
|
"dependencies": {
|
|
1462
1464
|
"color-convert": "^2.0.1",
|
|
@@ -1479,6 +1481,7 @@
|
|
|
1479
1481
|
},
|
|
1480
1482
|
"node_modules/color-string": {
|
|
1481
1483
|
"version": "1.9.1",
|
|
1484
|
+
"devOptional": true,
|
|
1482
1485
|
"license": "MIT",
|
|
1483
1486
|
"dependencies": {
|
|
1484
1487
|
"color-name": "^1.0.0",
|
|
@@ -1494,6 +1497,7 @@
|
|
|
1494
1497
|
},
|
|
1495
1498
|
"node_modules/color/node_modules/color-convert": {
|
|
1496
1499
|
"version": "2.0.1",
|
|
1500
|
+
"devOptional": true,
|
|
1497
1501
|
"license": "MIT",
|
|
1498
1502
|
"dependencies": {
|
|
1499
1503
|
"color-name": "~1.1.4"
|
|
@@ -1504,6 +1508,7 @@
|
|
|
1504
1508
|
},
|
|
1505
1509
|
"node_modules/color/node_modules/color-name": {
|
|
1506
1510
|
"version": "1.1.4",
|
|
1511
|
+
"devOptional": true,
|
|
1507
1512
|
"license": "MIT"
|
|
1508
1513
|
},
|
|
1509
1514
|
"node_modules/colorspace": {
|
|
@@ -1672,6 +1677,7 @@
|
|
|
1672
1677
|
},
|
|
1673
1678
|
"node_modules/decompress-response": {
|
|
1674
1679
|
"version": "6.0.0",
|
|
1680
|
+
"devOptional": true,
|
|
1675
1681
|
"license": "MIT",
|
|
1676
1682
|
"dependencies": {
|
|
1677
1683
|
"mimic-response": "^3.1.0"
|
|
@@ -1685,6 +1691,7 @@
|
|
|
1685
1691
|
},
|
|
1686
1692
|
"node_modules/deep-extend": {
|
|
1687
1693
|
"version": "0.6.0",
|
|
1694
|
+
"devOptional": true,
|
|
1688
1695
|
"license": "MIT",
|
|
1689
1696
|
"engines": {
|
|
1690
1697
|
"node": ">=4.0.0"
|
|
@@ -1729,6 +1736,7 @@
|
|
|
1729
1736
|
},
|
|
1730
1737
|
"node_modules/detect-libc": {
|
|
1731
1738
|
"version": "2.0.1",
|
|
1739
|
+
"devOptional": true,
|
|
1732
1740
|
"license": "Apache-2.0",
|
|
1733
1741
|
"engines": {
|
|
1734
1742
|
"node": ">=8"
|
|
@@ -1822,6 +1830,7 @@
|
|
|
1822
1830
|
},
|
|
1823
1831
|
"node_modules/expand-template": {
|
|
1824
1832
|
"version": "2.0.3",
|
|
1833
|
+
"devOptional": true,
|
|
1825
1834
|
"license": "(MIT OR WTFPL)",
|
|
1826
1835
|
"engines": {
|
|
1827
1836
|
"node": ">=6"
|
|
@@ -2166,6 +2175,7 @@
|
|
|
2166
2175
|
},
|
|
2167
2176
|
"node_modules/github-from-package": {
|
|
2168
2177
|
"version": "0.0.0",
|
|
2178
|
+
"devOptional": true,
|
|
2169
2179
|
"license": "MIT"
|
|
2170
2180
|
},
|
|
2171
2181
|
"node_modules/glob": {
|
|
@@ -2743,6 +2753,7 @@
|
|
|
2743
2753
|
},
|
|
2744
2754
|
"node_modules/mimic-response": {
|
|
2745
2755
|
"version": "3.1.0",
|
|
2756
|
+
"devOptional": true,
|
|
2746
2757
|
"license": "MIT",
|
|
2747
2758
|
"engines": {
|
|
2748
2759
|
"node": ">=10"
|
|
@@ -2780,6 +2791,7 @@
|
|
|
2780
2791
|
},
|
|
2781
2792
|
"node_modules/mkdirp-classic": {
|
|
2782
2793
|
"version": "0.5.3",
|
|
2794
|
+
"devOptional": true,
|
|
2783
2795
|
"license": "MIT"
|
|
2784
2796
|
},
|
|
2785
2797
|
"node_modules/moment": {
|
|
@@ -2876,6 +2888,7 @@
|
|
|
2876
2888
|
},
|
|
2877
2889
|
"node_modules/napi-build-utils": {
|
|
2878
2890
|
"version": "1.0.2",
|
|
2891
|
+
"devOptional": true,
|
|
2879
2892
|
"license": "MIT"
|
|
2880
2893
|
},
|
|
2881
2894
|
"node_modules/ncp": {
|
|
@@ -2899,6 +2912,7 @@
|
|
|
2899
2912
|
},
|
|
2900
2913
|
"node_modules/node-abi": {
|
|
2901
2914
|
"version": "3.45.0",
|
|
2915
|
+
"devOptional": true,
|
|
2902
2916
|
"license": "MIT",
|
|
2903
2917
|
"dependencies": {
|
|
2904
2918
|
"semver": "^7.3.5"
|
|
@@ -2909,6 +2923,7 @@
|
|
|
2909
2923
|
},
|
|
2910
2924
|
"node_modules/node-addon-api": {
|
|
2911
2925
|
"version": "6.1.0",
|
|
2926
|
+
"devOptional": true,
|
|
2912
2927
|
"license": "MIT"
|
|
2913
2928
|
},
|
|
2914
2929
|
"node_modules/normalize-package-data": {
|
|
@@ -3266,6 +3281,7 @@
|
|
|
3266
3281
|
},
|
|
3267
3282
|
"node_modules/prebuild-install": {
|
|
3268
3283
|
"version": "7.1.1",
|
|
3284
|
+
"devOptional": true,
|
|
3269
3285
|
"license": "MIT",
|
|
3270
3286
|
"dependencies": {
|
|
3271
3287
|
"detect-libc": "^2.0.0",
|
|
@@ -3316,6 +3332,7 @@
|
|
|
3316
3332
|
},
|
|
3317
3333
|
"node_modules/pump": {
|
|
3318
3334
|
"version": "3.0.0",
|
|
3335
|
+
"devOptional": true,
|
|
3319
3336
|
"license": "MIT",
|
|
3320
3337
|
"dependencies": {
|
|
3321
3338
|
"end-of-stream": "^1.1.0",
|
|
@@ -3365,6 +3382,7 @@
|
|
|
3365
3382
|
},
|
|
3366
3383
|
"node_modules/rc": {
|
|
3367
3384
|
"version": "1.2.8",
|
|
3385
|
+
"devOptional": true,
|
|
3368
3386
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
3369
3387
|
"dependencies": {
|
|
3370
3388
|
"deep-extend": "^0.6.0",
|
|
@@ -3378,10 +3396,12 @@
|
|
|
3378
3396
|
},
|
|
3379
3397
|
"node_modules/rc/node_modules/ini": {
|
|
3380
3398
|
"version": "1.3.8",
|
|
3399
|
+
"devOptional": true,
|
|
3381
3400
|
"license": "ISC"
|
|
3382
3401
|
},
|
|
3383
3402
|
"node_modules/rc/node_modules/strip-json-comments": {
|
|
3384
3403
|
"version": "2.0.1",
|
|
3404
|
+
"devOptional": true,
|
|
3385
3405
|
"license": "MIT",
|
|
3386
3406
|
"engines": {
|
|
3387
3407
|
"node": ">=0.10.0"
|
|
@@ -3535,7 +3555,7 @@
|
|
|
3535
3555
|
}
|
|
3536
3556
|
},
|
|
3537
3557
|
"node_modules/semver": {
|
|
3538
|
-
"version": "7.5.
|
|
3558
|
+
"version": "7.5.1",
|
|
3539
3559
|
"license": "ISC",
|
|
3540
3560
|
"dependencies": {
|
|
3541
3561
|
"lru-cache": "^6.0.0"
|
|
@@ -3668,6 +3688,7 @@
|
|
|
3668
3688
|
},
|
|
3669
3689
|
"node_modules/sharp": {
|
|
3670
3690
|
"version": "0.32.1",
|
|
3691
|
+
"devOptional": true,
|
|
3671
3692
|
"hasInstallScript": true,
|
|
3672
3693
|
"license": "Apache-2.0",
|
|
3673
3694
|
"dependencies": {
|
|
@@ -3742,6 +3763,7 @@
|
|
|
3742
3763
|
},
|
|
3743
3764
|
"node_modules/simple-concat": {
|
|
3744
3765
|
"version": "1.0.1",
|
|
3766
|
+
"devOptional": true,
|
|
3745
3767
|
"funding": [
|
|
3746
3768
|
{
|
|
3747
3769
|
"type": "github",
|
|
@@ -3760,6 +3782,7 @@
|
|
|
3760
3782
|
},
|
|
3761
3783
|
"node_modules/simple-get": {
|
|
3762
3784
|
"version": "4.0.1",
|
|
3785
|
+
"devOptional": true,
|
|
3763
3786
|
"funding": [
|
|
3764
3787
|
{
|
|
3765
3788
|
"type": "github",
|
|
@@ -3783,6 +3806,7 @@
|
|
|
3783
3806
|
},
|
|
3784
3807
|
"node_modules/simple-swizzle": {
|
|
3785
3808
|
"version": "0.2.2",
|
|
3809
|
+
"devOptional": true,
|
|
3786
3810
|
"license": "MIT",
|
|
3787
3811
|
"dependencies": {
|
|
3788
3812
|
"is-arrayish": "^0.3.1"
|
|
@@ -3790,6 +3814,7 @@
|
|
|
3790
3814
|
},
|
|
3791
3815
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
3792
3816
|
"version": "0.3.2",
|
|
3817
|
+
"devOptional": true,
|
|
3793
3818
|
"license": "MIT"
|
|
3794
3819
|
},
|
|
3795
3820
|
"node_modules/source-map": {
|
|
@@ -3903,6 +3928,7 @@
|
|
|
3903
3928
|
},
|
|
3904
3929
|
"node_modules/tar-fs": {
|
|
3905
3930
|
"version": "2.1.1",
|
|
3931
|
+
"devOptional": true,
|
|
3906
3932
|
"license": "MIT",
|
|
3907
3933
|
"dependencies": {
|
|
3908
3934
|
"chownr": "^1.1.1",
|
|
@@ -4007,6 +4033,7 @@
|
|
|
4007
4033
|
},
|
|
4008
4034
|
"node_modules/tunnel-agent": {
|
|
4009
4035
|
"version": "0.6.0",
|
|
4036
|
+
"devOptional": true,
|
|
4010
4037
|
"license": "Apache-2.0",
|
|
4011
4038
|
"dependencies": {
|
|
4012
4039
|
"safe-buffer": "^5.0.1"
|
|
@@ -4016,16 +4043,13 @@
|
|
|
4016
4043
|
}
|
|
4017
4044
|
},
|
|
4018
4045
|
"node_modules/type-fest": {
|
|
4019
|
-
"version": "3.
|
|
4046
|
+
"version": "3.11.1",
|
|
4020
4047
|
"license": "(MIT OR CC0-1.0)",
|
|
4021
4048
|
"engines": {
|
|
4022
4049
|
"node": ">=14.16"
|
|
4023
4050
|
},
|
|
4024
4051
|
"funding": {
|
|
4025
4052
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4026
|
-
},
|
|
4027
|
-
"peerDependencies": {
|
|
4028
|
-
"typescript": ">=4.7.0"
|
|
4029
4053
|
}
|
|
4030
4054
|
},
|
|
4031
4055
|
"node_modules/type-is": {
|
|
@@ -4108,8 +4132,8 @@
|
|
|
4108
4132
|
},
|
|
4109
4133
|
"node_modules/typescript": {
|
|
4110
4134
|
"version": "4.9.5",
|
|
4135
|
+
"extraneous": true,
|
|
4111
4136
|
"license": "Apache-2.0",
|
|
4112
|
-
"peer": true,
|
|
4113
4137
|
"bin": {
|
|
4114
4138
|
"tsc": "bin/tsc",
|
|
4115
4139
|
"tsserver": "bin/tsserver"
|
|
@@ -4267,7 +4291,7 @@
|
|
|
4267
4291
|
}
|
|
4268
4292
|
},
|
|
4269
4293
|
"node_modules/winston": {
|
|
4270
|
-
"version": "3.
|
|
4294
|
+
"version": "3.9.0",
|
|
4271
4295
|
"extraneous": true,
|
|
4272
4296
|
"license": "MIT",
|
|
4273
4297
|
"dependencies": {
|
|
@@ -4423,7 +4447,7 @@
|
|
|
4423
4447
|
}
|
|
4424
4448
|
},
|
|
4425
4449
|
"node_modules/yaml": {
|
|
4426
|
-
"version": "2.
|
|
4450
|
+
"version": "2.3.1",
|
|
4427
4451
|
"extraneous": true,
|
|
4428
4452
|
"license": "ISC",
|
|
4429
4453
|
"engines": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.26.
|
|
10
|
+
"version": "2.26.2",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"appium-adb": "^9.11.5",
|
|
61
|
-
"appium-android-driver": "^5.13.
|
|
61
|
+
"appium-android-driver": "^5.13.5",
|
|
62
62
|
"appium-chromedriver": "^5.3.1",
|
|
63
63
|
"appium-uiautomator2-server": "^5.11.1",
|
|
64
64
|
"asyncbox": "^2.3.1",
|