appium-xcuitest-driver 10.9.0 → 10.9.1
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/npm-shrinkwrap.json +285 -449
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [10.9.1](https://github.com/appium/appium-xcuitest-driver/compare/v10.9.0...v10.9.1) (2025-12-07)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Ditch usage of @appium/test-support ([#2668](https://github.com/appium/appium-xcuitest-driver/issues/2668)) ([bcc4772](https://github.com/appium/appium-xcuitest-driver/commit/bcc4772a2f8d6074c5e248904a8ac6e1cf101567))
|
|
6
|
+
|
|
1
7
|
## [10.9.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.8.4...v10.9.0) (2025-11-29)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.9.
|
|
3
|
+
"version": "10.9.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.9.
|
|
9
|
+
"version": "10.9.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@appium/docutils": "^2.0.0-rc.1",
|
|
41
41
|
"@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
|
|
42
|
-
"@appium/test-support": "^4.0.0-rc.1",
|
|
43
42
|
"@appium/tsconfig": "^1.0.0-rc.1",
|
|
44
43
|
"@appium/types": "^1.0.0-rc.1",
|
|
45
44
|
"@semantic-release/changelog": "^6.0.3",
|
|
@@ -77,30 +76,30 @@
|
|
|
77
76
|
}
|
|
78
77
|
},
|
|
79
78
|
"node_modules/@appium/base-driver": {
|
|
80
|
-
"version": "10.1.
|
|
81
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.
|
|
82
|
-
"integrity": "sha512-
|
|
79
|
+
"version": "10.1.2",
|
|
80
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.2.tgz",
|
|
81
|
+
"integrity": "sha512-AxCYznylRw4xpOx30dAIQ8m5GsVM9ob/MPwc/KyiKhtofLNxQQlFLvLs7SeX7s8iwvwr0puMasOqlWrWy3gVbA==",
|
|
83
82
|
"license": "Apache-2.0",
|
|
84
83
|
"dependencies": {
|
|
85
|
-
"@appium/support": "^7.0.
|
|
86
|
-
"@appium/types": "^1.1.
|
|
84
|
+
"@appium/support": "^7.0.4",
|
|
85
|
+
"@appium/types": "^1.1.2",
|
|
87
86
|
"@colors/colors": "1.6.0",
|
|
88
87
|
"async-lock": "1.4.1",
|
|
89
88
|
"asyncbox": "3.0.0",
|
|
90
89
|
"axios": "1.13.2",
|
|
91
90
|
"bluebird": "3.7.2",
|
|
92
|
-
"body-parser": "2.2.
|
|
93
|
-
"express": "5.1
|
|
91
|
+
"body-parser": "2.2.1",
|
|
92
|
+
"express": "5.2.1",
|
|
94
93
|
"fastest-levenshtein": "1.0.16",
|
|
95
94
|
"http-status-codes": "2.3.0",
|
|
96
95
|
"lodash": "4.17.21",
|
|
97
|
-
"lru-cache": "11.2.
|
|
96
|
+
"lru-cache": "11.2.4",
|
|
98
97
|
"method-override": "3.0.0",
|
|
99
98
|
"morgan": "1.10.1",
|
|
100
99
|
"path-to-regexp": "8.3.0",
|
|
101
100
|
"serve-favicon": "2.5.1",
|
|
102
101
|
"source-map-support": "0.5.21",
|
|
103
|
-
"type-fest": "5.
|
|
102
|
+
"type-fest": "5.3.0"
|
|
104
103
|
},
|
|
105
104
|
"engines": {
|
|
106
105
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -111,13 +110,13 @@
|
|
|
111
110
|
}
|
|
112
111
|
},
|
|
113
112
|
"node_modules/@appium/base-plugin": {
|
|
114
|
-
"version": "3.0.
|
|
115
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.
|
|
116
|
-
"integrity": "sha512-
|
|
113
|
+
"version": "3.0.5",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.5.tgz",
|
|
115
|
+
"integrity": "sha512-w27EqXQ3zY7xKp61IizbzhZGlxQvFr8uKxeELP5TU/+YxnjU8MyVYmWCG7RXp0dh9n7mZen/WPjZtvqdiBOsMQ==",
|
|
117
116
|
"license": "Apache-2.0",
|
|
118
117
|
"dependencies": {
|
|
119
|
-
"@appium/base-driver": "^10.1.
|
|
120
|
-
"@appium/support": "^7.0.
|
|
118
|
+
"@appium/base-driver": "^10.1.2",
|
|
119
|
+
"@appium/support": "^7.0.4"
|
|
121
120
|
},
|
|
122
121
|
"engines": {
|
|
123
122
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -125,12 +124,12 @@
|
|
|
125
124
|
}
|
|
126
125
|
},
|
|
127
126
|
"node_modules/@appium/docutils": {
|
|
128
|
-
"version": "2.
|
|
129
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.
|
|
130
|
-
"integrity": "sha512-
|
|
127
|
+
"version": "2.2.0",
|
|
128
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.2.0.tgz",
|
|
129
|
+
"integrity": "sha512-bwZIShYLRnWCRdGEgjBX+POXyI0X8fbZ3FNHWDlNzYjCBodYckiMw8X48WDwMRd0AeP5mzjBbHSpH7DKfebuFg==",
|
|
131
130
|
"license": "Apache-2.0",
|
|
132
131
|
"dependencies": {
|
|
133
|
-
"@appium/support": "^7.0.
|
|
132
|
+
"@appium/support": "^7.0.4",
|
|
134
133
|
"chalk": "4.1.2",
|
|
135
134
|
"consola": "3.4.2",
|
|
136
135
|
"diff": "8.0.2",
|
|
@@ -139,9 +138,9 @@
|
|
|
139
138
|
"pkg-dir": "5.0.0",
|
|
140
139
|
"read-pkg": "5.2.0",
|
|
141
140
|
"source-map-support": "0.5.21",
|
|
142
|
-
"teen_process": "3.0.
|
|
143
|
-
"type-fest": "5.
|
|
144
|
-
"yaml": "2.8.
|
|
141
|
+
"teen_process": "3.0.4",
|
|
142
|
+
"type-fest": "5.3.0",
|
|
143
|
+
"yaml": "2.8.2",
|
|
145
144
|
"yargs": "18.0.0",
|
|
146
145
|
"yargs-parser": "22.0.0"
|
|
147
146
|
},
|
|
@@ -153,31 +152,15 @@
|
|
|
153
152
|
"npm": ">=10"
|
|
154
153
|
}
|
|
155
154
|
},
|
|
156
|
-
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
157
|
-
"version": "3.0.2",
|
|
158
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
159
|
-
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
160
|
-
"license": "Apache-2.0",
|
|
161
|
-
"dependencies": {
|
|
162
|
-
"bluebird": "^3.7.2",
|
|
163
|
-
"lodash": "^4.17.21",
|
|
164
|
-
"shell-quote": "^1.8.1",
|
|
165
|
-
"source-map-support": "^0.x"
|
|
166
|
-
},
|
|
167
|
-
"engines": {
|
|
168
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
169
|
-
"npm": ">=10"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
155
|
"node_modules/@appium/logger": {
|
|
173
|
-
"version": "2.0.
|
|
174
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
175
|
-
"integrity": "sha512-
|
|
156
|
+
"version": "2.0.3",
|
|
157
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.3.tgz",
|
|
158
|
+
"integrity": "sha512-x1ROyUZP73RwdfgeYUgYkAAVbjf4QQENAACTjPxzIj7qA4/EyhXvv/Py8b6SPxphW7m9ialQjpS0FwgQ3nZUfw==",
|
|
176
159
|
"license": "ISC",
|
|
177
160
|
"dependencies": {
|
|
178
161
|
"console-control-strings": "1.1.0",
|
|
179
162
|
"lodash": "4.17.21",
|
|
180
|
-
"lru-cache": "11.2.
|
|
163
|
+
"lru-cache": "11.2.4",
|
|
181
164
|
"set-blocking": "2.0.0"
|
|
182
165
|
},
|
|
183
166
|
"engines": {
|
|
@@ -214,14 +197,14 @@
|
|
|
214
197
|
}
|
|
215
198
|
},
|
|
216
199
|
"node_modules/@appium/support": {
|
|
217
|
-
"version": "7.0.
|
|
218
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
219
|
-
"integrity": "sha512-
|
|
200
|
+
"version": "7.0.4",
|
|
201
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.4.tgz",
|
|
202
|
+
"integrity": "sha512-xIK7cFzouZJLIG6RMmg50M+EsILSeO9e9sSkR4xNSaJajaop7LtpkbMfO5JpTgdNiIUYyIsr/3TusQhxnpPNvw==",
|
|
220
203
|
"license": "Apache-2.0",
|
|
221
204
|
"dependencies": {
|
|
222
|
-
"@appium/logger": "^2.0.
|
|
223
|
-
"@appium/tsconfig": "^1.1.
|
|
224
|
-
"@appium/types": "^1.1.
|
|
205
|
+
"@appium/logger": "^2.0.3",
|
|
206
|
+
"@appium/tsconfig": "^1.1.1",
|
|
207
|
+
"@appium/types": "^1.1.2",
|
|
225
208
|
"@colors/colors": "1.6.0",
|
|
226
209
|
"archiver": "7.0.1",
|
|
227
210
|
"axios": "1.13.2",
|
|
@@ -229,9 +212,9 @@
|
|
|
229
212
|
"bluebird": "3.7.2",
|
|
230
213
|
"bplist-creator": "0.1.1",
|
|
231
214
|
"bplist-parser": "0.3.2",
|
|
232
|
-
"form-data": "4.0.
|
|
215
|
+
"form-data": "4.0.5",
|
|
233
216
|
"get-stream": "6.0.1",
|
|
234
|
-
"glob": "
|
|
217
|
+
"glob": "13.0.0",
|
|
235
218
|
"jsftp": "2.1.3",
|
|
236
219
|
"klaw": "4.1.0",
|
|
237
220
|
"lockfile": "1.0.4",
|
|
@@ -249,10 +232,10 @@
|
|
|
249
232
|
"shell-quote": "1.8.3",
|
|
250
233
|
"source-map-support": "0.5.21",
|
|
251
234
|
"supports-color": "8.1.1",
|
|
252
|
-
"teen_process": "3.0.
|
|
253
|
-
"type-fest": "5.
|
|
235
|
+
"teen_process": "3.0.4",
|
|
236
|
+
"type-fest": "5.3.0",
|
|
254
237
|
"uuid": "13.0.0",
|
|
255
|
-
"which": "
|
|
238
|
+
"which": "6.0.0",
|
|
256
239
|
"yauzl": "3.2.0"
|
|
257
240
|
},
|
|
258
241
|
"engines": {
|
|
@@ -263,29 +246,13 @@
|
|
|
263
246
|
"sharp": "0.34.5"
|
|
264
247
|
}
|
|
265
248
|
},
|
|
266
|
-
"node_modules/@appium/support/node_modules/teen_process": {
|
|
267
|
-
"version": "3.0.2",
|
|
268
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.2.tgz",
|
|
269
|
-
"integrity": "sha512-JyvPp0koEi9WVCrUYK8Rqg4G8Vxs+eY8XMpIjxJyGyG50UTo+u6CAfaWxCr5WW+ZvpMM3Qs2AFSdkS7SamQy3g==",
|
|
270
|
-
"license": "Apache-2.0",
|
|
271
|
-
"dependencies": {
|
|
272
|
-
"bluebird": "^3.7.2",
|
|
273
|
-
"lodash": "^4.17.21",
|
|
274
|
-
"shell-quote": "^1.8.1",
|
|
275
|
-
"source-map-support": "^0.x"
|
|
276
|
-
},
|
|
277
|
-
"engines": {
|
|
278
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
279
|
-
"npm": ">=10"
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
249
|
"node_modules/@appium/tsconfig": {
|
|
283
|
-
"version": "1.1.
|
|
284
|
-
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.
|
|
285
|
-
"integrity": "sha512-
|
|
250
|
+
"version": "1.1.1",
|
|
251
|
+
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.1.tgz",
|
|
252
|
+
"integrity": "sha512-ikjo037sWgY2Oy0HRPGnrKHnOdUh9JyzstD7E6HlFqcZu8hvOP1hDQmKdoBTz8gkmSbZWcMRZmWaL3Yqaz2pLw==",
|
|
286
253
|
"license": "Apache-2.0",
|
|
287
254
|
"dependencies": {
|
|
288
|
-
"@tsconfig/node20": "20.1.
|
|
255
|
+
"@tsconfig/node20": "20.1.8"
|
|
289
256
|
},
|
|
290
257
|
"engines": {
|
|
291
258
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -293,15 +260,15 @@
|
|
|
293
260
|
}
|
|
294
261
|
},
|
|
295
262
|
"node_modules/@appium/types": {
|
|
296
|
-
"version": "1.1.
|
|
297
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.
|
|
298
|
-
"integrity": "sha512-
|
|
263
|
+
"version": "1.1.2",
|
|
264
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.2.tgz",
|
|
265
|
+
"integrity": "sha512-BDyX99GCXWqsfeDxsqsvb6EIfQD7SLTXcCbmcI1PKDTK2wg9znKOtE0YLzXgI6TFQV3+40Xs6za6La/Mv8/rVQ==",
|
|
299
266
|
"license": "Apache-2.0",
|
|
300
267
|
"dependencies": {
|
|
301
|
-
"@appium/logger": "^2.0.
|
|
268
|
+
"@appium/logger": "^2.0.3",
|
|
302
269
|
"@appium/schema": "^1.0.0",
|
|
303
|
-
"@appium/tsconfig": "^1.1.
|
|
304
|
-
"type-fest": "5.
|
|
270
|
+
"@appium/tsconfig": "^1.1.1",
|
|
271
|
+
"type-fest": "5.3.0"
|
|
305
272
|
},
|
|
306
273
|
"engines": {
|
|
307
274
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -411,6 +378,44 @@
|
|
|
411
378
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
412
379
|
}
|
|
413
380
|
},
|
|
381
|
+
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
382
|
+
"version": "9.2.2",
|
|
383
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
384
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
385
|
+
"license": "MIT"
|
|
386
|
+
},
|
|
387
|
+
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
388
|
+
"version": "5.1.2",
|
|
389
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
390
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
391
|
+
"license": "MIT",
|
|
392
|
+
"dependencies": {
|
|
393
|
+
"eastasianwidth": "^0.2.0",
|
|
394
|
+
"emoji-regex": "^9.2.2",
|
|
395
|
+
"strip-ansi": "^7.0.1"
|
|
396
|
+
},
|
|
397
|
+
"engines": {
|
|
398
|
+
"node": ">=12"
|
|
399
|
+
},
|
|
400
|
+
"funding": {
|
|
401
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
405
|
+
"version": "7.1.2",
|
|
406
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
407
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
408
|
+
"license": "MIT",
|
|
409
|
+
"dependencies": {
|
|
410
|
+
"ansi-regex": "^6.0.1"
|
|
411
|
+
},
|
|
412
|
+
"engines": {
|
|
413
|
+
"node": ">=12"
|
|
414
|
+
},
|
|
415
|
+
"funding": {
|
|
416
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
414
419
|
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
415
420
|
"version": "8.1.0",
|
|
416
421
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
@@ -439,9 +444,9 @@
|
|
|
439
444
|
}
|
|
440
445
|
},
|
|
441
446
|
"node_modules/@sidvind/better-ajv-errors": {
|
|
442
|
-
"version": "4.0.
|
|
443
|
-
"resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-4.0.
|
|
444
|
-
"integrity": "sha512-
|
|
447
|
+
"version": "4.0.1",
|
|
448
|
+
"resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-4.0.1.tgz",
|
|
449
|
+
"integrity": "sha512-6arF1ssKxItxgitPYXafUoLmsVBA6K7m9+ZGj6hLDoBl7nWpJ33EInwQUdHTle2METeWGxgQiqSex20KZRykew==",
|
|
445
450
|
"license": "Apache-2.0",
|
|
446
451
|
"dependencies": {
|
|
447
452
|
"kleur": "^4.1.0"
|
|
@@ -464,9 +469,9 @@
|
|
|
464
469
|
}
|
|
465
470
|
},
|
|
466
471
|
"node_modules/@tsconfig/node20": {
|
|
467
|
-
"version": "20.1.
|
|
468
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.
|
|
469
|
-
"integrity": "sha512-
|
|
472
|
+
"version": "20.1.8",
|
|
473
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.8.tgz",
|
|
474
|
+
"integrity": "sha512-Em+IdPfByIzWRRpqWL4Z7ArLHZGxmc36BxE3jCz9nBFSm+5aLaPMZyjwu4yetvyKXeogWcxik4L1jB5JTWfw7A==",
|
|
470
475
|
"license": "MIT"
|
|
471
476
|
},
|
|
472
477
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -560,20 +565,20 @@
|
|
|
560
565
|
}
|
|
561
566
|
},
|
|
562
567
|
"node_modules/appium": {
|
|
563
|
-
"version": "3.1.
|
|
564
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.
|
|
565
|
-
"integrity": "sha512-
|
|
568
|
+
"version": "3.1.2",
|
|
569
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.2.tgz",
|
|
570
|
+
"integrity": "sha512-MIifVZdSLdFBRY084PaaQyU8ilG+fgGoVdzGkRLj9Q8hZ2x/ENwjiOveyWLxcjsWMYYwUtm3TTKRvWGrJvX3Iw==",
|
|
566
571
|
"hasInstallScript": true,
|
|
567
572
|
"license": "Apache-2.0",
|
|
568
573
|
"dependencies": {
|
|
569
|
-
"@appium/base-driver": "^10.1.
|
|
570
|
-
"@appium/base-plugin": "^3.0.
|
|
571
|
-
"@appium/docutils": "^2.
|
|
572
|
-
"@appium/logger": "^2.0.
|
|
574
|
+
"@appium/base-driver": "^10.1.2",
|
|
575
|
+
"@appium/base-plugin": "^3.0.5",
|
|
576
|
+
"@appium/docutils": "^2.2.0",
|
|
577
|
+
"@appium/logger": "^2.0.3",
|
|
573
578
|
"@appium/schema": "^1.0.0",
|
|
574
|
-
"@appium/support": "^7.0.
|
|
575
|
-
"@appium/types": "^1.1.
|
|
576
|
-
"@sidvind/better-ajv-errors": "4.0.
|
|
579
|
+
"@appium/support": "^7.0.4",
|
|
580
|
+
"@appium/types": "^1.1.2",
|
|
581
|
+
"@sidvind/better-ajv-errors": "4.0.1",
|
|
577
582
|
"ajv": "8.17.1",
|
|
578
583
|
"ajv-formats": "3.0.1",
|
|
579
584
|
"argparse": "2.0.1",
|
|
@@ -583,18 +588,18 @@
|
|
|
583
588
|
"bluebird": "3.7.2",
|
|
584
589
|
"lilconfig": "3.1.3",
|
|
585
590
|
"lodash": "4.17.21",
|
|
586
|
-
"lru-cache": "11.2.
|
|
591
|
+
"lru-cache": "11.2.4",
|
|
587
592
|
"ora": "5.4.1",
|
|
588
593
|
"package-changed": "3.0.0",
|
|
589
594
|
"resolve-from": "5.0.0",
|
|
590
595
|
"semver": "7.7.3",
|
|
591
596
|
"source-map-support": "0.5.21",
|
|
592
|
-
"teen_process": "3.0.
|
|
593
|
-
"type-fest": "5.
|
|
597
|
+
"teen_process": "3.0.4",
|
|
598
|
+
"type-fest": "5.3.0",
|
|
594
599
|
"winston": "3.18.3",
|
|
595
600
|
"wrap-ansi": "7.0.0",
|
|
596
601
|
"ws": "8.18.3",
|
|
597
|
-
"yaml": "2.8.
|
|
602
|
+
"yaml": "2.8.2"
|
|
598
603
|
},
|
|
599
604
|
"bin": {
|
|
600
605
|
"appium": "index.js"
|
|
@@ -644,9 +649,9 @@
|
|
|
644
649
|
}
|
|
645
650
|
},
|
|
646
651
|
"node_modules/appium-ios-remotexpc": {
|
|
647
|
-
"version": "0.
|
|
648
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.
|
|
649
|
-
"integrity": "sha512-
|
|
652
|
+
"version": "0.18.0",
|
|
653
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.18.0.tgz",
|
|
654
|
+
"integrity": "sha512-VX9B2u2V32MNDL/dVbUXdWB1weFAGtJuDWpB/yly9ZXnQKRmweg/c2iPZPUiL3+8kaLmFiS+bY8nrjInwnr9mQ==",
|
|
650
655
|
"license": "Apache-2.0",
|
|
651
656
|
"optional": true,
|
|
652
657
|
"dependencies": {
|
|
@@ -664,9 +669,9 @@
|
|
|
664
669
|
}
|
|
665
670
|
},
|
|
666
671
|
"node_modules/appium-ios-simulator": {
|
|
667
|
-
"version": "8.0.
|
|
668
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-8.0.
|
|
669
|
-
"integrity": "sha512-
|
|
672
|
+
"version": "8.0.3",
|
|
673
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-8.0.3.tgz",
|
|
674
|
+
"integrity": "sha512-M2PxCwE7Po5YEk6xlJSxvu59GJC6CZSaEK0feSnC9VkKrCdtDftwtEYgmEPy9xRHEz1jdyZD45Rfj6SxuzSbxQ==",
|
|
670
675
|
"license": "Apache-2.0",
|
|
671
676
|
"dependencies": {
|
|
672
677
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -725,49 +730,17 @@
|
|
|
725
730
|
"npm": ">=10"
|
|
726
731
|
}
|
|
727
732
|
},
|
|
728
|
-
"node_modules/appium-remote-debugger/node_modules/glob": {
|
|
729
|
-
"version": "13.0.0",
|
|
730
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
|
731
|
-
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
|
732
|
-
"license": "BlueOak-1.0.0",
|
|
733
|
-
"dependencies": {
|
|
734
|
-
"minimatch": "^10.1.1",
|
|
735
|
-
"minipass": "^7.1.2",
|
|
736
|
-
"path-scurry": "^2.0.0"
|
|
737
|
-
},
|
|
738
|
-
"engines": {
|
|
739
|
-
"node": "20 || >=22"
|
|
740
|
-
},
|
|
741
|
-
"funding": {
|
|
742
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
743
|
-
}
|
|
744
|
-
},
|
|
745
|
-
"node_modules/appium-remote-debugger/node_modules/minimatch": {
|
|
746
|
-
"version": "10.1.1",
|
|
747
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
748
|
-
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
749
|
-
"license": "BlueOak-1.0.0",
|
|
750
|
-
"dependencies": {
|
|
751
|
-
"@isaacs/brace-expansion": "^5.0.0"
|
|
752
|
-
},
|
|
753
|
-
"engines": {
|
|
754
|
-
"node": "20 || >=22"
|
|
755
|
-
},
|
|
756
|
-
"funding": {
|
|
757
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
758
|
-
}
|
|
759
|
-
},
|
|
760
733
|
"node_modules/appium-webdriveragent": {
|
|
761
|
-
"version": "10.
|
|
762
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.
|
|
763
|
-
"integrity": "sha512-
|
|
734
|
+
"version": "10.4.0",
|
|
735
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.4.0.tgz",
|
|
736
|
+
"integrity": "sha512-NjZ/oOh89fKqCZEWtaehPE+NrPpF/JN4jiqNrP86nC2tLSs/uSx/qT4vbXVRKrl29XN2Nsah1qJ0tmr3aUluxg==",
|
|
764
737
|
"license": "Apache-2.0",
|
|
765
738
|
"dependencies": {
|
|
766
739
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
767
740
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
768
741
|
"@appium/support": "^7.0.0-rc.1",
|
|
769
742
|
"appium-ios-device": "^3.0.0",
|
|
770
|
-
"appium-ios-simulator": "^
|
|
743
|
+
"appium-ios-simulator": "^8.0.0",
|
|
771
744
|
"async-lock": "^1.0.0",
|
|
772
745
|
"asyncbox": "^3.0.0",
|
|
773
746
|
"axios": "^1.4.0",
|
|
@@ -781,29 +754,6 @@
|
|
|
781
754
|
"npm": ">=10"
|
|
782
755
|
}
|
|
783
756
|
},
|
|
784
|
-
"node_modules/appium-webdriveragent/node_modules/appium-ios-simulator": {
|
|
785
|
-
"version": "7.0.3",
|
|
786
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.3.tgz",
|
|
787
|
-
"integrity": "sha512-IV791zR3J0Htsb4nBwlEnZee+OGwRWYhNz7xi29BXkd+QquQan/WPJFqAZZlVd1UkvctdQXvL9442x3bpSZDBw==",
|
|
788
|
-
"license": "Apache-2.0",
|
|
789
|
-
"dependencies": {
|
|
790
|
-
"@appium/support": "^7.0.0-rc.1",
|
|
791
|
-
"@xmldom/xmldom": "^0.x",
|
|
792
|
-
"appium-xcode": "^6.0.0",
|
|
793
|
-
"async-lock": "^1.0.0",
|
|
794
|
-
"asyncbox": "^3.0.0",
|
|
795
|
-
"bluebird": "^3.5.1",
|
|
796
|
-
"lodash": "^4.2.1",
|
|
797
|
-
"node-simctl": "^8.0.0",
|
|
798
|
-
"semver": "^7.0.0",
|
|
799
|
-
"source-map-support": "^0.x",
|
|
800
|
-
"teen_process": "^3.0.0"
|
|
801
|
-
},
|
|
802
|
-
"engines": {
|
|
803
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
804
|
-
"npm": ">=10"
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
757
|
"node_modules/appium-xcode": {
|
|
808
758
|
"version": "6.1.2",
|
|
809
759
|
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.2.tgz",
|
|
@@ -824,20 +774,40 @@
|
|
|
824
774
|
"npm": ">=10"
|
|
825
775
|
}
|
|
826
776
|
},
|
|
827
|
-
"node_modules/appium/node_modules/
|
|
828
|
-
"version": "3.
|
|
829
|
-
"resolved": "https://registry.npmjs.org/
|
|
830
|
-
"integrity": "sha512-
|
|
831
|
-
"license": "
|
|
777
|
+
"node_modules/appium/node_modules/readable-stream": {
|
|
778
|
+
"version": "3.6.2",
|
|
779
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
780
|
+
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
781
|
+
"license": "MIT",
|
|
832
782
|
"dependencies": {
|
|
833
|
-
"
|
|
834
|
-
"
|
|
835
|
-
"
|
|
836
|
-
"source-map-support": "^0.x"
|
|
783
|
+
"inherits": "^2.0.3",
|
|
784
|
+
"string_decoder": "^1.1.1",
|
|
785
|
+
"util-deprecate": "^1.0.1"
|
|
837
786
|
},
|
|
838
787
|
"engines": {
|
|
839
|
-
"node": "
|
|
840
|
-
|
|
788
|
+
"node": ">= 6"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"node_modules/appium/node_modules/winston": {
|
|
792
|
+
"version": "3.18.3",
|
|
793
|
+
"resolved": "https://registry.npmjs.org/winston/-/winston-3.18.3.tgz",
|
|
794
|
+
"integrity": "sha512-NoBZauFNNWENgsnC9YpgyYwOVrl2m58PpQ8lNHjV3kosGs7KJ7Npk9pCUE+WJlawVSe8mykWDKWFSVfs3QO9ww==",
|
|
795
|
+
"license": "MIT",
|
|
796
|
+
"dependencies": {
|
|
797
|
+
"@colors/colors": "^1.6.0",
|
|
798
|
+
"@dabh/diagnostics": "^2.0.8",
|
|
799
|
+
"async": "^3.2.3",
|
|
800
|
+
"is-stream": "^2.0.0",
|
|
801
|
+
"logform": "^2.7.0",
|
|
802
|
+
"one-time": "^1.0.0",
|
|
803
|
+
"readable-stream": "^3.4.0",
|
|
804
|
+
"safe-stable-stringify": "^2.3.1",
|
|
805
|
+
"stack-trace": "0.0.x",
|
|
806
|
+
"triple-beam": "^1.3.0",
|
|
807
|
+
"winston-transport": "^4.9.0"
|
|
808
|
+
},
|
|
809
|
+
"engines": {
|
|
810
|
+
"node": ">= 12.0.0"
|
|
841
811
|
}
|
|
842
812
|
},
|
|
843
813
|
"node_modules/archiver": {
|
|
@@ -905,21 +875,6 @@
|
|
|
905
875
|
"url": "https://github.com/sponsors/isaacs"
|
|
906
876
|
}
|
|
907
877
|
},
|
|
908
|
-
"node_modules/archiver-utils/node_modules/jackspeak": {
|
|
909
|
-
"version": "3.4.3",
|
|
910
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
911
|
-
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
912
|
-
"license": "BlueOak-1.0.0",
|
|
913
|
-
"dependencies": {
|
|
914
|
-
"@isaacs/cliui": "^8.0.2"
|
|
915
|
-
},
|
|
916
|
-
"funding": {
|
|
917
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
918
|
-
},
|
|
919
|
-
"optionalDependencies": {
|
|
920
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
878
|
"node_modules/archiver-utils/node_modules/lru-cache": {
|
|
924
879
|
"version": "10.4.3",
|
|
925
880
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
@@ -1119,23 +1074,27 @@
|
|
|
1119
1074
|
"license": "MIT"
|
|
1120
1075
|
},
|
|
1121
1076
|
"node_modules/body-parser": {
|
|
1122
|
-
"version": "2.2.
|
|
1123
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.
|
|
1124
|
-
"integrity": "sha512-
|
|
1077
|
+
"version": "2.2.1",
|
|
1078
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.1.tgz",
|
|
1079
|
+
"integrity": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==",
|
|
1125
1080
|
"license": "MIT",
|
|
1126
1081
|
"dependencies": {
|
|
1127
1082
|
"bytes": "^3.1.2",
|
|
1128
1083
|
"content-type": "^1.0.5",
|
|
1129
|
-
"debug": "^4.4.
|
|
1084
|
+
"debug": "^4.4.3",
|
|
1130
1085
|
"http-errors": "^2.0.0",
|
|
1131
|
-
"iconv-lite": "^0.
|
|
1086
|
+
"iconv-lite": "^0.7.0",
|
|
1132
1087
|
"on-finished": "^2.4.1",
|
|
1133
1088
|
"qs": "^6.14.0",
|
|
1134
|
-
"raw-body": "^3.0.
|
|
1135
|
-
"type-is": "^2.0.
|
|
1089
|
+
"raw-body": "^3.0.1",
|
|
1090
|
+
"type-is": "^2.0.1"
|
|
1136
1091
|
},
|
|
1137
1092
|
"engines": {
|
|
1138
1093
|
"node": ">=18"
|
|
1094
|
+
},
|
|
1095
|
+
"funding": {
|
|
1096
|
+
"type": "opencollective",
|
|
1097
|
+
"url": "https://opencollective.com/express"
|
|
1139
1098
|
}
|
|
1140
1099
|
},
|
|
1141
1100
|
"node_modules/bplist-creator": {
|
|
@@ -1337,6 +1296,21 @@
|
|
|
1337
1296
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1338
1297
|
}
|
|
1339
1298
|
},
|
|
1299
|
+
"node_modules/cliui/node_modules/strip-ansi": {
|
|
1300
|
+
"version": "7.1.2",
|
|
1301
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
1302
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
1303
|
+
"license": "MIT",
|
|
1304
|
+
"dependencies": {
|
|
1305
|
+
"ansi-regex": "^6.0.1"
|
|
1306
|
+
},
|
|
1307
|
+
"engines": {
|
|
1308
|
+
"node": ">=12"
|
|
1309
|
+
},
|
|
1310
|
+
"funding": {
|
|
1311
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1340
1314
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
1341
1315
|
"version": "9.0.2",
|
|
1342
1316
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
@@ -1716,9 +1690,9 @@
|
|
|
1716
1690
|
"license": "MIT"
|
|
1717
1691
|
},
|
|
1718
1692
|
"node_modules/emoji-regex": {
|
|
1719
|
-
"version": "
|
|
1720
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-
|
|
1721
|
-
"integrity": "sha512-
|
|
1693
|
+
"version": "8.0.0",
|
|
1694
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1695
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
1722
1696
|
"license": "MIT"
|
|
1723
1697
|
},
|
|
1724
1698
|
"node_modules/enabled": {
|
|
@@ -1851,18 +1825,19 @@
|
|
|
1851
1825
|
}
|
|
1852
1826
|
},
|
|
1853
1827
|
"node_modules/express": {
|
|
1854
|
-
"version": "5.1
|
|
1855
|
-
"resolved": "https://registry.npmjs.org/express/-/express-5.1.
|
|
1856
|
-
"integrity": "sha512-
|
|
1828
|
+
"version": "5.2.1",
|
|
1829
|
+
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
|
1830
|
+
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
|
|
1857
1831
|
"license": "MIT",
|
|
1858
1832
|
"dependencies": {
|
|
1859
1833
|
"accepts": "^2.0.0",
|
|
1860
|
-
"body-parser": "^2.2.
|
|
1834
|
+
"body-parser": "^2.2.1",
|
|
1861
1835
|
"content-disposition": "^1.0.0",
|
|
1862
1836
|
"content-type": "^1.0.5",
|
|
1863
1837
|
"cookie": "^0.7.1",
|
|
1864
1838
|
"cookie-signature": "^1.2.1",
|
|
1865
1839
|
"debug": "^4.4.0",
|
|
1840
|
+
"depd": "^2.0.0",
|
|
1866
1841
|
"encodeurl": "^2.0.0",
|
|
1867
1842
|
"escape-html": "^1.0.3",
|
|
1868
1843
|
"etag": "^1.8.1",
|
|
@@ -1938,9 +1913,9 @@
|
|
|
1938
1913
|
"license": "MIT"
|
|
1939
1914
|
},
|
|
1940
1915
|
"node_modules/finalhandler": {
|
|
1941
|
-
"version": "2.1.
|
|
1942
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.
|
|
1943
|
-
"integrity": "sha512
|
|
1916
|
+
"version": "2.1.1",
|
|
1917
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
|
|
1918
|
+
"integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
|
|
1944
1919
|
"license": "MIT",
|
|
1945
1920
|
"dependencies": {
|
|
1946
1921
|
"debug": "^4.4.0",
|
|
@@ -1951,7 +1926,11 @@
|
|
|
1951
1926
|
"statuses": "^2.0.1"
|
|
1952
1927
|
},
|
|
1953
1928
|
"engines": {
|
|
1954
|
-
"node": ">= 0.
|
|
1929
|
+
"node": ">= 18.0.0"
|
|
1930
|
+
},
|
|
1931
|
+
"funding": {
|
|
1932
|
+
"type": "opencollective",
|
|
1933
|
+
"url": "https://opencollective.com/express"
|
|
1955
1934
|
}
|
|
1956
1935
|
},
|
|
1957
1936
|
"node_modules/find-up": {
|
|
@@ -2025,9 +2004,9 @@
|
|
|
2025
2004
|
}
|
|
2026
2005
|
},
|
|
2027
2006
|
"node_modules/form-data": {
|
|
2028
|
-
"version": "4.0.
|
|
2029
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
2030
|
-
"integrity": "sha512-
|
|
2007
|
+
"version": "4.0.5",
|
|
2008
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
2009
|
+
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
2031
2010
|
"license": "MIT",
|
|
2032
2011
|
"dependencies": {
|
|
2033
2012
|
"asynckit": "^0.4.0",
|
|
@@ -2194,21 +2173,15 @@
|
|
|
2194
2173
|
}
|
|
2195
2174
|
},
|
|
2196
2175
|
"node_modules/glob": {
|
|
2197
|
-
"version": "
|
|
2198
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
2199
|
-
"integrity": "sha512-
|
|
2200
|
-
"license": "
|
|
2176
|
+
"version": "13.0.0",
|
|
2177
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
|
2178
|
+
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
|
2179
|
+
"license": "BlueOak-1.0.0",
|
|
2201
2180
|
"dependencies": {
|
|
2202
|
-
"
|
|
2203
|
-
"jackspeak": "^4.1.1",
|
|
2204
|
-
"minimatch": "^10.0.3",
|
|
2181
|
+
"minimatch": "^10.1.1",
|
|
2205
2182
|
"minipass": "^7.1.2",
|
|
2206
|
-
"package-json-from-dist": "^1.0.0",
|
|
2207
2183
|
"path-scurry": "^2.0.0"
|
|
2208
2184
|
},
|
|
2209
|
-
"bin": {
|
|
2210
|
-
"glob": "dist/esm/bin.mjs"
|
|
2211
|
-
},
|
|
2212
2185
|
"engines": {
|
|
2213
2186
|
"node": "20 || >=22"
|
|
2214
2187
|
},
|
|
@@ -2390,15 +2363,19 @@
|
|
|
2390
2363
|
"license": "MIT"
|
|
2391
2364
|
},
|
|
2392
2365
|
"node_modules/iconv-lite": {
|
|
2393
|
-
"version": "0.
|
|
2394
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
2395
|
-
"integrity": "sha512-
|
|
2366
|
+
"version": "0.7.0",
|
|
2367
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
2368
|
+
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
2396
2369
|
"license": "MIT",
|
|
2397
2370
|
"dependencies": {
|
|
2398
2371
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
2399
2372
|
},
|
|
2400
2373
|
"engines": {
|
|
2401
2374
|
"node": ">=0.10.0"
|
|
2375
|
+
},
|
|
2376
|
+
"funding": {
|
|
2377
|
+
"type": "opencollective",
|
|
2378
|
+
"url": "https://opencollective.com/express"
|
|
2402
2379
|
}
|
|
2403
2380
|
},
|
|
2404
2381
|
"node_modules/ieee754": {
|
|
@@ -2524,18 +2501,18 @@
|
|
|
2524
2501
|
}
|
|
2525
2502
|
},
|
|
2526
2503
|
"node_modules/jackspeak": {
|
|
2527
|
-
"version": "4.
|
|
2528
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.
|
|
2529
|
-
"integrity": "sha512-
|
|
2504
|
+
"version": "3.4.3",
|
|
2505
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
2506
|
+
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
2530
2507
|
"license": "BlueOak-1.0.0",
|
|
2531
2508
|
"dependencies": {
|
|
2532
2509
|
"@isaacs/cliui": "^8.0.2"
|
|
2533
2510
|
},
|
|
2534
|
-
"engines": {
|
|
2535
|
-
"node": "20 || >=22"
|
|
2536
|
-
},
|
|
2537
2511
|
"funding": {
|
|
2538
2512
|
"url": "https://github.com/sponsors/isaacs"
|
|
2513
|
+
},
|
|
2514
|
+
"optionalDependencies": {
|
|
2515
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
2539
2516
|
}
|
|
2540
2517
|
},
|
|
2541
2518
|
"node_modules/js-tokens": {
|
|
@@ -2753,10 +2730,10 @@
|
|
|
2753
2730
|
}
|
|
2754
2731
|
},
|
|
2755
2732
|
"node_modules/lru-cache": {
|
|
2756
|
-
"version": "11.2.
|
|
2757
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
2758
|
-
"integrity": "sha512-
|
|
2759
|
-
"license": "
|
|
2733
|
+
"version": "11.2.4",
|
|
2734
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
|
|
2735
|
+
"integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
|
|
2736
|
+
"license": "BlueOak-1.0.0",
|
|
2760
2737
|
"engines": {
|
|
2761
2738
|
"node": "20 || >=22"
|
|
2762
2739
|
}
|
|
@@ -3003,9 +2980,9 @@
|
|
|
3003
2980
|
}
|
|
3004
2981
|
},
|
|
3005
2982
|
"node_modules/node-simctl": {
|
|
3006
|
-
"version": "8.0.
|
|
3007
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.
|
|
3008
|
-
"integrity": "sha512-
|
|
2983
|
+
"version": "8.0.8",
|
|
2984
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.8.tgz",
|
|
2985
|
+
"integrity": "sha512-5aFcGmKz5OlUj3Rd464Cd2gewN0UsmptdEC4B7NIyYCbF7eD1u224HYmsds2VUz+/OssaaXSEWIcAeoXVgSM+g==",
|
|
3009
2986
|
"license": "Apache-2.0",
|
|
3010
2987
|
"dependencies": {
|
|
3011
2988
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -3017,7 +2994,7 @@
|
|
|
3017
2994
|
"source-map-support": "^0.x",
|
|
3018
2995
|
"teen_process": "^3.0.0",
|
|
3019
2996
|
"uuid": "^13.0.0",
|
|
3020
|
-
"which": "^
|
|
2997
|
+
"which": "^6.0.0"
|
|
3021
2998
|
},
|
|
3022
2999
|
"engines": {
|
|
3023
3000
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -3117,6 +3094,22 @@
|
|
|
3117
3094
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3118
3095
|
}
|
|
3119
3096
|
},
|
|
3097
|
+
"node_modules/npm-run-all2/node_modules/which": {
|
|
3098
|
+
"version": "5.0.0",
|
|
3099
|
+
"resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
|
|
3100
|
+
"integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
|
|
3101
|
+
"license": "ISC",
|
|
3102
|
+
"optional": true,
|
|
3103
|
+
"dependencies": {
|
|
3104
|
+
"isexe": "^3.1.1"
|
|
3105
|
+
},
|
|
3106
|
+
"bin": {
|
|
3107
|
+
"node-which": "bin/which.js"
|
|
3108
|
+
},
|
|
3109
|
+
"engines": {
|
|
3110
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3120
3113
|
"node_modules/object-inspect": {
|
|
3121
3114
|
"version": "1.13.4",
|
|
3122
3115
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
@@ -3213,27 +3206,6 @@
|
|
|
3213
3206
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3214
3207
|
}
|
|
3215
3208
|
},
|
|
3216
|
-
"node_modules/ora/node_modules/ansi-regex": {
|
|
3217
|
-
"version": "5.0.1",
|
|
3218
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3219
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
3220
|
-
"license": "MIT",
|
|
3221
|
-
"engines": {
|
|
3222
|
-
"node": ">=8"
|
|
3223
|
-
}
|
|
3224
|
-
},
|
|
3225
|
-
"node_modules/ora/node_modules/strip-ansi": {
|
|
3226
|
-
"version": "6.0.1",
|
|
3227
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3228
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3229
|
-
"license": "MIT",
|
|
3230
|
-
"dependencies": {
|
|
3231
|
-
"ansi-regex": "^5.0.1"
|
|
3232
|
-
},
|
|
3233
|
-
"engines": {
|
|
3234
|
-
"node": ">=8"
|
|
3235
|
-
}
|
|
3236
|
-
},
|
|
3237
3209
|
"node_modules/p-limit": {
|
|
3238
3210
|
"version": "3.1.0",
|
|
3239
3211
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -3547,22 +3519,6 @@
|
|
|
3547
3519
|
"node": ">= 0.10"
|
|
3548
3520
|
}
|
|
3549
3521
|
},
|
|
3550
|
-
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
3551
|
-
"version": "0.7.0",
|
|
3552
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
3553
|
-
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
3554
|
-
"license": "MIT",
|
|
3555
|
-
"dependencies": {
|
|
3556
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
3557
|
-
},
|
|
3558
|
-
"engines": {
|
|
3559
|
-
"node": ">=0.10.0"
|
|
3560
|
-
},
|
|
3561
|
-
"funding": {
|
|
3562
|
-
"type": "opencollective",
|
|
3563
|
-
"url": "https://opencollective.com/express"
|
|
3564
|
-
}
|
|
3565
|
-
},
|
|
3566
3522
|
"node_modules/read-package-json-fast": {
|
|
3567
3523
|
"version": "4.0.0",
|
|
3568
3524
|
"resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
|
|
@@ -3742,38 +3698,6 @@
|
|
|
3742
3698
|
"url": "https://github.com/sponsors/isaacs"
|
|
3743
3699
|
}
|
|
3744
3700
|
},
|
|
3745
|
-
"node_modules/rimraf/node_modules/glob": {
|
|
3746
|
-
"version": "13.0.0",
|
|
3747
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
|
3748
|
-
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
|
3749
|
-
"license": "BlueOak-1.0.0",
|
|
3750
|
-
"dependencies": {
|
|
3751
|
-
"minimatch": "^10.1.1",
|
|
3752
|
-
"minipass": "^7.1.2",
|
|
3753
|
-
"path-scurry": "^2.0.0"
|
|
3754
|
-
},
|
|
3755
|
-
"engines": {
|
|
3756
|
-
"node": "20 || >=22"
|
|
3757
|
-
},
|
|
3758
|
-
"funding": {
|
|
3759
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3760
|
-
}
|
|
3761
|
-
},
|
|
3762
|
-
"node_modules/rimraf/node_modules/minimatch": {
|
|
3763
|
-
"version": "10.1.1",
|
|
3764
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
3765
|
-
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
3766
|
-
"license": "BlueOak-1.0.0",
|
|
3767
|
-
"dependencies": {
|
|
3768
|
-
"@isaacs/brace-expansion": "^5.0.0"
|
|
3769
|
-
},
|
|
3770
|
-
"engines": {
|
|
3771
|
-
"node": "20 || >=22"
|
|
3772
|
-
},
|
|
3773
|
-
"funding": {
|
|
3774
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3775
|
-
}
|
|
3776
|
-
},
|
|
3777
3701
|
"node_modules/router": {
|
|
3778
3702
|
"version": "2.2.0",
|
|
3779
3703
|
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
@@ -4274,20 +4198,17 @@
|
|
|
4274
4198
|
"license": "MIT"
|
|
4275
4199
|
},
|
|
4276
4200
|
"node_modules/string-width": {
|
|
4277
|
-
"version": "
|
|
4278
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-
|
|
4279
|
-
"integrity": "sha512-
|
|
4201
|
+
"version": "4.2.3",
|
|
4202
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4203
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4280
4204
|
"license": "MIT",
|
|
4281
4205
|
"dependencies": {
|
|
4282
|
-
"
|
|
4283
|
-
"
|
|
4284
|
-
"strip-ansi": "^
|
|
4206
|
+
"emoji-regex": "^8.0.0",
|
|
4207
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
4208
|
+
"strip-ansi": "^6.0.1"
|
|
4285
4209
|
},
|
|
4286
4210
|
"engines": {
|
|
4287
|
-
"node": ">=
|
|
4288
|
-
},
|
|
4289
|
-
"funding": {
|
|
4290
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4211
|
+
"node": ">=8"
|
|
4291
4212
|
}
|
|
4292
4213
|
},
|
|
4293
4214
|
"node_modules/string-width-cjs": {
|
|
@@ -4305,22 +4226,7 @@
|
|
|
4305
4226
|
"node": ">=8"
|
|
4306
4227
|
}
|
|
4307
4228
|
},
|
|
4308
|
-
"node_modules/
|
|
4309
|
-
"version": "5.0.1",
|
|
4310
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4311
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4312
|
-
"license": "MIT",
|
|
4313
|
-
"engines": {
|
|
4314
|
-
"node": ">=8"
|
|
4315
|
-
}
|
|
4316
|
-
},
|
|
4317
|
-
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
4318
|
-
"version": "8.0.0",
|
|
4319
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
4320
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
4321
|
-
"license": "MIT"
|
|
4322
|
-
},
|
|
4323
|
-
"node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
4229
|
+
"node_modules/strip-ansi": {
|
|
4324
4230
|
"version": "6.0.1",
|
|
4325
4231
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4326
4232
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -4332,21 +4238,6 @@
|
|
|
4332
4238
|
"node": ">=8"
|
|
4333
4239
|
}
|
|
4334
4240
|
},
|
|
4335
|
-
"node_modules/strip-ansi": {
|
|
4336
|
-
"version": "7.1.2",
|
|
4337
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
4338
|
-
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
4339
|
-
"license": "MIT",
|
|
4340
|
-
"dependencies": {
|
|
4341
|
-
"ansi-regex": "^6.0.1"
|
|
4342
|
-
},
|
|
4343
|
-
"engines": {
|
|
4344
|
-
"node": ">=12"
|
|
4345
|
-
},
|
|
4346
|
-
"funding": {
|
|
4347
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4348
|
-
}
|
|
4349
|
-
},
|
|
4350
4241
|
"node_modules/strip-ansi-cjs": {
|
|
4351
4242
|
"name": "strip-ansi",
|
|
4352
4243
|
"version": "6.0.1",
|
|
@@ -4369,6 +4260,15 @@
|
|
|
4369
4260
|
"node": ">=8"
|
|
4370
4261
|
}
|
|
4371
4262
|
},
|
|
4263
|
+
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
4264
|
+
"version": "5.0.1",
|
|
4265
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4266
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4267
|
+
"license": "MIT",
|
|
4268
|
+
"engines": {
|
|
4269
|
+
"node": ">=8"
|
|
4270
|
+
}
|
|
4271
|
+
},
|
|
4372
4272
|
"node_modules/supports-color": {
|
|
4373
4273
|
"version": "8.1.1",
|
|
4374
4274
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4420,9 +4320,9 @@
|
|
|
4420
4320
|
}
|
|
4421
4321
|
},
|
|
4422
4322
|
"node_modules/teen_process": {
|
|
4423
|
-
"version": "3.0.
|
|
4424
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
4425
|
-
"integrity": "sha512-
|
|
4323
|
+
"version": "3.0.4",
|
|
4324
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
|
|
4325
|
+
"integrity": "sha512-NQA/5PdJWEAxuYoBRW7RajnAyWmfh5iGMY1kEXiAzobtv0ztERcfDnfszpUTuvhFXrvh3E4GvHt9yWbS/EndzQ==",
|
|
4426
4326
|
"license": "Apache-2.0",
|
|
4427
4327
|
"dependencies": {
|
|
4428
4328
|
"bluebird": "^3.7.2",
|
|
@@ -4484,9 +4384,9 @@
|
|
|
4484
4384
|
}
|
|
4485
4385
|
},
|
|
4486
4386
|
"node_modules/type-fest": {
|
|
4487
|
-
"version": "5.
|
|
4488
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
4489
|
-
"integrity": "sha512-
|
|
4387
|
+
"version": "5.3.0",
|
|
4388
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.3.0.tgz",
|
|
4389
|
+
"integrity": "sha512-d9CwU93nN0IA1QL+GSNDdwLAu1Ew5ZjTwupvedwg3WdfoH6pIDvYQ2hV0Uc2nKBLPq7NB5apCx57MLS5qlmO5g==",
|
|
4490
4390
|
"license": "(MIT OR CC0-1.0)",
|
|
4491
4391
|
"dependencies": {
|
|
4492
4392
|
"tagged-tag": "^1.0.0"
|
|
@@ -4601,9 +4501,9 @@
|
|
|
4601
4501
|
}
|
|
4602
4502
|
},
|
|
4603
4503
|
"node_modules/which": {
|
|
4604
|
-
"version": "
|
|
4605
|
-
"resolved": "https://registry.npmjs.org/which/-/which-
|
|
4606
|
-
"integrity": "sha512-
|
|
4504
|
+
"version": "6.0.0",
|
|
4505
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz",
|
|
4506
|
+
"integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==",
|
|
4607
4507
|
"license": "ISC",
|
|
4608
4508
|
"dependencies": {
|
|
4609
4509
|
"isexe": "^3.1.1"
|
|
@@ -4612,13 +4512,13 @@
|
|
|
4612
4512
|
"node-which": "bin/which.js"
|
|
4613
4513
|
},
|
|
4614
4514
|
"engines": {
|
|
4615
|
-
"node": "^
|
|
4515
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
4616
4516
|
}
|
|
4617
4517
|
},
|
|
4618
4518
|
"node_modules/winston": {
|
|
4619
|
-
"version": "3.
|
|
4620
|
-
"resolved": "https://registry.npmjs.org/winston/-/winston-3.
|
|
4621
|
-
"integrity": "sha512-
|
|
4519
|
+
"version": "3.19.0",
|
|
4520
|
+
"resolved": "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz",
|
|
4521
|
+
"integrity": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==",
|
|
4622
4522
|
"license": "MIT",
|
|
4623
4523
|
"dependencies": {
|
|
4624
4524
|
"@colors/colors": "^1.6.0",
|
|
@@ -4714,88 +4614,6 @@
|
|
|
4714
4614
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4715
4615
|
}
|
|
4716
4616
|
},
|
|
4717
|
-
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
4718
|
-
"version": "5.0.1",
|
|
4719
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4720
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4721
|
-
"license": "MIT",
|
|
4722
|
-
"engines": {
|
|
4723
|
-
"node": ">=8"
|
|
4724
|
-
}
|
|
4725
|
-
},
|
|
4726
|
-
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
4727
|
-
"version": "8.0.0",
|
|
4728
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
4729
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
4730
|
-
"license": "MIT"
|
|
4731
|
-
},
|
|
4732
|
-
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
4733
|
-
"version": "4.2.3",
|
|
4734
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4735
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4736
|
-
"license": "MIT",
|
|
4737
|
-
"dependencies": {
|
|
4738
|
-
"emoji-regex": "^8.0.0",
|
|
4739
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
4740
|
-
"strip-ansi": "^6.0.1"
|
|
4741
|
-
},
|
|
4742
|
-
"engines": {
|
|
4743
|
-
"node": ">=8"
|
|
4744
|
-
}
|
|
4745
|
-
},
|
|
4746
|
-
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
4747
|
-
"version": "6.0.1",
|
|
4748
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4749
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4750
|
-
"license": "MIT",
|
|
4751
|
-
"dependencies": {
|
|
4752
|
-
"ansi-regex": "^5.0.1"
|
|
4753
|
-
},
|
|
4754
|
-
"engines": {
|
|
4755
|
-
"node": ">=8"
|
|
4756
|
-
}
|
|
4757
|
-
},
|
|
4758
|
-
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
4759
|
-
"version": "5.0.1",
|
|
4760
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4761
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4762
|
-
"license": "MIT",
|
|
4763
|
-
"engines": {
|
|
4764
|
-
"node": ">=8"
|
|
4765
|
-
}
|
|
4766
|
-
},
|
|
4767
|
-
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
4768
|
-
"version": "8.0.0",
|
|
4769
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
4770
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
4771
|
-
"license": "MIT"
|
|
4772
|
-
},
|
|
4773
|
-
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
4774
|
-
"version": "4.2.3",
|
|
4775
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4776
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4777
|
-
"license": "MIT",
|
|
4778
|
-
"dependencies": {
|
|
4779
|
-
"emoji-regex": "^8.0.0",
|
|
4780
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
4781
|
-
"strip-ansi": "^6.0.1"
|
|
4782
|
-
},
|
|
4783
|
-
"engines": {
|
|
4784
|
-
"node": ">=8"
|
|
4785
|
-
}
|
|
4786
|
-
},
|
|
4787
|
-
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
4788
|
-
"version": "6.0.1",
|
|
4789
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4790
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4791
|
-
"license": "MIT",
|
|
4792
|
-
"dependencies": {
|
|
4793
|
-
"ansi-regex": "^5.0.1"
|
|
4794
|
-
},
|
|
4795
|
-
"engines": {
|
|
4796
|
-
"node": ">=8"
|
|
4797
|
-
}
|
|
4798
|
-
},
|
|
4799
4617
|
"node_modules/wrappy": {
|
|
4800
4618
|
"version": "1.0.2",
|
|
4801
4619
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
@@ -4842,15 +4660,18 @@
|
|
|
4842
4660
|
}
|
|
4843
4661
|
},
|
|
4844
4662
|
"node_modules/yaml": {
|
|
4845
|
-
"version": "2.8.
|
|
4846
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
4847
|
-
"integrity": "sha512-
|
|
4663
|
+
"version": "2.8.2",
|
|
4664
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
|
|
4665
|
+
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
|
|
4848
4666
|
"license": "ISC",
|
|
4849
4667
|
"bin": {
|
|
4850
4668
|
"yaml": "bin.mjs"
|
|
4851
4669
|
},
|
|
4852
4670
|
"engines": {
|
|
4853
4671
|
"node": ">= 14.6"
|
|
4672
|
+
},
|
|
4673
|
+
"funding": {
|
|
4674
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
4854
4675
|
}
|
|
4855
4676
|
},
|
|
4856
4677
|
"node_modules/yargs": {
|
|
@@ -4902,6 +4723,21 @@
|
|
|
4902
4723
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4903
4724
|
}
|
|
4904
4725
|
},
|
|
4726
|
+
"node_modules/yargs/node_modules/strip-ansi": {
|
|
4727
|
+
"version": "7.1.2",
|
|
4728
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
4729
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
4730
|
+
"license": "MIT",
|
|
4731
|
+
"dependencies": {
|
|
4732
|
+
"ansi-regex": "^6.0.1"
|
|
4733
|
+
},
|
|
4734
|
+
"engines": {
|
|
4735
|
+
"node": ">=12"
|
|
4736
|
+
},
|
|
4737
|
+
"funding": {
|
|
4738
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4739
|
+
}
|
|
4740
|
+
},
|
|
4905
4741
|
"node_modules/yauzl": {
|
|
4906
4742
|
"version": "3.2.0",
|
|
4907
4743
|
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.9.
|
|
11
|
+
"version": "10.9.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"devDependencies": {
|
|
147
147
|
"@appium/docutils": "^2.0.0-rc.1",
|
|
148
148
|
"@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
|
|
149
|
-
"@appium/test-support": "^4.0.0-rc.1",
|
|
150
149
|
"@appium/tsconfig": "^1.0.0-rc.1",
|
|
151
150
|
"@appium/types": "^1.0.0-rc.1",
|
|
152
151
|
"@semantic-release/changelog": "^6.0.3",
|