appium-uiautomator2-driver 4.0.1 → 4.0.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 +6 -0
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +1 -0
- package/build/lib/driver.js.map +1 -1
- package/build/lib/uiautomator2.d.ts +1 -0
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/lib/uiautomator2.js +5 -1
- package/build/lib/uiautomator2.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +1 -0
- package/lib/uiautomator2.js +5 -1
- package/npm-shrinkwrap.json +122 -493
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.12.0",
|
|
@@ -68,26 +68,21 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"node_modules/@appium/base-driver": {
|
|
71
|
-
"version": "9.
|
|
72
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.
|
|
73
|
-
"integrity": "sha512-
|
|
71
|
+
"version": "9.16.2",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.16.2.tgz",
|
|
73
|
+
"integrity": "sha512-vuQf9XQKGAMl5d5pM63FOrnRJUSVjw6J5kPXApfnkTJovwyV9SViYptnCB/TcahjX2bHQ+fUka82MWzHKPzpHg==",
|
|
74
74
|
"license": "Apache-2.0",
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@appium/support": "^6.0.
|
|
77
|
-
"@appium/types": "^0.
|
|
76
|
+
"@appium/support": "^6.0.6",
|
|
77
|
+
"@appium/types": "^0.25.1",
|
|
78
78
|
"@colors/colors": "1.6.0",
|
|
79
|
-
"@types/async-lock": "1.4.2",
|
|
80
|
-
"@types/bluebird": "3.5.42",
|
|
81
|
-
"@types/express": "5.0.0",
|
|
82
|
-
"@types/lodash": "4.17.14",
|
|
83
|
-
"@types/method-override": "3.0.0",
|
|
84
|
-
"@types/serve-favicon": "2.5.7",
|
|
85
79
|
"async-lock": "1.4.1",
|
|
86
80
|
"asyncbox": "3.0.0",
|
|
87
81
|
"axios": "1.7.9",
|
|
88
82
|
"bluebird": "3.7.2",
|
|
89
83
|
"body-parser": "1.20.3",
|
|
90
84
|
"express": "4.21.2",
|
|
85
|
+
"fastest-levenshtein": "1.0.16",
|
|
91
86
|
"http-status-codes": "2.3.0",
|
|
92
87
|
"lodash": "4.17.21",
|
|
93
88
|
"lru-cache": "10.4.3",
|
|
@@ -96,7 +91,7 @@
|
|
|
96
91
|
"path-to-regexp": "8.2.0",
|
|
97
92
|
"serve-favicon": "2.5.0",
|
|
98
93
|
"source-map-support": "0.5.21",
|
|
99
|
-
"type-fest": "4.
|
|
94
|
+
"type-fest": "4.35.0",
|
|
100
95
|
"validate.js": "0.13.1"
|
|
101
96
|
},
|
|
102
97
|
"engines": {
|
|
@@ -107,32 +102,14 @@
|
|
|
107
102
|
"spdy": "4.0.2"
|
|
108
103
|
}
|
|
109
104
|
},
|
|
110
|
-
"node_modules/@appium/base-driver/node_modules/@types/lodash": {
|
|
111
|
-
"version": "4.17.14",
|
|
112
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.14.tgz",
|
|
113
|
-
"integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==",
|
|
114
|
-
"license": "MIT"
|
|
115
|
-
},
|
|
116
|
-
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
117
|
-
"version": "4.31.0",
|
|
118
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
|
|
119
|
-
"integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
|
|
120
|
-
"license": "(MIT OR CC0-1.0)",
|
|
121
|
-
"engines": {
|
|
122
|
-
"node": ">=16"
|
|
123
|
-
},
|
|
124
|
-
"funding": {
|
|
125
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
105
|
"node_modules/@appium/base-plugin": {
|
|
129
|
-
"version": "2.3.
|
|
130
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.3.
|
|
131
|
-
"integrity": "sha512-
|
|
106
|
+
"version": "2.3.3",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.3.3.tgz",
|
|
108
|
+
"integrity": "sha512-wPGgTfG02O2HzCcUWbEuN4fjjs/zoA3Il/tcbaT6rnZYAbOAW2uC4B6l+eqisFRLepj1p8djf0XQyPAVyeIZzw==",
|
|
132
109
|
"license": "Apache-2.0",
|
|
133
110
|
"dependencies": {
|
|
134
|
-
"@appium/base-driver": "^9.
|
|
135
|
-
"@appium/support": "^6.0.
|
|
111
|
+
"@appium/base-driver": "^9.16.2",
|
|
112
|
+
"@appium/support": "^6.0.6"
|
|
136
113
|
},
|
|
137
114
|
"engines": {
|
|
138
115
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -140,28 +117,27 @@
|
|
|
140
117
|
}
|
|
141
118
|
},
|
|
142
119
|
"node_modules/@appium/docutils": {
|
|
143
|
-
"version": "1.0.
|
|
144
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
145
|
-
"integrity": "sha512-
|
|
120
|
+
"version": "1.0.32",
|
|
121
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.32.tgz",
|
|
122
|
+
"integrity": "sha512-8kGYxaasCQYlYZrOD++hIPvKMgFuxjvtcATSL2bszRZvzWq6cXmVUS4guym/RzXtlAYq6NrTqshY8x5xKcSi3w==",
|
|
146
123
|
"license": "Apache-2.0",
|
|
147
124
|
"dependencies": {
|
|
148
|
-
"@appium/support": "^6.0.
|
|
149
|
-
"@appium/tsconfig": "^0.3.
|
|
125
|
+
"@appium/support": "^6.0.6",
|
|
126
|
+
"@appium/tsconfig": "^0.3.4",
|
|
150
127
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
151
|
-
"@types/which": "3.0.4",
|
|
152
128
|
"chalk": "4.1.2",
|
|
153
|
-
"consola": "3.
|
|
129
|
+
"consola": "3.4.0",
|
|
154
130
|
"diff": "7.0.0",
|
|
155
131
|
"json5": "2.2.3",
|
|
156
132
|
"lilconfig": "3.1.3",
|
|
157
133
|
"lodash": "4.17.21",
|
|
158
134
|
"pkg-dir": "5.0.0",
|
|
159
135
|
"read-pkg": "5.2.0",
|
|
160
|
-
"semver": "7.
|
|
136
|
+
"semver": "7.7.1",
|
|
161
137
|
"source-map-support": "0.5.21",
|
|
162
138
|
"teen_process": "2.2.3",
|
|
163
|
-
"type-fest": "4.
|
|
164
|
-
"typescript": "5.7.
|
|
139
|
+
"type-fest": "4.35.0",
|
|
140
|
+
"typescript": "5.7.3",
|
|
165
141
|
"yaml": "2.7.0",
|
|
166
142
|
"yargs": "17.7.2",
|
|
167
143
|
"yargs-parser": "21.1.1"
|
|
@@ -174,31 +150,6 @@
|
|
|
174
150
|
"npm": ">=8"
|
|
175
151
|
}
|
|
176
152
|
},
|
|
177
|
-
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
178
|
-
"version": "4.31.0",
|
|
179
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
|
|
180
|
-
"integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
|
|
181
|
-
"license": "(MIT OR CC0-1.0)",
|
|
182
|
-
"engines": {
|
|
183
|
-
"node": ">=16"
|
|
184
|
-
},
|
|
185
|
-
"funding": {
|
|
186
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
190
|
-
"version": "5.7.2",
|
|
191
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
|
|
192
|
-
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
|
|
193
|
-
"license": "Apache-2.0",
|
|
194
|
-
"bin": {
|
|
195
|
-
"tsc": "bin/tsc",
|
|
196
|
-
"tsserver": "bin/tsserver"
|
|
197
|
-
},
|
|
198
|
-
"engines": {
|
|
199
|
-
"node": ">=14.17"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
153
|
"node_modules/@appium/logger": {
|
|
203
154
|
"version": "1.6.1",
|
|
204
155
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
|
|
@@ -216,12 +167,11 @@
|
|
|
216
167
|
}
|
|
217
168
|
},
|
|
218
169
|
"node_modules/@appium/schema": {
|
|
219
|
-
"version": "0.
|
|
220
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.
|
|
221
|
-
"integrity": "sha512-
|
|
170
|
+
"version": "0.8.1",
|
|
171
|
+
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.8.1.tgz",
|
|
172
|
+
"integrity": "sha512-3yzfQ/K7RMGnfYDgFG7JdCPsjjN3eS33n2SBeGJtd28mDtgO7EzcmtiUBQjbkxyu0Q7h8KOexiqndvgTCgHeGQ==",
|
|
222
173
|
"license": "Apache-2.0",
|
|
223
174
|
"dependencies": {
|
|
224
|
-
"@types/json-schema": "7.0.15",
|
|
225
175
|
"json-schema": "0.4.0",
|
|
226
176
|
"source-map-support": "0.5.21"
|
|
227
177
|
},
|
|
@@ -231,37 +181,22 @@
|
|
|
231
181
|
}
|
|
232
182
|
},
|
|
233
183
|
"node_modules/@appium/support": {
|
|
234
|
-
"version": "6.0.
|
|
235
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.
|
|
236
|
-
"integrity": "sha512-
|
|
184
|
+
"version": "6.0.6",
|
|
185
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.6.tgz",
|
|
186
|
+
"integrity": "sha512-qgj1uxHF7Suqi8wdWFBrG12dhLMAthpX973L7JHutM2jneynoIUaKtSXdd6zg0ZG/9clfY0C/06pIQTQljj+Lg==",
|
|
237
187
|
"license": "Apache-2.0",
|
|
238
188
|
"dependencies": {
|
|
239
189
|
"@appium/logger": "^1.6.1",
|
|
240
|
-
"@appium/tsconfig": "^0.3.
|
|
241
|
-
"@appium/types": "^0.
|
|
190
|
+
"@appium/tsconfig": "^0.3.4",
|
|
191
|
+
"@appium/types": "^0.25.1",
|
|
242
192
|
"@colors/colors": "1.6.0",
|
|
243
|
-
"@types/archiver": "6.0.3",
|
|
244
|
-
"@types/base64-stream": "1.0.5",
|
|
245
|
-
"@types/find-root": "1.1.4",
|
|
246
|
-
"@types/jsftp": "2.1.5",
|
|
247
|
-
"@types/klaw": "3.0.6",
|
|
248
|
-
"@types/lockfile": "1.0.4",
|
|
249
|
-
"@types/mv": "2.1.4",
|
|
250
|
-
"@types/ncp": "2.0.8",
|
|
251
|
-
"@types/pluralize": "0.0.33",
|
|
252
|
-
"@types/semver": "7.5.8",
|
|
253
|
-
"@types/shell-quote": "1.7.5",
|
|
254
|
-
"@types/supports-color": "8.1.3",
|
|
255
|
-
"@types/teen_process": "2.0.4",
|
|
256
|
-
"@types/uuid": "10.0.0",
|
|
257
|
-
"@types/which": "3.0.4",
|
|
258
193
|
"archiver": "7.0.1",
|
|
259
194
|
"axios": "1.7.9",
|
|
260
195
|
"base64-stream": "1.0.0",
|
|
261
196
|
"bluebird": "3.7.2",
|
|
262
197
|
"bplist-creator": "0.1.1",
|
|
263
198
|
"bplist-parser": "0.3.2",
|
|
264
|
-
"form-data": "4.0.
|
|
199
|
+
"form-data": "4.0.2",
|
|
265
200
|
"get-stream": "6.0.1",
|
|
266
201
|
"glob": "10.4.5",
|
|
267
202
|
"jsftp": "2.1.3",
|
|
@@ -272,20 +207,19 @@
|
|
|
272
207
|
"moment": "2.30.1",
|
|
273
208
|
"mv": "2.1.1",
|
|
274
209
|
"ncp": "2.0.0",
|
|
275
|
-
"opencv-bindings": "4.5.5",
|
|
276
210
|
"pkg-dir": "5.0.0",
|
|
277
211
|
"plist": "3.1.0",
|
|
278
212
|
"pluralize": "8.0.0",
|
|
279
213
|
"read-pkg": "5.2.0",
|
|
280
214
|
"resolve-from": "5.0.0",
|
|
281
215
|
"sanitize-filename": "1.6.3",
|
|
282
|
-
"semver": "7.
|
|
216
|
+
"semver": "7.7.1",
|
|
283
217
|
"shell-quote": "1.8.2",
|
|
284
218
|
"source-map-support": "0.5.21",
|
|
285
219
|
"supports-color": "8.1.1",
|
|
286
220
|
"teen_process": "2.2.3",
|
|
287
|
-
"type-fest": "4.
|
|
288
|
-
"uuid": "11.0
|
|
221
|
+
"type-fest": "4.35.0",
|
|
222
|
+
"uuid": "11.1.0",
|
|
289
223
|
"which": "4.0.0",
|
|
290
224
|
"yauzl": "3.2.0"
|
|
291
225
|
},
|
|
@@ -297,22 +231,10 @@
|
|
|
297
231
|
"sharp": "0.33.5"
|
|
298
232
|
}
|
|
299
233
|
},
|
|
300
|
-
"node_modules/@appium/support/node_modules/type-fest": {
|
|
301
|
-
"version": "4.31.0",
|
|
302
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
|
|
303
|
-
"integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
|
|
304
|
-
"license": "(MIT OR CC0-1.0)",
|
|
305
|
-
"engines": {
|
|
306
|
-
"node": ">=16"
|
|
307
|
-
},
|
|
308
|
-
"funding": {
|
|
309
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
234
|
"node_modules/@appium/tsconfig": {
|
|
313
|
-
"version": "0.3.
|
|
314
|
-
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.
|
|
315
|
-
"integrity": "sha512-
|
|
235
|
+
"version": "0.3.4",
|
|
236
|
+
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.4.tgz",
|
|
237
|
+
"integrity": "sha512-tX719/ekarAWmJb+AaG6//8+3qQITshTgTZor0EbdEwA2KG3bGPwMIoCp10np6/qFr+sMZC0CbuKJruHSCDhhw==",
|
|
316
238
|
"license": "Apache-2.0",
|
|
317
239
|
"dependencies": {
|
|
318
240
|
"@tsconfig/node14": "14.1.2"
|
|
@@ -323,44 +245,21 @@
|
|
|
323
245
|
}
|
|
324
246
|
},
|
|
325
247
|
"node_modules/@appium/types": {
|
|
326
|
-
"version": "0.
|
|
327
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.
|
|
328
|
-
"integrity": "sha512-
|
|
248
|
+
"version": "0.25.1",
|
|
249
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.1.tgz",
|
|
250
|
+
"integrity": "sha512-2Lu5qwFNQa+iPw98XdB5/7tXKO7dugZHXfAsF050wgJkJJ4kDemVFJ4yr1YqM7DYmgqZnt+k0EfzshLODCHXTA==",
|
|
329
251
|
"license": "Apache-2.0",
|
|
330
252
|
"dependencies": {
|
|
331
253
|
"@appium/logger": "^1.6.1",
|
|
332
|
-
"@appium/schema": "^0.
|
|
333
|
-
"@appium/tsconfig": "^0.3.
|
|
334
|
-
"
|
|
335
|
-
"@types/ws": "8.5.13",
|
|
336
|
-
"type-fest": "4.31.0"
|
|
254
|
+
"@appium/schema": "^0.8.1",
|
|
255
|
+
"@appium/tsconfig": "^0.3.4",
|
|
256
|
+
"type-fest": "4.35.0"
|
|
337
257
|
},
|
|
338
258
|
"engines": {
|
|
339
259
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
340
260
|
"npm": ">=8"
|
|
341
261
|
}
|
|
342
262
|
},
|
|
343
|
-
"node_modules/@appium/types/node_modules/@types/ws": {
|
|
344
|
-
"version": "8.5.13",
|
|
345
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
|
|
346
|
-
"integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==",
|
|
347
|
-
"license": "MIT",
|
|
348
|
-
"dependencies": {
|
|
349
|
-
"@types/node": "*"
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
"node_modules/@appium/types/node_modules/type-fest": {
|
|
353
|
-
"version": "4.31.0",
|
|
354
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
|
|
355
|
-
"integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
|
|
356
|
-
"license": "(MIT OR CC0-1.0)",
|
|
357
|
-
"engines": {
|
|
358
|
-
"node": ">=16"
|
|
359
|
-
},
|
|
360
|
-
"funding": {
|
|
361
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
263
|
"node_modules/@babel/code-frame": {
|
|
365
264
|
"version": "7.26.2",
|
|
366
265
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
@@ -534,280 +433,18 @@
|
|
|
534
433
|
"integrity": "sha512-1vncsbfCZ3TBLPxesRYz02Rn7SNJfbLoDVkcZ7F/ixOV6nwxwgdhD1mdPcc5YQ413qBJ8CvMxXMFfJ7oawjo7Q==",
|
|
535
434
|
"license": "MIT"
|
|
536
435
|
},
|
|
537
|
-
"node_modules/@types/archiver": {
|
|
538
|
-
"version": "6.0.3",
|
|
539
|
-
"resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.3.tgz",
|
|
540
|
-
"integrity": "sha512-a6wUll6k3zX6qs5KlxIggs1P1JcYJaTCx2gnlr+f0S1yd2DoaEwoIK10HmBaLnZwWneBz+JBm0dwcZu0zECBcQ==",
|
|
541
|
-
"license": "MIT",
|
|
542
|
-
"dependencies": {
|
|
543
|
-
"@types/readdir-glob": "*"
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
"node_modules/@types/argparse": {
|
|
547
|
-
"version": "2.0.17",
|
|
548
|
-
"resolved": "https://registry.npmjs.org/@types/argparse/-/argparse-2.0.17.tgz",
|
|
549
|
-
"integrity": "sha512-fueJssTf+4dW4HODshEGkIZbkLKHzgu1FvCI4cTc/MKum/534Euo3SrN+ilq8xgyHnOjtmg33/hee8iXLRg1XA==",
|
|
550
|
-
"license": "MIT"
|
|
551
|
-
},
|
|
552
|
-
"node_modules/@types/async-lock": {
|
|
553
|
-
"version": "1.4.2",
|
|
554
|
-
"resolved": "https://registry.npmjs.org/@types/async-lock/-/async-lock-1.4.2.tgz",
|
|
555
|
-
"integrity": "sha512-HlZ6Dcr205BmNhwkdXqrg2vkFMN2PluI7Lgr8In3B3wE5PiQHhjRqtW/lGdVU9gw+sM0JcIDx2AN+cW8oSWIcw==",
|
|
556
|
-
"license": "MIT"
|
|
557
|
-
},
|
|
558
|
-
"node_modules/@types/base64-stream": {
|
|
559
|
-
"version": "1.0.5",
|
|
560
|
-
"resolved": "https://registry.npmjs.org/@types/base64-stream/-/base64-stream-1.0.5.tgz",
|
|
561
|
-
"integrity": "sha512-gXuo/a7pQ1EXlR5ksM2MccBLl6UUgAgnzR01r/QoHnkaSNinmzSdaGcCq5NAxn72dZ5A1zNYQIl+J9hPsBgBrA==",
|
|
562
|
-
"license": "MIT",
|
|
563
|
-
"dependencies": {
|
|
564
|
-
"@types/node": "*"
|
|
565
|
-
}
|
|
566
|
-
},
|
|
567
|
-
"node_modules/@types/bluebird": {
|
|
568
|
-
"version": "3.5.42",
|
|
569
|
-
"resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.42.tgz",
|
|
570
|
-
"integrity": "sha512-Jhy+MWRlro6UjVi578V/4ZGNfeCOcNCp0YaFNIUGFKlImowqwb1O/22wDVk3FDGMLqxdpOV3qQHD5fPEH4hK6A==",
|
|
571
|
-
"license": "MIT"
|
|
572
|
-
},
|
|
573
|
-
"node_modules/@types/body-parser": {
|
|
574
|
-
"version": "1.19.5",
|
|
575
|
-
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
|
|
576
|
-
"integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
|
|
577
|
-
"license": "MIT",
|
|
578
|
-
"dependencies": {
|
|
579
|
-
"@types/connect": "*",
|
|
580
|
-
"@types/node": "*"
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
|
-
"node_modules/@types/connect": {
|
|
584
|
-
"version": "3.4.38",
|
|
585
|
-
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
|
|
586
|
-
"integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
|
|
587
|
-
"license": "MIT",
|
|
588
|
-
"dependencies": {
|
|
589
|
-
"@types/node": "*"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
"node_modules/@types/express": {
|
|
593
|
-
"version": "5.0.0",
|
|
594
|
-
"resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.0.tgz",
|
|
595
|
-
"integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==",
|
|
596
|
-
"license": "MIT",
|
|
597
|
-
"dependencies": {
|
|
598
|
-
"@types/body-parser": "*",
|
|
599
|
-
"@types/express-serve-static-core": "^5.0.0",
|
|
600
|
-
"@types/qs": "*",
|
|
601
|
-
"@types/serve-static": "*"
|
|
602
|
-
}
|
|
603
|
-
},
|
|
604
|
-
"node_modules/@types/express-serve-static-core": {
|
|
605
|
-
"version": "5.0.6",
|
|
606
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
|
|
607
|
-
"integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
|
|
608
|
-
"license": "MIT",
|
|
609
|
-
"dependencies": {
|
|
610
|
-
"@types/node": "*",
|
|
611
|
-
"@types/qs": "*",
|
|
612
|
-
"@types/range-parser": "*",
|
|
613
|
-
"@types/send": "*"
|
|
614
|
-
}
|
|
615
|
-
},
|
|
616
|
-
"node_modules/@types/find-root": {
|
|
617
|
-
"version": "1.1.4",
|
|
618
|
-
"resolved": "https://registry.npmjs.org/@types/find-root/-/find-root-1.1.4.tgz",
|
|
619
|
-
"integrity": "sha512-2EXK/+gVhVgtt4JqThbEncORvpYJKzi9tQGmI3EkU2jTgMzQsrPm/hbd5xe5uPdeFzIW5gh2PRvvPjaUsI8vpg==",
|
|
620
|
-
"license": "MIT"
|
|
621
|
-
},
|
|
622
|
-
"node_modules/@types/http-errors": {
|
|
623
|
-
"version": "2.0.4",
|
|
624
|
-
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
|
|
625
|
-
"integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
|
|
626
|
-
"license": "MIT"
|
|
627
|
-
},
|
|
628
|
-
"node_modules/@types/jsftp": {
|
|
629
|
-
"version": "2.1.5",
|
|
630
|
-
"resolved": "https://registry.npmjs.org/@types/jsftp/-/jsftp-2.1.5.tgz",
|
|
631
|
-
"integrity": "sha512-g2W6f06wXWVYZw3f/z/N5VHRK69kb1nFaNcRnxs6YxwLph+G7ebd0+Aobd3jWu43oZuyHgycpJZPn+YdIU6qRw==",
|
|
632
|
-
"license": "MIT",
|
|
633
|
-
"dependencies": {
|
|
634
|
-
"@types/node": "*"
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
|
-
"node_modules/@types/json-schema": {
|
|
638
|
-
"version": "7.0.15",
|
|
639
|
-
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
640
|
-
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
641
|
-
"license": "MIT"
|
|
642
|
-
},
|
|
643
|
-
"node_modules/@types/klaw": {
|
|
644
|
-
"version": "3.0.6",
|
|
645
|
-
"resolved": "https://registry.npmjs.org/@types/klaw/-/klaw-3.0.6.tgz",
|
|
646
|
-
"integrity": "sha512-BErW5TrTz4nzt/c3VRGf0Bug4JyQJ1o807F4mAfXfvOzFZ8SKgFeHJ0T28Y1KtqlMEB+cUgN7S7CsyQDQ/qxqg==",
|
|
647
|
-
"license": "MIT",
|
|
648
|
-
"dependencies": {
|
|
649
|
-
"@types/node": "*"
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
"node_modules/@types/lockfile": {
|
|
653
|
-
"version": "1.0.4",
|
|
654
|
-
"resolved": "https://registry.npmjs.org/@types/lockfile/-/lockfile-1.0.4.tgz",
|
|
655
|
-
"integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ==",
|
|
656
|
-
"license": "MIT"
|
|
657
|
-
},
|
|
658
|
-
"node_modules/@types/method-override": {
|
|
659
|
-
"version": "3.0.0",
|
|
660
|
-
"resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-3.0.0.tgz",
|
|
661
|
-
"integrity": "sha512-7XFHR6j7JljprBpzzRZatakUXm1kEGAM3PL/GSsGRHtDvOAKYCdmnXX/5YSl1eQrpJymGs9tRekSWEGaG+Ntjw==",
|
|
662
|
-
"license": "MIT",
|
|
663
|
-
"peerDependencies": {
|
|
664
|
-
"@types/express": "*"
|
|
665
|
-
}
|
|
666
|
-
},
|
|
667
|
-
"node_modules/@types/mime": {
|
|
668
|
-
"version": "1.3.5",
|
|
669
|
-
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
|
|
670
|
-
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
|
|
671
|
-
"license": "MIT"
|
|
672
|
-
},
|
|
673
|
-
"node_modules/@types/mv": {
|
|
674
|
-
"version": "2.1.4",
|
|
675
|
-
"resolved": "https://registry.npmjs.org/@types/mv/-/mv-2.1.4.tgz",
|
|
676
|
-
"integrity": "sha512-MgEHBpXnQo44Q43j8G0Bvp/Yi8LYbC8hxKrRFMgDEDZMmzDKZLgiyMWtW49B37ko+QupgZ3G5rtPUnOGe5ixLw==",
|
|
677
|
-
"license": "MIT"
|
|
678
|
-
},
|
|
679
|
-
"node_modules/@types/ncp": {
|
|
680
|
-
"version": "2.0.8",
|
|
681
|
-
"resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.8.tgz",
|
|
682
|
-
"integrity": "sha512-pLNWVLCVWBLVM4F2OPjjK6FWFtByFKD7LhHryF+MbVLws7ENj09mKxRFlhkGPOXfJuaBAG+2iADKJsZwnAbYDw==",
|
|
683
|
-
"license": "MIT",
|
|
684
|
-
"dependencies": {
|
|
685
|
-
"@types/node": "*"
|
|
686
|
-
}
|
|
687
|
-
},
|
|
688
|
-
"node_modules/@types/node": {
|
|
689
|
-
"version": "22.13.1",
|
|
690
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.1.tgz",
|
|
691
|
-
"integrity": "sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==",
|
|
692
|
-
"license": "MIT",
|
|
693
|
-
"dependencies": {
|
|
694
|
-
"undici-types": "~6.20.0"
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
436
|
"node_modules/@types/normalize-package-data": {
|
|
698
437
|
"version": "2.4.4",
|
|
699
438
|
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
|
|
700
439
|
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
|
|
701
440
|
"license": "MIT"
|
|
702
441
|
},
|
|
703
|
-
"node_modules/@types/pluralize": {
|
|
704
|
-
"version": "0.0.33",
|
|
705
|
-
"resolved": "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.33.tgz",
|
|
706
|
-
"integrity": "sha512-JOqsl+ZoCpP4e8TDke9W79FDcSgPAR0l6pixx2JHkhnRjvShyYiAYw2LVsnA7K08Y6DeOnaU6ujmENO4os/cYg==",
|
|
707
|
-
"license": "MIT"
|
|
708
|
-
},
|
|
709
|
-
"node_modules/@types/qs": {
|
|
710
|
-
"version": "6.9.18",
|
|
711
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
|
|
712
|
-
"integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
|
|
713
|
-
"license": "MIT"
|
|
714
|
-
},
|
|
715
|
-
"node_modules/@types/range-parser": {
|
|
716
|
-
"version": "1.2.7",
|
|
717
|
-
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
|
|
718
|
-
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
|
|
719
|
-
"license": "MIT"
|
|
720
|
-
},
|
|
721
|
-
"node_modules/@types/readdir-glob": {
|
|
722
|
-
"version": "1.1.5",
|
|
723
|
-
"resolved": "https://registry.npmjs.org/@types/readdir-glob/-/readdir-glob-1.1.5.tgz",
|
|
724
|
-
"integrity": "sha512-raiuEPUYqXu+nvtY2Pe8s8FEmZ3x5yAH4VkLdihcPdalvsHltomrRC9BzuStrJ9yk06470hS0Crw0f1pXqD+Hg==",
|
|
725
|
-
"license": "MIT",
|
|
726
|
-
"dependencies": {
|
|
727
|
-
"@types/node": "*"
|
|
728
|
-
}
|
|
729
|
-
},
|
|
730
|
-
"node_modules/@types/semver": {
|
|
731
|
-
"version": "7.5.8",
|
|
732
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
733
|
-
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
|
|
734
|
-
"license": "MIT"
|
|
735
|
-
},
|
|
736
|
-
"node_modules/@types/send": {
|
|
737
|
-
"version": "0.17.4",
|
|
738
|
-
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
|
|
739
|
-
"integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
|
|
740
|
-
"license": "MIT",
|
|
741
|
-
"dependencies": {
|
|
742
|
-
"@types/mime": "^1",
|
|
743
|
-
"@types/node": "*"
|
|
744
|
-
}
|
|
745
|
-
},
|
|
746
|
-
"node_modules/@types/serve-favicon": {
|
|
747
|
-
"version": "2.5.7",
|
|
748
|
-
"resolved": "https://registry.npmjs.org/@types/serve-favicon/-/serve-favicon-2.5.7.tgz",
|
|
749
|
-
"integrity": "sha512-z9TNUQXdQ+W/OJMP1e3KOYUZ99qJS4+ZfFOIrPGImcayqKoyifbJSEFkVq1MCKBbqjMZpjPj3B5ilrQAR2+TOw==",
|
|
750
|
-
"license": "MIT",
|
|
751
|
-
"dependencies": {
|
|
752
|
-
"@types/express": "*"
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
|
-
"node_modules/@types/serve-static": {
|
|
756
|
-
"version": "1.15.7",
|
|
757
|
-
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
|
|
758
|
-
"integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
|
|
759
|
-
"license": "MIT",
|
|
760
|
-
"dependencies": {
|
|
761
|
-
"@types/http-errors": "*",
|
|
762
|
-
"@types/node": "*",
|
|
763
|
-
"@types/send": "*"
|
|
764
|
-
}
|
|
765
|
-
},
|
|
766
|
-
"node_modules/@types/shell-quote": {
|
|
767
|
-
"version": "1.7.5",
|
|
768
|
-
"resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.5.tgz",
|
|
769
|
-
"integrity": "sha512-+UE8GAGRPbJVQDdxi16dgadcBfQ+KG2vgZhV1+3A1XmHbmwcdwhCUwIdy+d3pAGrbvgRoVSjeI9vOWyq376Yzw==",
|
|
770
|
-
"license": "MIT"
|
|
771
|
-
},
|
|
772
|
-
"node_modules/@types/supports-color": {
|
|
773
|
-
"version": "8.1.3",
|
|
774
|
-
"resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.3.tgz",
|
|
775
|
-
"integrity": "sha512-Hy6UMpxhE3j1tLpl27exp1XqHD7n8chAiNPzWfz16LPZoMMoSc4dzLl6w9qijkEb/r5O1ozdu1CWGA2L83ZeZg==",
|
|
776
|
-
"license": "MIT"
|
|
777
|
-
},
|
|
778
|
-
"node_modules/@types/teen_process": {
|
|
779
|
-
"version": "2.0.4",
|
|
780
|
-
"resolved": "https://registry.npmjs.org/@types/teen_process/-/teen_process-2.0.4.tgz",
|
|
781
|
-
"integrity": "sha512-AJT0syZovEDa4j17szoRJX5BE2RxD3FVp6SownH43mF16TPnsV0zhtsvFGlgs5QkgsNpoooNnF+HjMow7Jd3jA==",
|
|
782
|
-
"license": "MIT",
|
|
783
|
-
"dependencies": {
|
|
784
|
-
"@types/node": "*"
|
|
785
|
-
}
|
|
786
|
-
},
|
|
787
442
|
"node_modules/@types/triple-beam": {
|
|
788
443
|
"version": "1.3.5",
|
|
789
444
|
"resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz",
|
|
790
445
|
"integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==",
|
|
791
446
|
"license": "MIT"
|
|
792
447
|
},
|
|
793
|
-
"node_modules/@types/uuid": {
|
|
794
|
-
"version": "10.0.0",
|
|
795
|
-
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
|
|
796
|
-
"integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==",
|
|
797
|
-
"license": "MIT"
|
|
798
|
-
},
|
|
799
|
-
"node_modules/@types/which": {
|
|
800
|
-
"version": "3.0.4",
|
|
801
|
-
"resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.4.tgz",
|
|
802
|
-
"integrity": "sha512-liyfuo/106JdlgSchJzXEQCVArk0CvevqPote8F8HgWgJ3dRCcTHgJIsLDuee0kxk/mhbInzIZk3QWSZJ8R+2w==",
|
|
803
|
-
"license": "MIT"
|
|
804
|
-
},
|
|
805
|
-
"node_modules/@types/wrap-ansi": {
|
|
806
|
-
"version": "3.0.0",
|
|
807
|
-
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
808
|
-
"integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
|
|
809
|
-
"license": "MIT"
|
|
810
|
-
},
|
|
811
448
|
"node_modules/@xmldom/xmldom": {
|
|
812
449
|
"version": "0.9.7",
|
|
813
450
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz",
|
|
@@ -903,25 +540,20 @@
|
|
|
903
540
|
}
|
|
904
541
|
},
|
|
905
542
|
"node_modules/appium": {
|
|
906
|
-
"version": "2.
|
|
907
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.
|
|
908
|
-
"integrity": "sha512-
|
|
543
|
+
"version": "2.16.2",
|
|
544
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.16.2.tgz",
|
|
545
|
+
"integrity": "sha512-Vxhm4SqhbidJApU8iDsNaxJtuvxnIyJcglaXAJqcoLP/uKeDTY3Im1vYcDd8vb5ZJkjt3+gvXh+6SyUyM/Cmtw==",
|
|
909
546
|
"hasInstallScript": true,
|
|
910
547
|
"license": "Apache-2.0",
|
|
911
548
|
"dependencies": {
|
|
912
|
-
"@appium/base-driver": "^9.
|
|
913
|
-
"@appium/base-plugin": "^2.3.
|
|
914
|
-
"@appium/docutils": "^1.0.
|
|
549
|
+
"@appium/base-driver": "^9.16.2",
|
|
550
|
+
"@appium/base-plugin": "^2.3.3",
|
|
551
|
+
"@appium/docutils": "^1.0.32",
|
|
915
552
|
"@appium/logger": "^1.6.1",
|
|
916
|
-
"@appium/schema": "^0.
|
|
917
|
-
"@appium/support": "^6.0.
|
|
918
|
-
"@appium/types": "^0.
|
|
553
|
+
"@appium/schema": "^0.8.1",
|
|
554
|
+
"@appium/support": "^6.0.6",
|
|
555
|
+
"@appium/types": "^0.25.1",
|
|
919
556
|
"@sidvind/better-ajv-errors": "3.0.1",
|
|
920
|
-
"@types/argparse": "2.0.17",
|
|
921
|
-
"@types/bluebird": "3.5.42",
|
|
922
|
-
"@types/semver": "7.5.8",
|
|
923
|
-
"@types/teen_process": "2.0.4",
|
|
924
|
-
"@types/wrap-ansi": "3.0.0",
|
|
925
557
|
"ajv": "8.17.1",
|
|
926
558
|
"ajv-formats": "3.0.1",
|
|
927
559
|
"argparse": "2.0.1",
|
|
@@ -929,17 +561,16 @@
|
|
|
929
561
|
"asyncbox": "3.0.0",
|
|
930
562
|
"axios": "1.7.9",
|
|
931
563
|
"bluebird": "3.7.2",
|
|
932
|
-
"cross-env": "7.0.3",
|
|
933
564
|
"lilconfig": "3.1.3",
|
|
934
565
|
"lodash": "4.17.21",
|
|
935
566
|
"lru-cache": "10.4.3",
|
|
936
567
|
"ora": "5.4.1",
|
|
937
568
|
"package-changed": "3.0.0",
|
|
938
569
|
"resolve-from": "5.0.0",
|
|
939
|
-
"semver": "7.
|
|
570
|
+
"semver": "7.7.1",
|
|
940
571
|
"source-map-support": "0.5.21",
|
|
941
572
|
"teen_process": "2.2.3",
|
|
942
|
-
"type-fest": "4.
|
|
573
|
+
"type-fest": "4.35.0",
|
|
943
574
|
"winston": "3.17.0",
|
|
944
575
|
"wrap-ansi": "7.0.0",
|
|
945
576
|
"ws": "8.18.0",
|
|
@@ -976,9 +607,9 @@
|
|
|
976
607
|
}
|
|
977
608
|
},
|
|
978
609
|
"node_modules/appium-android-driver": {
|
|
979
|
-
"version": "10.1.
|
|
980
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.1.
|
|
981
|
-
"integrity": "sha512-
|
|
610
|
+
"version": "10.1.1",
|
|
611
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.1.1.tgz",
|
|
612
|
+
"integrity": "sha512-61HgaZahrk0Rqdl61UaTtj7tykht2mKzkHs+4fGCza3O2ogAXG3B3N2GOpk6dRB6f43/FFP09Iw/d6sAtr7vLA==",
|
|
982
613
|
"license": "Apache-2.0",
|
|
983
614
|
"dependencies": {
|
|
984
615
|
"@appium/support": "^6.0.0",
|
|
@@ -1009,9 +640,9 @@
|
|
|
1009
640
|
}
|
|
1010
641
|
},
|
|
1011
642
|
"node_modules/appium-chromedriver": {
|
|
1012
|
-
"version": "7.0.
|
|
1013
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.
|
|
1014
|
-
"integrity": "sha512-
|
|
643
|
+
"version": "7.0.5",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.5.tgz",
|
|
645
|
+
"integrity": "sha512-WxMjhe5RncTMZvEQyEugKOJB/EM1ulStwQV78sX3DTE1CciMRAwpa5rioNK0dwKWSCyBthV3hCfYEUX+5GiGIg==",
|
|
1015
646
|
"license": "Apache-2.0",
|
|
1016
647
|
"dependencies": {
|
|
1017
648
|
"@appium/base-driver": "^9.1.0",
|
|
@@ -1043,18 +674,6 @@
|
|
|
1043
674
|
"npm": ">=8"
|
|
1044
675
|
}
|
|
1045
676
|
},
|
|
1046
|
-
"node_modules/appium/node_modules/type-fest": {
|
|
1047
|
-
"version": "4.31.0",
|
|
1048
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
|
|
1049
|
-
"integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
|
|
1050
|
-
"license": "(MIT OR CC0-1.0)",
|
|
1051
|
-
"engines": {
|
|
1052
|
-
"node": ">=16"
|
|
1053
|
-
},
|
|
1054
|
-
"funding": {
|
|
1055
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1056
|
-
}
|
|
1057
|
-
},
|
|
1058
677
|
"node_modules/archiver": {
|
|
1059
678
|
"version": "7.0.1",
|
|
1060
679
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -1374,9 +993,9 @@
|
|
|
1374
993
|
}
|
|
1375
994
|
},
|
|
1376
995
|
"node_modules/call-bind-apply-helpers": {
|
|
1377
|
-
"version": "1.0.
|
|
1378
|
-
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.
|
|
1379
|
-
"integrity": "sha512-
|
|
996
|
+
"version": "1.0.2",
|
|
997
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
998
|
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
1380
999
|
"license": "MIT",
|
|
1381
1000
|
"dependencies": {
|
|
1382
1001
|
"es-errors": "^1.3.0",
|
|
@@ -1645,9 +1264,9 @@
|
|
|
1645
1264
|
"license": "MIT"
|
|
1646
1265
|
},
|
|
1647
1266
|
"node_modules/consola": {
|
|
1648
|
-
"version": "3.
|
|
1649
|
-
"resolved": "https://registry.npmjs.org/consola/-/consola-3.
|
|
1650
|
-
"integrity": "sha512-
|
|
1267
|
+
"version": "3.4.0",
|
|
1268
|
+
"resolved": "https://registry.npmjs.org/consola/-/consola-3.4.0.tgz",
|
|
1269
|
+
"integrity": "sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==",
|
|
1651
1270
|
"license": "MIT",
|
|
1652
1271
|
"engines": {
|
|
1653
1272
|
"node": "^14.18.0 || >=16.10.0"
|
|
@@ -1732,24 +1351,6 @@
|
|
|
1732
1351
|
"integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
|
|
1733
1352
|
"license": "MIT"
|
|
1734
1353
|
},
|
|
1735
|
-
"node_modules/cross-env": {
|
|
1736
|
-
"version": "7.0.3",
|
|
1737
|
-
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
|
|
1738
|
-
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
|
|
1739
|
-
"license": "MIT",
|
|
1740
|
-
"dependencies": {
|
|
1741
|
-
"cross-spawn": "^7.0.1"
|
|
1742
|
-
},
|
|
1743
|
-
"bin": {
|
|
1744
|
-
"cross-env": "src/bin/cross-env.js",
|
|
1745
|
-
"cross-env-shell": "src/bin/cross-env-shell.js"
|
|
1746
|
-
},
|
|
1747
|
-
"engines": {
|
|
1748
|
-
"node": ">=10.14",
|
|
1749
|
-
"npm": ">=6",
|
|
1750
|
-
"yarn": ">=1"
|
|
1751
|
-
}
|
|
1752
|
-
},
|
|
1753
1354
|
"node_modules/cross-spawn": {
|
|
1754
1355
|
"version": "7.0.6",
|
|
1755
1356
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -1977,6 +1578,21 @@
|
|
|
1977
1578
|
"node": ">= 0.4"
|
|
1978
1579
|
}
|
|
1979
1580
|
},
|
|
1581
|
+
"node_modules/es-set-tostringtag": {
|
|
1582
|
+
"version": "2.1.0",
|
|
1583
|
+
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
1584
|
+
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
1585
|
+
"license": "MIT",
|
|
1586
|
+
"dependencies": {
|
|
1587
|
+
"es-errors": "^1.3.0",
|
|
1588
|
+
"get-intrinsic": "^1.2.6",
|
|
1589
|
+
"has-tostringtag": "^1.0.2",
|
|
1590
|
+
"hasown": "^2.0.2"
|
|
1591
|
+
},
|
|
1592
|
+
"engines": {
|
|
1593
|
+
"node": ">= 0.4"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1980
1596
|
"node_modules/escalade": {
|
|
1981
1597
|
"version": "3.2.0",
|
|
1982
1598
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
@@ -2114,6 +1730,15 @@
|
|
|
2114
1730
|
],
|
|
2115
1731
|
"license": "BSD-3-Clause"
|
|
2116
1732
|
},
|
|
1733
|
+
"node_modules/fastest-levenshtein": {
|
|
1734
|
+
"version": "1.0.16",
|
|
1735
|
+
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
|
|
1736
|
+
"integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
|
|
1737
|
+
"license": "MIT",
|
|
1738
|
+
"engines": {
|
|
1739
|
+
"node": ">= 4.9.1"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
2117
1742
|
"node_modules/fecha": {
|
|
2118
1743
|
"version": "4.2.3",
|
|
2119
1744
|
"resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
|
|
@@ -2224,13 +1849,14 @@
|
|
|
2224
1849
|
}
|
|
2225
1850
|
},
|
|
2226
1851
|
"node_modules/form-data": {
|
|
2227
|
-
"version": "4.0.
|
|
2228
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
2229
|
-
"integrity": "sha512-
|
|
1852
|
+
"version": "4.0.2",
|
|
1853
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
|
|
1854
|
+
"integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
|
|
2230
1855
|
"license": "MIT",
|
|
2231
1856
|
"dependencies": {
|
|
2232
1857
|
"asynckit": "^0.4.0",
|
|
2233
1858
|
"combined-stream": "^1.0.8",
|
|
1859
|
+
"es-set-tostringtag": "^2.1.0",
|
|
2234
1860
|
"mime-types": "^2.1.12"
|
|
2235
1861
|
},
|
|
2236
1862
|
"engines": {
|
|
@@ -2447,6 +2073,21 @@
|
|
|
2447
2073
|
"url": "https://github.com/sponsors/ljharb"
|
|
2448
2074
|
}
|
|
2449
2075
|
},
|
|
2076
|
+
"node_modules/has-tostringtag": {
|
|
2077
|
+
"version": "1.0.2",
|
|
2078
|
+
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
2079
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
2080
|
+
"license": "MIT",
|
|
2081
|
+
"dependencies": {
|
|
2082
|
+
"has-symbols": "^1.0.3"
|
|
2083
|
+
},
|
|
2084
|
+
"engines": {
|
|
2085
|
+
"node": ">= 0.4"
|
|
2086
|
+
},
|
|
2087
|
+
"funding": {
|
|
2088
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2450
2091
|
"node_modules/hasown": {
|
|
2451
2092
|
"version": "2.0.2",
|
|
2452
2093
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
@@ -2606,9 +2247,9 @@
|
|
|
2606
2247
|
}
|
|
2607
2248
|
},
|
|
2608
2249
|
"node_modules/io.appium.settings": {
|
|
2609
|
-
"version": "5.12.
|
|
2610
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.
|
|
2611
|
-
"integrity": "sha512-
|
|
2250
|
+
"version": "5.12.23",
|
|
2251
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.23.tgz",
|
|
2252
|
+
"integrity": "sha512-1XzNPesHBnNd1FnvCq52MSyTQZsiuQNjtPb8A1I6LblcLvaLmoAWyRpzCpMo9lPdGkL9ck4nlzTqpqIYbxhF5Q==",
|
|
2612
2253
|
"license": "Apache-2.0",
|
|
2613
2254
|
"dependencies": {
|
|
2614
2255
|
"@appium/logger": "^1.3.0",
|
|
@@ -3349,12 +2990,6 @@
|
|
|
3349
2990
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3350
2991
|
}
|
|
3351
2992
|
},
|
|
3352
|
-
"node_modules/opencv-bindings": {
|
|
3353
|
-
"version": "4.5.5",
|
|
3354
|
-
"resolved": "https://registry.npmjs.org/opencv-bindings/-/opencv-bindings-4.5.5.tgz",
|
|
3355
|
-
"integrity": "sha512-FdYE9uqnoPKbAkZFEOpIh6RTtJIz1lz+W27xPCo1Ov6+d0OOgg+Hm9OT2MIGIG8V1Dp3fWlLvi7SIjDOpqO2XA==",
|
|
3356
|
-
"license": "ISC"
|
|
3357
|
-
},
|
|
3358
2993
|
"node_modules/ora": {
|
|
3359
2994
|
"version": "5.4.1",
|
|
3360
2995
|
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
@@ -3898,9 +3533,9 @@
|
|
|
3898
3533
|
"optional": true
|
|
3899
3534
|
},
|
|
3900
3535
|
"node_modules/semver": {
|
|
3901
|
-
"version": "7.
|
|
3902
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
3903
|
-
"integrity": "sha512-
|
|
3536
|
+
"version": "7.7.1",
|
|
3537
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
|
3538
|
+
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
|
3904
3539
|
"license": "ISC",
|
|
3905
3540
|
"bin": {
|
|
3906
3541
|
"semver": "bin/semver.js"
|
|
@@ -4552,9 +4187,9 @@
|
|
|
4552
4187
|
"license": "0BSD"
|
|
4553
4188
|
},
|
|
4554
4189
|
"node_modules/type-fest": {
|
|
4555
|
-
"version": "4.
|
|
4556
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4557
|
-
"integrity": "sha512-
|
|
4190
|
+
"version": "4.35.0",
|
|
4191
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.35.0.tgz",
|
|
4192
|
+
"integrity": "sha512-2/AwEFQDFEy30iOLjrvHDIH7e4HEWH+f1Yl1bI5XMqzuoCUqwYCdxachgsgv0og/JdVZUhbfjcJAoHj5L1753A==",
|
|
4558
4193
|
"license": "(MIT OR CC0-1.0)",
|
|
4559
4194
|
"engines": {
|
|
4560
4195
|
"node": ">=16"
|
|
@@ -4589,12 +4224,6 @@
|
|
|
4589
4224
|
"node": ">=14.17"
|
|
4590
4225
|
}
|
|
4591
4226
|
},
|
|
4592
|
-
"node_modules/undici-types": {
|
|
4593
|
-
"version": "6.20.0",
|
|
4594
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
4595
|
-
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
4596
|
-
"license": "MIT"
|
|
4597
|
-
},
|
|
4598
4227
|
"node_modules/unorm": {
|
|
4599
4228
|
"version": "1.6.0",
|
|
4600
4229
|
"resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz",
|
|
@@ -4635,9 +4264,9 @@
|
|
|
4635
4264
|
}
|
|
4636
4265
|
},
|
|
4637
4266
|
"node_modules/uuid": {
|
|
4638
|
-
"version": "11.0
|
|
4639
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.
|
|
4640
|
-
"integrity": "sha512-
|
|
4267
|
+
"version": "11.1.0",
|
|
4268
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
|
4269
|
+
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
|
|
4641
4270
|
"funding": [
|
|
4642
4271
|
"https://github.com/sponsors/broofa",
|
|
4643
4272
|
"https://github.com/sponsors/ctavan"
|