appium-uiautomator2-driver 3.9.1 → 3.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/build/lib/commands/types.d.ts +1 -1
- package/build/lib/commands/types.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/commands/types.ts +1 -1
- package/npm-shrinkwrap.json +199 -285
- package/package.json +5 -5
- package/scripts/run-functional-tests.sh +30 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "3.9.
|
|
9
|
+
"version": "3.9.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"appium-adb": "^12.7.
|
|
12
|
+
"appium-adb": "^12.7.3",
|
|
13
13
|
"appium-android-driver": "^9.14.2",
|
|
14
14
|
"appium-uiautomator2-server": "^7.0.24",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@appium/docutils": "^1.0.1",
|
|
28
28
|
"@appium/eslint-config-appium-ts": "^0.x",
|
|
29
|
-
"@appium/support": "^
|
|
29
|
+
"@appium/support": "^6.0.0",
|
|
30
30
|
"@appium/test-support": "^3.0.0",
|
|
31
31
|
"@appium/tsconfig": "^0.x",
|
|
32
32
|
"@appium/types": "^0.x",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"chai": "^5.1.1",
|
|
48
48
|
"chai-as-promised": "^8.0.0",
|
|
49
49
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
50
|
-
"mocha": "^
|
|
50
|
+
"mocha": "^11.0.1",
|
|
51
51
|
"prettier": "^3.0.3",
|
|
52
52
|
"rimraf": "^5.0.0",
|
|
53
53
|
"semantic-release": "^24.0.0",
|
|
@@ -64,27 +64,27 @@
|
|
|
64
64
|
"npm": ">=8"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"appium": "^2.4.1"
|
|
67
|
+
"appium": "^2.4.1 || ^3.0.0-beta.0"
|
|
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.13.1",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.13.1.tgz",
|
|
73
|
+
"integrity": "sha512-djaBha+EsWdRUEC0o8gqpkzYQ8/5l1YUsySe9WfJD5khJCSa7e6RmmuAI6BNDscnFsuriomoHa1eKl0LdkrJUg==",
|
|
74
74
|
"license": "Apache-2.0",
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@appium/support": "^
|
|
77
|
-
"@appium/types": "^0.22.
|
|
76
|
+
"@appium/support": "^6.0.0",
|
|
77
|
+
"@appium/types": "^0.22.3",
|
|
78
78
|
"@colors/colors": "1.6.0",
|
|
79
79
|
"@types/async-lock": "1.4.2",
|
|
80
80
|
"@types/bluebird": "3.5.42",
|
|
81
81
|
"@types/express": "5.0.0",
|
|
82
|
-
"@types/lodash": "4.17.
|
|
83
|
-
"@types/method-override": "0.0
|
|
82
|
+
"@types/lodash": "4.17.13",
|
|
83
|
+
"@types/method-override": "3.0.0",
|
|
84
84
|
"@types/serve-favicon": "2.5.7",
|
|
85
85
|
"async-lock": "1.4.1",
|
|
86
86
|
"asyncbox": "3.0.0",
|
|
87
|
-
"axios": "1.7.
|
|
87
|
+
"axios": "1.7.9",
|
|
88
88
|
"bluebird": "3.7.2",
|
|
89
89
|
"body-parser": "1.20.3",
|
|
90
90
|
"express": "4.21.1",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"path-to-regexp": "8.2.0",
|
|
97
97
|
"serve-favicon": "2.5.0",
|
|
98
98
|
"source-map-support": "0.5.21",
|
|
99
|
-
"type-fest": "4.
|
|
99
|
+
"type-fest": "4.30.0",
|
|
100
100
|
"validate.js": "0.13.1"
|
|
101
101
|
},
|
|
102
102
|
"engines": {
|
|
@@ -107,43 +107,14 @@
|
|
|
107
107
|
"spdy": "4.0.2"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"node_modules/@appium/base-driver/node_modules/@types/lodash": {
|
|
111
|
-
"version": "4.17.12",
|
|
112
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz",
|
|
113
|
-
"integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==",
|
|
114
|
-
"license": "MIT"
|
|
115
|
-
},
|
|
116
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
117
|
-
"version": "1.7.7",
|
|
118
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
|
119
|
-
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
|
120
|
-
"license": "MIT",
|
|
121
|
-
"dependencies": {
|
|
122
|
-
"follow-redirects": "^1.15.6",
|
|
123
|
-
"form-data": "^4.0.0",
|
|
124
|
-
"proxy-from-env": "^1.1.0"
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
128
|
-
"version": "4.26.1",
|
|
129
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
130
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
131
|
-
"license": "(MIT OR CC0-1.0)",
|
|
132
|
-
"engines": {
|
|
133
|
-
"node": ">=16"
|
|
134
|
-
},
|
|
135
|
-
"funding": {
|
|
136
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
110
|
"node_modules/@appium/base-plugin": {
|
|
140
|
-
"version": "2.2.
|
|
141
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.
|
|
142
|
-
"integrity": "sha512-
|
|
111
|
+
"version": "2.2.50",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.50.tgz",
|
|
113
|
+
"integrity": "sha512-eoMZuOKr/nm011sCE7gIeFk7UMkmrGzPRbk/YvQW1F9B4CJAjLxzAy3P/gStui8svEleBFfx5ouGy/qVs2CKDw==",
|
|
143
114
|
"license": "Apache-2.0",
|
|
144
115
|
"dependencies": {
|
|
145
|
-
"@appium/base-driver": "^9.
|
|
146
|
-
"@appium/support": "^
|
|
116
|
+
"@appium/base-driver": "^9.13.1",
|
|
117
|
+
"@appium/support": "^6.0.0"
|
|
147
118
|
},
|
|
148
119
|
"engines": {
|
|
149
120
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -151,12 +122,12 @@
|
|
|
151
122
|
}
|
|
152
123
|
},
|
|
153
124
|
"node_modules/@appium/docutils": {
|
|
154
|
-
"version": "1.0.
|
|
155
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
156
|
-
"integrity": "sha512-
|
|
125
|
+
"version": "1.0.26",
|
|
126
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.26.tgz",
|
|
127
|
+
"integrity": "sha512-pLuazPsWZu/OJuCdOBAylcShCI39IGIDXUvuJXpzKuPETmcfwPusV2ipf2te16fHvTz2xnXajNM6QwnO9SwUUg==",
|
|
157
128
|
"license": "Apache-2.0",
|
|
158
129
|
"dependencies": {
|
|
159
|
-
"@appium/support": "^
|
|
130
|
+
"@appium/support": "^6.0.0",
|
|
160
131
|
"@appium/tsconfig": "^0.3.3",
|
|
161
132
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
162
133
|
"@types/which": "3.0.4",
|
|
@@ -164,16 +135,16 @@
|
|
|
164
135
|
"consola": "3.2.3",
|
|
165
136
|
"diff": "7.0.0",
|
|
166
137
|
"json5": "2.2.3",
|
|
167
|
-
"lilconfig": "3.1.
|
|
138
|
+
"lilconfig": "3.1.3",
|
|
168
139
|
"lodash": "4.17.21",
|
|
169
140
|
"pkg-dir": "5.0.0",
|
|
170
141
|
"read-pkg": "5.2.0",
|
|
171
142
|
"semver": "7.6.3",
|
|
172
143
|
"source-map-support": "0.5.21",
|
|
173
|
-
"teen_process": "2.2.
|
|
174
|
-
"type-fest": "4.
|
|
175
|
-
"typescript": "5.
|
|
176
|
-
"yaml": "2.6.
|
|
144
|
+
"teen_process": "2.2.2",
|
|
145
|
+
"type-fest": "4.30.0",
|
|
146
|
+
"typescript": "5.7.2",
|
|
147
|
+
"yaml": "2.6.1",
|
|
177
148
|
"yargs": "17.7.2",
|
|
178
149
|
"yargs-parser": "21.1.1"
|
|
179
150
|
},
|
|
@@ -185,31 +156,6 @@
|
|
|
185
156
|
"npm": ">=8"
|
|
186
157
|
}
|
|
187
158
|
},
|
|
188
|
-
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
189
|
-
"version": "4.26.1",
|
|
190
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
191
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
192
|
-
"license": "(MIT OR CC0-1.0)",
|
|
193
|
-
"engines": {
|
|
194
|
-
"node": ">=16"
|
|
195
|
-
},
|
|
196
|
-
"funding": {
|
|
197
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
201
|
-
"version": "5.6.3",
|
|
202
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
|
|
203
|
-
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
|
|
204
|
-
"license": "Apache-2.0",
|
|
205
|
-
"bin": {
|
|
206
|
-
"tsc": "bin/tsc",
|
|
207
|
-
"tsserver": "bin/tsserver"
|
|
208
|
-
},
|
|
209
|
-
"engines": {
|
|
210
|
-
"node": ">=14.17"
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
159
|
"node_modules/@appium/logger": {
|
|
214
160
|
"version": "1.6.1",
|
|
215
161
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
|
|
@@ -242,14 +188,14 @@
|
|
|
242
188
|
}
|
|
243
189
|
},
|
|
244
190
|
"node_modules/@appium/support": {
|
|
245
|
-
"version": "
|
|
246
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-
|
|
247
|
-
"integrity": "sha512-
|
|
191
|
+
"version": "6.0.0",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.0.tgz",
|
|
193
|
+
"integrity": "sha512-zlcTdOFhMSvCaR5j9dcnX3kXh0XAolnJd/MmvS7S7xFAdezX90yMsxNegTgvPnCEu+k2Gjv4Ddk6JC+KK1TZhQ==",
|
|
248
194
|
"license": "Apache-2.0",
|
|
249
195
|
"dependencies": {
|
|
250
196
|
"@appium/logger": "^1.6.1",
|
|
251
197
|
"@appium/tsconfig": "^0.3.3",
|
|
252
|
-
"@appium/types": "^0.22.
|
|
198
|
+
"@appium/types": "^0.22.3",
|
|
253
199
|
"@colors/colors": "1.6.0",
|
|
254
200
|
"@types/archiver": "6.0.3",
|
|
255
201
|
"@types/base64-stream": "1.0.5",
|
|
@@ -267,7 +213,7 @@
|
|
|
267
213
|
"@types/uuid": "10.0.0",
|
|
268
214
|
"@types/which": "3.0.4",
|
|
269
215
|
"archiver": "7.0.1",
|
|
270
|
-
"axios": "1.7.
|
|
216
|
+
"axios": "1.7.9",
|
|
271
217
|
"base64-stream": "1.0.0",
|
|
272
218
|
"bluebird": "3.7.2",
|
|
273
219
|
"bplist-creator": "0.1.1",
|
|
@@ -291,14 +237,14 @@
|
|
|
291
237
|
"resolve-from": "5.0.0",
|
|
292
238
|
"sanitize-filename": "1.6.3",
|
|
293
239
|
"semver": "7.6.3",
|
|
294
|
-
"shell-quote": "1.8.
|
|
240
|
+
"shell-quote": "1.8.2",
|
|
295
241
|
"source-map-support": "0.5.21",
|
|
296
242
|
"supports-color": "8.1.1",
|
|
297
|
-
"teen_process": "2.2.
|
|
298
|
-
"type-fest": "4.
|
|
299
|
-
"uuid": "
|
|
243
|
+
"teen_process": "2.2.2",
|
|
244
|
+
"type-fest": "4.30.0",
|
|
245
|
+
"uuid": "11.0.3",
|
|
300
246
|
"which": "4.0.0",
|
|
301
|
-
"yauzl": "3.
|
|
247
|
+
"yauzl": "3.2.0"
|
|
302
248
|
},
|
|
303
249
|
"engines": {
|
|
304
250
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -308,29 +254,6 @@
|
|
|
308
254
|
"sharp": "0.33.5"
|
|
309
255
|
}
|
|
310
256
|
},
|
|
311
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
312
|
-
"version": "1.7.7",
|
|
313
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
|
314
|
-
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
|
315
|
-
"license": "MIT",
|
|
316
|
-
"dependencies": {
|
|
317
|
-
"follow-redirects": "^1.15.6",
|
|
318
|
-
"form-data": "^4.0.0",
|
|
319
|
-
"proxy-from-env": "^1.1.0"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
"node_modules/@appium/support/node_modules/type-fest": {
|
|
323
|
-
"version": "4.26.1",
|
|
324
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
325
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
326
|
-
"license": "(MIT OR CC0-1.0)",
|
|
327
|
-
"engines": {
|
|
328
|
-
"node": ">=16"
|
|
329
|
-
},
|
|
330
|
-
"funding": {
|
|
331
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
257
|
"node_modules/@appium/tsconfig": {
|
|
335
258
|
"version": "0.3.3",
|
|
336
259
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
|
|
@@ -345,44 +268,23 @@
|
|
|
345
268
|
}
|
|
346
269
|
},
|
|
347
270
|
"node_modules/@appium/types": {
|
|
348
|
-
"version": "0.22.
|
|
349
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.
|
|
350
|
-
"integrity": "sha512-
|
|
271
|
+
"version": "0.22.3",
|
|
272
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.3.tgz",
|
|
273
|
+
"integrity": "sha512-mPAfaPl1poVjDVPLkE18zESVHkAPKKijBnGNtXCmkvcMFXK8k8tNjAAVPm58Cmk5JlCKljArAR2N8jMFl6r/Yw==",
|
|
351
274
|
"license": "Apache-2.0",
|
|
352
275
|
"dependencies": {
|
|
353
276
|
"@appium/logger": "^1.6.1",
|
|
354
277
|
"@appium/schema": "^0.7.0",
|
|
355
278
|
"@appium/tsconfig": "^0.3.3",
|
|
356
279
|
"@types/express": "5.0.0",
|
|
357
|
-
"@types/ws": "8.5.
|
|
358
|
-
"type-fest": "4.
|
|
280
|
+
"@types/ws": "8.5.13",
|
|
281
|
+
"type-fest": "4.30.0"
|
|
359
282
|
},
|
|
360
283
|
"engines": {
|
|
361
284
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
362
285
|
"npm": ">=8"
|
|
363
286
|
}
|
|
364
287
|
},
|
|
365
|
-
"node_modules/@appium/types/node_modules/@types/ws": {
|
|
366
|
-
"version": "8.5.12",
|
|
367
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
|
|
368
|
-
"integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
|
|
369
|
-
"license": "MIT",
|
|
370
|
-
"dependencies": {
|
|
371
|
-
"@types/node": "*"
|
|
372
|
-
}
|
|
373
|
-
},
|
|
374
|
-
"node_modules/@appium/types/node_modules/type-fest": {
|
|
375
|
-
"version": "4.26.1",
|
|
376
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
377
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
378
|
-
"license": "(MIT OR CC0-1.0)",
|
|
379
|
-
"engines": {
|
|
380
|
-
"node": ">=16"
|
|
381
|
-
},
|
|
382
|
-
"funding": {
|
|
383
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
288
|
"node_modules/@babel/code-frame": {
|
|
387
289
|
"version": "7.26.2",
|
|
388
290
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
@@ -692,12 +594,18 @@
|
|
|
692
594
|
"integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ==",
|
|
693
595
|
"license": "MIT"
|
|
694
596
|
},
|
|
597
|
+
"node_modules/@types/lodash": {
|
|
598
|
+
"version": "4.17.13",
|
|
599
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz",
|
|
600
|
+
"integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==",
|
|
601
|
+
"license": "MIT"
|
|
602
|
+
},
|
|
695
603
|
"node_modules/@types/method-override": {
|
|
696
|
-
"version": "0.0
|
|
697
|
-
"resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.
|
|
698
|
-
"integrity": "sha512-
|
|
604
|
+
"version": "3.0.0",
|
|
605
|
+
"resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-3.0.0.tgz",
|
|
606
|
+
"integrity": "sha512-7XFHR6j7JljprBpzzRZatakUXm1kEGAM3PL/GSsGRHtDvOAKYCdmnXX/5YSl1eQrpJymGs9tRekSWEGaG+Ntjw==",
|
|
699
607
|
"license": "MIT",
|
|
700
|
-
"
|
|
608
|
+
"peerDependencies": {
|
|
701
609
|
"@types/express": "*"
|
|
702
610
|
}
|
|
703
611
|
},
|
|
@@ -723,9 +631,9 @@
|
|
|
723
631
|
}
|
|
724
632
|
},
|
|
725
633
|
"node_modules/@types/node": {
|
|
726
|
-
"version": "22.10.
|
|
727
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.
|
|
728
|
-
"integrity": "sha512-
|
|
634
|
+
"version": "22.10.1",
|
|
635
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz",
|
|
636
|
+
"integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
|
|
729
637
|
"license": "MIT",
|
|
730
638
|
"dependencies": {
|
|
731
639
|
"undici-types": "~6.20.0"
|
|
@@ -845,10 +753,19 @@
|
|
|
845
753
|
"integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
|
|
846
754
|
"license": "MIT"
|
|
847
755
|
},
|
|
756
|
+
"node_modules/@types/ws": {
|
|
757
|
+
"version": "8.5.13",
|
|
758
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
|
|
759
|
+
"integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==",
|
|
760
|
+
"license": "MIT",
|
|
761
|
+
"dependencies": {
|
|
762
|
+
"@types/node": "*"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
848
765
|
"node_modules/@xmldom/xmldom": {
|
|
849
|
-
"version": "0.9.
|
|
850
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.
|
|
851
|
-
"integrity": "sha512-
|
|
766
|
+
"version": "0.9.6",
|
|
767
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz",
|
|
768
|
+
"integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==",
|
|
852
769
|
"license": "MIT",
|
|
853
770
|
"engines": {
|
|
854
771
|
"node": ">=14.6"
|
|
@@ -940,19 +857,19 @@
|
|
|
940
857
|
}
|
|
941
858
|
},
|
|
942
859
|
"node_modules/appium": {
|
|
943
|
-
"version": "2.
|
|
944
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.
|
|
945
|
-
"integrity": "sha512-
|
|
860
|
+
"version": "2.13.1",
|
|
861
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.13.1.tgz",
|
|
862
|
+
"integrity": "sha512-EEop+8L1xloT40x7kkjhEJyjVbO1C3mfOJZVaxtSkJO7z6H1GsOSHrsq0p5ow1IbeEhXVzSmswBJjyg2I35ONw==",
|
|
946
863
|
"hasInstallScript": true,
|
|
947
864
|
"license": "Apache-2.0",
|
|
948
865
|
"dependencies": {
|
|
949
|
-
"@appium/base-driver": "^9.
|
|
950
|
-
"@appium/base-plugin": "^2.2.
|
|
951
|
-
"@appium/docutils": "^1.0.
|
|
866
|
+
"@appium/base-driver": "^9.13.1",
|
|
867
|
+
"@appium/base-plugin": "^2.2.50",
|
|
868
|
+
"@appium/docutils": "^1.0.26",
|
|
952
869
|
"@appium/logger": "^1.6.1",
|
|
953
870
|
"@appium/schema": "^0.7.0",
|
|
954
|
-
"@appium/support": "^
|
|
955
|
-
"@appium/types": "^0.22.
|
|
871
|
+
"@appium/support": "^6.0.0",
|
|
872
|
+
"@appium/types": "^0.22.3",
|
|
956
873
|
"@sidvind/better-ajv-errors": "3.0.1",
|
|
957
874
|
"@types/argparse": "2.0.17",
|
|
958
875
|
"@types/bluebird": "3.5.42",
|
|
@@ -964,10 +881,10 @@
|
|
|
964
881
|
"argparse": "2.0.1",
|
|
965
882
|
"async-lock": "1.4.1",
|
|
966
883
|
"asyncbox": "3.0.0",
|
|
967
|
-
"axios": "1.7.
|
|
884
|
+
"axios": "1.7.9",
|
|
968
885
|
"bluebird": "3.7.2",
|
|
969
886
|
"cross-env": "7.0.3",
|
|
970
|
-
"lilconfig": "3.1.
|
|
887
|
+
"lilconfig": "3.1.3",
|
|
971
888
|
"lodash": "4.17.21",
|
|
972
889
|
"lru-cache": "10.4.3",
|
|
973
890
|
"ora": "5.4.1",
|
|
@@ -975,12 +892,12 @@
|
|
|
975
892
|
"resolve-from": "5.0.0",
|
|
976
893
|
"semver": "7.6.3",
|
|
977
894
|
"source-map-support": "0.5.21",
|
|
978
|
-
"teen_process": "2.2.
|
|
979
|
-
"type-fest": "4.
|
|
980
|
-
"winston": "3.
|
|
895
|
+
"teen_process": "2.2.2",
|
|
896
|
+
"type-fest": "4.30.0",
|
|
897
|
+
"winston": "3.17.0",
|
|
981
898
|
"wrap-ansi": "7.0.0",
|
|
982
899
|
"ws": "8.18.0",
|
|
983
|
-
"yaml": "2.6.
|
|
900
|
+
"yaml": "2.6.1"
|
|
984
901
|
},
|
|
985
902
|
"bin": {
|
|
986
903
|
"appium": "index.js"
|
|
@@ -991,12 +908,12 @@
|
|
|
991
908
|
}
|
|
992
909
|
},
|
|
993
910
|
"node_modules/appium-adb": {
|
|
994
|
-
"version": "12.7.
|
|
995
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.7.
|
|
996
|
-
"integrity": "sha512
|
|
911
|
+
"version": "12.7.3",
|
|
912
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.7.3.tgz",
|
|
913
|
+
"integrity": "sha512-AuNXPSUj4vPTcLj4a1SU7Eomj5zHkS6F/i89rCu17GSD84cJ39YFmU2CgjFXL/zGc8EzOuh73Wkfa6N7s6I4rw==",
|
|
997
914
|
"license": "Apache-2.0",
|
|
998
915
|
"dependencies": {
|
|
999
|
-
"@appium/support": "^
|
|
916
|
+
"@appium/support": "^6.0.0",
|
|
1000
917
|
"async-lock": "^1.0.0",
|
|
1001
918
|
"asyncbox": "^3.0.0",
|
|
1002
919
|
"bluebird": "^3.4.7",
|
|
@@ -1013,12 +930,12 @@
|
|
|
1013
930
|
}
|
|
1014
931
|
},
|
|
1015
932
|
"node_modules/appium-android-driver": {
|
|
1016
|
-
"version": "9.14.
|
|
1017
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.14.
|
|
1018
|
-
"integrity": "sha512-
|
|
933
|
+
"version": "9.14.5",
|
|
934
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.14.5.tgz",
|
|
935
|
+
"integrity": "sha512-M1jsES1juhZFtPUifDlOSEl9cbOYL+jPZwZwDprcV0Z7dYXa+lRoOIV68OQWmpXg0G39+TDz1fP7W0vhUzp3iA==",
|
|
1019
936
|
"license": "Apache-2.0",
|
|
1020
937
|
"dependencies": {
|
|
1021
|
-
"@appium/support": "^
|
|
938
|
+
"@appium/support": "^6.0.0",
|
|
1022
939
|
"@colors/colors": "^1.6.0",
|
|
1023
940
|
"appium-adb": "^12.7.0",
|
|
1024
941
|
"appium-chromedriver": "^6.0.1",
|
|
@@ -1046,13 +963,13 @@
|
|
|
1046
963
|
}
|
|
1047
964
|
},
|
|
1048
965
|
"node_modules/appium-chromedriver": {
|
|
1049
|
-
"version": "6.1.
|
|
1050
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-6.1.
|
|
1051
|
-
"integrity": "sha512-
|
|
966
|
+
"version": "6.1.10",
|
|
967
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-6.1.10.tgz",
|
|
968
|
+
"integrity": "sha512-ebCUvc7cQXvJhHC0pWAWmNGxhX6Ebiqklef80u8i1nyi/3cfEvjJb7KL7jvxKUGhBcOL80y+9CH0U3VwiFu+mg==",
|
|
1052
969
|
"license": "Apache-2.0",
|
|
1053
970
|
"dependencies": {
|
|
1054
971
|
"@appium/base-driver": "^9.1.0",
|
|
1055
|
-
"@appium/support": "^
|
|
972
|
+
"@appium/support": "^6.0.0",
|
|
1056
973
|
"@xmldom/xmldom": "^0.x",
|
|
1057
974
|
"appium-adb": "^12.0.0",
|
|
1058
975
|
"asyncbox": "^3.0.0",
|
|
@@ -1071,38 +988,15 @@
|
|
|
1071
988
|
}
|
|
1072
989
|
},
|
|
1073
990
|
"node_modules/appium-uiautomator2-server": {
|
|
1074
|
-
"version": "7.1.
|
|
1075
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.1.
|
|
1076
|
-
"integrity": "sha512-
|
|
991
|
+
"version": "7.1.7",
|
|
992
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.1.7.tgz",
|
|
993
|
+
"integrity": "sha512-Z+FvjIXQvM3jamT9G/HHEqzI+H6w7xQYnzsqAqL0kO8wHZzTOTKlNGEYnzZM0x6W+YnJOb+3XmmBx7KwewuKNQ==",
|
|
1077
994
|
"license": "Apache-2.0",
|
|
1078
995
|
"engines": {
|
|
1079
996
|
"node": ">=14",
|
|
1080
997
|
"npm": ">=8"
|
|
1081
998
|
}
|
|
1082
999
|
},
|
|
1083
|
-
"node_modules/appium/node_modules/axios": {
|
|
1084
|
-
"version": "1.7.7",
|
|
1085
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
|
1086
|
-
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
|
1087
|
-
"license": "MIT",
|
|
1088
|
-
"dependencies": {
|
|
1089
|
-
"follow-redirects": "^1.15.6",
|
|
1090
|
-
"form-data": "^4.0.0",
|
|
1091
|
-
"proxy-from-env": "^1.1.0"
|
|
1092
|
-
}
|
|
1093
|
-
},
|
|
1094
|
-
"node_modules/appium/node_modules/type-fest": {
|
|
1095
|
-
"version": "4.26.1",
|
|
1096
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
1097
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
1098
|
-
"license": "(MIT OR CC0-1.0)",
|
|
1099
|
-
"engines": {
|
|
1100
|
-
"node": ">=16"
|
|
1101
|
-
},
|
|
1102
|
-
"funding": {
|
|
1103
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1104
|
-
}
|
|
1105
|
-
},
|
|
1106
1000
|
"node_modules/archiver": {
|
|
1107
1001
|
"version": "7.0.1",
|
|
1108
1002
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -1190,9 +1084,9 @@
|
|
|
1190
1084
|
"license": "MIT"
|
|
1191
1085
|
},
|
|
1192
1086
|
"node_modules/axios": {
|
|
1193
|
-
"version": "1.7.
|
|
1194
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1195
|
-
"integrity": "sha512-
|
|
1087
|
+
"version": "1.7.9",
|
|
1088
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
|
|
1089
|
+
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
|
|
1196
1090
|
"license": "MIT",
|
|
1197
1091
|
"dependencies": {
|
|
1198
1092
|
"follow-redirects": "^1.15.6",
|
|
@@ -1421,16 +1315,15 @@
|
|
|
1421
1315
|
}
|
|
1422
1316
|
},
|
|
1423
1317
|
"node_modules/call-bind": {
|
|
1424
|
-
"version": "1.0.
|
|
1425
|
-
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
1426
|
-
"integrity": "sha512-
|
|
1318
|
+
"version": "1.0.8",
|
|
1319
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
|
|
1320
|
+
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
|
1427
1321
|
"license": "MIT",
|
|
1428
1322
|
"dependencies": {
|
|
1323
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
1429
1324
|
"es-define-property": "^1.0.0",
|
|
1430
|
-
"es-errors": "^1.3.0",
|
|
1431
|
-
"function-bind": "^1.1.2",
|
|
1432
1325
|
"get-intrinsic": "^1.2.4",
|
|
1433
|
-
"set-function-length": "^1.2.
|
|
1326
|
+
"set-function-length": "^1.2.2"
|
|
1434
1327
|
},
|
|
1435
1328
|
"engines": {
|
|
1436
1329
|
"node": ">= 0.4"
|
|
@@ -1439,6 +1332,19 @@
|
|
|
1439
1332
|
"url": "https://github.com/sponsors/ljharb"
|
|
1440
1333
|
}
|
|
1441
1334
|
},
|
|
1335
|
+
"node_modules/call-bind-apply-helpers": {
|
|
1336
|
+
"version": "1.0.1",
|
|
1337
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz",
|
|
1338
|
+
"integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==",
|
|
1339
|
+
"license": "MIT",
|
|
1340
|
+
"dependencies": {
|
|
1341
|
+
"es-errors": "^1.3.0",
|
|
1342
|
+
"function-bind": "^1.1.2"
|
|
1343
|
+
},
|
|
1344
|
+
"engines": {
|
|
1345
|
+
"node": ">= 0.4"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1442
1348
|
"node_modules/chalk": {
|
|
1443
1349
|
"version": "4.1.2",
|
|
1444
1350
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -1818,9 +1724,9 @@
|
|
|
1818
1724
|
"license": "MIT"
|
|
1819
1725
|
},
|
|
1820
1726
|
"node_modules/debug": {
|
|
1821
|
-
"version": "4.
|
|
1822
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.
|
|
1823
|
-
"integrity": "sha512-
|
|
1727
|
+
"version": "4.4.0",
|
|
1728
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
|
1729
|
+
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
|
1824
1730
|
"license": "MIT",
|
|
1825
1731
|
"optional": true,
|
|
1826
1732
|
"dependencies": {
|
|
@@ -1918,6 +1824,20 @@
|
|
|
1918
1824
|
"node": ">=0.3.1"
|
|
1919
1825
|
}
|
|
1920
1826
|
},
|
|
1827
|
+
"node_modules/dunder-proto": {
|
|
1828
|
+
"version": "1.0.0",
|
|
1829
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.0.tgz",
|
|
1830
|
+
"integrity": "sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==",
|
|
1831
|
+
"license": "MIT",
|
|
1832
|
+
"dependencies": {
|
|
1833
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
1834
|
+
"es-errors": "^1.3.0",
|
|
1835
|
+
"gopd": "^1.2.0"
|
|
1836
|
+
},
|
|
1837
|
+
"engines": {
|
|
1838
|
+
"node": ">= 0.4"
|
|
1839
|
+
}
|
|
1840
|
+
},
|
|
1921
1841
|
"node_modules/duplexer": {
|
|
1922
1842
|
"version": "0.1.2",
|
|
1923
1843
|
"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
|
|
@@ -1967,13 +1887,10 @@
|
|
|
1967
1887
|
}
|
|
1968
1888
|
},
|
|
1969
1889
|
"node_modules/es-define-property": {
|
|
1970
|
-
"version": "1.0.
|
|
1971
|
-
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.
|
|
1972
|
-
"integrity": "sha512-
|
|
1890
|
+
"version": "1.0.1",
|
|
1891
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
1892
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
1973
1893
|
"license": "MIT",
|
|
1974
|
-
"dependencies": {
|
|
1975
|
-
"get-intrinsic": "^1.2.4"
|
|
1976
|
-
},
|
|
1977
1894
|
"engines": {
|
|
1978
1895
|
"node": ">= 0.4"
|
|
1979
1896
|
}
|
|
@@ -2305,16 +2222,19 @@
|
|
|
2305
2222
|
}
|
|
2306
2223
|
},
|
|
2307
2224
|
"node_modules/get-intrinsic": {
|
|
2308
|
-
"version": "1.2.
|
|
2309
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.
|
|
2310
|
-
"integrity": "sha512-
|
|
2225
|
+
"version": "1.2.5",
|
|
2226
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.5.tgz",
|
|
2227
|
+
"integrity": "sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==",
|
|
2311
2228
|
"license": "MIT",
|
|
2312
2229
|
"dependencies": {
|
|
2230
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
2231
|
+
"dunder-proto": "^1.0.0",
|
|
2232
|
+
"es-define-property": "^1.0.1",
|
|
2313
2233
|
"es-errors": "^1.3.0",
|
|
2314
2234
|
"function-bind": "^1.1.2",
|
|
2315
|
-
"
|
|
2316
|
-
"has-symbols": "^1.0
|
|
2317
|
-
"hasown": "^2.0.
|
|
2235
|
+
"gopd": "^1.2.0",
|
|
2236
|
+
"has-symbols": "^1.1.0",
|
|
2237
|
+
"hasown": "^2.0.2"
|
|
2318
2238
|
},
|
|
2319
2239
|
"engines": {
|
|
2320
2240
|
"node": ">= 0.4"
|
|
@@ -2356,12 +2276,12 @@
|
|
|
2356
2276
|
}
|
|
2357
2277
|
},
|
|
2358
2278
|
"node_modules/gopd": {
|
|
2359
|
-
"version": "1.0
|
|
2360
|
-
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.
|
|
2361
|
-
"integrity": "sha512-
|
|
2279
|
+
"version": "1.2.0",
|
|
2280
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
2281
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
2362
2282
|
"license": "MIT",
|
|
2363
|
-
"
|
|
2364
|
-
"
|
|
2283
|
+
"engines": {
|
|
2284
|
+
"node": ">= 0.4"
|
|
2365
2285
|
},
|
|
2366
2286
|
"funding": {
|
|
2367
2287
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -2401,22 +2321,10 @@
|
|
|
2401
2321
|
"url": "https://github.com/sponsors/ljharb"
|
|
2402
2322
|
}
|
|
2403
2323
|
},
|
|
2404
|
-
"node_modules/has-proto": {
|
|
2405
|
-
"version": "1.0.3",
|
|
2406
|
-
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
|
|
2407
|
-
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
2408
|
-
"license": "MIT",
|
|
2409
|
-
"engines": {
|
|
2410
|
-
"node": ">= 0.4"
|
|
2411
|
-
},
|
|
2412
|
-
"funding": {
|
|
2413
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2414
|
-
}
|
|
2415
|
-
},
|
|
2416
2324
|
"node_modules/has-symbols": {
|
|
2417
|
-
"version": "1.0
|
|
2418
|
-
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.
|
|
2419
|
-
"integrity": "sha512-
|
|
2325
|
+
"version": "1.1.0",
|
|
2326
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
2327
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
2420
2328
|
"license": "MIT",
|
|
2421
2329
|
"engines": {
|
|
2422
2330
|
"node": ">= 0.4"
|
|
@@ -2584,9 +2492,9 @@
|
|
|
2584
2492
|
}
|
|
2585
2493
|
},
|
|
2586
2494
|
"node_modules/io.appium.settings": {
|
|
2587
|
-
"version": "5.12.
|
|
2588
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.
|
|
2589
|
-
"integrity": "sha512-
|
|
2495
|
+
"version": "5.12.19",
|
|
2496
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.19.tgz",
|
|
2497
|
+
"integrity": "sha512-UOD2IsdqERfqnx++Ol6gIC20PifcyMlaO1kT0C0j3mUC0wCAJaUWkUFxHYNfmlhiBOHrTZelH64Aws/Uy0KVOA==",
|
|
2590
2498
|
"license": "Apache-2.0",
|
|
2591
2499
|
"dependencies": {
|
|
2592
2500
|
"@appium/logger": "^1.3.0",
|
|
@@ -2842,9 +2750,9 @@
|
|
|
2842
2750
|
}
|
|
2843
2751
|
},
|
|
2844
2752
|
"node_modules/lilconfig": {
|
|
2845
|
-
"version": "3.1.
|
|
2846
|
-
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.
|
|
2847
|
-
"integrity": "sha512
|
|
2753
|
+
"version": "3.1.3",
|
|
2754
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
2755
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
2848
2756
|
"license": "MIT",
|
|
2849
2757
|
"engines": {
|
|
2850
2758
|
"node": ">=14"
|
|
@@ -4069,10 +3977,13 @@
|
|
|
4069
3977
|
}
|
|
4070
3978
|
},
|
|
4071
3979
|
"node_modules/shell-quote": {
|
|
4072
|
-
"version": "1.8.
|
|
4073
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
4074
|
-
"integrity": "sha512-
|
|
3980
|
+
"version": "1.8.2",
|
|
3981
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
|
|
3982
|
+
"integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
|
|
4075
3983
|
"license": "MIT",
|
|
3984
|
+
"engines": {
|
|
3985
|
+
"node": ">= 0.4"
|
|
3986
|
+
},
|
|
4076
3987
|
"funding": {
|
|
4077
3988
|
"url": "https://github.com/sponsors/ljharb"
|
|
4078
3989
|
}
|
|
@@ -4252,9 +4163,9 @@
|
|
|
4252
4163
|
}
|
|
4253
4164
|
},
|
|
4254
4165
|
"node_modules/streamx": {
|
|
4255
|
-
"version": "2.
|
|
4256
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
4257
|
-
"integrity": "sha512-
|
|
4166
|
+
"version": "2.21.0",
|
|
4167
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.0.tgz",
|
|
4168
|
+
"integrity": "sha512-Qz6MsDZXJ6ur9u+b+4xCG18TluU7PGlRfXVAAjNiGsFrBUt/ioyLkxbFaKJygoPs+/kW4VyBj0bSj89Qu0IGyg==",
|
|
4258
4169
|
"license": "MIT",
|
|
4259
4170
|
"dependencies": {
|
|
4260
4171
|
"fast-fifo": "^1.3.2",
|
|
@@ -4409,9 +4320,9 @@
|
|
|
4409
4320
|
}
|
|
4410
4321
|
},
|
|
4411
4322
|
"node_modules/teen_process": {
|
|
4412
|
-
"version": "2.2.
|
|
4413
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.
|
|
4414
|
-
"integrity": "sha512-
|
|
4323
|
+
"version": "2.2.2",
|
|
4324
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.2.tgz",
|
|
4325
|
+
"integrity": "sha512-Qs9JCzsKcbuBtbZxY9WVoYs3GG+WFfxoIDGpkj8AJ/BpWnh+pdLK+x1+E1bDlQuASs+CTQmykYPGAkzxFjqcaA==",
|
|
4415
4326
|
"license": "Apache-2.0",
|
|
4416
4327
|
"dependencies": {
|
|
4417
4328
|
"bluebird": "^3.7.2",
|
|
@@ -4425,10 +4336,13 @@
|
|
|
4425
4336
|
}
|
|
4426
4337
|
},
|
|
4427
4338
|
"node_modules/text-decoder": {
|
|
4428
|
-
"version": "1.2.
|
|
4429
|
-
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.
|
|
4430
|
-
"integrity": "sha512
|
|
4431
|
-
"license": "Apache-2.0"
|
|
4339
|
+
"version": "1.2.2",
|
|
4340
|
+
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.2.tgz",
|
|
4341
|
+
"integrity": "sha512-/MDslo7ZyWTA2vnk1j7XoDVfXsGk3tp+zFEJHJGm0UjIlQifonVFwlVbQDFh8KJzTBnT8ie115TYqir6bclddA==",
|
|
4342
|
+
"license": "Apache-2.0",
|
|
4343
|
+
"dependencies": {
|
|
4344
|
+
"b4a": "^1.6.4"
|
|
4345
|
+
}
|
|
4432
4346
|
},
|
|
4433
4347
|
"node_modules/text-hex": {
|
|
4434
4348
|
"version": "1.0.0",
|
|
@@ -4476,9 +4390,9 @@
|
|
|
4476
4390
|
"license": "0BSD"
|
|
4477
4391
|
},
|
|
4478
4392
|
"node_modules/type-fest": {
|
|
4479
|
-
"version": "4.
|
|
4480
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4481
|
-
"integrity": "sha512-
|
|
4393
|
+
"version": "4.30.0",
|
|
4394
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
|
|
4395
|
+
"integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
|
|
4482
4396
|
"license": "(MIT OR CC0-1.0)",
|
|
4483
4397
|
"engines": {
|
|
4484
4398
|
"node": ">=16"
|
|
@@ -4559,16 +4473,16 @@
|
|
|
4559
4473
|
}
|
|
4560
4474
|
},
|
|
4561
4475
|
"node_modules/uuid": {
|
|
4562
|
-
"version": "
|
|
4563
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
4564
|
-
"integrity": "sha512-
|
|
4476
|
+
"version": "11.0.3",
|
|
4477
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
|
4478
|
+
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
|
4565
4479
|
"funding": [
|
|
4566
4480
|
"https://github.com/sponsors/broofa",
|
|
4567
4481
|
"https://github.com/sponsors/ctavan"
|
|
4568
4482
|
],
|
|
4569
4483
|
"license": "MIT",
|
|
4570
4484
|
"bin": {
|
|
4571
|
-
"uuid": "dist/bin/uuid"
|
|
4485
|
+
"uuid": "dist/esm/bin/uuid"
|
|
4572
4486
|
}
|
|
4573
4487
|
},
|
|
4574
4488
|
"node_modules/validate-npm-package-license": {
|
|
@@ -4631,22 +4545,22 @@
|
|
|
4631
4545
|
}
|
|
4632
4546
|
},
|
|
4633
4547
|
"node_modules/winston": {
|
|
4634
|
-
"version": "3.
|
|
4635
|
-
"resolved": "https://registry.npmjs.org/winston/-/winston-3.
|
|
4636
|
-
"integrity": "sha512-
|
|
4548
|
+
"version": "3.17.0",
|
|
4549
|
+
"resolved": "https://registry.npmjs.org/winston/-/winston-3.17.0.tgz",
|
|
4550
|
+
"integrity": "sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==",
|
|
4637
4551
|
"license": "MIT",
|
|
4638
4552
|
"dependencies": {
|
|
4639
4553
|
"@colors/colors": "^1.6.0",
|
|
4640
4554
|
"@dabh/diagnostics": "^2.0.2",
|
|
4641
4555
|
"async": "^3.2.3",
|
|
4642
4556
|
"is-stream": "^2.0.0",
|
|
4643
|
-
"logform": "^2.
|
|
4557
|
+
"logform": "^2.7.0",
|
|
4644
4558
|
"one-time": "^1.0.0",
|
|
4645
4559
|
"readable-stream": "^3.4.0",
|
|
4646
4560
|
"safe-stable-stringify": "^2.3.1",
|
|
4647
4561
|
"stack-trace": "0.0.x",
|
|
4648
4562
|
"triple-beam": "^1.3.0",
|
|
4649
|
-
"winston-transport": "^4.
|
|
4563
|
+
"winston-transport": "^4.9.0"
|
|
4650
4564
|
},
|
|
4651
4565
|
"engines": {
|
|
4652
4566
|
"node": ">= 12.0.0"
|
|
@@ -4824,9 +4738,9 @@
|
|
|
4824
4738
|
}
|
|
4825
4739
|
},
|
|
4826
4740
|
"node_modules/yaml": {
|
|
4827
|
-
"version": "2.6.
|
|
4828
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.
|
|
4829
|
-
"integrity": "sha512-
|
|
4741
|
+
"version": "2.6.1",
|
|
4742
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
|
|
4743
|
+
"integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
|
|
4830
4744
|
"license": "ISC",
|
|
4831
4745
|
"bin": {
|
|
4832
4746
|
"yaml": "bin.mjs"
|
|
@@ -4883,9 +4797,9 @@
|
|
|
4883
4797
|
}
|
|
4884
4798
|
},
|
|
4885
4799
|
"node_modules/yauzl": {
|
|
4886
|
-
"version": "3.
|
|
4887
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.
|
|
4888
|
-
"integrity": "sha512-
|
|
4800
|
+
"version": "3.2.0",
|
|
4801
|
+
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",
|
|
4802
|
+
"integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==",
|
|
4889
4803
|
"license": "MIT",
|
|
4890
4804
|
"dependencies": {
|
|
4891
4805
|
"buffer-crc32": "~0.2.3",
|