appium-uiautomator2-driver 3.9.0 → 3.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/build/lib/commands/actions.d.ts +3 -3
- package/build/lib/commands/actions.d.ts.map +1 -1
- package/build/lib/commands/alert.d.ts +2 -2
- package/build/lib/commands/alert.d.ts.map +1 -1
- package/build/lib/commands/app-management.d.ts +1 -1
- package/build/lib/commands/app-management.d.ts.map +1 -1
- package/build/lib/commands/app-strings.d.ts +1 -1
- package/build/lib/commands/app-strings.d.ts.map +1 -1
- package/build/lib/commands/clipboard.d.ts +1 -1
- package/build/lib/commands/clipboard.d.ts.map +1 -1
- package/build/lib/commands/execute.d.ts +1 -1
- package/build/lib/commands/execute.d.ts.map +1 -1
- package/build/lib/commands/gestures.d.ts +3 -3
- package/build/lib/commands/gestures.d.ts.map +1 -1
- package/build/lib/commands/keyboard.d.ts +3 -3
- package/build/lib/commands/keyboard.d.ts.map +1 -1
- package/build/lib/commands/screenshot.d.ts +1 -1
- package/build/lib/commands/screenshot.d.ts.map +1 -1
- package/build/lib/doctor/required-checks.d.ts.map +1 -1
- package/build/lib/driver.js +17 -7
- package/build/lib/driver.js.map +1 -1
- package/build/lib/extensions.d.ts.map +1 -1
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +209 -249
- package/package.json +5 -5
- package/scripts/run-functional-tests.sh +30 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.2",
|
|
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.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.7.0",
|
|
13
|
-
"appium-android-driver": "^9.14.
|
|
13
|
+
"appium-android-driver": "^9.14.2",
|
|
14
14
|
"appium-uiautomator2-server": "^7.0.24",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
16
16
|
"axios": "^1.6.5",
|
|
@@ -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,32 +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/type-fest": {
|
|
117
|
-
"version": "4.26.1",
|
|
118
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
119
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
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
110
|
"node_modules/@appium/base-plugin": {
|
|
129
|
-
"version": "2.2.
|
|
130
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.
|
|
131
|
-
"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==",
|
|
132
114
|
"license": "Apache-2.0",
|
|
133
115
|
"dependencies": {
|
|
134
|
-
"@appium/base-driver": "^9.
|
|
135
|
-
"@appium/support": "^
|
|
116
|
+
"@appium/base-driver": "^9.13.1",
|
|
117
|
+
"@appium/support": "^6.0.0"
|
|
136
118
|
},
|
|
137
119
|
"engines": {
|
|
138
120
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -140,12 +122,12 @@
|
|
|
140
122
|
}
|
|
141
123
|
},
|
|
142
124
|
"node_modules/@appium/docutils": {
|
|
143
|
-
"version": "1.0.
|
|
144
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
145
|
-
"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==",
|
|
146
128
|
"license": "Apache-2.0",
|
|
147
129
|
"dependencies": {
|
|
148
|
-
"@appium/support": "^
|
|
130
|
+
"@appium/support": "^6.0.0",
|
|
149
131
|
"@appium/tsconfig": "^0.3.3",
|
|
150
132
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
151
133
|
"@types/which": "3.0.4",
|
|
@@ -153,16 +135,16 @@
|
|
|
153
135
|
"consola": "3.2.3",
|
|
154
136
|
"diff": "7.0.0",
|
|
155
137
|
"json5": "2.2.3",
|
|
156
|
-
"lilconfig": "3.1.
|
|
138
|
+
"lilconfig": "3.1.3",
|
|
157
139
|
"lodash": "4.17.21",
|
|
158
140
|
"pkg-dir": "5.0.0",
|
|
159
141
|
"read-pkg": "5.2.0",
|
|
160
142
|
"semver": "7.6.3",
|
|
161
143
|
"source-map-support": "0.5.21",
|
|
162
|
-
"teen_process": "2.2.
|
|
163
|
-
"type-fest": "4.
|
|
164
|
-
"typescript": "5.
|
|
165
|
-
"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",
|
|
166
148
|
"yargs": "17.7.2",
|
|
167
149
|
"yargs-parser": "21.1.1"
|
|
168
150
|
},
|
|
@@ -174,18 +156,6 @@
|
|
|
174
156
|
"npm": ">=8"
|
|
175
157
|
}
|
|
176
158
|
},
|
|
177
|
-
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
178
|
-
"version": "4.26.1",
|
|
179
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
180
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
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
159
|
"node_modules/@appium/logger": {
|
|
190
160
|
"version": "1.6.1",
|
|
191
161
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
|
|
@@ -218,14 +188,14 @@
|
|
|
218
188
|
}
|
|
219
189
|
},
|
|
220
190
|
"node_modules/@appium/support": {
|
|
221
|
-
"version": "
|
|
222
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-
|
|
223
|
-
"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==",
|
|
224
194
|
"license": "Apache-2.0",
|
|
225
195
|
"dependencies": {
|
|
226
196
|
"@appium/logger": "^1.6.1",
|
|
227
197
|
"@appium/tsconfig": "^0.3.3",
|
|
228
|
-
"@appium/types": "^0.22.
|
|
198
|
+
"@appium/types": "^0.22.3",
|
|
229
199
|
"@colors/colors": "1.6.0",
|
|
230
200
|
"@types/archiver": "6.0.3",
|
|
231
201
|
"@types/base64-stream": "1.0.5",
|
|
@@ -243,7 +213,7 @@
|
|
|
243
213
|
"@types/uuid": "10.0.0",
|
|
244
214
|
"@types/which": "3.0.4",
|
|
245
215
|
"archiver": "7.0.1",
|
|
246
|
-
"axios": "1.7.
|
|
216
|
+
"axios": "1.7.9",
|
|
247
217
|
"base64-stream": "1.0.0",
|
|
248
218
|
"bluebird": "3.7.2",
|
|
249
219
|
"bplist-creator": "0.1.1",
|
|
@@ -267,14 +237,14 @@
|
|
|
267
237
|
"resolve-from": "5.0.0",
|
|
268
238
|
"sanitize-filename": "1.6.3",
|
|
269
239
|
"semver": "7.6.3",
|
|
270
|
-
"shell-quote": "1.8.
|
|
240
|
+
"shell-quote": "1.8.2",
|
|
271
241
|
"source-map-support": "0.5.21",
|
|
272
242
|
"supports-color": "8.1.1",
|
|
273
|
-
"teen_process": "2.2.
|
|
274
|
-
"type-fest": "4.
|
|
275
|
-
"uuid": "
|
|
243
|
+
"teen_process": "2.2.2",
|
|
244
|
+
"type-fest": "4.30.0",
|
|
245
|
+
"uuid": "11.0.3",
|
|
276
246
|
"which": "4.0.0",
|
|
277
|
-
"yauzl": "3.
|
|
247
|
+
"yauzl": "3.2.0"
|
|
278
248
|
},
|
|
279
249
|
"engines": {
|
|
280
250
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -284,18 +254,6 @@
|
|
|
284
254
|
"sharp": "0.33.5"
|
|
285
255
|
}
|
|
286
256
|
},
|
|
287
|
-
"node_modules/@appium/support/node_modules/type-fest": {
|
|
288
|
-
"version": "4.26.1",
|
|
289
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
290
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
291
|
-
"license": "(MIT OR CC0-1.0)",
|
|
292
|
-
"engines": {
|
|
293
|
-
"node": ">=16"
|
|
294
|
-
},
|
|
295
|
-
"funding": {
|
|
296
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
257
|
"node_modules/@appium/tsconfig": {
|
|
300
258
|
"version": "0.3.3",
|
|
301
259
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
|
|
@@ -310,44 +268,23 @@
|
|
|
310
268
|
}
|
|
311
269
|
},
|
|
312
270
|
"node_modules/@appium/types": {
|
|
313
|
-
"version": "0.22.
|
|
314
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.
|
|
315
|
-
"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==",
|
|
316
274
|
"license": "Apache-2.0",
|
|
317
275
|
"dependencies": {
|
|
318
276
|
"@appium/logger": "^1.6.1",
|
|
319
277
|
"@appium/schema": "^0.7.0",
|
|
320
278
|
"@appium/tsconfig": "^0.3.3",
|
|
321
279
|
"@types/express": "5.0.0",
|
|
322
|
-
"@types/ws": "8.5.
|
|
323
|
-
"type-fest": "4.
|
|
280
|
+
"@types/ws": "8.5.13",
|
|
281
|
+
"type-fest": "4.30.0"
|
|
324
282
|
},
|
|
325
283
|
"engines": {
|
|
326
284
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
327
285
|
"npm": ">=8"
|
|
328
286
|
}
|
|
329
287
|
},
|
|
330
|
-
"node_modules/@appium/types/node_modules/@types/ws": {
|
|
331
|
-
"version": "8.5.12",
|
|
332
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
|
|
333
|
-
"integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
|
|
334
|
-
"license": "MIT",
|
|
335
|
-
"dependencies": {
|
|
336
|
-
"@types/node": "*"
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
"node_modules/@appium/types/node_modules/type-fest": {
|
|
340
|
-
"version": "4.26.1",
|
|
341
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
342
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
343
|
-
"license": "(MIT OR CC0-1.0)",
|
|
344
|
-
"engines": {
|
|
345
|
-
"node": ">=16"
|
|
346
|
-
},
|
|
347
|
-
"funding": {
|
|
348
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
288
|
"node_modules/@babel/code-frame": {
|
|
352
289
|
"version": "7.26.2",
|
|
353
290
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
@@ -604,9 +541,9 @@
|
|
|
604
541
|
}
|
|
605
542
|
},
|
|
606
543
|
"node_modules/@types/express-serve-static-core": {
|
|
607
|
-
"version": "5.0.
|
|
608
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.
|
|
609
|
-
"integrity": "sha512-
|
|
544
|
+
"version": "5.0.2",
|
|
545
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.2.tgz",
|
|
546
|
+
"integrity": "sha512-vluaspfvWEtE4vcSDlKRNer52DvOGrB2xv6diXy6UKyKW0lqZiWHGNApSyxOv+8DE5Z27IzVvE7hNkxg7EXIcg==",
|
|
610
547
|
"license": "MIT",
|
|
611
548
|
"dependencies": {
|
|
612
549
|
"@types/node": "*",
|
|
@@ -657,12 +594,18 @@
|
|
|
657
594
|
"integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ==",
|
|
658
595
|
"license": "MIT"
|
|
659
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
|
+
},
|
|
660
603
|
"node_modules/@types/method-override": {
|
|
661
|
-
"version": "0.0
|
|
662
|
-
"resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.
|
|
663
|
-
"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==",
|
|
664
607
|
"license": "MIT",
|
|
665
|
-
"
|
|
608
|
+
"peerDependencies": {
|
|
666
609
|
"@types/express": "*"
|
|
667
610
|
}
|
|
668
611
|
},
|
|
@@ -688,12 +631,12 @@
|
|
|
688
631
|
}
|
|
689
632
|
},
|
|
690
633
|
"node_modules/@types/node": {
|
|
691
|
-
"version": "22.
|
|
692
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
693
|
-
"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==",
|
|
694
637
|
"license": "MIT",
|
|
695
638
|
"dependencies": {
|
|
696
|
-
"undici-types": "~6.
|
|
639
|
+
"undici-types": "~6.20.0"
|
|
697
640
|
}
|
|
698
641
|
},
|
|
699
642
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -810,10 +753,19 @@
|
|
|
810
753
|
"integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
|
|
811
754
|
"license": "MIT"
|
|
812
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
|
+
},
|
|
813
765
|
"node_modules/@xmldom/xmldom": {
|
|
814
|
-
"version": "0.9.
|
|
815
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.
|
|
816
|
-
"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==",
|
|
817
769
|
"license": "MIT",
|
|
818
770
|
"engines": {
|
|
819
771
|
"node": ">=14.6"
|
|
@@ -905,19 +857,19 @@
|
|
|
905
857
|
}
|
|
906
858
|
},
|
|
907
859
|
"node_modules/appium": {
|
|
908
|
-
"version": "2.
|
|
909
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.
|
|
910
|
-
"integrity": "sha512-
|
|
860
|
+
"version": "2.13.1",
|
|
861
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.13.1.tgz",
|
|
862
|
+
"integrity": "sha512-EEop+8L1xloT40x7kkjhEJyjVbO1C3mfOJZVaxtSkJO7z6H1GsOSHrsq0p5ow1IbeEhXVzSmswBJjyg2I35ONw==",
|
|
911
863
|
"hasInstallScript": true,
|
|
912
864
|
"license": "Apache-2.0",
|
|
913
865
|
"dependencies": {
|
|
914
|
-
"@appium/base-driver": "^9.
|
|
915
|
-
"@appium/base-plugin": "^2.2.
|
|
916
|
-
"@appium/docutils": "^1.0.
|
|
866
|
+
"@appium/base-driver": "^9.13.1",
|
|
867
|
+
"@appium/base-plugin": "^2.2.50",
|
|
868
|
+
"@appium/docutils": "^1.0.26",
|
|
917
869
|
"@appium/logger": "^1.6.1",
|
|
918
870
|
"@appium/schema": "^0.7.0",
|
|
919
|
-
"@appium/support": "^
|
|
920
|
-
"@appium/types": "^0.22.
|
|
871
|
+
"@appium/support": "^6.0.0",
|
|
872
|
+
"@appium/types": "^0.22.3",
|
|
921
873
|
"@sidvind/better-ajv-errors": "3.0.1",
|
|
922
874
|
"@types/argparse": "2.0.17",
|
|
923
875
|
"@types/bluebird": "3.5.42",
|
|
@@ -929,10 +881,10 @@
|
|
|
929
881
|
"argparse": "2.0.1",
|
|
930
882
|
"async-lock": "1.4.1",
|
|
931
883
|
"asyncbox": "3.0.0",
|
|
932
|
-
"axios": "1.7.
|
|
884
|
+
"axios": "1.7.9",
|
|
933
885
|
"bluebird": "3.7.2",
|
|
934
886
|
"cross-env": "7.0.3",
|
|
935
|
-
"lilconfig": "3.1.
|
|
887
|
+
"lilconfig": "3.1.3",
|
|
936
888
|
"lodash": "4.17.21",
|
|
937
889
|
"lru-cache": "10.4.3",
|
|
938
890
|
"ora": "5.4.1",
|
|
@@ -940,12 +892,12 @@
|
|
|
940
892
|
"resolve-from": "5.0.0",
|
|
941
893
|
"semver": "7.6.3",
|
|
942
894
|
"source-map-support": "0.5.21",
|
|
943
|
-
"teen_process": "2.2.
|
|
944
|
-
"type-fest": "4.
|
|
945
|
-
"winston": "3.
|
|
895
|
+
"teen_process": "2.2.2",
|
|
896
|
+
"type-fest": "4.30.0",
|
|
897
|
+
"winston": "3.17.0",
|
|
946
898
|
"wrap-ansi": "7.0.0",
|
|
947
899
|
"ws": "8.18.0",
|
|
948
|
-
"yaml": "2.6.
|
|
900
|
+
"yaml": "2.6.1"
|
|
949
901
|
},
|
|
950
902
|
"bin": {
|
|
951
903
|
"appium": "index.js"
|
|
@@ -956,12 +908,12 @@
|
|
|
956
908
|
}
|
|
957
909
|
},
|
|
958
910
|
"node_modules/appium-adb": {
|
|
959
|
-
"version": "12.7.
|
|
960
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.7.
|
|
961
|
-
"integrity": "sha512
|
|
911
|
+
"version": "12.7.2",
|
|
912
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.7.2.tgz",
|
|
913
|
+
"integrity": "sha512-Sor/PuRzu6Z1mC9kG+MbY+iGIwcPjJeHEz7qZvoNz/W44gpPSlpPzH6V8jAiEDtC0nd8vrA5D6Fuh4sNiVJYzQ==",
|
|
962
914
|
"license": "Apache-2.0",
|
|
963
915
|
"dependencies": {
|
|
964
|
-
"@appium/support": "^
|
|
916
|
+
"@appium/support": "^6.0.0",
|
|
965
917
|
"async-lock": "^1.0.0",
|
|
966
918
|
"asyncbox": "^3.0.0",
|
|
967
919
|
"bluebird": "^3.4.7",
|
|
@@ -978,12 +930,12 @@
|
|
|
978
930
|
}
|
|
979
931
|
},
|
|
980
932
|
"node_modules/appium-android-driver": {
|
|
981
|
-
"version": "9.14.
|
|
982
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.14.
|
|
983
|
-
"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==",
|
|
984
936
|
"license": "Apache-2.0",
|
|
985
937
|
"dependencies": {
|
|
986
|
-
"@appium/support": "^
|
|
938
|
+
"@appium/support": "^6.0.0",
|
|
987
939
|
"@colors/colors": "^1.6.0",
|
|
988
940
|
"appium-adb": "^12.7.0",
|
|
989
941
|
"appium-chromedriver": "^6.0.1",
|
|
@@ -1011,13 +963,13 @@
|
|
|
1011
963
|
}
|
|
1012
964
|
},
|
|
1013
965
|
"node_modules/appium-chromedriver": {
|
|
1014
|
-
"version": "6.1.
|
|
1015
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-6.1.
|
|
1016
|
-
"integrity": "sha512-
|
|
966
|
+
"version": "6.1.9",
|
|
967
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-6.1.9.tgz",
|
|
968
|
+
"integrity": "sha512-PXl6/qmZM5KMnK+6hbJf/dFX2C4bsOLE1BErA+njyg++9QyQBzXsOIGId41Gx68rhalFoctU66qnuEe8HnYPTQ==",
|
|
1017
969
|
"license": "Apache-2.0",
|
|
1018
970
|
"dependencies": {
|
|
1019
971
|
"@appium/base-driver": "^9.1.0",
|
|
1020
|
-
"@appium/support": "^
|
|
972
|
+
"@appium/support": "^6.0.0",
|
|
1021
973
|
"@xmldom/xmldom": "^0.x",
|
|
1022
974
|
"appium-adb": "^12.0.0",
|
|
1023
975
|
"asyncbox": "^3.0.0",
|
|
@@ -1036,27 +988,15 @@
|
|
|
1036
988
|
}
|
|
1037
989
|
},
|
|
1038
990
|
"node_modules/appium-uiautomator2-server": {
|
|
1039
|
-
"version": "7.1.
|
|
1040
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.1.
|
|
1041
|
-
"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==",
|
|
1042
994
|
"license": "Apache-2.0",
|
|
1043
995
|
"engines": {
|
|
1044
996
|
"node": ">=14",
|
|
1045
997
|
"npm": ">=8"
|
|
1046
998
|
}
|
|
1047
999
|
},
|
|
1048
|
-
"node_modules/appium/node_modules/type-fest": {
|
|
1049
|
-
"version": "4.26.1",
|
|
1050
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
1051
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
1052
|
-
"license": "(MIT OR CC0-1.0)",
|
|
1053
|
-
"engines": {
|
|
1054
|
-
"node": ">=16"
|
|
1055
|
-
},
|
|
1056
|
-
"funding": {
|
|
1057
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
1000
|
"node_modules/archiver": {
|
|
1061
1001
|
"version": "7.0.1",
|
|
1062
1002
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -1144,9 +1084,9 @@
|
|
|
1144
1084
|
"license": "MIT"
|
|
1145
1085
|
},
|
|
1146
1086
|
"node_modules/axios": {
|
|
1147
|
-
"version": "1.7.
|
|
1148
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1149
|
-
"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==",
|
|
1150
1090
|
"license": "MIT",
|
|
1151
1091
|
"dependencies": {
|
|
1152
1092
|
"follow-redirects": "^1.15.6",
|
|
@@ -1375,16 +1315,15 @@
|
|
|
1375
1315
|
}
|
|
1376
1316
|
},
|
|
1377
1317
|
"node_modules/call-bind": {
|
|
1378
|
-
"version": "1.0.
|
|
1379
|
-
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
1380
|
-
"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==",
|
|
1381
1321
|
"license": "MIT",
|
|
1382
1322
|
"dependencies": {
|
|
1323
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
1383
1324
|
"es-define-property": "^1.0.0",
|
|
1384
|
-
"es-errors": "^1.3.0",
|
|
1385
|
-
"function-bind": "^1.1.2",
|
|
1386
1325
|
"get-intrinsic": "^1.2.4",
|
|
1387
|
-
"set-function-length": "^1.2.
|
|
1326
|
+
"set-function-length": "^1.2.2"
|
|
1388
1327
|
},
|
|
1389
1328
|
"engines": {
|
|
1390
1329
|
"node": ">= 0.4"
|
|
@@ -1393,6 +1332,19 @@
|
|
|
1393
1332
|
"url": "https://github.com/sponsors/ljharb"
|
|
1394
1333
|
}
|
|
1395
1334
|
},
|
|
1335
|
+
"node_modules/call-bind-apply-helpers": {
|
|
1336
|
+
"version": "1.0.0",
|
|
1337
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.0.tgz",
|
|
1338
|
+
"integrity": "sha512-CCKAP2tkPau7D3GE8+V8R6sQubA9R5foIzGp+85EXCVSCivuxBNAWqcpn72PKYiIcqoViv/kcUDpaEIMBVi1lQ==",
|
|
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
|
+
},
|
|
1396
1348
|
"node_modules/chalk": {
|
|
1397
1349
|
"version": "4.1.2",
|
|
1398
1350
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -1772,9 +1724,9 @@
|
|
|
1772
1724
|
"license": "MIT"
|
|
1773
1725
|
},
|
|
1774
1726
|
"node_modules/debug": {
|
|
1775
|
-
"version": "4.
|
|
1776
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.
|
|
1777
|
-
"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==",
|
|
1778
1730
|
"license": "MIT",
|
|
1779
1731
|
"optional": true,
|
|
1780
1732
|
"dependencies": {
|
|
@@ -1872,6 +1824,20 @@
|
|
|
1872
1824
|
"node": ">=0.3.1"
|
|
1873
1825
|
}
|
|
1874
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
|
+
},
|
|
1875
1841
|
"node_modules/duplexer": {
|
|
1876
1842
|
"version": "0.1.2",
|
|
1877
1843
|
"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
|
|
@@ -1921,13 +1887,10 @@
|
|
|
1921
1887
|
}
|
|
1922
1888
|
},
|
|
1923
1889
|
"node_modules/es-define-property": {
|
|
1924
|
-
"version": "1.0.
|
|
1925
|
-
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.
|
|
1926
|
-
"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==",
|
|
1927
1893
|
"license": "MIT",
|
|
1928
|
-
"dependencies": {
|
|
1929
|
-
"get-intrinsic": "^1.2.4"
|
|
1930
|
-
},
|
|
1931
1894
|
"engines": {
|
|
1932
1895
|
"node": ">= 0.4"
|
|
1933
1896
|
}
|
|
@@ -2259,16 +2222,19 @@
|
|
|
2259
2222
|
}
|
|
2260
2223
|
},
|
|
2261
2224
|
"node_modules/get-intrinsic": {
|
|
2262
|
-
"version": "1.2.
|
|
2263
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.
|
|
2264
|
-
"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==",
|
|
2265
2228
|
"license": "MIT",
|
|
2266
2229
|
"dependencies": {
|
|
2230
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
2231
|
+
"dunder-proto": "^1.0.0",
|
|
2232
|
+
"es-define-property": "^1.0.1",
|
|
2267
2233
|
"es-errors": "^1.3.0",
|
|
2268
2234
|
"function-bind": "^1.1.2",
|
|
2269
|
-
"
|
|
2270
|
-
"has-symbols": "^1.0
|
|
2271
|
-
"hasown": "^2.0.
|
|
2235
|
+
"gopd": "^1.2.0",
|
|
2236
|
+
"has-symbols": "^1.1.0",
|
|
2237
|
+
"hasown": "^2.0.2"
|
|
2272
2238
|
},
|
|
2273
2239
|
"engines": {
|
|
2274
2240
|
"node": ">= 0.4"
|
|
@@ -2310,12 +2276,12 @@
|
|
|
2310
2276
|
}
|
|
2311
2277
|
},
|
|
2312
2278
|
"node_modules/gopd": {
|
|
2313
|
-
"version": "1.0
|
|
2314
|
-
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.
|
|
2315
|
-
"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==",
|
|
2316
2282
|
"license": "MIT",
|
|
2317
|
-
"
|
|
2318
|
-
"
|
|
2283
|
+
"engines": {
|
|
2284
|
+
"node": ">= 0.4"
|
|
2319
2285
|
},
|
|
2320
2286
|
"funding": {
|
|
2321
2287
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -2355,22 +2321,10 @@
|
|
|
2355
2321
|
"url": "https://github.com/sponsors/ljharb"
|
|
2356
2322
|
}
|
|
2357
2323
|
},
|
|
2358
|
-
"node_modules/has-proto": {
|
|
2359
|
-
"version": "1.0.3",
|
|
2360
|
-
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
|
|
2361
|
-
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
2362
|
-
"license": "MIT",
|
|
2363
|
-
"engines": {
|
|
2364
|
-
"node": ">= 0.4"
|
|
2365
|
-
},
|
|
2366
|
-
"funding": {
|
|
2367
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2368
|
-
}
|
|
2369
|
-
},
|
|
2370
2324
|
"node_modules/has-symbols": {
|
|
2371
|
-
"version": "1.0
|
|
2372
|
-
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.
|
|
2373
|
-
"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==",
|
|
2374
2328
|
"license": "MIT",
|
|
2375
2329
|
"engines": {
|
|
2376
2330
|
"node": ">= 0.4"
|
|
@@ -2538,9 +2492,9 @@
|
|
|
2538
2492
|
}
|
|
2539
2493
|
},
|
|
2540
2494
|
"node_modules/io.appium.settings": {
|
|
2541
|
-
"version": "5.12.
|
|
2542
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.
|
|
2543
|
-
"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==",
|
|
2544
2498
|
"license": "Apache-2.0",
|
|
2545
2499
|
"dependencies": {
|
|
2546
2500
|
"@appium/logger": "^1.3.0",
|
|
@@ -2796,9 +2750,9 @@
|
|
|
2796
2750
|
}
|
|
2797
2751
|
},
|
|
2798
2752
|
"node_modules/lilconfig": {
|
|
2799
|
-
"version": "3.1.
|
|
2800
|
-
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.
|
|
2801
|
-
"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==",
|
|
2802
2756
|
"license": "MIT",
|
|
2803
2757
|
"engines": {
|
|
2804
2758
|
"node": ">=14"
|
|
@@ -4023,10 +3977,13 @@
|
|
|
4023
3977
|
}
|
|
4024
3978
|
},
|
|
4025
3979
|
"node_modules/shell-quote": {
|
|
4026
|
-
"version": "1.8.
|
|
4027
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
4028
|
-
"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==",
|
|
4029
3983
|
"license": "MIT",
|
|
3984
|
+
"engines": {
|
|
3985
|
+
"node": ">= 0.4"
|
|
3986
|
+
},
|
|
4030
3987
|
"funding": {
|
|
4031
3988
|
"url": "https://github.com/sponsors/ljharb"
|
|
4032
3989
|
}
|
|
@@ -4206,9 +4163,9 @@
|
|
|
4206
4163
|
}
|
|
4207
4164
|
},
|
|
4208
4165
|
"node_modules/streamx": {
|
|
4209
|
-
"version": "2.
|
|
4210
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
4211
|
-
"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==",
|
|
4212
4169
|
"license": "MIT",
|
|
4213
4170
|
"dependencies": {
|
|
4214
4171
|
"fast-fifo": "^1.3.2",
|
|
@@ -4363,9 +4320,9 @@
|
|
|
4363
4320
|
}
|
|
4364
4321
|
},
|
|
4365
4322
|
"node_modules/teen_process": {
|
|
4366
|
-
"version": "2.2.
|
|
4367
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.
|
|
4368
|
-
"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==",
|
|
4369
4326
|
"license": "Apache-2.0",
|
|
4370
4327
|
"dependencies": {
|
|
4371
4328
|
"bluebird": "^3.7.2",
|
|
@@ -4379,10 +4336,13 @@
|
|
|
4379
4336
|
}
|
|
4380
4337
|
},
|
|
4381
4338
|
"node_modules/text-decoder": {
|
|
4382
|
-
"version": "1.2.
|
|
4383
|
-
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.
|
|
4384
|
-
"integrity": "sha512
|
|
4385
|
-
"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
|
+
}
|
|
4386
4346
|
},
|
|
4387
4347
|
"node_modules/text-hex": {
|
|
4388
4348
|
"version": "1.0.0",
|
|
@@ -4430,9 +4390,9 @@
|
|
|
4430
4390
|
"license": "0BSD"
|
|
4431
4391
|
},
|
|
4432
4392
|
"node_modules/type-fest": {
|
|
4433
|
-
"version": "4.
|
|
4434
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4435
|
-
"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==",
|
|
4436
4396
|
"license": "(MIT OR CC0-1.0)",
|
|
4437
4397
|
"engines": {
|
|
4438
4398
|
"node": ">=16"
|
|
@@ -4455,9 +4415,9 @@
|
|
|
4455
4415
|
}
|
|
4456
4416
|
},
|
|
4457
4417
|
"node_modules/typescript": {
|
|
4458
|
-
"version": "5.
|
|
4459
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
4460
|
-
"integrity": "sha512-
|
|
4418
|
+
"version": "5.7.2",
|
|
4419
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
|
|
4420
|
+
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
|
|
4461
4421
|
"license": "Apache-2.0",
|
|
4462
4422
|
"bin": {
|
|
4463
4423
|
"tsc": "bin/tsc",
|
|
@@ -4468,9 +4428,9 @@
|
|
|
4468
4428
|
}
|
|
4469
4429
|
},
|
|
4470
4430
|
"node_modules/undici-types": {
|
|
4471
|
-
"version": "6.
|
|
4472
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
4473
|
-
"integrity": "sha512-
|
|
4431
|
+
"version": "6.20.0",
|
|
4432
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
4433
|
+
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
4474
4434
|
"license": "MIT"
|
|
4475
4435
|
},
|
|
4476
4436
|
"node_modules/unorm": {
|
|
@@ -4513,16 +4473,16 @@
|
|
|
4513
4473
|
}
|
|
4514
4474
|
},
|
|
4515
4475
|
"node_modules/uuid": {
|
|
4516
|
-
"version": "
|
|
4517
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
4518
|
-
"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==",
|
|
4519
4479
|
"funding": [
|
|
4520
4480
|
"https://github.com/sponsors/broofa",
|
|
4521
4481
|
"https://github.com/sponsors/ctavan"
|
|
4522
4482
|
],
|
|
4523
4483
|
"license": "MIT",
|
|
4524
4484
|
"bin": {
|
|
4525
|
-
"uuid": "dist/bin/uuid"
|
|
4485
|
+
"uuid": "dist/esm/bin/uuid"
|
|
4526
4486
|
}
|
|
4527
4487
|
},
|
|
4528
4488
|
"node_modules/validate-npm-package-license": {
|
|
@@ -4585,22 +4545,22 @@
|
|
|
4585
4545
|
}
|
|
4586
4546
|
},
|
|
4587
4547
|
"node_modules/winston": {
|
|
4588
|
-
"version": "3.
|
|
4589
|
-
"resolved": "https://registry.npmjs.org/winston/-/winston-3.
|
|
4590
|
-
"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==",
|
|
4591
4551
|
"license": "MIT",
|
|
4592
4552
|
"dependencies": {
|
|
4593
4553
|
"@colors/colors": "^1.6.0",
|
|
4594
4554
|
"@dabh/diagnostics": "^2.0.2",
|
|
4595
4555
|
"async": "^3.2.3",
|
|
4596
4556
|
"is-stream": "^2.0.0",
|
|
4597
|
-
"logform": "^2.
|
|
4557
|
+
"logform": "^2.7.0",
|
|
4598
4558
|
"one-time": "^1.0.0",
|
|
4599
4559
|
"readable-stream": "^3.4.0",
|
|
4600
4560
|
"safe-stable-stringify": "^2.3.1",
|
|
4601
4561
|
"stack-trace": "0.0.x",
|
|
4602
4562
|
"triple-beam": "^1.3.0",
|
|
4603
|
-
"winston-transport": "^4.
|
|
4563
|
+
"winston-transport": "^4.9.0"
|
|
4604
4564
|
},
|
|
4605
4565
|
"engines": {
|
|
4606
4566
|
"node": ">= 12.0.0"
|
|
@@ -4778,9 +4738,9 @@
|
|
|
4778
4738
|
}
|
|
4779
4739
|
},
|
|
4780
4740
|
"node_modules/yaml": {
|
|
4781
|
-
"version": "2.6.
|
|
4782
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.
|
|
4783
|
-
"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==",
|
|
4784
4744
|
"license": "ISC",
|
|
4785
4745
|
"bin": {
|
|
4786
4746
|
"yaml": "bin.mjs"
|
|
@@ -4837,9 +4797,9 @@
|
|
|
4837
4797
|
}
|
|
4838
4798
|
},
|
|
4839
4799
|
"node_modules/yauzl": {
|
|
4840
|
-
"version": "3.
|
|
4841
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.
|
|
4842
|
-
"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==",
|
|
4843
4803
|
"license": "MIT",
|
|
4844
4804
|
"dependencies": {
|
|
4845
4805
|
"buffer-crc32": "~0.2.3",
|