appium-uiautomator2-driver 3.5.3 → 3.5.4
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/build/lib/commands/misc.d.ts +1 -1
- package/build/lib/commands/misc.d.ts.map +1 -1
- package/build/lib/doctor/required-checks.d.ts +2 -2
- package/build/lib/driver.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +3 -3
- package/npm-shrinkwrap.json +297 -134
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "3.5.
|
|
9
|
+
"version": "3.5.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.2.0",
|
|
13
|
-
"appium-android-driver": "^9.6.
|
|
13
|
+
"appium-android-driver": "^9.6.5",
|
|
14
14
|
"appium-chromedriver": "^5.6.28",
|
|
15
15
|
"appium-uiautomator2-server": "^7.0.1",
|
|
16
16
|
"asyncbox": "^3.0.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@appium/docutils": "^1.0.1",
|
|
29
29
|
"@appium/eslint-config-appium": "^8.0.3",
|
|
30
30
|
"@appium/eslint-config-appium-ts": "^0.x",
|
|
31
|
-
"@appium/support": "^
|
|
31
|
+
"@appium/support": "^5.0.3",
|
|
32
32
|
"@appium/test-support": "^3.0.0",
|
|
33
33
|
"@appium/tsconfig": "^0.x",
|
|
34
34
|
"@appium/types": "^0.x",
|
|
@@ -76,17 +76,17 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"node_modules/@appium/base-driver": {
|
|
79
|
-
"version": "9.
|
|
80
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.
|
|
81
|
-
"integrity": "sha512-
|
|
79
|
+
"version": "9.10.3",
|
|
80
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.10.3.tgz",
|
|
81
|
+
"integrity": "sha512-xPv2StYa8hHzgXF70bvQtc/5dOdqCR1DcwwSjSTOt49FTPGg6bYCSSobAfdHr80iR/alwNXe66qVkiOn1rO1iw==",
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@appium/support": "^
|
|
84
|
-
"@appium/types": "^0.
|
|
83
|
+
"@appium/support": "^5.0.3",
|
|
84
|
+
"@appium/types": "^0.20.3",
|
|
85
85
|
"@colors/colors": "1.6.0",
|
|
86
86
|
"@types/async-lock": "1.4.2",
|
|
87
87
|
"@types/bluebird": "3.5.42",
|
|
88
88
|
"@types/express": "4.17.21",
|
|
89
|
-
"@types/lodash": "4.17.
|
|
89
|
+
"@types/lodash": "4.17.5",
|
|
90
90
|
"@types/method-override": "0.0.35",
|
|
91
91
|
"@types/serve-favicon": "2.5.7",
|
|
92
92
|
"async-lock": "1.4.1",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"path-to-regexp": "6.2.2",
|
|
104
104
|
"serve-favicon": "2.5.0",
|
|
105
105
|
"source-map-support": "0.5.21",
|
|
106
|
-
"type-fest": "4.
|
|
106
|
+
"type-fest": "4.20.0",
|
|
107
107
|
"validate.js": "0.13.1"
|
|
108
108
|
},
|
|
109
109
|
"engines": {
|
|
@@ -114,29 +114,13 @@
|
|
|
114
114
|
"spdy": "4.0.2"
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
|
-
"node_modules/@appium/base-driver/node_modules/@types/lodash": {
|
|
118
|
-
"version": "4.17.4",
|
|
119
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz",
|
|
120
|
-
"integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ=="
|
|
121
|
-
},
|
|
122
|
-
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
123
|
-
"version": "4.19.0",
|
|
124
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
125
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
126
|
-
"engines": {
|
|
127
|
-
"node": ">=16"
|
|
128
|
-
},
|
|
129
|
-
"funding": {
|
|
130
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
117
|
"node_modules/@appium/base-plugin": {
|
|
134
|
-
"version": "2.2.
|
|
135
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.
|
|
136
|
-
"integrity": "sha512-
|
|
118
|
+
"version": "2.2.39",
|
|
119
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.39.tgz",
|
|
120
|
+
"integrity": "sha512-IP97zRJ3CiHqcIqFRk+3giyQVa76FEzSKJMtQW0rtDlELq4eRKbvTgOkIK0+U8uSDCKDzlklhjQ/36unSyzD9g==",
|
|
137
121
|
"dependencies": {
|
|
138
|
-
"@appium/base-driver": "^9.
|
|
139
|
-
"@appium/support": "^
|
|
122
|
+
"@appium/base-driver": "^9.10.3",
|
|
123
|
+
"@appium/support": "^5.0.3"
|
|
140
124
|
},
|
|
141
125
|
"engines": {
|
|
142
126
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -144,11 +128,11 @@
|
|
|
144
128
|
}
|
|
145
129
|
},
|
|
146
130
|
"node_modules/@appium/docutils": {
|
|
147
|
-
"version": "1.0.
|
|
148
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
149
|
-
"integrity": "sha512-
|
|
131
|
+
"version": "1.0.15",
|
|
132
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.15.tgz",
|
|
133
|
+
"integrity": "sha512-R8gxGLdtZIKkhOfz4ZuwYMO1K9xdZJm0UWRua3bkoifugkgInFdXNJT4y+UBOP39DvlV1qGYKS0euvPdoN8KQw==",
|
|
150
134
|
"dependencies": {
|
|
151
|
-
"@appium/support": "^
|
|
135
|
+
"@appium/support": "^5.0.3",
|
|
152
136
|
"@appium/tsconfig": "^0.3.3",
|
|
153
137
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
154
138
|
"@types/which": "3.0.4",
|
|
@@ -156,16 +140,16 @@
|
|
|
156
140
|
"consola": "3.2.3",
|
|
157
141
|
"diff": "5.2.0",
|
|
158
142
|
"json5": "2.2.3",
|
|
159
|
-
"lilconfig": "3.1.
|
|
143
|
+
"lilconfig": "3.1.2",
|
|
160
144
|
"lodash": "4.17.21",
|
|
161
145
|
"pkg-dir": "5.0.0",
|
|
162
146
|
"read-pkg": "5.2.0",
|
|
163
147
|
"semver": "7.6.2",
|
|
164
148
|
"source-map-support": "0.5.21",
|
|
165
149
|
"teen_process": "2.1.4",
|
|
166
|
-
"type-fest": "4.
|
|
150
|
+
"type-fest": "4.20.0",
|
|
167
151
|
"typescript": "5.4.5",
|
|
168
|
-
"yaml": "2.4.
|
|
152
|
+
"yaml": "2.4.5",
|
|
169
153
|
"yargs": "17.7.2",
|
|
170
154
|
"yargs-parser": "21.1.1"
|
|
171
155
|
},
|
|
@@ -177,23 +161,13 @@
|
|
|
177
161
|
"npm": ">=8"
|
|
178
162
|
}
|
|
179
163
|
},
|
|
180
|
-
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
181
|
-
"version": "4.19.0",
|
|
182
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
183
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
184
|
-
"engines": {
|
|
185
|
-
"node": ">=16"
|
|
186
|
-
},
|
|
187
|
-
"funding": {
|
|
188
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
164
|
"node_modules/@appium/logger": {
|
|
192
|
-
"version": "1.
|
|
193
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.
|
|
194
|
-
"integrity": "sha512-
|
|
165
|
+
"version": "1.4.2",
|
|
166
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.4.2.tgz",
|
|
167
|
+
"integrity": "sha512-ifHuA4wuBa8xLx77lYhYmNi9qNPuGb1QgUQreME58Ugh5K2M6C+4xq6dD9KiQpHf0sy64m8fflxy24jrRPJ8ZA==",
|
|
195
168
|
"dependencies": {
|
|
196
169
|
"console-control-strings": "1.1.0",
|
|
170
|
+
"lodash": "4.17.21",
|
|
197
171
|
"set-blocking": "2.0.0"
|
|
198
172
|
},
|
|
199
173
|
"engines": {
|
|
@@ -202,9 +176,9 @@
|
|
|
202
176
|
}
|
|
203
177
|
},
|
|
204
178
|
"node_modules/@appium/schema": {
|
|
205
|
-
"version": "0.
|
|
206
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.
|
|
207
|
-
"integrity": "sha512-
|
|
179
|
+
"version": "0.6.1",
|
|
180
|
+
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.6.1.tgz",
|
|
181
|
+
"integrity": "sha512-tk4ytYaQQ94h5pqz97V2yKqZAmGnBd4ld50ZEw4Tt8QL2VBXOuTuizKDH+AMpyyL6hn/+dMFtcSVjy19iKrsUg==",
|
|
208
182
|
"dependencies": {
|
|
209
183
|
"@types/json-schema": "7.0.15",
|
|
210
184
|
"json-schema": "0.4.0",
|
|
@@ -216,13 +190,13 @@
|
|
|
216
190
|
}
|
|
217
191
|
},
|
|
218
192
|
"node_modules/@appium/support": {
|
|
219
|
-
"version": "
|
|
220
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-
|
|
221
|
-
"integrity": "sha512-
|
|
193
|
+
"version": "5.0.3",
|
|
194
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.0.3.tgz",
|
|
195
|
+
"integrity": "sha512-MCfaP3lg6WyRlBqk2yKr2q51tYhHBbOpJKX9rcHaFenlvf6lCKTrdazY4U/GP8MzW7/RxQE4l8jCJUXomLRfbQ==",
|
|
222
196
|
"dependencies": {
|
|
223
|
-
"@appium/logger": "^1.
|
|
197
|
+
"@appium/logger": "^1.4.2",
|
|
224
198
|
"@appium/tsconfig": "^0.3.3",
|
|
225
|
-
"@appium/types": "^0.
|
|
199
|
+
"@appium/types": "^0.20.3",
|
|
226
200
|
"@colors/colors": "1.6.0",
|
|
227
201
|
"@types/archiver": "6.0.2",
|
|
228
202
|
"@types/base64-stream": "1.0.5",
|
|
@@ -268,7 +242,7 @@
|
|
|
268
242
|
"source-map-support": "0.5.21",
|
|
269
243
|
"supports-color": "8.1.1",
|
|
270
244
|
"teen_process": "2.1.4",
|
|
271
|
-
"type-fest": "4.
|
|
245
|
+
"type-fest": "4.20.0",
|
|
272
246
|
"uuid": "9.0.1",
|
|
273
247
|
"which": "4.0.0",
|
|
274
248
|
"yauzl": "3.1.3"
|
|
@@ -281,17 +255,6 @@
|
|
|
281
255
|
"sharp": "0.33.4"
|
|
282
256
|
}
|
|
283
257
|
},
|
|
284
|
-
"node_modules/@appium/support/node_modules/type-fest": {
|
|
285
|
-
"version": "4.19.0",
|
|
286
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
287
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
288
|
-
"engines": {
|
|
289
|
-
"node": ">=16"
|
|
290
|
-
},
|
|
291
|
-
"funding": {
|
|
292
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
258
|
"node_modules/@appium/tsconfig": {
|
|
296
259
|
"version": "0.3.3",
|
|
297
260
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
|
|
@@ -305,33 +268,22 @@
|
|
|
305
268
|
}
|
|
306
269
|
},
|
|
307
270
|
"node_modules/@appium/types": {
|
|
308
|
-
"version": "0.
|
|
309
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.
|
|
310
|
-
"integrity": "sha512-
|
|
271
|
+
"version": "0.20.3",
|
|
272
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.20.3.tgz",
|
|
273
|
+
"integrity": "sha512-5PTxTAyMvJbSY1ByBiXbnaLOejjPh2B0X+jadoOu6dciuPYMt+12yaH9yk/FfpFI4E7v/tbe1Vov5K/aIKm/jA==",
|
|
311
274
|
"dependencies": {
|
|
312
|
-
"@appium/logger": "^1.
|
|
313
|
-
"@appium/schema": "^0.
|
|
275
|
+
"@appium/logger": "^1.4.2",
|
|
276
|
+
"@appium/schema": "^0.6.1",
|
|
314
277
|
"@appium/tsconfig": "^0.3.3",
|
|
315
278
|
"@types/express": "4.17.21",
|
|
316
279
|
"@types/ws": "8.5.10",
|
|
317
|
-
"type-fest": "4.
|
|
280
|
+
"type-fest": "4.20.0"
|
|
318
281
|
},
|
|
319
282
|
"engines": {
|
|
320
283
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
321
284
|
"npm": ">=8"
|
|
322
285
|
}
|
|
323
286
|
},
|
|
324
|
-
"node_modules/@appium/types/node_modules/type-fest": {
|
|
325
|
-
"version": "4.19.0",
|
|
326
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
327
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
328
|
-
"engines": {
|
|
329
|
-
"node": ">=16"
|
|
330
|
-
},
|
|
331
|
-
"funding": {
|
|
332
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
287
|
"node_modules/@babel/code-frame": {
|
|
336
288
|
"version": "7.24.7",
|
|
337
289
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
|
|
@@ -736,6 +688,11 @@
|
|
|
736
688
|
"resolved": "https://registry.npmjs.org/@types/lockfile/-/lockfile-1.0.4.tgz",
|
|
737
689
|
"integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
|
|
738
690
|
},
|
|
691
|
+
"node_modules/@types/lodash": {
|
|
692
|
+
"version": "4.17.5",
|
|
693
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz",
|
|
694
|
+
"integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw=="
|
|
695
|
+
},
|
|
739
696
|
"node_modules/@types/method-override": {
|
|
740
697
|
"version": "0.0.35",
|
|
741
698
|
"resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.35.tgz",
|
|
@@ -961,18 +918,18 @@
|
|
|
961
918
|
}
|
|
962
919
|
},
|
|
963
920
|
"node_modules/appium": {
|
|
964
|
-
"version": "2.
|
|
965
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.
|
|
966
|
-
"integrity": "sha512-
|
|
921
|
+
"version": "2.10.3",
|
|
922
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.10.3.tgz",
|
|
923
|
+
"integrity": "sha512-old7FJBVCFLIgEYiRszmfaElhUOAGHSLxPXC8UkLvq6ioA/hELc9kfU1QkCzXRaTMFHRQwgXbT5HTa6Wy2YPnA==",
|
|
967
924
|
"hasInstallScript": true,
|
|
968
925
|
"dependencies": {
|
|
969
|
-
"@appium/base-driver": "^9.
|
|
970
|
-
"@appium/base-plugin": "^2.2.
|
|
971
|
-
"@appium/docutils": "^1.0.
|
|
972
|
-
"@appium/logger": "^1.
|
|
973
|
-
"@appium/schema": "
|
|
974
|
-
"@appium/support": "^
|
|
975
|
-
"@appium/types": "^0.
|
|
926
|
+
"@appium/base-driver": "^9.10.3",
|
|
927
|
+
"@appium/base-plugin": "^2.2.39",
|
|
928
|
+
"@appium/docutils": "^1.0.15",
|
|
929
|
+
"@appium/logger": "^1.4.2",
|
|
930
|
+
"@appium/schema": "^0.6.1",
|
|
931
|
+
"@appium/support": "^5.0.3",
|
|
932
|
+
"@appium/types": "^0.20.3",
|
|
976
933
|
"@sidvind/better-ajv-errors": "2.1.3",
|
|
977
934
|
"@types/argparse": "2.0.16",
|
|
978
935
|
"@types/bluebird": "3.5.42",
|
|
@@ -988,19 +945,20 @@
|
|
|
988
945
|
"axios": "1.7.2",
|
|
989
946
|
"bluebird": "3.7.2",
|
|
990
947
|
"cross-env": "7.0.3",
|
|
991
|
-
"lilconfig": "3.1.
|
|
948
|
+
"lilconfig": "3.1.2",
|
|
992
949
|
"lodash": "4.17.21",
|
|
950
|
+
"lru-cache": "10.2.2",
|
|
993
951
|
"ora": "5.4.1",
|
|
994
952
|
"package-changed": "3.0.0",
|
|
995
953
|
"resolve-from": "5.0.0",
|
|
996
954
|
"semver": "7.6.2",
|
|
997
955
|
"source-map-support": "0.5.21",
|
|
998
956
|
"teen_process": "2.1.4",
|
|
999
|
-
"type-fest": "4.
|
|
957
|
+
"type-fest": "4.20.0",
|
|
1000
958
|
"winston": "3.13.0",
|
|
1001
959
|
"wrap-ansi": "7.0.0",
|
|
1002
960
|
"ws": "8.17.0",
|
|
1003
|
-
"yaml": "2.4.
|
|
961
|
+
"yaml": "2.4.5"
|
|
1004
962
|
},
|
|
1005
963
|
"bin": {
|
|
1006
964
|
"appium": "index.js"
|
|
@@ -1011,11 +969,11 @@
|
|
|
1011
969
|
}
|
|
1012
970
|
},
|
|
1013
971
|
"node_modules/appium-adb": {
|
|
1014
|
-
"version": "12.4.
|
|
1015
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.4.
|
|
1016
|
-
"integrity": "sha512-
|
|
972
|
+
"version": "12.4.3",
|
|
973
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.4.3.tgz",
|
|
974
|
+
"integrity": "sha512-pN8W6mB4PEUa2615XhmP77gHPx21lGrAzIrTlNweIS+ibNW+gMtfOvEFimtLZ1RXMpWW5GMO7AHSr50ceb92ug==",
|
|
1017
975
|
"dependencies": {
|
|
1018
|
-
"@appium/support": "^
|
|
976
|
+
"@appium/support": "^5.0.3",
|
|
1019
977
|
"@devicefarmer/adbkit-apkreader": "^3.2.4",
|
|
1020
978
|
"async-lock": "^1.0.0",
|
|
1021
979
|
"asyncbox": "^3.0.0",
|
|
@@ -1033,9 +991,9 @@
|
|
|
1033
991
|
}
|
|
1034
992
|
},
|
|
1035
993
|
"node_modules/appium-android-driver": {
|
|
1036
|
-
"version": "9.6.
|
|
1037
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.6.
|
|
1038
|
-
"integrity": "sha512-
|
|
994
|
+
"version": "9.6.5",
|
|
995
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.6.5.tgz",
|
|
996
|
+
"integrity": "sha512-7MHHuZwGK+ku1DIHp4pIZdKt/P/MTDnlZqTDhMsxx5D0BQ9OwEd+OGGbUIyktAQOGNPRU2KyH3aeGiYg2XlfSw==",
|
|
1039
997
|
"dependencies": {
|
|
1040
998
|
"@appium/support": "^4.2.0",
|
|
1041
999
|
"@colors/colors": "^1.6.0",
|
|
@@ -1064,10 +1022,118 @@
|
|
|
1064
1022
|
"appium": "^2.0.0"
|
|
1065
1023
|
}
|
|
1066
1024
|
},
|
|
1025
|
+
"node_modules/appium-android-driver/node_modules/@appium/schema": {
|
|
1026
|
+
"version": "0.5.0",
|
|
1027
|
+
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
|
|
1028
|
+
"integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
|
|
1029
|
+
"dependencies": {
|
|
1030
|
+
"@types/json-schema": "7.0.15",
|
|
1031
|
+
"json-schema": "0.4.0",
|
|
1032
|
+
"source-map-support": "0.5.21"
|
|
1033
|
+
},
|
|
1034
|
+
"engines": {
|
|
1035
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1036
|
+
"npm": ">=8"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
"node_modules/appium-android-driver/node_modules/@appium/support": {
|
|
1040
|
+
"version": "4.5.0",
|
|
1041
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
|
|
1042
|
+
"integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
|
|
1043
|
+
"dependencies": {
|
|
1044
|
+
"@appium/logger": "^1.3.0",
|
|
1045
|
+
"@appium/tsconfig": "^0.3.3",
|
|
1046
|
+
"@appium/types": "^0.19.2",
|
|
1047
|
+
"@colors/colors": "1.6.0",
|
|
1048
|
+
"@types/archiver": "6.0.2",
|
|
1049
|
+
"@types/base64-stream": "1.0.5",
|
|
1050
|
+
"@types/find-root": "1.1.4",
|
|
1051
|
+
"@types/jsftp": "2.1.5",
|
|
1052
|
+
"@types/klaw": "3.0.6",
|
|
1053
|
+
"@types/lockfile": "1.0.4",
|
|
1054
|
+
"@types/mv": "2.1.4",
|
|
1055
|
+
"@types/ncp": "2.0.8",
|
|
1056
|
+
"@types/pluralize": "0.0.33",
|
|
1057
|
+
"@types/semver": "7.5.8",
|
|
1058
|
+
"@types/shell-quote": "1.7.5",
|
|
1059
|
+
"@types/supports-color": "8.1.3",
|
|
1060
|
+
"@types/teen_process": "2.0.4",
|
|
1061
|
+
"@types/uuid": "9.0.8",
|
|
1062
|
+
"@types/which": "3.0.4",
|
|
1063
|
+
"archiver": "7.0.1",
|
|
1064
|
+
"axios": "1.7.2",
|
|
1065
|
+
"base64-stream": "1.0.0",
|
|
1066
|
+
"bluebird": "3.7.2",
|
|
1067
|
+
"bplist-creator": "0.1.1",
|
|
1068
|
+
"bplist-parser": "0.3.2",
|
|
1069
|
+
"form-data": "4.0.0",
|
|
1070
|
+
"get-stream": "6.0.1",
|
|
1071
|
+
"glob": "10.4.1",
|
|
1072
|
+
"jsftp": "2.1.3",
|
|
1073
|
+
"klaw": "4.1.0",
|
|
1074
|
+
"lockfile": "1.0.4",
|
|
1075
|
+
"lodash": "4.17.21",
|
|
1076
|
+
"log-symbols": "4.1.0",
|
|
1077
|
+
"moment": "2.30.1",
|
|
1078
|
+
"mv": "2.1.1",
|
|
1079
|
+
"ncp": "2.0.0",
|
|
1080
|
+
"opencv-bindings": "4.5.5",
|
|
1081
|
+
"pkg-dir": "5.0.0",
|
|
1082
|
+
"plist": "3.1.0",
|
|
1083
|
+
"pluralize": "8.0.0",
|
|
1084
|
+
"read-pkg": "5.2.0",
|
|
1085
|
+
"resolve-from": "5.0.0",
|
|
1086
|
+
"sanitize-filename": "1.6.3",
|
|
1087
|
+
"semver": "7.6.2",
|
|
1088
|
+
"shell-quote": "1.8.1",
|
|
1089
|
+
"source-map-support": "0.5.21",
|
|
1090
|
+
"supports-color": "8.1.1",
|
|
1091
|
+
"teen_process": "2.1.4",
|
|
1092
|
+
"type-fest": "4.19.0",
|
|
1093
|
+
"uuid": "9.0.1",
|
|
1094
|
+
"which": "4.0.0",
|
|
1095
|
+
"yauzl": "3.1.3"
|
|
1096
|
+
},
|
|
1097
|
+
"engines": {
|
|
1098
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1099
|
+
"npm": ">=8"
|
|
1100
|
+
},
|
|
1101
|
+
"optionalDependencies": {
|
|
1102
|
+
"sharp": "0.33.4"
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
"node_modules/appium-android-driver/node_modules/@appium/types": {
|
|
1106
|
+
"version": "0.19.2",
|
|
1107
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
|
|
1108
|
+
"integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
|
|
1109
|
+
"dependencies": {
|
|
1110
|
+
"@appium/logger": "^1.3.0",
|
|
1111
|
+
"@appium/schema": "^0.5.0",
|
|
1112
|
+
"@appium/tsconfig": "^0.3.3",
|
|
1113
|
+
"@types/express": "4.17.21",
|
|
1114
|
+
"@types/ws": "8.5.10",
|
|
1115
|
+
"type-fest": "4.19.0"
|
|
1116
|
+
},
|
|
1117
|
+
"engines": {
|
|
1118
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1119
|
+
"npm": ">=8"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"node_modules/appium-android-driver/node_modules/type-fest": {
|
|
1123
|
+
"version": "4.19.0",
|
|
1124
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
1125
|
+
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
1126
|
+
"engines": {
|
|
1127
|
+
"node": ">=16"
|
|
1128
|
+
},
|
|
1129
|
+
"funding": {
|
|
1130
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1067
1133
|
"node_modules/appium-chromedriver": {
|
|
1068
|
-
"version": "5.6.
|
|
1069
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.
|
|
1070
|
-
"integrity": "sha512-
|
|
1134
|
+
"version": "5.6.57",
|
|
1135
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.57.tgz",
|
|
1136
|
+
"integrity": "sha512-ho+oUzObPoPxvIJFcqSoAfp7aKcZbb0r7Jb8bOa6aV6u+Tg9TYf9dz7dQF6tkL6ILnTSY2JIcnTJpzgnHf6FFw==",
|
|
1071
1137
|
"hasInstallScript": true,
|
|
1072
1138
|
"dependencies": {
|
|
1073
1139
|
"@appium/base-driver": "^9.1.0",
|
|
@@ -1090,16 +1156,104 @@
|
|
|
1090
1156
|
"npm": ">=8"
|
|
1091
1157
|
}
|
|
1092
1158
|
},
|
|
1093
|
-
"node_modules/appium-
|
|
1094
|
-
"version": "
|
|
1095
|
-
"resolved": "https://registry.npmjs.org/
|
|
1096
|
-
"integrity": "sha512-
|
|
1159
|
+
"node_modules/appium-chromedriver/node_modules/@appium/schema": {
|
|
1160
|
+
"version": "0.5.0",
|
|
1161
|
+
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
|
|
1162
|
+
"integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
|
|
1163
|
+
"dependencies": {
|
|
1164
|
+
"@types/json-schema": "7.0.15",
|
|
1165
|
+
"json-schema": "0.4.0",
|
|
1166
|
+
"source-map-support": "0.5.21"
|
|
1167
|
+
},
|
|
1097
1168
|
"engines": {
|
|
1098
|
-
"node": ">=
|
|
1169
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1099
1170
|
"npm": ">=8"
|
|
1100
1171
|
}
|
|
1101
1172
|
},
|
|
1102
|
-
"node_modules/appium/node_modules/
|
|
1173
|
+
"node_modules/appium-chromedriver/node_modules/@appium/support": {
|
|
1174
|
+
"version": "4.5.0",
|
|
1175
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
|
|
1176
|
+
"integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
|
|
1177
|
+
"dependencies": {
|
|
1178
|
+
"@appium/logger": "^1.3.0",
|
|
1179
|
+
"@appium/tsconfig": "^0.3.3",
|
|
1180
|
+
"@appium/types": "^0.19.2",
|
|
1181
|
+
"@colors/colors": "1.6.0",
|
|
1182
|
+
"@types/archiver": "6.0.2",
|
|
1183
|
+
"@types/base64-stream": "1.0.5",
|
|
1184
|
+
"@types/find-root": "1.1.4",
|
|
1185
|
+
"@types/jsftp": "2.1.5",
|
|
1186
|
+
"@types/klaw": "3.0.6",
|
|
1187
|
+
"@types/lockfile": "1.0.4",
|
|
1188
|
+
"@types/mv": "2.1.4",
|
|
1189
|
+
"@types/ncp": "2.0.8",
|
|
1190
|
+
"@types/pluralize": "0.0.33",
|
|
1191
|
+
"@types/semver": "7.5.8",
|
|
1192
|
+
"@types/shell-quote": "1.7.5",
|
|
1193
|
+
"@types/supports-color": "8.1.3",
|
|
1194
|
+
"@types/teen_process": "2.0.4",
|
|
1195
|
+
"@types/uuid": "9.0.8",
|
|
1196
|
+
"@types/which": "3.0.4",
|
|
1197
|
+
"archiver": "7.0.1",
|
|
1198
|
+
"axios": "1.7.2",
|
|
1199
|
+
"base64-stream": "1.0.0",
|
|
1200
|
+
"bluebird": "3.7.2",
|
|
1201
|
+
"bplist-creator": "0.1.1",
|
|
1202
|
+
"bplist-parser": "0.3.2",
|
|
1203
|
+
"form-data": "4.0.0",
|
|
1204
|
+
"get-stream": "6.0.1",
|
|
1205
|
+
"glob": "10.4.1",
|
|
1206
|
+
"jsftp": "2.1.3",
|
|
1207
|
+
"klaw": "4.1.0",
|
|
1208
|
+
"lockfile": "1.0.4",
|
|
1209
|
+
"lodash": "4.17.21",
|
|
1210
|
+
"log-symbols": "4.1.0",
|
|
1211
|
+
"moment": "2.30.1",
|
|
1212
|
+
"mv": "2.1.1",
|
|
1213
|
+
"ncp": "2.0.0",
|
|
1214
|
+
"opencv-bindings": "4.5.5",
|
|
1215
|
+
"pkg-dir": "5.0.0",
|
|
1216
|
+
"plist": "3.1.0",
|
|
1217
|
+
"pluralize": "8.0.0",
|
|
1218
|
+
"read-pkg": "5.2.0",
|
|
1219
|
+
"resolve-from": "5.0.0",
|
|
1220
|
+
"sanitize-filename": "1.6.3",
|
|
1221
|
+
"semver": "7.6.2",
|
|
1222
|
+
"shell-quote": "1.8.1",
|
|
1223
|
+
"source-map-support": "0.5.21",
|
|
1224
|
+
"supports-color": "8.1.1",
|
|
1225
|
+
"teen_process": "2.1.4",
|
|
1226
|
+
"type-fest": "4.19.0",
|
|
1227
|
+
"uuid": "9.0.1",
|
|
1228
|
+
"which": "4.0.0",
|
|
1229
|
+
"yauzl": "3.1.3"
|
|
1230
|
+
},
|
|
1231
|
+
"engines": {
|
|
1232
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1233
|
+
"npm": ">=8"
|
|
1234
|
+
},
|
|
1235
|
+
"optionalDependencies": {
|
|
1236
|
+
"sharp": "0.33.4"
|
|
1237
|
+
}
|
|
1238
|
+
},
|
|
1239
|
+
"node_modules/appium-chromedriver/node_modules/@appium/types": {
|
|
1240
|
+
"version": "0.19.2",
|
|
1241
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
|
|
1242
|
+
"integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
|
|
1243
|
+
"dependencies": {
|
|
1244
|
+
"@appium/logger": "^1.3.0",
|
|
1245
|
+
"@appium/schema": "^0.5.0",
|
|
1246
|
+
"@appium/tsconfig": "^0.3.3",
|
|
1247
|
+
"@types/express": "4.17.21",
|
|
1248
|
+
"@types/ws": "8.5.10",
|
|
1249
|
+
"type-fest": "4.19.0"
|
|
1250
|
+
},
|
|
1251
|
+
"engines": {
|
|
1252
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1253
|
+
"npm": ">=8"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
"node_modules/appium-chromedriver/node_modules/type-fest": {
|
|
1103
1257
|
"version": "4.19.0",
|
|
1104
1258
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
1105
1259
|
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
@@ -1110,6 +1264,15 @@
|
|
|
1110
1264
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1111
1265
|
}
|
|
1112
1266
|
},
|
|
1267
|
+
"node_modules/appium-uiautomator2-server": {
|
|
1268
|
+
"version": "7.0.10",
|
|
1269
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.10.tgz",
|
|
1270
|
+
"integrity": "sha512-7Divvh1NR+nYdxkjP6NqrMrRpsGDZ/bKQ/KE/mhlmkr61qVJdTa1unkcsuNtgjr26WdVTL/J6CY1XyNw7uO9yg==",
|
|
1271
|
+
"engines": {
|
|
1272
|
+
"node": ">=14",
|
|
1273
|
+
"npm": ">=8"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1113
1276
|
"node_modules/archiver": {
|
|
1114
1277
|
"version": "7.0.1",
|
|
1115
1278
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -1208,9 +1371,9 @@
|
|
|
1208
1371
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
1209
1372
|
},
|
|
1210
1373
|
"node_modules/bare-events": {
|
|
1211
|
-
"version": "2.
|
|
1212
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.
|
|
1213
|
-
"integrity": "sha512-
|
|
1374
|
+
"version": "2.4.2",
|
|
1375
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz",
|
|
1376
|
+
"integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==",
|
|
1214
1377
|
"optional": true
|
|
1215
1378
|
},
|
|
1216
1379
|
"node_modules/base64-js": {
|
|
@@ -2115,9 +2278,9 @@
|
|
|
2115
2278
|
}
|
|
2116
2279
|
},
|
|
2117
2280
|
"node_modules/foreground-child": {
|
|
2118
|
-
"version": "3.
|
|
2119
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.
|
|
2120
|
-
"integrity": "sha512-
|
|
2281
|
+
"version": "3.2.0",
|
|
2282
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.0.tgz",
|
|
2283
|
+
"integrity": "sha512-CrWQNaEl1/6WeZoarcM9LHupTo3RpZO2Pdk1vktwzPiQTsJnAKJmm3TACKeG5UZbWDfaH2AbvYxzP96y0MT7fA==",
|
|
2121
2284
|
"dependencies": {
|
|
2122
2285
|
"cross-spawn": "^7.0.0",
|
|
2123
2286
|
"signal-exit": "^4.0.1"
|
|
@@ -2474,9 +2637,9 @@
|
|
|
2474
2637
|
}
|
|
2475
2638
|
},
|
|
2476
2639
|
"node_modules/io.appium.settings": {
|
|
2477
|
-
"version": "5.12.
|
|
2478
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.
|
|
2479
|
-
"integrity": "sha512-
|
|
2640
|
+
"version": "5.12.1",
|
|
2641
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.1.tgz",
|
|
2642
|
+
"integrity": "sha512-Qtoto6peFUHMPGg9BShWreaXbBgJ1w5Mg5C8RIKvtylicXWRlf9qHbDnEbAq/yTOrTIxPbnz9FIZ2L4+vW/OSA==",
|
|
2480
2643
|
"dependencies": {
|
|
2481
2644
|
"@appium/logger": "^1.3.0",
|
|
2482
2645
|
"asyncbox": "^3.0.0",
|
|
@@ -2698,9 +2861,9 @@
|
|
|
2698
2861
|
}
|
|
2699
2862
|
},
|
|
2700
2863
|
"node_modules/lilconfig": {
|
|
2701
|
-
"version": "3.1.
|
|
2702
|
-
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.
|
|
2703
|
-
"integrity": "sha512-
|
|
2864
|
+
"version": "3.1.2",
|
|
2865
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
|
|
2866
|
+
"integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
|
|
2704
2867
|
"engines": {
|
|
2705
2868
|
"node": ">=14"
|
|
2706
2869
|
},
|
|
@@ -4492,9 +4655,9 @@
|
|
|
4492
4655
|
}
|
|
4493
4656
|
},
|
|
4494
4657
|
"node_modules/yaml": {
|
|
4495
|
-
"version": "2.4.
|
|
4496
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.
|
|
4497
|
-
"integrity": "sha512-
|
|
4658
|
+
"version": "2.4.5",
|
|
4659
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
|
|
4660
|
+
"integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
|
|
4498
4661
|
"bin": {
|
|
4499
4662
|
"yaml": "bin.mjs"
|
|
4500
4663
|
},
|