appium-uiautomator2-driver 2.26.1 → 2.26.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 +14 -0
- package/README.md +3 -3
- package/build/lib/commands/general.js +2 -2
- package/build/lib/commands/general.js.map +1 -1
- package/build/lib/css-converter.js +75 -56
- package/build/lib/css-converter.js.map +1 -1
- package/lib/commands/general.js +1 -1
- package/lib/css-converter.js +84 -102
- package/npm-shrinkwrap.json +82 -48
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.3",
|
|
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.3",
|
|
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.
|
|
14
|
+
"appium-android-driver": "^5.14.0",
|
|
15
15
|
"appium-chromedriver": "^5.3.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.11.1",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
18
18
|
"axios": "^1.x",
|
|
19
19
|
"bluebird": "^3.5.1",
|
|
20
|
-
"css-selector-parser": "^
|
|
20
|
+
"css-selector-parser": "^2.2.3",
|
|
21
21
|
"lodash": "^4.17.4",
|
|
22
22
|
"portscanner": "^2.2.0",
|
|
23
23
|
"source-map-support": "^0.x",
|
|
@@ -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.1",
|
|
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.
|
|
942
|
+
"version": "5.14.0",
|
|
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"
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
1003
1003
|
"node_modules/appium-uiautomator2-server": {
|
|
1004
|
-
"version": "5.
|
|
1004
|
+
"version": "5.12.0",
|
|
1005
1005
|
"license": "Apache-2.0",
|
|
1006
1006
|
"engines": {
|
|
1007
1007
|
"node": ">=14",
|
|
@@ -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": {
|
|
@@ -1667,11 +1672,22 @@
|
|
|
1667
1672
|
}
|
|
1668
1673
|
},
|
|
1669
1674
|
"node_modules/css-selector-parser": {
|
|
1670
|
-
"version": "
|
|
1675
|
+
"version": "2.2.3",
|
|
1676
|
+
"funding": [
|
|
1677
|
+
{
|
|
1678
|
+
"type": "github",
|
|
1679
|
+
"url": "https://github.com/sponsors/mdevils"
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"type": "patreon",
|
|
1683
|
+
"url": "https://patreon.com/mdevils"
|
|
1684
|
+
}
|
|
1685
|
+
],
|
|
1671
1686
|
"license": "MIT"
|
|
1672
1687
|
},
|
|
1673
1688
|
"node_modules/decompress-response": {
|
|
1674
1689
|
"version": "6.0.0",
|
|
1690
|
+
"devOptional": true,
|
|
1675
1691
|
"license": "MIT",
|
|
1676
1692
|
"dependencies": {
|
|
1677
1693
|
"mimic-response": "^3.1.0"
|
|
@@ -1685,6 +1701,7 @@
|
|
|
1685
1701
|
},
|
|
1686
1702
|
"node_modules/deep-extend": {
|
|
1687
1703
|
"version": "0.6.0",
|
|
1704
|
+
"devOptional": true,
|
|
1688
1705
|
"license": "MIT",
|
|
1689
1706
|
"engines": {
|
|
1690
1707
|
"node": ">=4.0.0"
|
|
@@ -1729,6 +1746,7 @@
|
|
|
1729
1746
|
},
|
|
1730
1747
|
"node_modules/detect-libc": {
|
|
1731
1748
|
"version": "2.0.1",
|
|
1749
|
+
"devOptional": true,
|
|
1732
1750
|
"license": "Apache-2.0",
|
|
1733
1751
|
"engines": {
|
|
1734
1752
|
"node": ">=8"
|
|
@@ -1822,6 +1840,7 @@
|
|
|
1822
1840
|
},
|
|
1823
1841
|
"node_modules/expand-template": {
|
|
1824
1842
|
"version": "2.0.3",
|
|
1843
|
+
"devOptional": true,
|
|
1825
1844
|
"license": "(MIT OR WTFPL)",
|
|
1826
1845
|
"engines": {
|
|
1827
1846
|
"node": ">=6"
|
|
@@ -2166,6 +2185,7 @@
|
|
|
2166
2185
|
},
|
|
2167
2186
|
"node_modules/github-from-package": {
|
|
2168
2187
|
"version": "0.0.0",
|
|
2188
|
+
"devOptional": true,
|
|
2169
2189
|
"license": "MIT"
|
|
2170
2190
|
},
|
|
2171
2191
|
"node_modules/glob": {
|
|
@@ -2743,6 +2763,7 @@
|
|
|
2743
2763
|
},
|
|
2744
2764
|
"node_modules/mimic-response": {
|
|
2745
2765
|
"version": "3.1.0",
|
|
2766
|
+
"devOptional": true,
|
|
2746
2767
|
"license": "MIT",
|
|
2747
2768
|
"engines": {
|
|
2748
2769
|
"node": ">=10"
|
|
@@ -2780,6 +2801,7 @@
|
|
|
2780
2801
|
},
|
|
2781
2802
|
"node_modules/mkdirp-classic": {
|
|
2782
2803
|
"version": "0.5.3",
|
|
2804
|
+
"devOptional": true,
|
|
2783
2805
|
"license": "MIT"
|
|
2784
2806
|
},
|
|
2785
2807
|
"node_modules/moment": {
|
|
@@ -2876,6 +2898,7 @@
|
|
|
2876
2898
|
},
|
|
2877
2899
|
"node_modules/napi-build-utils": {
|
|
2878
2900
|
"version": "1.0.2",
|
|
2901
|
+
"devOptional": true,
|
|
2879
2902
|
"license": "MIT"
|
|
2880
2903
|
},
|
|
2881
2904
|
"node_modules/ncp": {
|
|
@@ -2899,6 +2922,7 @@
|
|
|
2899
2922
|
},
|
|
2900
2923
|
"node_modules/node-abi": {
|
|
2901
2924
|
"version": "3.45.0",
|
|
2925
|
+
"devOptional": true,
|
|
2902
2926
|
"license": "MIT",
|
|
2903
2927
|
"dependencies": {
|
|
2904
2928
|
"semver": "^7.3.5"
|
|
@@ -2909,6 +2933,7 @@
|
|
|
2909
2933
|
},
|
|
2910
2934
|
"node_modules/node-addon-api": {
|
|
2911
2935
|
"version": "6.1.0",
|
|
2936
|
+
"devOptional": true,
|
|
2912
2937
|
"license": "MIT"
|
|
2913
2938
|
},
|
|
2914
2939
|
"node_modules/normalize-package-data": {
|
|
@@ -3266,6 +3291,7 @@
|
|
|
3266
3291
|
},
|
|
3267
3292
|
"node_modules/prebuild-install": {
|
|
3268
3293
|
"version": "7.1.1",
|
|
3294
|
+
"devOptional": true,
|
|
3269
3295
|
"license": "MIT",
|
|
3270
3296
|
"dependencies": {
|
|
3271
3297
|
"detect-libc": "^2.0.0",
|
|
@@ -3316,6 +3342,7 @@
|
|
|
3316
3342
|
},
|
|
3317
3343
|
"node_modules/pump": {
|
|
3318
3344
|
"version": "3.0.0",
|
|
3345
|
+
"devOptional": true,
|
|
3319
3346
|
"license": "MIT",
|
|
3320
3347
|
"dependencies": {
|
|
3321
3348
|
"end-of-stream": "^1.1.0",
|
|
@@ -3365,6 +3392,7 @@
|
|
|
3365
3392
|
},
|
|
3366
3393
|
"node_modules/rc": {
|
|
3367
3394
|
"version": "1.2.8",
|
|
3395
|
+
"devOptional": true,
|
|
3368
3396
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
3369
3397
|
"dependencies": {
|
|
3370
3398
|
"deep-extend": "^0.6.0",
|
|
@@ -3378,10 +3406,12 @@
|
|
|
3378
3406
|
},
|
|
3379
3407
|
"node_modules/rc/node_modules/ini": {
|
|
3380
3408
|
"version": "1.3.8",
|
|
3409
|
+
"devOptional": true,
|
|
3381
3410
|
"license": "ISC"
|
|
3382
3411
|
},
|
|
3383
3412
|
"node_modules/rc/node_modules/strip-json-comments": {
|
|
3384
3413
|
"version": "2.0.1",
|
|
3414
|
+
"devOptional": true,
|
|
3385
3415
|
"license": "MIT",
|
|
3386
3416
|
"engines": {
|
|
3387
3417
|
"node": ">=0.10.0"
|
|
@@ -3535,7 +3565,7 @@
|
|
|
3535
3565
|
}
|
|
3536
3566
|
},
|
|
3537
3567
|
"node_modules/semver": {
|
|
3538
|
-
"version": "7.5.
|
|
3568
|
+
"version": "7.5.1",
|
|
3539
3569
|
"license": "ISC",
|
|
3540
3570
|
"dependencies": {
|
|
3541
3571
|
"lru-cache": "^6.0.0"
|
|
@@ -3668,6 +3698,7 @@
|
|
|
3668
3698
|
},
|
|
3669
3699
|
"node_modules/sharp": {
|
|
3670
3700
|
"version": "0.32.1",
|
|
3701
|
+
"devOptional": true,
|
|
3671
3702
|
"hasInstallScript": true,
|
|
3672
3703
|
"license": "Apache-2.0",
|
|
3673
3704
|
"dependencies": {
|
|
@@ -3742,6 +3773,7 @@
|
|
|
3742
3773
|
},
|
|
3743
3774
|
"node_modules/simple-concat": {
|
|
3744
3775
|
"version": "1.0.1",
|
|
3776
|
+
"devOptional": true,
|
|
3745
3777
|
"funding": [
|
|
3746
3778
|
{
|
|
3747
3779
|
"type": "github",
|
|
@@ -3760,6 +3792,7 @@
|
|
|
3760
3792
|
},
|
|
3761
3793
|
"node_modules/simple-get": {
|
|
3762
3794
|
"version": "4.0.1",
|
|
3795
|
+
"devOptional": true,
|
|
3763
3796
|
"funding": [
|
|
3764
3797
|
{
|
|
3765
3798
|
"type": "github",
|
|
@@ -3783,6 +3816,7 @@
|
|
|
3783
3816
|
},
|
|
3784
3817
|
"node_modules/simple-swizzle": {
|
|
3785
3818
|
"version": "0.2.2",
|
|
3819
|
+
"devOptional": true,
|
|
3786
3820
|
"license": "MIT",
|
|
3787
3821
|
"dependencies": {
|
|
3788
3822
|
"is-arrayish": "^0.3.1"
|
|
@@ -3790,6 +3824,7 @@
|
|
|
3790
3824
|
},
|
|
3791
3825
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
3792
3826
|
"version": "0.3.2",
|
|
3827
|
+
"devOptional": true,
|
|
3793
3828
|
"license": "MIT"
|
|
3794
3829
|
},
|
|
3795
3830
|
"node_modules/source-map": {
|
|
@@ -3903,6 +3938,7 @@
|
|
|
3903
3938
|
},
|
|
3904
3939
|
"node_modules/tar-fs": {
|
|
3905
3940
|
"version": "2.1.1",
|
|
3941
|
+
"devOptional": true,
|
|
3906
3942
|
"license": "MIT",
|
|
3907
3943
|
"dependencies": {
|
|
3908
3944
|
"chownr": "^1.1.1",
|
|
@@ -4007,6 +4043,7 @@
|
|
|
4007
4043
|
},
|
|
4008
4044
|
"node_modules/tunnel-agent": {
|
|
4009
4045
|
"version": "0.6.0",
|
|
4046
|
+
"devOptional": true,
|
|
4010
4047
|
"license": "Apache-2.0",
|
|
4011
4048
|
"dependencies": {
|
|
4012
4049
|
"safe-buffer": "^5.0.1"
|
|
@@ -4016,16 +4053,13 @@
|
|
|
4016
4053
|
}
|
|
4017
4054
|
},
|
|
4018
4055
|
"node_modules/type-fest": {
|
|
4019
|
-
"version": "3.
|
|
4056
|
+
"version": "3.11.1",
|
|
4020
4057
|
"license": "(MIT OR CC0-1.0)",
|
|
4021
4058
|
"engines": {
|
|
4022
4059
|
"node": ">=14.16"
|
|
4023
4060
|
},
|
|
4024
4061
|
"funding": {
|
|
4025
4062
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4026
|
-
},
|
|
4027
|
-
"peerDependencies": {
|
|
4028
|
-
"typescript": ">=4.7.0"
|
|
4029
4063
|
}
|
|
4030
4064
|
},
|
|
4031
4065
|
"node_modules/type-is": {
|
|
@@ -4108,8 +4142,8 @@
|
|
|
4108
4142
|
},
|
|
4109
4143
|
"node_modules/typescript": {
|
|
4110
4144
|
"version": "4.9.5",
|
|
4145
|
+
"extraneous": true,
|
|
4111
4146
|
"license": "Apache-2.0",
|
|
4112
|
-
"peer": true,
|
|
4113
4147
|
"bin": {
|
|
4114
4148
|
"tsc": "bin/tsc",
|
|
4115
4149
|
"tsserver": "bin/tsserver"
|
|
@@ -4267,7 +4301,7 @@
|
|
|
4267
4301
|
}
|
|
4268
4302
|
},
|
|
4269
4303
|
"node_modules/winston": {
|
|
4270
|
-
"version": "3.
|
|
4304
|
+
"version": "3.9.0",
|
|
4271
4305
|
"extraneous": true,
|
|
4272
4306
|
"license": "MIT",
|
|
4273
4307
|
"dependencies": {
|
|
@@ -4423,7 +4457,7 @@
|
|
|
4423
4457
|
}
|
|
4424
4458
|
},
|
|
4425
4459
|
"node_modules/yaml": {
|
|
4426
|
-
"version": "2.
|
|
4460
|
+
"version": "2.3.1",
|
|
4427
4461
|
"extraneous": true,
|
|
4428
4462
|
"license": "ISC",
|
|
4429
4463
|
"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.3",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"appium-adb": "^9.11.5",
|
|
61
|
-
"appium-android-driver": "^5.
|
|
61
|
+
"appium-android-driver": "^5.14.0",
|
|
62
62
|
"appium-chromedriver": "^5.3.1",
|
|
63
63
|
"appium-uiautomator2-server": "^5.11.1",
|
|
64
64
|
"asyncbox": "^2.3.1",
|
|
65
65
|
"axios": "^1.x",
|
|
66
66
|
"bluebird": "^3.5.1",
|
|
67
|
-
"css-selector-parser": "^
|
|
67
|
+
"css-selector-parser": "^2.2.3",
|
|
68
68
|
"lodash": "^4.17.4",
|
|
69
69
|
"portscanner": "^2.2.0",
|
|
70
70
|
"source-map-support": "^0.x",
|