appium-uiautomator2-driver 3.7.0 → 3.7.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 +12 -0
- package/build/lib/uiautomator2.d.ts +3 -0
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/lib/uiautomator2.js +32 -11
- package/build/lib/uiautomator2.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/uiautomator2.js +35 -12
- package/npm-shrinkwrap.json +180 -134
- package/package.json +3 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "3.7.
|
|
9
|
+
"version": "3.7.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"appium-adb": "^12.
|
|
12
|
+
"appium-adb": "^12.4.7",
|
|
13
13
|
"appium-android-driver": "^9.7.0",
|
|
14
14
|
"appium-chromedriver": "^5.6.28",
|
|
15
15
|
"appium-uiautomator2-server": "^7.0.14",
|
|
@@ -21,12 +21,11 @@
|
|
|
21
21
|
"lodash": "^4.17.4",
|
|
22
22
|
"portscanner": "^2.2.0",
|
|
23
23
|
"source-map-support": "^0.x",
|
|
24
|
-
"teen_process": "^2.
|
|
24
|
+
"teen_process": "^2.2.0",
|
|
25
25
|
"type-fest": "^4.4.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@appium/docutils": "^1.0.1",
|
|
29
|
-
"@appium/eslint-config-appium": "^8.0.3",
|
|
30
29
|
"@appium/eslint-config-appium-ts": "^0.x",
|
|
31
30
|
"@appium/support": "^5.0.3",
|
|
32
31
|
"@appium/test-support": "^3.0.0",
|
|
@@ -71,17 +70,17 @@
|
|
|
71
70
|
}
|
|
72
71
|
},
|
|
73
72
|
"node_modules/@appium/base-driver": {
|
|
74
|
-
"version": "9.
|
|
75
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.
|
|
76
|
-
"integrity": "sha512-
|
|
73
|
+
"version": "9.11.1",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.11.1.tgz",
|
|
75
|
+
"integrity": "sha512-gil/4mE/I9SusprGkCgePSkqnvLhv+D2CZ3xS2GkOPmCv07M0Gpsf9y9IuN9LmgyNUDalDtnXjErSn+LDjZd9g==",
|
|
77
76
|
"dependencies": {
|
|
78
|
-
"@appium/support": "^5.
|
|
79
|
-
"@appium/types": "^0.
|
|
77
|
+
"@appium/support": "^5.1.1",
|
|
78
|
+
"@appium/types": "^0.21.0",
|
|
80
79
|
"@colors/colors": "1.6.0",
|
|
81
80
|
"@types/async-lock": "1.4.2",
|
|
82
81
|
"@types/bluebird": "3.5.42",
|
|
83
82
|
"@types/express": "4.17.21",
|
|
84
|
-
"@types/lodash": "4.17.
|
|
83
|
+
"@types/lodash": "4.17.6",
|
|
85
84
|
"@types/method-override": "0.0.35",
|
|
86
85
|
"@types/serve-favicon": "2.5.7",
|
|
87
86
|
"async-lock": "1.4.1",
|
|
@@ -92,13 +91,13 @@
|
|
|
92
91
|
"express": "4.19.2",
|
|
93
92
|
"http-status-codes": "2.3.0",
|
|
94
93
|
"lodash": "4.17.21",
|
|
95
|
-
"lru-cache": "10.
|
|
94
|
+
"lru-cache": "10.3.0",
|
|
96
95
|
"method-override": "3.0.0",
|
|
97
96
|
"morgan": "1.10.0",
|
|
98
|
-
"path-to-regexp": "
|
|
97
|
+
"path-to-regexp": "7.0.0",
|
|
99
98
|
"serve-favicon": "2.5.0",
|
|
100
99
|
"source-map-support": "0.5.21",
|
|
101
|
-
"type-fest": "4.20.
|
|
100
|
+
"type-fest": "4.20.1",
|
|
102
101
|
"validate.js": "0.13.1"
|
|
103
102
|
},
|
|
104
103
|
"engines": {
|
|
@@ -110,9 +109,9 @@
|
|
|
110
109
|
}
|
|
111
110
|
},
|
|
112
111
|
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
113
|
-
"version": "4.20.
|
|
114
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
115
|
-
"integrity": "sha512-
|
|
112
|
+
"version": "4.20.1",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
114
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
116
115
|
"engines": {
|
|
117
116
|
"node": ">=16"
|
|
118
117
|
},
|
|
@@ -121,12 +120,12 @@
|
|
|
121
120
|
}
|
|
122
121
|
},
|
|
123
122
|
"node_modules/@appium/base-plugin": {
|
|
124
|
-
"version": "2.2.
|
|
125
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.
|
|
126
|
-
"integrity": "sha512-
|
|
123
|
+
"version": "2.2.41",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.41.tgz",
|
|
125
|
+
"integrity": "sha512-xaVrg+3IXckdkQg6MRpL3QSXuDGZd2KnHJDxRhGS1KazOGiPjCDkgnNOuwhMXstRjvuq74ujTP/JANZClz866w==",
|
|
127
126
|
"dependencies": {
|
|
128
|
-
"@appium/base-driver": "^9.
|
|
129
|
-
"@appium/support": "^5.
|
|
127
|
+
"@appium/base-driver": "^9.11.1",
|
|
128
|
+
"@appium/support": "^5.1.1"
|
|
130
129
|
},
|
|
131
130
|
"engines": {
|
|
132
131
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -134,11 +133,11 @@
|
|
|
134
133
|
}
|
|
135
134
|
},
|
|
136
135
|
"node_modules/@appium/docutils": {
|
|
137
|
-
"version": "1.0.
|
|
138
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
139
|
-
"integrity": "sha512-
|
|
136
|
+
"version": "1.0.17",
|
|
137
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.17.tgz",
|
|
138
|
+
"integrity": "sha512-SXJftkyY2YRvPouPFuYAUrv9Yw8tkKHUUoBFQrOH5yvMOxt4RIx6G9TktHcisZ8p0y66fa+pr8ic87jnDPlCvA==",
|
|
140
139
|
"dependencies": {
|
|
141
|
-
"@appium/support": "^5.
|
|
140
|
+
"@appium/support": "^5.1.1",
|
|
142
141
|
"@appium/tsconfig": "^0.3.3",
|
|
143
142
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
144
143
|
"@types/which": "3.0.4",
|
|
@@ -152,9 +151,9 @@
|
|
|
152
151
|
"read-pkg": "5.2.0",
|
|
153
152
|
"semver": "7.6.2",
|
|
154
153
|
"source-map-support": "0.5.21",
|
|
155
|
-
"teen_process": "2.1.
|
|
156
|
-
"type-fest": "4.20.
|
|
157
|
-
"typescript": "5.
|
|
154
|
+
"teen_process": "2.1.6",
|
|
155
|
+
"type-fest": "4.20.1",
|
|
156
|
+
"typescript": "5.5.2",
|
|
158
157
|
"yaml": "2.4.5",
|
|
159
158
|
"yargs": "17.7.2",
|
|
160
159
|
"yargs-parser": "21.1.1"
|
|
@@ -168,9 +167,9 @@
|
|
|
168
167
|
}
|
|
169
168
|
},
|
|
170
169
|
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
171
|
-
"version": "2.1.
|
|
172
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.
|
|
173
|
-
"integrity": "sha512-
|
|
170
|
+
"version": "2.1.6",
|
|
171
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
172
|
+
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
174
173
|
"dependencies": {
|
|
175
174
|
"bluebird": "^3.7.2",
|
|
176
175
|
"lodash": "^4.17.21",
|
|
@@ -183,9 +182,9 @@
|
|
|
183
182
|
}
|
|
184
183
|
},
|
|
185
184
|
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
186
|
-
"version": "4.20.
|
|
187
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
188
|
-
"integrity": "sha512-
|
|
185
|
+
"version": "4.20.1",
|
|
186
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
187
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
189
188
|
"engines": {
|
|
190
189
|
"node": ">=16"
|
|
191
190
|
},
|
|
@@ -194,9 +193,9 @@
|
|
|
194
193
|
}
|
|
195
194
|
},
|
|
196
195
|
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
197
|
-
"version": "5.
|
|
198
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
199
|
-
"integrity": "sha512-
|
|
196
|
+
"version": "5.5.2",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
|
|
198
|
+
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
|
|
200
199
|
"bin": {
|
|
201
200
|
"tsc": "bin/tsc",
|
|
202
201
|
"tsserver": "bin/tsserver"
|
|
@@ -206,9 +205,9 @@
|
|
|
206
205
|
}
|
|
207
206
|
},
|
|
208
207
|
"node_modules/@appium/logger": {
|
|
209
|
-
"version": "1.
|
|
210
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.
|
|
211
|
-
"integrity": "sha512-
|
|
208
|
+
"version": "1.5.0",
|
|
209
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.5.0.tgz",
|
|
210
|
+
"integrity": "sha512-wij7z6RgCxiu66jgpySQHxj0dcuGfSn7v97MBwZ9+IEiqFDrbZR1+ExrXpbmqNXkVWOqWvNFXCYROW0g5dfKuA==",
|
|
212
211
|
"dependencies": {
|
|
213
212
|
"console-control-strings": "1.1.0",
|
|
214
213
|
"lodash": "4.17.21",
|
|
@@ -234,13 +233,13 @@
|
|
|
234
233
|
}
|
|
235
234
|
},
|
|
236
235
|
"node_modules/@appium/support": {
|
|
237
|
-
"version": "5.
|
|
238
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.
|
|
239
|
-
"integrity": "sha512-
|
|
236
|
+
"version": "5.1.1",
|
|
237
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.1.tgz",
|
|
238
|
+
"integrity": "sha512-YwludQ+V5mgGYJQjkuDJ29X0LSJehBeC5IwvaZxKdv/VKLKAbOl3QZqv3RKIGJqQInP6ZOD+doG3OVP64Y/txQ==",
|
|
240
239
|
"dependencies": {
|
|
241
|
-
"@appium/logger": "^1.
|
|
240
|
+
"@appium/logger": "^1.5.0",
|
|
242
241
|
"@appium/tsconfig": "^0.3.3",
|
|
243
|
-
"@appium/types": "^0.
|
|
242
|
+
"@appium/types": "^0.21.0",
|
|
244
243
|
"@colors/colors": "1.6.0",
|
|
245
244
|
"@types/archiver": "6.0.2",
|
|
246
245
|
"@types/base64-stream": "1.0.5",
|
|
@@ -255,7 +254,7 @@
|
|
|
255
254
|
"@types/shell-quote": "1.7.5",
|
|
256
255
|
"@types/supports-color": "8.1.3",
|
|
257
256
|
"@types/teen_process": "2.0.4",
|
|
258
|
-
"@types/uuid": "
|
|
257
|
+
"@types/uuid": "10.0.0",
|
|
259
258
|
"@types/which": "3.0.4",
|
|
260
259
|
"archiver": "7.0.1",
|
|
261
260
|
"axios": "1.7.2",
|
|
@@ -265,7 +264,7 @@
|
|
|
265
264
|
"bplist-parser": "0.3.2",
|
|
266
265
|
"form-data": "4.0.0",
|
|
267
266
|
"get-stream": "6.0.1",
|
|
268
|
-
"glob": "10.4.
|
|
267
|
+
"glob": "10.4.2",
|
|
269
268
|
"jsftp": "2.1.3",
|
|
270
269
|
"klaw": "4.1.0",
|
|
271
270
|
"lockfile": "1.0.4",
|
|
@@ -285,9 +284,9 @@
|
|
|
285
284
|
"shell-quote": "1.8.1",
|
|
286
285
|
"source-map-support": "0.5.21",
|
|
287
286
|
"supports-color": "8.1.1",
|
|
288
|
-
"teen_process": "2.1.
|
|
289
|
-
"type-fest": "4.20.
|
|
290
|
-
"uuid": "
|
|
287
|
+
"teen_process": "2.1.6",
|
|
288
|
+
"type-fest": "4.20.1",
|
|
289
|
+
"uuid": "10.0.0",
|
|
291
290
|
"which": "4.0.0",
|
|
292
291
|
"yauzl": "3.1.3"
|
|
293
292
|
},
|
|
@@ -300,9 +299,9 @@
|
|
|
300
299
|
}
|
|
301
300
|
},
|
|
302
301
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
303
|
-
"version": "2.1.
|
|
304
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.
|
|
305
|
-
"integrity": "sha512-
|
|
302
|
+
"version": "2.1.6",
|
|
303
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
304
|
+
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
306
305
|
"dependencies": {
|
|
307
306
|
"bluebird": "^3.7.2",
|
|
308
307
|
"lodash": "^4.17.21",
|
|
@@ -315,9 +314,9 @@
|
|
|
315
314
|
}
|
|
316
315
|
},
|
|
317
316
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
318
|
-
"version": "4.20.
|
|
319
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
320
|
-
"integrity": "sha512-
|
|
317
|
+
"version": "4.20.1",
|
|
318
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
319
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
321
320
|
"engines": {
|
|
322
321
|
"node": ">=16"
|
|
323
322
|
},
|
|
@@ -338,16 +337,16 @@
|
|
|
338
337
|
}
|
|
339
338
|
},
|
|
340
339
|
"node_modules/@appium/types": {
|
|
341
|
-
"version": "0.
|
|
342
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.
|
|
343
|
-
"integrity": "sha512-
|
|
340
|
+
"version": "0.21.0",
|
|
341
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.21.0.tgz",
|
|
342
|
+
"integrity": "sha512-Z2kx1W6oLwXTzu/aETBJ1AivdjTSWtlT5xBPckR9Nzh+JpGboBJtJsiAhmPHeEBLhEB/pqXKxKVlh9NV8eKGaw==",
|
|
344
343
|
"dependencies": {
|
|
345
|
-
"@appium/logger": "^1.
|
|
344
|
+
"@appium/logger": "^1.5.0",
|
|
346
345
|
"@appium/schema": "^0.6.1",
|
|
347
346
|
"@appium/tsconfig": "^0.3.3",
|
|
348
347
|
"@types/express": "4.17.21",
|
|
349
348
|
"@types/ws": "8.5.10",
|
|
350
|
-
"type-fest": "4.20.
|
|
349
|
+
"type-fest": "4.20.1"
|
|
351
350
|
},
|
|
352
351
|
"engines": {
|
|
353
352
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -355,9 +354,9 @@
|
|
|
355
354
|
}
|
|
356
355
|
},
|
|
357
356
|
"node_modules/@appium/types/node_modules/type-fest": {
|
|
358
|
-
"version": "4.20.
|
|
359
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
360
|
-
"integrity": "sha512-
|
|
357
|
+
"version": "4.20.1",
|
|
358
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
359
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
361
360
|
"engines": {
|
|
362
361
|
"node": ">=16"
|
|
363
362
|
},
|
|
@@ -770,9 +769,9 @@
|
|
|
770
769
|
"integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
|
|
771
770
|
},
|
|
772
771
|
"node_modules/@types/lodash": {
|
|
773
|
-
"version": "4.17.
|
|
774
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.
|
|
775
|
-
"integrity": "sha512-
|
|
772
|
+
"version": "4.17.6",
|
|
773
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz",
|
|
774
|
+
"integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA=="
|
|
776
775
|
},
|
|
777
776
|
"node_modules/@types/method-override": {
|
|
778
777
|
"version": "0.0.35",
|
|
@@ -801,9 +800,9 @@
|
|
|
801
800
|
}
|
|
802
801
|
},
|
|
803
802
|
"node_modules/@types/node": {
|
|
804
|
-
"version": "20.14.
|
|
805
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.
|
|
806
|
-
"integrity": "sha512-
|
|
803
|
+
"version": "20.14.10",
|
|
804
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
|
|
805
|
+
"integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
|
|
807
806
|
"dependencies": {
|
|
808
807
|
"undici-types": "~5.26.4"
|
|
809
808
|
}
|
|
@@ -892,9 +891,9 @@
|
|
|
892
891
|
"integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw=="
|
|
893
892
|
},
|
|
894
893
|
"node_modules/@types/uuid": {
|
|
895
|
-
"version": "
|
|
896
|
-
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-
|
|
897
|
-
"integrity": "sha512-
|
|
894
|
+
"version": "10.0.0",
|
|
895
|
+
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
|
|
896
|
+
"integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ=="
|
|
898
897
|
},
|
|
899
898
|
"node_modules/@types/which": {
|
|
900
899
|
"version": "3.0.4",
|
|
@@ -999,18 +998,18 @@
|
|
|
999
998
|
}
|
|
1000
999
|
},
|
|
1001
1000
|
"node_modules/appium": {
|
|
1002
|
-
"version": "2.
|
|
1003
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.
|
|
1004
|
-
"integrity": "sha512-
|
|
1001
|
+
"version": "2.11.1",
|
|
1002
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.11.1.tgz",
|
|
1003
|
+
"integrity": "sha512-OrWwx3n+zx0I4ExClDCjPyFW26tvpw7jl7+1y1YEbsbuSZ81+ydMTHsQEr4wJzT0oRiFHWnB5SQ3sBMJxw2T0Q==",
|
|
1005
1004
|
"hasInstallScript": true,
|
|
1006
1005
|
"dependencies": {
|
|
1007
|
-
"@appium/base-driver": "^9.
|
|
1008
|
-
"@appium/base-plugin": "^2.2.
|
|
1009
|
-
"@appium/docutils": "^1.0.
|
|
1010
|
-
"@appium/logger": "^1.
|
|
1006
|
+
"@appium/base-driver": "^9.11.1",
|
|
1007
|
+
"@appium/base-plugin": "^2.2.41",
|
|
1008
|
+
"@appium/docutils": "^1.0.17",
|
|
1009
|
+
"@appium/logger": "^1.5.0",
|
|
1011
1010
|
"@appium/schema": "^0.6.1",
|
|
1012
|
-
"@appium/support": "^5.
|
|
1013
|
-
"@appium/types": "^0.
|
|
1011
|
+
"@appium/support": "^5.1.1",
|
|
1012
|
+
"@appium/types": "^0.21.0",
|
|
1014
1013
|
"@sidvind/better-ajv-errors": "2.1.3",
|
|
1015
1014
|
"@types/argparse": "2.0.16",
|
|
1016
1015
|
"@types/bluebird": "3.5.42",
|
|
@@ -1028,17 +1027,17 @@
|
|
|
1028
1027
|
"cross-env": "7.0.3",
|
|
1029
1028
|
"lilconfig": "3.1.2",
|
|
1030
1029
|
"lodash": "4.17.21",
|
|
1031
|
-
"lru-cache": "10.
|
|
1030
|
+
"lru-cache": "10.3.0",
|
|
1032
1031
|
"ora": "5.4.1",
|
|
1033
1032
|
"package-changed": "3.0.0",
|
|
1034
1033
|
"resolve-from": "5.0.0",
|
|
1035
1034
|
"semver": "7.6.2",
|
|
1036
1035
|
"source-map-support": "0.5.21",
|
|
1037
|
-
"teen_process": "2.1.
|
|
1038
|
-
"type-fest": "4.20.
|
|
1036
|
+
"teen_process": "2.1.6",
|
|
1037
|
+
"type-fest": "4.20.1",
|
|
1039
1038
|
"winston": "3.13.0",
|
|
1040
1039
|
"wrap-ansi": "7.0.0",
|
|
1041
|
-
"ws": "8.17.
|
|
1040
|
+
"ws": "8.17.1",
|
|
1042
1041
|
"yaml": "2.4.5"
|
|
1043
1042
|
},
|
|
1044
1043
|
"bin": {
|
|
@@ -1050,9 +1049,9 @@
|
|
|
1050
1049
|
}
|
|
1051
1050
|
},
|
|
1052
1051
|
"node_modules/appium-adb": {
|
|
1053
|
-
"version": "12.4.
|
|
1054
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.4.
|
|
1055
|
-
"integrity": "sha512-
|
|
1052
|
+
"version": "12.4.8",
|
|
1053
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.4.8.tgz",
|
|
1054
|
+
"integrity": "sha512-FKyZ58vyEVnG2SVDezWFtOsMdUm7sDAG0TgpZqeESBUY+DnZp1L7LE6mJ5aD6Z++QnPJrHjM3wywGzLIh1vtvg==",
|
|
1056
1055
|
"dependencies": {
|
|
1057
1056
|
"@appium/support": "^5.0.3",
|
|
1058
1057
|
"@devicefarmer/adbkit-apkreader": "^3.2.4",
|
|
@@ -1064,7 +1063,7 @@
|
|
|
1064
1063
|
"lru-cache": "^10.0.0",
|
|
1065
1064
|
"semver": "^7.0.0",
|
|
1066
1065
|
"source-map-support": "^0.x",
|
|
1067
|
-
"teen_process": "^2.0
|
|
1066
|
+
"teen_process": "^2.2.0"
|
|
1068
1067
|
},
|
|
1069
1068
|
"engines": {
|
|
1070
1069
|
"node": ">=14",
|
|
@@ -1072,9 +1071,9 @@
|
|
|
1072
1071
|
}
|
|
1073
1072
|
},
|
|
1074
1073
|
"node_modules/appium-android-driver": {
|
|
1075
|
-
"version": "9.7.
|
|
1076
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.7.
|
|
1077
|
-
"integrity": "sha512-
|
|
1074
|
+
"version": "9.7.4",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.7.4.tgz",
|
|
1076
|
+
"integrity": "sha512-hOjcpFT57PrhzxglrG7KpIJSXHVQ9Hlw5yGcRC4RpymBvUZjcvWflvord6oaYb0juGV/7X0d7NltrX2jPAUhhg==",
|
|
1078
1077
|
"dependencies": {
|
|
1079
1078
|
"@appium/support": "^5.0.3",
|
|
1080
1079
|
"@colors/colors": "^1.6.0",
|
|
@@ -1226,6 +1225,32 @@
|
|
|
1226
1225
|
"npm": ">=8"
|
|
1227
1226
|
}
|
|
1228
1227
|
},
|
|
1228
|
+
"node_modules/appium-chromedriver/node_modules/@types/uuid": {
|
|
1229
|
+
"version": "9.0.8",
|
|
1230
|
+
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
|
|
1231
|
+
"integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA=="
|
|
1232
|
+
},
|
|
1233
|
+
"node_modules/appium-chromedriver/node_modules/glob": {
|
|
1234
|
+
"version": "10.4.1",
|
|
1235
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
|
|
1236
|
+
"integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
|
|
1237
|
+
"dependencies": {
|
|
1238
|
+
"foreground-child": "^3.1.0",
|
|
1239
|
+
"jackspeak": "^3.1.2",
|
|
1240
|
+
"minimatch": "^9.0.4",
|
|
1241
|
+
"minipass": "^7.1.2",
|
|
1242
|
+
"path-scurry": "^1.11.1"
|
|
1243
|
+
},
|
|
1244
|
+
"bin": {
|
|
1245
|
+
"glob": "dist/esm/bin.mjs"
|
|
1246
|
+
},
|
|
1247
|
+
"engines": {
|
|
1248
|
+
"node": ">=16 || 14 >=14.18"
|
|
1249
|
+
},
|
|
1250
|
+
"funding": {
|
|
1251
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1229
1254
|
"node_modules/appium-chromedriver/node_modules/teen_process": {
|
|
1230
1255
|
"version": "2.1.4",
|
|
1231
1256
|
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.4.tgz",
|
|
@@ -1252,19 +1277,31 @@
|
|
|
1252
1277
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1253
1278
|
}
|
|
1254
1279
|
},
|
|
1280
|
+
"node_modules/appium-chromedriver/node_modules/uuid": {
|
|
1281
|
+
"version": "9.0.1",
|
|
1282
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
1283
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
1284
|
+
"funding": [
|
|
1285
|
+
"https://github.com/sponsors/broofa",
|
|
1286
|
+
"https://github.com/sponsors/ctavan"
|
|
1287
|
+
],
|
|
1288
|
+
"bin": {
|
|
1289
|
+
"uuid": "dist/bin/uuid"
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1255
1292
|
"node_modules/appium-uiautomator2-server": {
|
|
1256
|
-
"version": "7.0.
|
|
1257
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.
|
|
1258
|
-
"integrity": "sha512-
|
|
1293
|
+
"version": "7.0.18",
|
|
1294
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.18.tgz",
|
|
1295
|
+
"integrity": "sha512-khTMOuqogJipUesqygyP0CUCwpEifS/XSLpKmxeeM8ZFkCLsWX0ki4CgrTCCauf8VYCWVFvZeV7ssHzF5IZGXg==",
|
|
1259
1296
|
"engines": {
|
|
1260
1297
|
"node": ">=14",
|
|
1261
1298
|
"npm": ">=8"
|
|
1262
1299
|
}
|
|
1263
1300
|
},
|
|
1264
1301
|
"node_modules/appium/node_modules/teen_process": {
|
|
1265
|
-
"version": "2.1.
|
|
1266
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.
|
|
1267
|
-
"integrity": "sha512-
|
|
1302
|
+
"version": "2.1.6",
|
|
1303
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
1304
|
+
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
1268
1305
|
"dependencies": {
|
|
1269
1306
|
"bluebird": "^3.7.2",
|
|
1270
1307
|
"lodash": "^4.17.21",
|
|
@@ -1277,9 +1314,9 @@
|
|
|
1277
1314
|
}
|
|
1278
1315
|
},
|
|
1279
1316
|
"node_modules/appium/node_modules/type-fest": {
|
|
1280
|
-
"version": "4.20.
|
|
1281
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
1282
|
-
"integrity": "sha512-
|
|
1317
|
+
"version": "4.20.1",
|
|
1318
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
1319
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
1283
1320
|
"engines": {
|
|
1284
1321
|
"node": ">=16"
|
|
1285
1322
|
},
|
|
@@ -2424,14 +2461,15 @@
|
|
|
2424
2461
|
}
|
|
2425
2462
|
},
|
|
2426
2463
|
"node_modules/glob": {
|
|
2427
|
-
"version": "10.4.
|
|
2428
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.
|
|
2429
|
-
"integrity": "sha512-
|
|
2464
|
+
"version": "10.4.2",
|
|
2465
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz",
|
|
2466
|
+
"integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==",
|
|
2430
2467
|
"dependencies": {
|
|
2431
2468
|
"foreground-child": "^3.1.0",
|
|
2432
2469
|
"jackspeak": "^3.1.2",
|
|
2433
2470
|
"minimatch": "^9.0.4",
|
|
2434
2471
|
"minipass": "^7.1.2",
|
|
2472
|
+
"package-json-from-dist": "^1.0.0",
|
|
2435
2473
|
"path-scurry": "^1.11.1"
|
|
2436
2474
|
},
|
|
2437
2475
|
"bin": {
|
|
@@ -2750,14 +2788,14 @@
|
|
|
2750
2788
|
}
|
|
2751
2789
|
},
|
|
2752
2790
|
"node_modules/jackspeak": {
|
|
2753
|
-
"version": "3.4.
|
|
2754
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.
|
|
2755
|
-
"integrity": "sha512-
|
|
2791
|
+
"version": "3.4.2",
|
|
2792
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.2.tgz",
|
|
2793
|
+
"integrity": "sha512-qH3nOSj8q/8+Eg8LUPOq3C+6HWkpUioIjDsq1+D4zY91oZvpPttw8GwtF1nReRYKXl+1AORyFqtm2f5Q1SB6/Q==",
|
|
2756
2794
|
"dependencies": {
|
|
2757
2795
|
"@isaacs/cliui": "^8.0.2"
|
|
2758
2796
|
},
|
|
2759
2797
|
"engines": {
|
|
2760
|
-
"node": ">=14"
|
|
2798
|
+
"node": "14 >=14.21 || 16 >=16.20 || >=18"
|
|
2761
2799
|
},
|
|
2762
2800
|
"funding": {
|
|
2763
2801
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -2962,9 +3000,9 @@
|
|
|
2962
3000
|
}
|
|
2963
3001
|
},
|
|
2964
3002
|
"node_modules/lru-cache": {
|
|
2965
|
-
"version": "10.
|
|
2966
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
2967
|
-
"integrity": "sha512-
|
|
3003
|
+
"version": "10.3.0",
|
|
3004
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.0.tgz",
|
|
3005
|
+
"integrity": "sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==",
|
|
2968
3006
|
"engines": {
|
|
2969
3007
|
"node": "14 || >=16.14"
|
|
2970
3008
|
}
|
|
@@ -3395,6 +3433,11 @@
|
|
|
3395
3433
|
"package-changed": "bin/package-changed.js"
|
|
3396
3434
|
}
|
|
3397
3435
|
},
|
|
3436
|
+
"node_modules/package-json-from-dist": {
|
|
3437
|
+
"version": "1.0.0",
|
|
3438
|
+
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
|
|
3439
|
+
"integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw=="
|
|
3440
|
+
},
|
|
3398
3441
|
"node_modules/parse-json": {
|
|
3399
3442
|
"version": "5.2.0",
|
|
3400
3443
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
@@ -3473,9 +3516,12 @@
|
|
|
3473
3516
|
}
|
|
3474
3517
|
},
|
|
3475
3518
|
"node_modules/path-to-regexp": {
|
|
3476
|
-
"version": "
|
|
3477
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-
|
|
3478
|
-
"integrity": "sha512-
|
|
3519
|
+
"version": "7.0.0",
|
|
3520
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-7.0.0.tgz",
|
|
3521
|
+
"integrity": "sha512-58Y94bQqF3zBIASFNiufRPH1NfgZth1qwZ35radL87sg8pgbVqr6uikAhqZtFD+w65MGH6SWnY/ly3GbrM4fbg==",
|
|
3522
|
+
"engines": {
|
|
3523
|
+
"node": ">=16"
|
|
3524
|
+
}
|
|
3479
3525
|
},
|
|
3480
3526
|
"node_modules/pend": {
|
|
3481
3527
|
"version": "1.2.0",
|
|
@@ -4288,9 +4334,9 @@
|
|
|
4288
4334
|
}
|
|
4289
4335
|
},
|
|
4290
4336
|
"node_modules/teen_process": {
|
|
4291
|
-
"version": "2.
|
|
4292
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.
|
|
4293
|
-
"integrity": "sha512-
|
|
4337
|
+
"version": "2.2.0",
|
|
4338
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz",
|
|
4339
|
+
"integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==",
|
|
4294
4340
|
"dependencies": {
|
|
4295
4341
|
"bluebird": "^3.7.2",
|
|
4296
4342
|
"lodash": "^4.17.21",
|
|
@@ -4303,9 +4349,9 @@
|
|
|
4303
4349
|
}
|
|
4304
4350
|
},
|
|
4305
4351
|
"node_modules/text-decoder": {
|
|
4306
|
-
"version": "1.1.
|
|
4307
|
-
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.
|
|
4308
|
-
"integrity": "sha512-
|
|
4352
|
+
"version": "1.1.1",
|
|
4353
|
+
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.1.tgz",
|
|
4354
|
+
"integrity": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==",
|
|
4309
4355
|
"dependencies": {
|
|
4310
4356
|
"b4a": "^1.6.4"
|
|
4311
4357
|
}
|
|
@@ -4350,9 +4396,9 @@
|
|
|
4350
4396
|
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
|
|
4351
4397
|
},
|
|
4352
4398
|
"node_modules/type-fest": {
|
|
4353
|
-
"version": "4.
|
|
4354
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4355
|
-
"integrity": "sha512-
|
|
4399
|
+
"version": "4.21.0",
|
|
4400
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.21.0.tgz",
|
|
4401
|
+
"integrity": "sha512-ADn2w7hVPcK6w1I0uWnM//y1rLXZhzB9mr0a3OirzclKF1Wp6VzevUmzz/NRAWunOT6E8HrnpGY7xOfc6K57fA==",
|
|
4356
4402
|
"engines": {
|
|
4357
4403
|
"node": ">=16"
|
|
4358
4404
|
},
|
|
@@ -4373,9 +4419,9 @@
|
|
|
4373
4419
|
}
|
|
4374
4420
|
},
|
|
4375
4421
|
"node_modules/typescript": {
|
|
4376
|
-
"version": "5.5.
|
|
4377
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.
|
|
4378
|
-
"integrity": "sha512
|
|
4422
|
+
"version": "5.5.3",
|
|
4423
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
|
4424
|
+
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
|
4379
4425
|
"bin": {
|
|
4380
4426
|
"tsc": "bin/tsc",
|
|
4381
4427
|
"tsserver": "bin/tsserver"
|
|
@@ -4432,9 +4478,9 @@
|
|
|
4432
4478
|
}
|
|
4433
4479
|
},
|
|
4434
4480
|
"node_modules/uuid": {
|
|
4435
|
-
"version": "
|
|
4436
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
4437
|
-
"integrity": "sha512-
|
|
4481
|
+
"version": "10.0.0",
|
|
4482
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
4483
|
+
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
4438
4484
|
"funding": [
|
|
4439
4485
|
"https://github.com/sponsors/broofa",
|
|
4440
4486
|
"https://github.com/sponsors/ctavan"
|
|
@@ -4631,9 +4677,9 @@
|
|
|
4631
4677
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
|
4632
4678
|
},
|
|
4633
4679
|
"node_modules/ws": {
|
|
4634
|
-
"version": "8.17.
|
|
4635
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.
|
|
4636
|
-
"integrity": "sha512-
|
|
4680
|
+
"version": "8.17.1",
|
|
4681
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
|
|
4682
|
+
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
|
4637
4683
|
"engines": {
|
|
4638
4684
|
"node": ">=10.0.0"
|
|
4639
4685
|
},
|