appium-uiautomator2-driver 5.0.4 → 5.0.6
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/README.md +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +180 -234
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^13.0.5",
|
|
13
|
-
"appium-android-driver": "^11.0.
|
|
13
|
+
"appium-android-driver": "^11.0.8",
|
|
14
14
|
"appium-uiautomator2-server": "^8.1.1",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
16
16
|
"axios": "^1.6.5",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
47
47
|
"mocha": "^11.0.1",
|
|
48
48
|
"prettier": "^3.0.3",
|
|
49
|
-
"semantic-release": "^
|
|
49
|
+
"semantic-release": "^25.0.0",
|
|
50
50
|
"sharp": "^0.x",
|
|
51
51
|
"sinon": "^21.0.0",
|
|
52
52
|
"ts-node": "^10.9.1",
|
|
@@ -64,30 +64,30 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"node_modules/@appium/base-driver": {
|
|
67
|
-
"version": "10.0
|
|
68
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.
|
|
69
|
-
"integrity": "sha512-
|
|
67
|
+
"version": "10.1.0",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.0.tgz",
|
|
69
|
+
"integrity": "sha512-5xBeoBUZSN/YjONGqj4u1jy0pxymset3gXiRkfYWnricdvcQ5t5tY9jzzgzuo78dzlFvFhE3YoHMDAyDJ++ibw==",
|
|
70
70
|
"license": "Apache-2.0",
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@appium/support": "^7.0.
|
|
73
|
-
"@appium/types": "^1.0
|
|
72
|
+
"@appium/support": "^7.0.2",
|
|
73
|
+
"@appium/types": "^1.1.0",
|
|
74
74
|
"@colors/colors": "1.6.0",
|
|
75
75
|
"async-lock": "1.4.1",
|
|
76
76
|
"asyncbox": "3.0.0",
|
|
77
|
-
"axios": "1.
|
|
77
|
+
"axios": "1.12.2",
|
|
78
78
|
"bluebird": "3.7.2",
|
|
79
79
|
"body-parser": "2.2.0",
|
|
80
80
|
"express": "5.1.0",
|
|
81
81
|
"fastest-levenshtein": "1.0.16",
|
|
82
82
|
"http-status-codes": "2.3.0",
|
|
83
83
|
"lodash": "4.17.21",
|
|
84
|
-
"lru-cache": "11.2.
|
|
84
|
+
"lru-cache": "11.2.2",
|
|
85
85
|
"method-override": "3.0.0",
|
|
86
86
|
"morgan": "1.10.1",
|
|
87
87
|
"path-to-regexp": "8.3.0",
|
|
88
88
|
"serve-favicon": "2.5.1",
|
|
89
89
|
"source-map-support": "0.5.21",
|
|
90
|
-
"type-fest": "
|
|
90
|
+
"type-fest": "5.0.1"
|
|
91
91
|
},
|
|
92
92
|
"engines": {
|
|
93
93
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -97,24 +97,13 @@
|
|
|
97
97
|
"spdy": "4.0.2"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
101
|
-
"version": "1.11.0",
|
|
102
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
|
103
|
-
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
|
104
|
-
"license": "MIT",
|
|
105
|
-
"dependencies": {
|
|
106
|
-
"follow-redirects": "^1.15.6",
|
|
107
|
-
"form-data": "^4.0.4",
|
|
108
|
-
"proxy-from-env": "^1.1.0"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
100
|
"node_modules/@appium/docutils": {
|
|
112
|
-
"version": "2.1.
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.
|
|
114
|
-
"integrity": "sha512-
|
|
101
|
+
"version": "2.1.1",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.1.tgz",
|
|
103
|
+
"integrity": "sha512-8/w4rV3ztOr5lF3zmbKfoLsiNJu1JatbTcL5M2+9ki5kiCLh8Uecm6ulLtGjYwSYpYixKMpePa73HrbyKzQDxg==",
|
|
115
104
|
"license": "Apache-2.0",
|
|
116
105
|
"dependencies": {
|
|
117
|
-
"@appium/support": "^7.0.
|
|
106
|
+
"@appium/support": "^7.0.2",
|
|
118
107
|
"chalk": "4.1.2",
|
|
119
108
|
"consola": "3.4.2",
|
|
120
109
|
"diff": "8.0.2",
|
|
@@ -124,7 +113,7 @@
|
|
|
124
113
|
"read-pkg": "5.2.0",
|
|
125
114
|
"source-map-support": "0.5.21",
|
|
126
115
|
"teen_process": "3.0.1",
|
|
127
|
-
"type-fest": "
|
|
116
|
+
"type-fest": "5.0.1",
|
|
128
117
|
"yaml": "2.8.1",
|
|
129
118
|
"yargs": "18.0.0",
|
|
130
119
|
"yargs-parser": "22.0.0"
|
|
@@ -137,15 +126,31 @@
|
|
|
137
126
|
"npm": ">=10"
|
|
138
127
|
}
|
|
139
128
|
},
|
|
129
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
130
|
+
"version": "3.0.1",
|
|
131
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
|
|
132
|
+
"integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
|
|
133
|
+
"license": "Apache-2.0",
|
|
134
|
+
"dependencies": {
|
|
135
|
+
"bluebird": "^3.7.2",
|
|
136
|
+
"lodash": "^4.17.21",
|
|
137
|
+
"shell-quote": "^1.8.1",
|
|
138
|
+
"source-map-support": "^0.x"
|
|
139
|
+
},
|
|
140
|
+
"engines": {
|
|
141
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
142
|
+
"npm": ">=10"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
140
145
|
"node_modules/@appium/logger": {
|
|
141
|
-
"version": "2.0.
|
|
142
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
143
|
-
"integrity": "sha512-
|
|
146
|
+
"version": "2.0.2",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.2.tgz",
|
|
148
|
+
"integrity": "sha512-288dCO+w9xKZltR3tOb7NOajqwS9wqy6f9a+rhDOpNZ4AemKM8C8+Mlsx6gGEAajlFMF0FaGH/f5TUjUBT/L2Q==",
|
|
144
149
|
"license": "ISC",
|
|
145
150
|
"dependencies": {
|
|
146
151
|
"console-control-strings": "1.1.0",
|
|
147
152
|
"lodash": "4.17.21",
|
|
148
|
-
"lru-cache": "11.2.
|
|
153
|
+
"lru-cache": "11.2.2",
|
|
149
154
|
"set-blocking": "2.0.0"
|
|
150
155
|
},
|
|
151
156
|
"engines": {
|
|
@@ -168,17 +173,17 @@
|
|
|
168
173
|
}
|
|
169
174
|
},
|
|
170
175
|
"node_modules/@appium/support": {
|
|
171
|
-
"version": "7.0.
|
|
172
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
173
|
-
"integrity": "sha512-
|
|
176
|
+
"version": "7.0.2",
|
|
177
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.2.tgz",
|
|
178
|
+
"integrity": "sha512-lfrcqUVZ/Q1UrYztiMKob4+YmfFSOVedQM0zvNOwvHm7O6vyP8bDRU4ikr1hFS1A0BE6CAGIGn1Hqg0RbDVRsA==",
|
|
174
179
|
"license": "Apache-2.0",
|
|
175
180
|
"dependencies": {
|
|
176
|
-
"@appium/logger": "^2.0.
|
|
181
|
+
"@appium/logger": "^2.0.2",
|
|
177
182
|
"@appium/tsconfig": "^1.1.0",
|
|
178
|
-
"@appium/types": "^1.0
|
|
183
|
+
"@appium/types": "^1.1.0",
|
|
179
184
|
"@colors/colors": "1.6.0",
|
|
180
185
|
"archiver": "7.0.1",
|
|
181
|
-
"axios": "1.
|
|
186
|
+
"axios": "1.12.2",
|
|
182
187
|
"base64-stream": "1.0.0",
|
|
183
188
|
"bluebird": "3.7.2",
|
|
184
189
|
"bplist-creator": "0.1.1",
|
|
@@ -199,12 +204,12 @@
|
|
|
199
204
|
"read-pkg": "5.2.0",
|
|
200
205
|
"resolve-from": "5.0.0",
|
|
201
206
|
"sanitize-filename": "1.6.3",
|
|
202
|
-
"semver": "7.7.
|
|
207
|
+
"semver": "7.7.3",
|
|
203
208
|
"shell-quote": "1.8.3",
|
|
204
209
|
"source-map-support": "0.5.21",
|
|
205
210
|
"supports-color": "8.1.1",
|
|
206
211
|
"teen_process": "3.0.1",
|
|
207
|
-
"type-fest": "
|
|
212
|
+
"type-fest": "5.0.1",
|
|
208
213
|
"uuid": "13.0.0",
|
|
209
214
|
"which": "5.0.0",
|
|
210
215
|
"yauzl": "3.2.0"
|
|
@@ -214,124 +219,23 @@
|
|
|
214
219
|
"npm": ">=10"
|
|
215
220
|
},
|
|
216
221
|
"optionalDependencies": {
|
|
217
|
-
"sharp": "0.34.
|
|
222
|
+
"sharp": "0.34.4"
|
|
218
223
|
}
|
|
219
224
|
},
|
|
220
|
-
"node_modules/@appium/support/node_modules
|
|
221
|
-
"version": "
|
|
222
|
-
"resolved": "https://registry.npmjs.org
|
|
223
|
-
"integrity": "sha512-
|
|
224
|
-
"cpu": [
|
|
225
|
-
"x64"
|
|
226
|
-
],
|
|
227
|
-
"license": "LGPL-3.0-or-later",
|
|
228
|
-
"optional": true,
|
|
229
|
-
"os": [
|
|
230
|
-
"linux"
|
|
231
|
-
],
|
|
232
|
-
"funding": {
|
|
233
|
-
"url": "https://opencollective.com/libvips"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
237
|
-
"version": "0.34.3",
|
|
238
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.3.tgz",
|
|
239
|
-
"integrity": "sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==",
|
|
240
|
-
"cpu": [
|
|
241
|
-
"x64"
|
|
242
|
-
],
|
|
243
|
-
"license": "Apache-2.0",
|
|
244
|
-
"optional": true,
|
|
245
|
-
"os": [
|
|
246
|
-
"linux"
|
|
247
|
-
],
|
|
248
|
-
"engines": {
|
|
249
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
250
|
-
},
|
|
251
|
-
"funding": {
|
|
252
|
-
"url": "https://opencollective.com/libvips"
|
|
253
|
-
},
|
|
254
|
-
"optionalDependencies": {
|
|
255
|
-
"@img/sharp-libvips-linux-x64": "1.2.0"
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
259
|
-
"version": "1.11.0",
|
|
260
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
|
261
|
-
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
|
262
|
-
"license": "MIT",
|
|
263
|
-
"dependencies": {
|
|
264
|
-
"follow-redirects": "^1.15.6",
|
|
265
|
-
"form-data": "^4.0.4",
|
|
266
|
-
"proxy-from-env": "^1.1.0"
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
"node_modules/@appium/support/node_modules/color": {
|
|
270
|
-
"version": "4.2.3",
|
|
271
|
-
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
272
|
-
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
273
|
-
"license": "MIT",
|
|
274
|
-
"optional": true,
|
|
275
|
-
"dependencies": {
|
|
276
|
-
"color-convert": "^2.0.1",
|
|
277
|
-
"color-string": "^1.9.0"
|
|
278
|
-
},
|
|
279
|
-
"engines": {
|
|
280
|
-
"node": ">=12.5.0"
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
"node_modules/@appium/support/node_modules/color-string": {
|
|
284
|
-
"version": "1.9.1",
|
|
285
|
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
286
|
-
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
287
|
-
"license": "MIT",
|
|
288
|
-
"optional": true,
|
|
289
|
-
"dependencies": {
|
|
290
|
-
"color-name": "^1.0.0",
|
|
291
|
-
"simple-swizzle": "^0.2.2"
|
|
292
|
-
}
|
|
293
|
-
},
|
|
294
|
-
"node_modules/@appium/support/node_modules/sharp": {
|
|
295
|
-
"version": "0.34.3",
|
|
296
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.3.tgz",
|
|
297
|
-
"integrity": "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==",
|
|
298
|
-
"hasInstallScript": true,
|
|
225
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
226
|
+
"version": "3.0.1",
|
|
227
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
|
|
228
|
+
"integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
|
|
299
229
|
"license": "Apache-2.0",
|
|
300
|
-
"optional": true,
|
|
301
230
|
"dependencies": {
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
231
|
+
"bluebird": "^3.7.2",
|
|
232
|
+
"lodash": "^4.17.21",
|
|
233
|
+
"shell-quote": "^1.8.1",
|
|
234
|
+
"source-map-support": "^0.x"
|
|
305
235
|
},
|
|
306
236
|
"engines": {
|
|
307
|
-
"node": "^
|
|
308
|
-
|
|
309
|
-
"funding": {
|
|
310
|
-
"url": "https://opencollective.com/libvips"
|
|
311
|
-
},
|
|
312
|
-
"optionalDependencies": {
|
|
313
|
-
"@img/sharp-darwin-arm64": "0.34.3",
|
|
314
|
-
"@img/sharp-darwin-x64": "0.34.3",
|
|
315
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.0",
|
|
316
|
-
"@img/sharp-libvips-darwin-x64": "1.2.0",
|
|
317
|
-
"@img/sharp-libvips-linux-arm": "1.2.0",
|
|
318
|
-
"@img/sharp-libvips-linux-arm64": "1.2.0",
|
|
319
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.0",
|
|
320
|
-
"@img/sharp-libvips-linux-s390x": "1.2.0",
|
|
321
|
-
"@img/sharp-libvips-linux-x64": "1.2.0",
|
|
322
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.0",
|
|
323
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.2.0",
|
|
324
|
-
"@img/sharp-linux-arm": "0.34.3",
|
|
325
|
-
"@img/sharp-linux-arm64": "0.34.3",
|
|
326
|
-
"@img/sharp-linux-ppc64": "0.34.3",
|
|
327
|
-
"@img/sharp-linux-s390x": "0.34.3",
|
|
328
|
-
"@img/sharp-linux-x64": "0.34.3",
|
|
329
|
-
"@img/sharp-linuxmusl-arm64": "0.34.3",
|
|
330
|
-
"@img/sharp-linuxmusl-x64": "0.34.3",
|
|
331
|
-
"@img/sharp-wasm32": "0.34.3",
|
|
332
|
-
"@img/sharp-win32-arm64": "0.34.3",
|
|
333
|
-
"@img/sharp-win32-ia32": "0.34.3",
|
|
334
|
-
"@img/sharp-win32-x64": "0.34.3"
|
|
237
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
238
|
+
"npm": ">=10"
|
|
335
239
|
}
|
|
336
240
|
},
|
|
337
241
|
"node_modules/@appium/tsconfig": {
|
|
@@ -348,15 +252,15 @@
|
|
|
348
252
|
}
|
|
349
253
|
},
|
|
350
254
|
"node_modules/@appium/types": {
|
|
351
|
-
"version": "1.0
|
|
352
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.
|
|
353
|
-
"integrity": "sha512-
|
|
255
|
+
"version": "1.1.0",
|
|
256
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.0.tgz",
|
|
257
|
+
"integrity": "sha512-yGmIw4P1RCX91cmAkdTDaZwpFXqPz9T2QrsbdMiGnz8DDYWkUpwn3rLZfy+VCefVO6Z8gRWOy49+lrXXGRl+iA==",
|
|
354
258
|
"license": "Apache-2.0",
|
|
355
259
|
"dependencies": {
|
|
356
|
-
"@appium/logger": "^2.0.
|
|
260
|
+
"@appium/logger": "^2.0.2",
|
|
357
261
|
"@appium/schema": "^1.0.0",
|
|
358
262
|
"@appium/tsconfig": "^1.1.0",
|
|
359
|
-
"type-fest": "
|
|
263
|
+
"type-fest": "5.0.1"
|
|
360
264
|
},
|
|
361
265
|
"engines": {
|
|
362
266
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -395,14 +299,14 @@
|
|
|
395
299
|
"node": ">=0.1.90"
|
|
396
300
|
}
|
|
397
301
|
},
|
|
398
|
-
"node_modules/@
|
|
399
|
-
"version": "1.
|
|
400
|
-
"resolved": "https://registry.npmjs.org/@
|
|
401
|
-
"integrity": "sha512-
|
|
402
|
-
"
|
|
302
|
+
"node_modules/@img/colour": {
|
|
303
|
+
"version": "1.0.0",
|
|
304
|
+
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
|
|
305
|
+
"integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
|
|
306
|
+
"devOptional": true,
|
|
403
307
|
"license": "MIT",
|
|
404
|
-
"
|
|
405
|
-
"
|
|
308
|
+
"engines": {
|
|
309
|
+
"node": ">=18"
|
|
406
310
|
}
|
|
407
311
|
},
|
|
408
312
|
"node_modules/@isaacs/balanced-match": {
|
|
@@ -556,9 +460,9 @@
|
|
|
556
460
|
}
|
|
557
461
|
},
|
|
558
462
|
"node_modules/appium-adb": {
|
|
559
|
-
"version": "13.0.
|
|
560
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-13.0.
|
|
561
|
-
"integrity": "sha512-
|
|
463
|
+
"version": "13.0.10",
|
|
464
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-13.0.10.tgz",
|
|
465
|
+
"integrity": "sha512-Zr+xLq9UfhEnsbX1S0919lSo3t9ZipThwGWQL6jYFb5qVlRY7sZUnEAtcEMHuHc4Ysai+shnN6vXShOPzA/wXA==",
|
|
562
466
|
"license": "Apache-2.0",
|
|
563
467
|
"dependencies": {
|
|
564
468
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -578,14 +482,14 @@
|
|
|
578
482
|
}
|
|
579
483
|
},
|
|
580
484
|
"node_modules/appium-android-driver": {
|
|
581
|
-
"version": "11.0.
|
|
582
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-11.0.
|
|
583
|
-
"integrity": "sha512-
|
|
485
|
+
"version": "11.0.8",
|
|
486
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-11.0.8.tgz",
|
|
487
|
+
"integrity": "sha512-uPJMrENzKE7J6p/c+mxtFHPL4t3OHeyVBl/imXP9u8UNEwcDVMXsD9onIeUrFNKCkgaOW+/t3hEzIWLM+9ktdQ==",
|
|
584
488
|
"license": "Apache-2.0",
|
|
585
489
|
"dependencies": {
|
|
586
490
|
"@appium/support": "^7.0.0-rc.1",
|
|
587
491
|
"@colors/colors": "^1.6.0",
|
|
588
|
-
"appium-adb": "^13.0.
|
|
492
|
+
"appium-adb": "^13.0.9",
|
|
589
493
|
"appium-chromedriver": "^8.0.0",
|
|
590
494
|
"asyncbox": "^3.0.0",
|
|
591
495
|
"axios": "^1.x",
|
|
@@ -610,9 +514,9 @@
|
|
|
610
514
|
}
|
|
611
515
|
},
|
|
612
516
|
"node_modules/appium-chromedriver": {
|
|
613
|
-
"version": "8.0.
|
|
614
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.
|
|
615
|
-
"integrity": "sha512-
|
|
517
|
+
"version": "8.0.15",
|
|
518
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.15.tgz",
|
|
519
|
+
"integrity": "sha512-OQ1Xsjw6iiVIMthvnC7hoeXS4NXy1tPElNLPdiLJ0ezjz95icQSJWnT8cGzXrzZHzXJmvdTxkbsj412MaW68fg==",
|
|
616
520
|
"license": "Apache-2.0",
|
|
617
521
|
"dependencies": {
|
|
618
522
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -635,9 +539,9 @@
|
|
|
635
539
|
}
|
|
636
540
|
},
|
|
637
541
|
"node_modules/appium-uiautomator2-server": {
|
|
638
|
-
"version": "8.1.
|
|
639
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-8.1.
|
|
640
|
-
"integrity": "sha512-
|
|
542
|
+
"version": "8.1.2",
|
|
543
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-8.1.2.tgz",
|
|
544
|
+
"integrity": "sha512-U4jz2yvkGVnn+OZp7jdOaQoUlNkjRnIFm9BG0xlRxQy5jg7klKbMZ2EnGzNrE6fZN0jwHxbE83Yip1OKLYHhkA==",
|
|
641
545
|
"license": "Apache-2.0",
|
|
642
546
|
"engines": {
|
|
643
547
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -832,10 +736,18 @@
|
|
|
832
736
|
"license": "MIT"
|
|
833
737
|
},
|
|
834
738
|
"node_modules/bare-events": {
|
|
835
|
-
"version": "2.
|
|
836
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.
|
|
837
|
-
"integrity": "sha512-
|
|
838
|
-
"license": "Apache-2.0"
|
|
739
|
+
"version": "2.8.1",
|
|
740
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.1.tgz",
|
|
741
|
+
"integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
|
|
742
|
+
"license": "Apache-2.0",
|
|
743
|
+
"peerDependencies": {
|
|
744
|
+
"bare-abort-controller": "*"
|
|
745
|
+
},
|
|
746
|
+
"peerDependenciesMeta": {
|
|
747
|
+
"bare-abort-controller": {
|
|
748
|
+
"optional": true
|
|
749
|
+
}
|
|
750
|
+
}
|
|
839
751
|
},
|
|
840
752
|
"node_modules/base64-js": {
|
|
841
753
|
"version": "1.5.1",
|
|
@@ -1045,9 +957,9 @@
|
|
|
1045
957
|
}
|
|
1046
958
|
},
|
|
1047
959
|
"node_modules/cliui/node_modules/emoji-regex": {
|
|
1048
|
-
"version": "10.
|
|
1049
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
1050
|
-
"integrity": "sha512-
|
|
960
|
+
"version": "10.6.0",
|
|
961
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
962
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
1051
963
|
"license": "MIT"
|
|
1052
964
|
},
|
|
1053
965
|
"node_modules/cliui/node_modules/string-width": {
|
|
@@ -1308,9 +1220,9 @@
|
|
|
1308
1220
|
}
|
|
1309
1221
|
},
|
|
1310
1222
|
"node_modules/detect-libc": {
|
|
1311
|
-
"version": "2.1.
|
|
1312
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.
|
|
1313
|
-
"integrity": "sha512-
|
|
1223
|
+
"version": "2.1.2",
|
|
1224
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
1225
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
1314
1226
|
"devOptional": true,
|
|
1315
1227
|
"license": "Apache-2.0",
|
|
1316
1228
|
"engines": {
|
|
@@ -2048,9 +1960,9 @@
|
|
|
2048
1960
|
}
|
|
2049
1961
|
},
|
|
2050
1962
|
"node_modules/io.appium.settings": {
|
|
2051
|
-
"version": "6.0.
|
|
2052
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-6.0.
|
|
2053
|
-
"integrity": "sha512-
|
|
1963
|
+
"version": "6.0.7",
|
|
1964
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-6.0.7.tgz",
|
|
1965
|
+
"integrity": "sha512-ebqihz1P28RcxxV2ns/0yKS2TE81OdRazdVp3l255hOpkJuDLZmnWG+ATVq12C7w1Uzc+Pm9wf7OoygXudsPsQ==",
|
|
2054
1966
|
"license": "Apache-2.0",
|
|
2055
1967
|
"dependencies": {
|
|
2056
1968
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -2340,9 +2252,9 @@
|
|
|
2340
2252
|
}
|
|
2341
2253
|
},
|
|
2342
2254
|
"node_modules/lru-cache": {
|
|
2343
|
-
"version": "11.2.
|
|
2344
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
2345
|
-
"integrity": "sha512-
|
|
2255
|
+
"version": "11.2.2",
|
|
2256
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
|
2257
|
+
"integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
|
|
2346
2258
|
"license": "ISC",
|
|
2347
2259
|
"engines": {
|
|
2348
2260
|
"node": "20 || >=22"
|
|
@@ -3022,12 +2934,12 @@
|
|
|
3022
2934
|
}
|
|
3023
2935
|
},
|
|
3024
2936
|
"node_modules/resolve": {
|
|
3025
|
-
"version": "1.22.
|
|
3026
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
3027
|
-
"integrity": "sha512-
|
|
2937
|
+
"version": "1.22.11",
|
|
2938
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
2939
|
+
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
3028
2940
|
"license": "MIT",
|
|
3029
2941
|
"dependencies": {
|
|
3030
|
-
"is-core-module": "^2.16.
|
|
2942
|
+
"is-core-module": "^2.16.1",
|
|
3031
2943
|
"path-parse": "^1.0.7",
|
|
3032
2944
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
3033
2945
|
},
|
|
@@ -3109,9 +3021,9 @@
|
|
|
3109
3021
|
"optional": true
|
|
3110
3022
|
},
|
|
3111
3023
|
"node_modules/semver": {
|
|
3112
|
-
"version": "7.7.
|
|
3113
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
3114
|
-
"integrity": "sha512-
|
|
3024
|
+
"version": "7.7.3",
|
|
3025
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
3026
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
3115
3027
|
"license": "ISC",
|
|
3116
3028
|
"bin": {
|
|
3117
3029
|
"semver": "bin/semver.js"
|
|
@@ -3194,6 +3106,49 @@
|
|
|
3194
3106
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
3195
3107
|
"license": "ISC"
|
|
3196
3108
|
},
|
|
3109
|
+
"node_modules/sharp": {
|
|
3110
|
+
"version": "0.34.4",
|
|
3111
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
|
|
3112
|
+
"integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
|
|
3113
|
+
"devOptional": true,
|
|
3114
|
+
"hasInstallScript": true,
|
|
3115
|
+
"license": "Apache-2.0",
|
|
3116
|
+
"dependencies": {
|
|
3117
|
+
"@img/colour": "^1.0.0",
|
|
3118
|
+
"detect-libc": "^2.1.0",
|
|
3119
|
+
"semver": "^7.7.2"
|
|
3120
|
+
},
|
|
3121
|
+
"engines": {
|
|
3122
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3123
|
+
},
|
|
3124
|
+
"funding": {
|
|
3125
|
+
"url": "https://opencollective.com/libvips"
|
|
3126
|
+
},
|
|
3127
|
+
"optionalDependencies": {
|
|
3128
|
+
"@img/sharp-darwin-arm64": "0.34.4",
|
|
3129
|
+
"@img/sharp-darwin-x64": "0.34.4",
|
|
3130
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.3",
|
|
3131
|
+
"@img/sharp-libvips-darwin-x64": "1.2.3",
|
|
3132
|
+
"@img/sharp-libvips-linux-arm": "1.2.3",
|
|
3133
|
+
"@img/sharp-libvips-linux-arm64": "1.2.3",
|
|
3134
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.3",
|
|
3135
|
+
"@img/sharp-libvips-linux-s390x": "1.2.3",
|
|
3136
|
+
"@img/sharp-libvips-linux-x64": "1.2.3",
|
|
3137
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
|
|
3138
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.3",
|
|
3139
|
+
"@img/sharp-linux-arm": "0.34.4",
|
|
3140
|
+
"@img/sharp-linux-arm64": "0.34.4",
|
|
3141
|
+
"@img/sharp-linux-ppc64": "0.34.4",
|
|
3142
|
+
"@img/sharp-linux-s390x": "0.34.4",
|
|
3143
|
+
"@img/sharp-linux-x64": "0.34.4",
|
|
3144
|
+
"@img/sharp-linuxmusl-arm64": "0.34.4",
|
|
3145
|
+
"@img/sharp-linuxmusl-x64": "0.34.4",
|
|
3146
|
+
"@img/sharp-wasm32": "0.34.4",
|
|
3147
|
+
"@img/sharp-win32-arm64": "0.34.4",
|
|
3148
|
+
"@img/sharp-win32-ia32": "0.34.4",
|
|
3149
|
+
"@img/sharp-win32-x64": "0.34.4"
|
|
3150
|
+
}
|
|
3151
|
+
},
|
|
3197
3152
|
"node_modules/shebang-command": {
|
|
3198
3153
|
"version": "2.0.0",
|
|
3199
3154
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -3305,23 +3260,6 @@
|
|
|
3305
3260
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
3306
3261
|
"license": "ISC"
|
|
3307
3262
|
},
|
|
3308
|
-
"node_modules/simple-swizzle": {
|
|
3309
|
-
"version": "0.2.4",
|
|
3310
|
-
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
3311
|
-
"integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
|
|
3312
|
-
"license": "MIT",
|
|
3313
|
-
"optional": true,
|
|
3314
|
-
"dependencies": {
|
|
3315
|
-
"is-arrayish": "^0.3.1"
|
|
3316
|
-
}
|
|
3317
|
-
},
|
|
3318
|
-
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
3319
|
-
"version": "0.3.4",
|
|
3320
|
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
|
|
3321
|
-
"integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
|
|
3322
|
-
"license": "MIT",
|
|
3323
|
-
"optional": true
|
|
3324
|
-
},
|
|
3325
3263
|
"node_modules/source-map": {
|
|
3326
3264
|
"version": "0.6.1",
|
|
3327
3265
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -3591,6 +3529,18 @@
|
|
|
3591
3529
|
"url": "https://github.com/sponsors/ljharb"
|
|
3592
3530
|
}
|
|
3593
3531
|
},
|
|
3532
|
+
"node_modules/tagged-tag": {
|
|
3533
|
+
"version": "1.0.0",
|
|
3534
|
+
"resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
|
|
3535
|
+
"integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
|
|
3536
|
+
"license": "MIT",
|
|
3537
|
+
"engines": {
|
|
3538
|
+
"node": ">=20"
|
|
3539
|
+
},
|
|
3540
|
+
"funding": {
|
|
3541
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3594
3544
|
"node_modules/tar-stream": {
|
|
3595
3545
|
"version": "3.1.7",
|
|
3596
3546
|
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
|
|
@@ -3603,9 +3553,9 @@
|
|
|
3603
3553
|
}
|
|
3604
3554
|
},
|
|
3605
3555
|
"node_modules/teen_process": {
|
|
3606
|
-
"version": "3.0.
|
|
3607
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
3608
|
-
"integrity": "sha512-
|
|
3556
|
+
"version": "3.0.2",
|
|
3557
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
3558
|
+
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
3609
3559
|
"license": "Apache-2.0",
|
|
3610
3560
|
"dependencies": {
|
|
3611
3561
|
"bluebird": "^3.7.2",
|
|
@@ -3651,20 +3601,16 @@
|
|
|
3651
3601
|
"utf8-byte-length": "^1.0.1"
|
|
3652
3602
|
}
|
|
3653
3603
|
},
|
|
3654
|
-
"node_modules/tslib": {
|
|
3655
|
-
"version": "2.8.1",
|
|
3656
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
3657
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
3658
|
-
"extraneous": true,
|
|
3659
|
-
"license": "0BSD"
|
|
3660
|
-
},
|
|
3661
3604
|
"node_modules/type-fest": {
|
|
3662
|
-
"version": "
|
|
3663
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-
|
|
3664
|
-
"integrity": "sha512-
|
|
3605
|
+
"version": "5.0.1",
|
|
3606
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.1.tgz",
|
|
3607
|
+
"integrity": "sha512-9MpwAI52m8H6ssA542UxSLnSiSD2dsC3/L85g6hVubLSXd82wdI80eZwTWhdOfN67NlA+D+oipAs1MlcTcu3KA==",
|
|
3665
3608
|
"license": "(MIT OR CC0-1.0)",
|
|
3609
|
+
"dependencies": {
|
|
3610
|
+
"tagged-tag": "^1.0.0"
|
|
3611
|
+
},
|
|
3666
3612
|
"engines": {
|
|
3667
|
-
"node": ">=
|
|
3613
|
+
"node": ">=20"
|
|
3668
3614
|
},
|
|
3669
3615
|
"funding": {
|
|
3670
3616
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -3986,9 +3932,9 @@
|
|
|
3986
3932
|
}
|
|
3987
3933
|
},
|
|
3988
3934
|
"node_modules/yargs/node_modules/emoji-regex": {
|
|
3989
|
-
"version": "10.
|
|
3990
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
3991
|
-
"integrity": "sha512-
|
|
3935
|
+
"version": "10.6.0",
|
|
3936
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
3937
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
3992
3938
|
"license": "MIT"
|
|
3993
3939
|
},
|
|
3994
3940
|
"node_modules/yargs/node_modules/string-width": {
|