appium-uiautomator2-driver 7.2.2 → 7.2.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 +6 -0
- package/npm-shrinkwrap.json +76 -106
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [7.2.3](https://github.com/appium/appium-uiautomator2-driver/compare/v7.2.2...v7.2.3) (2026-05-11)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** bump appium-uiautomator2-server from 9.11.2 to 10.0.1 ([#999](https://github.com/appium/appium-uiautomator2-driver/issues/999)) ([396be93](https://github.com/appium/appium-uiautomator2-driver/commit/396be93562fd24518a4e43c402daf4aa81640cff))
|
|
6
|
+
|
|
1
7
|
## [7.2.2](https://github.com/appium/appium-uiautomator2-driver/compare/v7.2.1...v7.2.2) (2026-05-07)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "7.2.
|
|
9
|
+
"version": "7.2.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
13
13
|
"appium-android-driver": "^13.1.1",
|
|
14
|
-
"appium-uiautomator2-server": "^
|
|
14
|
+
"appium-uiautomator2-server": "^10.0.1",
|
|
15
15
|
"asyncbox": "^6.0.1",
|
|
16
16
|
"axios": "^1.13.5",
|
|
17
17
|
"css-selector-parser": "^3.0.0",
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"node_modules/@appium/base-driver": {
|
|
61
|
-
"version": "10.5.
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.5.
|
|
63
|
-
"integrity": "sha512-
|
|
61
|
+
"version": "10.5.2",
|
|
62
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.5.2.tgz",
|
|
63
|
+
"integrity": "sha512-nTsGHbE9fwi9BxMzD2mBv2EFZgRDAiNqZn6NMLTs1bD/lc3tNflqelq6tEVhrbHwpyWDkaorNACKNz5u/e6BEw==",
|
|
64
64
|
"license": "Apache-2.0",
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@appium/support": "7.2.
|
|
66
|
+
"@appium/support": "7.2.2",
|
|
67
67
|
"@appium/types": "1.4.0",
|
|
68
68
|
"@colors/colors": "1.6.0",
|
|
69
69
|
"async-lock": "1.4.1",
|
|
70
70
|
"asyncbox": "6.2.0",
|
|
71
|
-
"axios": "1.
|
|
71
|
+
"axios": "1.16.0",
|
|
72
72
|
"bluebird": "3.7.2",
|
|
73
73
|
"body-parser": "2.2.2",
|
|
74
74
|
"express": "5.2.1",
|
|
@@ -90,63 +90,44 @@
|
|
|
90
90
|
"spdy": "4.0.2"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
-
"node_modules/@appium/base-driver/node_modules
|
|
94
|
-
"version": "
|
|
95
|
-
"resolved": "https://registry.npmjs.org
|
|
96
|
-
"integrity": "sha512-
|
|
93
|
+
"node_modules/@appium/base-driver/node_modules/asyncbox": {
|
|
94
|
+
"version": "6.2.0",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
96
|
+
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
97
97
|
"license": "Apache-2.0",
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"ncp": "2.0.0",
|
|
99
|
+
"p-limit": "^7.2.0"
|
|
100
|
+
},
|
|
101
|
+
"engines": {
|
|
102
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
103
|
+
"npm": ">=10"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"node_modules/@appium/docutils": {
|
|
107
|
+
"version": "2.4.2",
|
|
108
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.4.2.tgz",
|
|
109
|
+
"integrity": "sha512-NV7rSZohVDFUg8+dkbU6HsGmVv6fOQV2HPmZpQH9vOtY+FdKYkMpc2PtZfC/OOvC5kT/eeXWssE5aPwujjSksg==",
|
|
110
|
+
"license": "Apache-2.0",
|
|
111
|
+
"dependencies": {
|
|
112
|
+
"@appium/support": "7.2.2",
|
|
113
|
+
"consola": "3.4.2",
|
|
114
|
+
"diff": "9.0.0",
|
|
115
|
+
"lilconfig": "3.1.3",
|
|
116
|
+
"lodash": "4.18.1",
|
|
118
117
|
"package-directory": "8.2.0",
|
|
119
|
-
"plist": "4.0.0",
|
|
120
|
-
"pluralize": "8.0.0",
|
|
121
118
|
"read-pkg": "10.1.0",
|
|
122
|
-
"resolve-from": "5.0.0",
|
|
123
|
-
"sanitize-filename": "1.6.4",
|
|
124
|
-
"semver": "7.7.4",
|
|
125
|
-
"shell-quote": "1.8.3",
|
|
126
|
-
"supports-color": "10.2.2",
|
|
127
119
|
"teen_process": "4.1.3",
|
|
128
120
|
"type-fest": "5.6.0",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
121
|
+
"yaml": "2.8.4",
|
|
122
|
+
"yargs": "18.0.0",
|
|
123
|
+
"yargs-parser": "22.0.0"
|
|
124
|
+
},
|
|
125
|
+
"bin": {
|
|
126
|
+
"appium-docs": "bin/appium-docs.js"
|
|
132
127
|
},
|
|
133
128
|
"engines": {
|
|
134
129
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
135
130
|
"npm": ">=10"
|
|
136
|
-
},
|
|
137
|
-
"optionalDependencies": {
|
|
138
|
-
"sharp": "0.34.5"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
142
|
-
"version": "1.15.2",
|
|
143
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz",
|
|
144
|
-
"integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==",
|
|
145
|
-
"license": "MIT",
|
|
146
|
-
"dependencies": {
|
|
147
|
-
"follow-redirects": "^1.15.11",
|
|
148
|
-
"form-data": "^4.0.5",
|
|
149
|
-
"proxy-from-env": "^2.1.0"
|
|
150
131
|
}
|
|
151
132
|
},
|
|
152
133
|
"node_modules/@appium/logger": {
|
|
@@ -179,9 +160,9 @@
|
|
|
179
160
|
}
|
|
180
161
|
},
|
|
181
162
|
"node_modules/@appium/support": {
|
|
182
|
-
"version": "7.2.
|
|
183
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.
|
|
184
|
-
"integrity": "sha512-
|
|
163
|
+
"version": "7.2.2",
|
|
164
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.2.tgz",
|
|
165
|
+
"integrity": "sha512-SfaFg0tAy0cqHQixtyB3BdZSyv287381McIq4/Zd6J070KFGNjXhF2wDGO3f2uN5VaYugwBYz/ZQEgozh6tK8g==",
|
|
185
166
|
"license": "Apache-2.0",
|
|
186
167
|
"dependencies": {
|
|
187
168
|
"@appium/logger": "2.0.7",
|
|
@@ -226,6 +207,19 @@
|
|
|
226
207
|
"sharp": "0.34.5"
|
|
227
208
|
}
|
|
228
209
|
},
|
|
210
|
+
"node_modules/@appium/support/node_modules/asyncbox": {
|
|
211
|
+
"version": "6.2.0",
|
|
212
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
213
|
+
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
214
|
+
"license": "Apache-2.0",
|
|
215
|
+
"dependencies": {
|
|
216
|
+
"p-limit": "^7.2.0"
|
|
217
|
+
},
|
|
218
|
+
"engines": {
|
|
219
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
220
|
+
"npm": ">=10"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
229
223
|
"node_modules/@appium/tsconfig": {
|
|
230
224
|
"version": "1.1.2",
|
|
231
225
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.2.tgz",
|
|
@@ -525,16 +519,15 @@
|
|
|
525
519
|
}
|
|
526
520
|
},
|
|
527
521
|
"node_modules/appium-adb": {
|
|
528
|
-
"version": "14.
|
|
529
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.
|
|
530
|
-
"integrity": "sha512-
|
|
522
|
+
"version": "14.5.0",
|
|
523
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.5.0.tgz",
|
|
524
|
+
"integrity": "sha512-7o+zmfSqODMH98YrCd1ryaJGv5KTr7mmLLalPp8DJzbtuncuuTrFI5R+WfSWs10WEWxxsT3Kqfv7s8f/OmB8sQ==",
|
|
531
525
|
"license": "Apache-2.0",
|
|
532
526
|
"dependencies": {
|
|
533
|
-
"@appium/support": "^7.
|
|
527
|
+
"@appium/support": "^7.2.2",
|
|
534
528
|
"async-lock": "^1.0.0",
|
|
535
529
|
"asyncbox": "^6.0.1",
|
|
536
530
|
"ini": "^6.0.0",
|
|
537
|
-
"lodash": "^4.0.0",
|
|
538
531
|
"lru-cache": "^11.1.0",
|
|
539
532
|
"semver": "^7.0.0",
|
|
540
533
|
"teen_process": "^4.0.4"
|
|
@@ -545,17 +538,17 @@
|
|
|
545
538
|
}
|
|
546
539
|
},
|
|
547
540
|
"node_modules/appium-android-driver": {
|
|
548
|
-
"version": "13.2.
|
|
549
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.
|
|
550
|
-
"integrity": "sha512-
|
|
541
|
+
"version": "13.2.2",
|
|
542
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.2.tgz",
|
|
543
|
+
"integrity": "sha512-Mblt0QrV7HVrj++WWwArJXvI+jGQ+Fj4jLd+6p3a2rjwVvyTuygm1tr/8C8UBQQoqoBm4WViYDHBFmScTCaDfw==",
|
|
551
544
|
"license": "Apache-2.0",
|
|
552
545
|
"dependencies": {
|
|
553
|
-
"@appium/support": "^7.
|
|
546
|
+
"@appium/support": "^7.2.2",
|
|
554
547
|
"@colors/colors": "^1.6.0",
|
|
555
548
|
"appium-adb": "^14.3.0",
|
|
556
549
|
"appium-chromedriver": "^8.2.25",
|
|
557
550
|
"asyncbox": "^6.1.0",
|
|
558
|
-
"axios": "^1.
|
|
551
|
+
"axios": "^1.16.0",
|
|
559
552
|
"io.appium.settings": "^7.0.4",
|
|
560
553
|
"lodash": "^4.17.4",
|
|
561
554
|
"lru-cache": "^11.1.0",
|
|
@@ -598,9 +591,9 @@
|
|
|
598
591
|
}
|
|
599
592
|
},
|
|
600
593
|
"node_modules/appium-uiautomator2-server": {
|
|
601
|
-
"version": "
|
|
602
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-
|
|
603
|
-
"integrity": "sha512-
|
|
594
|
+
"version": "10.0.1",
|
|
595
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-10.0.1.tgz",
|
|
596
|
+
"integrity": "sha512-DJlF+loUOEoiSs1n3kgl+OsExulisXJJXHg9w90E11DxaIXpZIifs3D7yDjVDBSw8Vcy0ccDcc331OtS7+ZBpg==",
|
|
604
597
|
"license": "Apache-2.0",
|
|
605
598
|
"engines": {
|
|
606
599
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -736,9 +729,9 @@
|
|
|
736
729
|
"license": "MIT"
|
|
737
730
|
},
|
|
738
731
|
"node_modules/asyncbox": {
|
|
739
|
-
"version": "6.
|
|
740
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.
|
|
741
|
-
"integrity": "sha512-
|
|
732
|
+
"version": "6.3.0",
|
|
733
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.0.tgz",
|
|
734
|
+
"integrity": "sha512-7IFpnQDltd5rYQjhIJIpyismJtdWmw/pOABZKJfv2WVo0a6iYh2ZzUuCJJclae5mBtK0H/EychxXg91GB7rGdQ==",
|
|
742
735
|
"license": "Apache-2.0",
|
|
743
736
|
"dependencies": {
|
|
744
737
|
"p-limit": "^7.2.0"
|
|
@@ -978,9 +971,9 @@
|
|
|
978
971
|
}
|
|
979
972
|
},
|
|
980
973
|
"node_modules/brace-expansion": {
|
|
981
|
-
"version": "5.0.
|
|
982
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
983
|
-
"integrity": "sha512-
|
|
974
|
+
"version": "5.0.6",
|
|
975
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
976
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
984
977
|
"license": "MIT",
|
|
985
978
|
"dependencies": {
|
|
986
979
|
"balanced-match": "^4.0.2"
|
|
@@ -1070,7 +1063,6 @@
|
|
|
1070
1063
|
"version": "9.0.1",
|
|
1071
1064
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
|
|
1072
1065
|
"integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
|
|
1073
|
-
"extraneous": true,
|
|
1074
1066
|
"license": "ISC",
|
|
1075
1067
|
"dependencies": {
|
|
1076
1068
|
"string-width": "^7.2.0",
|
|
@@ -1085,14 +1077,12 @@
|
|
|
1085
1077
|
"version": "10.6.0",
|
|
1086
1078
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
1087
1079
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
1088
|
-
"extraneous": true,
|
|
1089
1080
|
"license": "MIT"
|
|
1090
1081
|
},
|
|
1091
1082
|
"node_modules/cliui/node_modules/string-width": {
|
|
1092
1083
|
"version": "7.2.0",
|
|
1093
1084
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
1094
1085
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
1095
|
-
"extraneous": true,
|
|
1096
1086
|
"license": "MIT",
|
|
1097
1087
|
"dependencies": {
|
|
1098
1088
|
"emoji-regex": "^10.3.0",
|
|
@@ -1110,7 +1100,6 @@
|
|
|
1110
1100
|
"version": "7.2.0",
|
|
1111
1101
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
1112
1102
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
1113
|
-
"extraneous": true,
|
|
1114
1103
|
"license": "MIT",
|
|
1115
1104
|
"dependencies": {
|
|
1116
1105
|
"ansi-regex": "^6.2.2"
|
|
@@ -1178,7 +1167,6 @@
|
|
|
1178
1167
|
"version": "3.4.2",
|
|
1179
1168
|
"resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
|
|
1180
1169
|
"integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
|
|
1181
|
-
"extraneous": true,
|
|
1182
1170
|
"license": "MIT",
|
|
1183
1171
|
"engines": {
|
|
1184
1172
|
"node": "^14.18.0 || >=16.10.0"
|
|
@@ -1368,7 +1356,6 @@
|
|
|
1368
1356
|
"version": "9.0.0",
|
|
1369
1357
|
"resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
|
|
1370
1358
|
"integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
|
|
1371
|
-
"extraneous": true,
|
|
1372
1359
|
"license": "BSD-3-Clause",
|
|
1373
1360
|
"engines": {
|
|
1374
1361
|
"node": ">=0.3.1"
|
|
@@ -1470,7 +1457,6 @@
|
|
|
1470
1457
|
"version": "3.2.0",
|
|
1471
1458
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
1472
1459
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
1473
|
-
"extraneous": true,
|
|
1474
1460
|
"license": "MIT",
|
|
1475
1461
|
"engines": {
|
|
1476
1462
|
"node": ">=6"
|
|
@@ -1760,17 +1746,15 @@
|
|
|
1760
1746
|
"version": "2.0.5",
|
|
1761
1747
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
1762
1748
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
1763
|
-
"extraneous": true,
|
|
1764
1749
|
"license": "ISC",
|
|
1765
1750
|
"engines": {
|
|
1766
1751
|
"node": "6.* || 8.* || >= 10.*"
|
|
1767
1752
|
}
|
|
1768
1753
|
},
|
|
1769
1754
|
"node_modules/get-east-asian-width": {
|
|
1770
|
-
"version": "1.
|
|
1771
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
1772
|
-
"integrity": "sha512-
|
|
1773
|
-
"extraneous": true,
|
|
1755
|
+
"version": "1.6.0",
|
|
1756
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
|
|
1757
|
+
"integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
|
|
1774
1758
|
"license": "MIT",
|
|
1775
1759
|
"engines": {
|
|
1776
1760
|
"node": ">=18"
|
|
@@ -2083,14 +2067,13 @@
|
|
|
2083
2067
|
}
|
|
2084
2068
|
},
|
|
2085
2069
|
"node_modules/io.appium.settings": {
|
|
2086
|
-
"version": "7.0
|
|
2087
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.
|
|
2088
|
-
"integrity": "sha512-
|
|
2070
|
+
"version": "7.1.0",
|
|
2071
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.0.tgz",
|
|
2072
|
+
"integrity": "sha512-UoMBFRp2oDth68blFx68IDqF8fJjnJdpQoeJMAKQZpus8/8HN3Jb4aR2Zk5SpFh5ii6Pk+4Z/qCl9/ESIw4e8A==",
|
|
2089
2073
|
"license": "Apache-2.0",
|
|
2090
2074
|
"dependencies": {
|
|
2091
2075
|
"@appium/logger": "^2.0.0-rc.1",
|
|
2092
2076
|
"asyncbox": "^6.0.1",
|
|
2093
|
-
"bluebird": "^3.5.1",
|
|
2094
2077
|
"semver": "^7.5.4",
|
|
2095
2078
|
"teen_process": "^4.0.4"
|
|
2096
2079
|
},
|
|
@@ -2273,7 +2256,6 @@
|
|
|
2273
2256
|
"version": "3.1.3",
|
|
2274
2257
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
2275
2258
|
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
2276
|
-
"extraneous": true,
|
|
2277
2259
|
"license": "MIT",
|
|
2278
2260
|
"engines": {
|
|
2279
2261
|
"node": ">=14"
|
|
@@ -3766,7 +3748,6 @@
|
|
|
3766
3748
|
"version": "9.0.2",
|
|
3767
3749
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
3768
3750
|
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
3769
|
-
"extraneous": true,
|
|
3770
3751
|
"license": "MIT",
|
|
3771
3752
|
"dependencies": {
|
|
3772
3753
|
"ansi-styles": "^6.2.1",
|
|
@@ -3802,7 +3783,6 @@
|
|
|
3802
3783
|
"version": "6.2.3",
|
|
3803
3784
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
3804
3785
|
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
3805
|
-
"extraneous": true,
|
|
3806
3786
|
"license": "MIT",
|
|
3807
3787
|
"engines": {
|
|
3808
3788
|
"node": ">=12"
|
|
@@ -3815,14 +3795,12 @@
|
|
|
3815
3795
|
"version": "10.6.0",
|
|
3816
3796
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
3817
3797
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
3818
|
-
"extraneous": true,
|
|
3819
3798
|
"license": "MIT"
|
|
3820
3799
|
},
|
|
3821
3800
|
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
3822
3801
|
"version": "7.2.0",
|
|
3823
3802
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3824
3803
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3825
|
-
"extraneous": true,
|
|
3826
3804
|
"license": "MIT",
|
|
3827
3805
|
"dependencies": {
|
|
3828
3806
|
"emoji-regex": "^10.3.0",
|
|
@@ -3840,7 +3818,6 @@
|
|
|
3840
3818
|
"version": "7.2.0",
|
|
3841
3819
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
3842
3820
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3843
|
-
"extraneous": true,
|
|
3844
3821
|
"license": "MIT",
|
|
3845
3822
|
"dependencies": {
|
|
3846
3823
|
"ansi-regex": "^6.2.2"
|
|
@@ -3901,7 +3878,6 @@
|
|
|
3901
3878
|
"version": "5.0.8",
|
|
3902
3879
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
3903
3880
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
3904
|
-
"extraneous": true,
|
|
3905
3881
|
"license": "ISC",
|
|
3906
3882
|
"engines": {
|
|
3907
3883
|
"node": ">=10"
|
|
@@ -3911,7 +3887,6 @@
|
|
|
3911
3887
|
"version": "2.8.4",
|
|
3912
3888
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
|
|
3913
3889
|
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
|
|
3914
|
-
"extraneous": true,
|
|
3915
3890
|
"license": "ISC",
|
|
3916
3891
|
"bin": {
|
|
3917
3892
|
"yaml": "bin.mjs"
|
|
@@ -3927,7 +3902,6 @@
|
|
|
3927
3902
|
"version": "18.0.0",
|
|
3928
3903
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
|
|
3929
3904
|
"integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
|
|
3930
|
-
"extraneous": true,
|
|
3931
3905
|
"license": "MIT",
|
|
3932
3906
|
"dependencies": {
|
|
3933
3907
|
"cliui": "^9.0.1",
|
|
@@ -3945,7 +3919,6 @@
|
|
|
3945
3919
|
"version": "22.0.0",
|
|
3946
3920
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
|
|
3947
3921
|
"integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
|
|
3948
|
-
"extraneous": true,
|
|
3949
3922
|
"license": "ISC",
|
|
3950
3923
|
"engines": {
|
|
3951
3924
|
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
@@ -3955,14 +3928,12 @@
|
|
|
3955
3928
|
"version": "10.6.0",
|
|
3956
3929
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
3957
3930
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
3958
|
-
"extraneous": true,
|
|
3959
3931
|
"license": "MIT"
|
|
3960
3932
|
},
|
|
3961
3933
|
"node_modules/yargs/node_modules/string-width": {
|
|
3962
3934
|
"version": "7.2.0",
|
|
3963
3935
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3964
3936
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3965
|
-
"extraneous": true,
|
|
3966
3937
|
"license": "MIT",
|
|
3967
3938
|
"dependencies": {
|
|
3968
3939
|
"emoji-regex": "^10.3.0",
|
|
@@ -3980,7 +3951,6 @@
|
|
|
3980
3951
|
"version": "7.2.0",
|
|
3981
3952
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
3982
3953
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3983
|
-
"extraneous": true,
|
|
3984
3954
|
"license": "MIT",
|
|
3985
3955
|
"dependencies": {
|
|
3986
3956
|
"ansi-regex": "^6.2.2"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "7.2.
|
|
10
|
+
"version": "7.2.3",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"appium-adb": "^14.0.0",
|
|
60
60
|
"appium-android-driver": "^13.1.1",
|
|
61
|
-
"appium-uiautomator2-server": "^
|
|
61
|
+
"appium-uiautomator2-server": "^10.0.1",
|
|
62
62
|
"asyncbox": "^6.0.1",
|
|
63
63
|
"axios": "^1.13.5",
|
|
64
64
|
"css-selector-parser": "^3.0.0",
|