appium-xcuitest-driver 10.9.0 → 10.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/npm-shrinkwrap.json +300 -418
- package/package.json +1 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [10.9.2](https://github.com/appium/appium-xcuitest-driver/compare/v10.9.1...v10.9.2) (2025-12-11)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** remove `source-map-support` ([#2670](https://github.com/appium/appium-xcuitest-driver/issues/2670)) ([539801a](https://github.com/appium/appium-xcuitest-driver/commit/539801a688848c91e67b999cbdc54b0536046929))
|
|
6
|
+
|
|
7
|
+
## [10.9.1](https://github.com/appium/appium-xcuitest-driver/compare/v10.9.0...v10.9.1) (2025-12-07)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* 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))
|
|
12
|
+
|
|
1
13
|
## [10.9.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.8.4...v10.9.0) (2025-11-29)
|
|
2
14
|
|
|
3
15
|
### 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.2",
|
|
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.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"node-simctl": "^8.0.0",
|
|
32
32
|
"portscanner": "^2.2.0",
|
|
33
33
|
"semver": "^7.5.4",
|
|
34
|
-
"source-map-support": "^0.x",
|
|
35
34
|
"teen_process": "^3.0.0",
|
|
36
35
|
"winston": "^3.17.0",
|
|
37
36
|
"ws": "^8.13.0"
|
|
@@ -39,7 +38,6 @@
|
|
|
39
38
|
"devDependencies": {
|
|
40
39
|
"@appium/docutils": "^2.0.0-rc.1",
|
|
41
40
|
"@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
|
|
42
|
-
"@appium/test-support": "^4.0.0-rc.1",
|
|
43
41
|
"@appium/tsconfig": "^1.0.0-rc.1",
|
|
44
42
|
"@appium/types": "^1.0.0-rc.1",
|
|
45
43
|
"@semantic-release/changelog": "^6.0.3",
|
|
@@ -77,30 +75,30 @@
|
|
|
77
75
|
}
|
|
78
76
|
},
|
|
79
77
|
"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-
|
|
78
|
+
"version": "10.1.2",
|
|
79
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.2.tgz",
|
|
80
|
+
"integrity": "sha512-AxCYznylRw4xpOx30dAIQ8m5GsVM9ob/MPwc/KyiKhtofLNxQQlFLvLs7SeX7s8iwvwr0puMasOqlWrWy3gVbA==",
|
|
83
81
|
"license": "Apache-2.0",
|
|
84
82
|
"dependencies": {
|
|
85
|
-
"@appium/support": "^7.0.
|
|
86
|
-
"@appium/types": "^1.1.
|
|
83
|
+
"@appium/support": "^7.0.4",
|
|
84
|
+
"@appium/types": "^1.1.2",
|
|
87
85
|
"@colors/colors": "1.6.0",
|
|
88
86
|
"async-lock": "1.4.1",
|
|
89
87
|
"asyncbox": "3.0.0",
|
|
90
88
|
"axios": "1.13.2",
|
|
91
89
|
"bluebird": "3.7.2",
|
|
92
|
-
"body-parser": "2.2.
|
|
93
|
-
"express": "5.1
|
|
90
|
+
"body-parser": "2.2.1",
|
|
91
|
+
"express": "5.2.1",
|
|
94
92
|
"fastest-levenshtein": "1.0.16",
|
|
95
93
|
"http-status-codes": "2.3.0",
|
|
96
94
|
"lodash": "4.17.21",
|
|
97
|
-
"lru-cache": "11.2.
|
|
95
|
+
"lru-cache": "11.2.4",
|
|
98
96
|
"method-override": "3.0.0",
|
|
99
97
|
"morgan": "1.10.1",
|
|
100
98
|
"path-to-regexp": "8.3.0",
|
|
101
99
|
"serve-favicon": "2.5.1",
|
|
102
100
|
"source-map-support": "0.5.21",
|
|
103
|
-
"type-fest": "5.
|
|
101
|
+
"type-fest": "5.3.0"
|
|
104
102
|
},
|
|
105
103
|
"engines": {
|
|
106
104
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -111,13 +109,13 @@
|
|
|
111
109
|
}
|
|
112
110
|
},
|
|
113
111
|
"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-
|
|
112
|
+
"version": "3.0.5",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.5.tgz",
|
|
114
|
+
"integrity": "sha512-w27EqXQ3zY7xKp61IizbzhZGlxQvFr8uKxeELP5TU/+YxnjU8MyVYmWCG7RXp0dh9n7mZen/WPjZtvqdiBOsMQ==",
|
|
117
115
|
"license": "Apache-2.0",
|
|
118
116
|
"dependencies": {
|
|
119
|
-
"@appium/base-driver": "^10.1.
|
|
120
|
-
"@appium/support": "^7.0.
|
|
117
|
+
"@appium/base-driver": "^10.1.2",
|
|
118
|
+
"@appium/support": "^7.0.4"
|
|
121
119
|
},
|
|
122
120
|
"engines": {
|
|
123
121
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -125,12 +123,12 @@
|
|
|
125
123
|
}
|
|
126
124
|
},
|
|
127
125
|
"node_modules/@appium/docutils": {
|
|
128
|
-
"version": "2.
|
|
129
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.
|
|
130
|
-
"integrity": "sha512-
|
|
126
|
+
"version": "2.2.0",
|
|
127
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.2.0.tgz",
|
|
128
|
+
"integrity": "sha512-bwZIShYLRnWCRdGEgjBX+POXyI0X8fbZ3FNHWDlNzYjCBodYckiMw8X48WDwMRd0AeP5mzjBbHSpH7DKfebuFg==",
|
|
131
129
|
"license": "Apache-2.0",
|
|
132
130
|
"dependencies": {
|
|
133
|
-
"@appium/support": "^7.0.
|
|
131
|
+
"@appium/support": "^7.0.4",
|
|
134
132
|
"chalk": "4.1.2",
|
|
135
133
|
"consola": "3.4.2",
|
|
136
134
|
"diff": "8.0.2",
|
|
@@ -139,9 +137,9 @@
|
|
|
139
137
|
"pkg-dir": "5.0.0",
|
|
140
138
|
"read-pkg": "5.2.0",
|
|
141
139
|
"source-map-support": "0.5.21",
|
|
142
|
-
"teen_process": "3.0.
|
|
143
|
-
"type-fest": "5.
|
|
144
|
-
"yaml": "2.8.
|
|
140
|
+
"teen_process": "3.0.4",
|
|
141
|
+
"type-fest": "5.3.0",
|
|
142
|
+
"yaml": "2.8.2",
|
|
145
143
|
"yargs": "18.0.0",
|
|
146
144
|
"yargs-parser": "22.0.0"
|
|
147
145
|
},
|
|
@@ -154,9 +152,9 @@
|
|
|
154
152
|
}
|
|
155
153
|
},
|
|
156
154
|
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
157
|
-
"version": "3.0.
|
|
158
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
159
|
-
"integrity": "sha512-
|
|
155
|
+
"version": "3.0.4",
|
|
156
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
|
|
157
|
+
"integrity": "sha512-NQA/5PdJWEAxuYoBRW7RajnAyWmfh5iGMY1kEXiAzobtv0ztERcfDnfszpUTuvhFXrvh3E4GvHt9yWbS/EndzQ==",
|
|
160
158
|
"license": "Apache-2.0",
|
|
161
159
|
"dependencies": {
|
|
162
160
|
"bluebird": "^3.7.2",
|
|
@@ -170,14 +168,14 @@
|
|
|
170
168
|
}
|
|
171
169
|
},
|
|
172
170
|
"node_modules/@appium/logger": {
|
|
173
|
-
"version": "2.0.
|
|
174
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
175
|
-
"integrity": "sha512-
|
|
171
|
+
"version": "2.0.3",
|
|
172
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.3.tgz",
|
|
173
|
+
"integrity": "sha512-x1ROyUZP73RwdfgeYUgYkAAVbjf4QQENAACTjPxzIj7qA4/EyhXvv/Py8b6SPxphW7m9ialQjpS0FwgQ3nZUfw==",
|
|
176
174
|
"license": "ISC",
|
|
177
175
|
"dependencies": {
|
|
178
176
|
"console-control-strings": "1.1.0",
|
|
179
177
|
"lodash": "4.17.21",
|
|
180
|
-
"lru-cache": "11.2.
|
|
178
|
+
"lru-cache": "11.2.4",
|
|
181
179
|
"set-blocking": "2.0.0"
|
|
182
180
|
},
|
|
183
181
|
"engines": {
|
|
@@ -214,14 +212,14 @@
|
|
|
214
212
|
}
|
|
215
213
|
},
|
|
216
214
|
"node_modules/@appium/support": {
|
|
217
|
-
"version": "7.0.
|
|
218
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
219
|
-
"integrity": "sha512-
|
|
215
|
+
"version": "7.0.4",
|
|
216
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.4.tgz",
|
|
217
|
+
"integrity": "sha512-xIK7cFzouZJLIG6RMmg50M+EsILSeO9e9sSkR4xNSaJajaop7LtpkbMfO5JpTgdNiIUYyIsr/3TusQhxnpPNvw==",
|
|
220
218
|
"license": "Apache-2.0",
|
|
221
219
|
"dependencies": {
|
|
222
|
-
"@appium/logger": "^2.0.
|
|
223
|
-
"@appium/tsconfig": "^1.1.
|
|
224
|
-
"@appium/types": "^1.1.
|
|
220
|
+
"@appium/logger": "^2.0.3",
|
|
221
|
+
"@appium/tsconfig": "^1.1.1",
|
|
222
|
+
"@appium/types": "^1.1.2",
|
|
225
223
|
"@colors/colors": "1.6.0",
|
|
226
224
|
"archiver": "7.0.1",
|
|
227
225
|
"axios": "1.13.2",
|
|
@@ -229,9 +227,9 @@
|
|
|
229
227
|
"bluebird": "3.7.2",
|
|
230
228
|
"bplist-creator": "0.1.1",
|
|
231
229
|
"bplist-parser": "0.3.2",
|
|
232
|
-
"form-data": "4.0.
|
|
230
|
+
"form-data": "4.0.5",
|
|
233
231
|
"get-stream": "6.0.1",
|
|
234
|
-
"glob": "
|
|
232
|
+
"glob": "13.0.0",
|
|
235
233
|
"jsftp": "2.1.3",
|
|
236
234
|
"klaw": "4.1.0",
|
|
237
235
|
"lockfile": "1.0.4",
|
|
@@ -249,10 +247,10 @@
|
|
|
249
247
|
"shell-quote": "1.8.3",
|
|
250
248
|
"source-map-support": "0.5.21",
|
|
251
249
|
"supports-color": "8.1.1",
|
|
252
|
-
"teen_process": "3.0.
|
|
253
|
-
"type-fest": "5.
|
|
250
|
+
"teen_process": "3.0.4",
|
|
251
|
+
"type-fest": "5.3.0",
|
|
254
252
|
"uuid": "13.0.0",
|
|
255
|
-
"which": "
|
|
253
|
+
"which": "6.0.0",
|
|
256
254
|
"yauzl": "3.2.0"
|
|
257
255
|
},
|
|
258
256
|
"engines": {
|
|
@@ -264,9 +262,9 @@
|
|
|
264
262
|
}
|
|
265
263
|
},
|
|
266
264
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
267
|
-
"version": "3.0.
|
|
268
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
269
|
-
"integrity": "sha512-
|
|
265
|
+
"version": "3.0.4",
|
|
266
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
|
|
267
|
+
"integrity": "sha512-NQA/5PdJWEAxuYoBRW7RajnAyWmfh5iGMY1kEXiAzobtv0ztERcfDnfszpUTuvhFXrvh3E4GvHt9yWbS/EndzQ==",
|
|
270
268
|
"license": "Apache-2.0",
|
|
271
269
|
"dependencies": {
|
|
272
270
|
"bluebird": "^3.7.2",
|
|
@@ -280,12 +278,12 @@
|
|
|
280
278
|
}
|
|
281
279
|
},
|
|
282
280
|
"node_modules/@appium/tsconfig": {
|
|
283
|
-
"version": "1.1.
|
|
284
|
-
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.
|
|
285
|
-
"integrity": "sha512-
|
|
281
|
+
"version": "1.1.1",
|
|
282
|
+
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.1.tgz",
|
|
283
|
+
"integrity": "sha512-ikjo037sWgY2Oy0HRPGnrKHnOdUh9JyzstD7E6HlFqcZu8hvOP1hDQmKdoBTz8gkmSbZWcMRZmWaL3Yqaz2pLw==",
|
|
286
284
|
"license": "Apache-2.0",
|
|
287
285
|
"dependencies": {
|
|
288
|
-
"@tsconfig/node20": "20.1.
|
|
286
|
+
"@tsconfig/node20": "20.1.8"
|
|
289
287
|
},
|
|
290
288
|
"engines": {
|
|
291
289
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -293,15 +291,15 @@
|
|
|
293
291
|
}
|
|
294
292
|
},
|
|
295
293
|
"node_modules/@appium/types": {
|
|
296
|
-
"version": "1.1.
|
|
297
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.
|
|
298
|
-
"integrity": "sha512-
|
|
294
|
+
"version": "1.1.2",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.2.tgz",
|
|
296
|
+
"integrity": "sha512-BDyX99GCXWqsfeDxsqsvb6EIfQD7SLTXcCbmcI1PKDTK2wg9znKOtE0YLzXgI6TFQV3+40Xs6za6La/Mv8/rVQ==",
|
|
299
297
|
"license": "Apache-2.0",
|
|
300
298
|
"dependencies": {
|
|
301
|
-
"@appium/logger": "^2.0.
|
|
299
|
+
"@appium/logger": "^2.0.3",
|
|
302
300
|
"@appium/schema": "^1.0.0",
|
|
303
|
-
"@appium/tsconfig": "^1.1.
|
|
304
|
-
"type-fest": "5.
|
|
301
|
+
"@appium/tsconfig": "^1.1.1",
|
|
302
|
+
"type-fest": "5.3.0"
|
|
305
303
|
},
|
|
306
304
|
"engines": {
|
|
307
305
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -411,6 +409,44 @@
|
|
|
411
409
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
412
410
|
}
|
|
413
411
|
},
|
|
412
|
+
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
413
|
+
"version": "9.2.2",
|
|
414
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
415
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
416
|
+
"license": "MIT"
|
|
417
|
+
},
|
|
418
|
+
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
419
|
+
"version": "5.1.2",
|
|
420
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
421
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
422
|
+
"license": "MIT",
|
|
423
|
+
"dependencies": {
|
|
424
|
+
"eastasianwidth": "^0.2.0",
|
|
425
|
+
"emoji-regex": "^9.2.2",
|
|
426
|
+
"strip-ansi": "^7.0.1"
|
|
427
|
+
},
|
|
428
|
+
"engines": {
|
|
429
|
+
"node": ">=12"
|
|
430
|
+
},
|
|
431
|
+
"funding": {
|
|
432
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
436
|
+
"version": "7.1.2",
|
|
437
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
438
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
439
|
+
"license": "MIT",
|
|
440
|
+
"dependencies": {
|
|
441
|
+
"ansi-regex": "^6.0.1"
|
|
442
|
+
},
|
|
443
|
+
"engines": {
|
|
444
|
+
"node": ">=12"
|
|
445
|
+
},
|
|
446
|
+
"funding": {
|
|
447
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
414
450
|
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
415
451
|
"version": "8.1.0",
|
|
416
452
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
@@ -439,9 +475,9 @@
|
|
|
439
475
|
}
|
|
440
476
|
},
|
|
441
477
|
"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-
|
|
478
|
+
"version": "4.0.1",
|
|
479
|
+
"resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-4.0.1.tgz",
|
|
480
|
+
"integrity": "sha512-6arF1ssKxItxgitPYXafUoLmsVBA6K7m9+ZGj6hLDoBl7nWpJ33EInwQUdHTle2METeWGxgQiqSex20KZRykew==",
|
|
445
481
|
"license": "Apache-2.0",
|
|
446
482
|
"dependencies": {
|
|
447
483
|
"kleur": "^4.1.0"
|
|
@@ -464,9 +500,9 @@
|
|
|
464
500
|
}
|
|
465
501
|
},
|
|
466
502
|
"node_modules/@tsconfig/node20": {
|
|
467
|
-
"version": "20.1.
|
|
468
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.
|
|
469
|
-
"integrity": "sha512-
|
|
503
|
+
"version": "20.1.8",
|
|
504
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.8.tgz",
|
|
505
|
+
"integrity": "sha512-Em+IdPfByIzWRRpqWL4Z7ArLHZGxmc36BxE3jCz9nBFSm+5aLaPMZyjwu4yetvyKXeogWcxik4L1jB5JTWfw7A==",
|
|
470
506
|
"license": "MIT"
|
|
471
507
|
},
|
|
472
508
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -560,20 +596,20 @@
|
|
|
560
596
|
}
|
|
561
597
|
},
|
|
562
598
|
"node_modules/appium": {
|
|
563
|
-
"version": "3.1.
|
|
564
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.
|
|
565
|
-
"integrity": "sha512-
|
|
599
|
+
"version": "3.1.2",
|
|
600
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.2.tgz",
|
|
601
|
+
"integrity": "sha512-MIifVZdSLdFBRY084PaaQyU8ilG+fgGoVdzGkRLj9Q8hZ2x/ENwjiOveyWLxcjsWMYYwUtm3TTKRvWGrJvX3Iw==",
|
|
566
602
|
"hasInstallScript": true,
|
|
567
603
|
"license": "Apache-2.0",
|
|
568
604
|
"dependencies": {
|
|
569
|
-
"@appium/base-driver": "^10.1.
|
|
570
|
-
"@appium/base-plugin": "^3.0.
|
|
571
|
-
"@appium/docutils": "^2.
|
|
572
|
-
"@appium/logger": "^2.0.
|
|
605
|
+
"@appium/base-driver": "^10.1.2",
|
|
606
|
+
"@appium/base-plugin": "^3.0.5",
|
|
607
|
+
"@appium/docutils": "^2.2.0",
|
|
608
|
+
"@appium/logger": "^2.0.3",
|
|
573
609
|
"@appium/schema": "^1.0.0",
|
|
574
|
-
"@appium/support": "^7.0.
|
|
575
|
-
"@appium/types": "^1.1.
|
|
576
|
-
"@sidvind/better-ajv-errors": "4.0.
|
|
610
|
+
"@appium/support": "^7.0.4",
|
|
611
|
+
"@appium/types": "^1.1.2",
|
|
612
|
+
"@sidvind/better-ajv-errors": "4.0.1",
|
|
577
613
|
"ajv": "8.17.1",
|
|
578
614
|
"ajv-formats": "3.0.1",
|
|
579
615
|
"argparse": "2.0.1",
|
|
@@ -583,18 +619,18 @@
|
|
|
583
619
|
"bluebird": "3.7.2",
|
|
584
620
|
"lilconfig": "3.1.3",
|
|
585
621
|
"lodash": "4.17.21",
|
|
586
|
-
"lru-cache": "11.2.
|
|
622
|
+
"lru-cache": "11.2.4",
|
|
587
623
|
"ora": "5.4.1",
|
|
588
624
|
"package-changed": "3.0.0",
|
|
589
625
|
"resolve-from": "5.0.0",
|
|
590
626
|
"semver": "7.7.3",
|
|
591
627
|
"source-map-support": "0.5.21",
|
|
592
|
-
"teen_process": "3.0.
|
|
593
|
-
"type-fest": "5.
|
|
628
|
+
"teen_process": "3.0.4",
|
|
629
|
+
"type-fest": "5.3.0",
|
|
594
630
|
"winston": "3.18.3",
|
|
595
631
|
"wrap-ansi": "7.0.0",
|
|
596
632
|
"ws": "8.18.3",
|
|
597
|
-
"yaml": "2.8.
|
|
633
|
+
"yaml": "2.8.2"
|
|
598
634
|
},
|
|
599
635
|
"bin": {
|
|
600
636
|
"appium": "index.js"
|
|
@@ -644,9 +680,9 @@
|
|
|
644
680
|
}
|
|
645
681
|
},
|
|
646
682
|
"node_modules/appium-ios-remotexpc": {
|
|
647
|
-
"version": "0.
|
|
648
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.
|
|
649
|
-
"integrity": "sha512-
|
|
683
|
+
"version": "0.18.0",
|
|
684
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.18.0.tgz",
|
|
685
|
+
"integrity": "sha512-VX9B2u2V32MNDL/dVbUXdWB1weFAGtJuDWpB/yly9ZXnQKRmweg/c2iPZPUiL3+8kaLmFiS+bY8nrjInwnr9mQ==",
|
|
650
686
|
"license": "Apache-2.0",
|
|
651
687
|
"optional": true,
|
|
652
688
|
"dependencies": {
|
|
@@ -664,9 +700,9 @@
|
|
|
664
700
|
}
|
|
665
701
|
},
|
|
666
702
|
"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-
|
|
703
|
+
"version": "8.0.4",
|
|
704
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-8.0.4.tgz",
|
|
705
|
+
"integrity": "sha512-3Yuf+6K09FOpk3TLp9cspKEtbdBt3yAy+GJfrBEvBGKipYHkKbmFTBWq/9RNbJsWYajd3eAI5cCIw+ouYzPeiA==",
|
|
670
706
|
"license": "Apache-2.0",
|
|
671
707
|
"dependencies": {
|
|
672
708
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -725,49 +761,17 @@
|
|
|
725
761
|
"npm": ">=10"
|
|
726
762
|
}
|
|
727
763
|
},
|
|
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
764
|
"node_modules/appium-webdriveragent": {
|
|
761
|
-
"version": "10.
|
|
762
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.
|
|
763
|
-
"integrity": "sha512-
|
|
765
|
+
"version": "10.4.1",
|
|
766
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.4.1.tgz",
|
|
767
|
+
"integrity": "sha512-FI0XltnPtE4kzc5/MQlmX9AP9i4NKLxqwAIXu/q1WVpyxjPXy+qykGKbNox+E/qZ4J6EtXwFOoQW+2czT29/kQ==",
|
|
764
768
|
"license": "Apache-2.0",
|
|
765
769
|
"dependencies": {
|
|
766
770
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
767
771
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
768
772
|
"@appium/support": "^7.0.0-rc.1",
|
|
769
773
|
"appium-ios-device": "^3.0.0",
|
|
770
|
-
"appium-ios-simulator": "^
|
|
774
|
+
"appium-ios-simulator": "^8.0.0",
|
|
771
775
|
"async-lock": "^1.0.0",
|
|
772
776
|
"asyncbox": "^3.0.0",
|
|
773
777
|
"axios": "^1.4.0",
|
|
@@ -781,29 +785,6 @@
|
|
|
781
785
|
"npm": ">=10"
|
|
782
786
|
}
|
|
783
787
|
},
|
|
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
788
|
"node_modules/appium-xcode": {
|
|
808
789
|
"version": "6.1.2",
|
|
809
790
|
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.2.tgz",
|
|
@@ -824,10 +805,24 @@
|
|
|
824
805
|
"npm": ">=10"
|
|
825
806
|
}
|
|
826
807
|
},
|
|
808
|
+
"node_modules/appium/node_modules/readable-stream": {
|
|
809
|
+
"version": "3.6.2",
|
|
810
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
811
|
+
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
812
|
+
"license": "MIT",
|
|
813
|
+
"dependencies": {
|
|
814
|
+
"inherits": "^2.0.3",
|
|
815
|
+
"string_decoder": "^1.1.1",
|
|
816
|
+
"util-deprecate": "^1.0.1"
|
|
817
|
+
},
|
|
818
|
+
"engines": {
|
|
819
|
+
"node": ">= 6"
|
|
820
|
+
}
|
|
821
|
+
},
|
|
827
822
|
"node_modules/appium/node_modules/teen_process": {
|
|
828
|
-
"version": "3.0.
|
|
829
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
830
|
-
"integrity": "sha512-
|
|
823
|
+
"version": "3.0.4",
|
|
824
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
|
|
825
|
+
"integrity": "sha512-NQA/5PdJWEAxuYoBRW7RajnAyWmfh5iGMY1kEXiAzobtv0ztERcfDnfszpUTuvhFXrvh3E4GvHt9yWbS/EndzQ==",
|
|
831
826
|
"license": "Apache-2.0",
|
|
832
827
|
"dependencies": {
|
|
833
828
|
"bluebird": "^3.7.2",
|
|
@@ -840,6 +835,28 @@
|
|
|
840
835
|
"npm": ">=10"
|
|
841
836
|
}
|
|
842
837
|
},
|
|
838
|
+
"node_modules/appium/node_modules/winston": {
|
|
839
|
+
"version": "3.18.3",
|
|
840
|
+
"resolved": "https://registry.npmjs.org/winston/-/winston-3.18.3.tgz",
|
|
841
|
+
"integrity": "sha512-NoBZauFNNWENgsnC9YpgyYwOVrl2m58PpQ8lNHjV3kosGs7KJ7Npk9pCUE+WJlawVSe8mykWDKWFSVfs3QO9ww==",
|
|
842
|
+
"license": "MIT",
|
|
843
|
+
"dependencies": {
|
|
844
|
+
"@colors/colors": "^1.6.0",
|
|
845
|
+
"@dabh/diagnostics": "^2.0.8",
|
|
846
|
+
"async": "^3.2.3",
|
|
847
|
+
"is-stream": "^2.0.0",
|
|
848
|
+
"logform": "^2.7.0",
|
|
849
|
+
"one-time": "^1.0.0",
|
|
850
|
+
"readable-stream": "^3.4.0",
|
|
851
|
+
"safe-stable-stringify": "^2.3.1",
|
|
852
|
+
"stack-trace": "0.0.x",
|
|
853
|
+
"triple-beam": "^1.3.0",
|
|
854
|
+
"winston-transport": "^4.9.0"
|
|
855
|
+
},
|
|
856
|
+
"engines": {
|
|
857
|
+
"node": ">= 12.0.0"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
843
860
|
"node_modules/archiver": {
|
|
844
861
|
"version": "7.0.1",
|
|
845
862
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -905,21 +922,6 @@
|
|
|
905
922
|
"url": "https://github.com/sponsors/isaacs"
|
|
906
923
|
}
|
|
907
924
|
},
|
|
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
925
|
"node_modules/archiver-utils/node_modules/lru-cache": {
|
|
924
926
|
"version": "10.4.3",
|
|
925
927
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
@@ -1119,23 +1121,27 @@
|
|
|
1119
1121
|
"license": "MIT"
|
|
1120
1122
|
},
|
|
1121
1123
|
"node_modules/body-parser": {
|
|
1122
|
-
"version": "2.2.
|
|
1123
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.
|
|
1124
|
-
"integrity": "sha512-
|
|
1124
|
+
"version": "2.2.1",
|
|
1125
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.1.tgz",
|
|
1126
|
+
"integrity": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==",
|
|
1125
1127
|
"license": "MIT",
|
|
1126
1128
|
"dependencies": {
|
|
1127
1129
|
"bytes": "^3.1.2",
|
|
1128
1130
|
"content-type": "^1.0.5",
|
|
1129
|
-
"debug": "^4.4.
|
|
1131
|
+
"debug": "^4.4.3",
|
|
1130
1132
|
"http-errors": "^2.0.0",
|
|
1131
|
-
"iconv-lite": "^0.
|
|
1133
|
+
"iconv-lite": "^0.7.0",
|
|
1132
1134
|
"on-finished": "^2.4.1",
|
|
1133
1135
|
"qs": "^6.14.0",
|
|
1134
|
-
"raw-body": "^3.0.
|
|
1135
|
-
"type-is": "^2.0.
|
|
1136
|
+
"raw-body": "^3.0.1",
|
|
1137
|
+
"type-is": "^2.0.1"
|
|
1136
1138
|
},
|
|
1137
1139
|
"engines": {
|
|
1138
1140
|
"node": ">=18"
|
|
1141
|
+
},
|
|
1142
|
+
"funding": {
|
|
1143
|
+
"type": "opencollective",
|
|
1144
|
+
"url": "https://opencollective.com/express"
|
|
1139
1145
|
}
|
|
1140
1146
|
},
|
|
1141
1147
|
"node_modules/bplist-creator": {
|
|
@@ -1337,6 +1343,21 @@
|
|
|
1337
1343
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1338
1344
|
}
|
|
1339
1345
|
},
|
|
1346
|
+
"node_modules/cliui/node_modules/strip-ansi": {
|
|
1347
|
+
"version": "7.1.2",
|
|
1348
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
1349
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
1350
|
+
"license": "MIT",
|
|
1351
|
+
"dependencies": {
|
|
1352
|
+
"ansi-regex": "^6.0.1"
|
|
1353
|
+
},
|
|
1354
|
+
"engines": {
|
|
1355
|
+
"node": ">=12"
|
|
1356
|
+
},
|
|
1357
|
+
"funding": {
|
|
1358
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1340
1361
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
1341
1362
|
"version": "9.0.2",
|
|
1342
1363
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
@@ -1716,9 +1737,9 @@
|
|
|
1716
1737
|
"license": "MIT"
|
|
1717
1738
|
},
|
|
1718
1739
|
"node_modules/emoji-regex": {
|
|
1719
|
-
"version": "
|
|
1720
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-
|
|
1721
|
-
"integrity": "sha512-
|
|
1740
|
+
"version": "8.0.0",
|
|
1741
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1742
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
1722
1743
|
"license": "MIT"
|
|
1723
1744
|
},
|
|
1724
1745
|
"node_modules/enabled": {
|
|
@@ -1851,18 +1872,19 @@
|
|
|
1851
1872
|
}
|
|
1852
1873
|
},
|
|
1853
1874
|
"node_modules/express": {
|
|
1854
|
-
"version": "5.1
|
|
1855
|
-
"resolved": "https://registry.npmjs.org/express/-/express-5.1.
|
|
1856
|
-
"integrity": "sha512-
|
|
1875
|
+
"version": "5.2.1",
|
|
1876
|
+
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
|
1877
|
+
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
|
|
1857
1878
|
"license": "MIT",
|
|
1858
1879
|
"dependencies": {
|
|
1859
1880
|
"accepts": "^2.0.0",
|
|
1860
|
-
"body-parser": "^2.2.
|
|
1881
|
+
"body-parser": "^2.2.1",
|
|
1861
1882
|
"content-disposition": "^1.0.0",
|
|
1862
1883
|
"content-type": "^1.0.5",
|
|
1863
1884
|
"cookie": "^0.7.1",
|
|
1864
1885
|
"cookie-signature": "^1.2.1",
|
|
1865
1886
|
"debug": "^4.4.0",
|
|
1887
|
+
"depd": "^2.0.0",
|
|
1866
1888
|
"encodeurl": "^2.0.0",
|
|
1867
1889
|
"escape-html": "^1.0.3",
|
|
1868
1890
|
"etag": "^1.8.1",
|
|
@@ -1938,9 +1960,9 @@
|
|
|
1938
1960
|
"license": "MIT"
|
|
1939
1961
|
},
|
|
1940
1962
|
"node_modules/finalhandler": {
|
|
1941
|
-
"version": "2.1.
|
|
1942
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.
|
|
1943
|
-
"integrity": "sha512
|
|
1963
|
+
"version": "2.1.1",
|
|
1964
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
|
|
1965
|
+
"integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
|
|
1944
1966
|
"license": "MIT",
|
|
1945
1967
|
"dependencies": {
|
|
1946
1968
|
"debug": "^4.4.0",
|
|
@@ -1951,7 +1973,11 @@
|
|
|
1951
1973
|
"statuses": "^2.0.1"
|
|
1952
1974
|
},
|
|
1953
1975
|
"engines": {
|
|
1954
|
-
"node": ">= 0.
|
|
1976
|
+
"node": ">= 18.0.0"
|
|
1977
|
+
},
|
|
1978
|
+
"funding": {
|
|
1979
|
+
"type": "opencollective",
|
|
1980
|
+
"url": "https://opencollective.com/express"
|
|
1955
1981
|
}
|
|
1956
1982
|
},
|
|
1957
1983
|
"node_modules/find-up": {
|
|
@@ -2025,9 +2051,9 @@
|
|
|
2025
2051
|
}
|
|
2026
2052
|
},
|
|
2027
2053
|
"node_modules/form-data": {
|
|
2028
|
-
"version": "4.0.
|
|
2029
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
2030
|
-
"integrity": "sha512-
|
|
2054
|
+
"version": "4.0.5",
|
|
2055
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
2056
|
+
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
2031
2057
|
"license": "MIT",
|
|
2032
2058
|
"dependencies": {
|
|
2033
2059
|
"asynckit": "^0.4.0",
|
|
@@ -2194,21 +2220,15 @@
|
|
|
2194
2220
|
}
|
|
2195
2221
|
},
|
|
2196
2222
|
"node_modules/glob": {
|
|
2197
|
-
"version": "
|
|
2198
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
2199
|
-
"integrity": "sha512-
|
|
2200
|
-
"license": "
|
|
2223
|
+
"version": "13.0.0",
|
|
2224
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
|
2225
|
+
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
|
2226
|
+
"license": "BlueOak-1.0.0",
|
|
2201
2227
|
"dependencies": {
|
|
2202
|
-
"
|
|
2203
|
-
"jackspeak": "^4.1.1",
|
|
2204
|
-
"minimatch": "^10.0.3",
|
|
2228
|
+
"minimatch": "^10.1.1",
|
|
2205
2229
|
"minipass": "^7.1.2",
|
|
2206
|
-
"package-json-from-dist": "^1.0.0",
|
|
2207
2230
|
"path-scurry": "^2.0.0"
|
|
2208
2231
|
},
|
|
2209
|
-
"bin": {
|
|
2210
|
-
"glob": "dist/esm/bin.mjs"
|
|
2211
|
-
},
|
|
2212
2232
|
"engines": {
|
|
2213
2233
|
"node": "20 || >=22"
|
|
2214
2234
|
},
|
|
@@ -2390,15 +2410,19 @@
|
|
|
2390
2410
|
"license": "MIT"
|
|
2391
2411
|
},
|
|
2392
2412
|
"node_modules/iconv-lite": {
|
|
2393
|
-
"version": "0.
|
|
2394
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
2395
|
-
"integrity": "sha512-
|
|
2413
|
+
"version": "0.7.0",
|
|
2414
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
2415
|
+
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
2396
2416
|
"license": "MIT",
|
|
2397
2417
|
"dependencies": {
|
|
2398
2418
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
2399
2419
|
},
|
|
2400
2420
|
"engines": {
|
|
2401
2421
|
"node": ">=0.10.0"
|
|
2422
|
+
},
|
|
2423
|
+
"funding": {
|
|
2424
|
+
"type": "opencollective",
|
|
2425
|
+
"url": "https://opencollective.com/express"
|
|
2402
2426
|
}
|
|
2403
2427
|
},
|
|
2404
2428
|
"node_modules/ieee754": {
|
|
@@ -2524,18 +2548,18 @@
|
|
|
2524
2548
|
}
|
|
2525
2549
|
},
|
|
2526
2550
|
"node_modules/jackspeak": {
|
|
2527
|
-
"version": "4.
|
|
2528
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.
|
|
2529
|
-
"integrity": "sha512-
|
|
2551
|
+
"version": "3.4.3",
|
|
2552
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
2553
|
+
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
2530
2554
|
"license": "BlueOak-1.0.0",
|
|
2531
2555
|
"dependencies": {
|
|
2532
2556
|
"@isaacs/cliui": "^8.0.2"
|
|
2533
2557
|
},
|
|
2534
|
-
"engines": {
|
|
2535
|
-
"node": "20 || >=22"
|
|
2536
|
-
},
|
|
2537
2558
|
"funding": {
|
|
2538
2559
|
"url": "https://github.com/sponsors/isaacs"
|
|
2560
|
+
},
|
|
2561
|
+
"optionalDependencies": {
|
|
2562
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
2539
2563
|
}
|
|
2540
2564
|
},
|
|
2541
2565
|
"node_modules/js-tokens": {
|
|
@@ -2753,10 +2777,10 @@
|
|
|
2753
2777
|
}
|
|
2754
2778
|
},
|
|
2755
2779
|
"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": "
|
|
2780
|
+
"version": "11.2.4",
|
|
2781
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
|
|
2782
|
+
"integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
|
|
2783
|
+
"license": "BlueOak-1.0.0",
|
|
2760
2784
|
"engines": {
|
|
2761
2785
|
"node": "20 || >=22"
|
|
2762
2786
|
}
|
|
@@ -3003,9 +3027,9 @@
|
|
|
3003
3027
|
}
|
|
3004
3028
|
},
|
|
3005
3029
|
"node_modules/node-simctl": {
|
|
3006
|
-
"version": "8.0.
|
|
3007
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.
|
|
3008
|
-
"integrity": "sha512-
|
|
3030
|
+
"version": "8.0.8",
|
|
3031
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.8.tgz",
|
|
3032
|
+
"integrity": "sha512-5aFcGmKz5OlUj3Rd464Cd2gewN0UsmptdEC4B7NIyYCbF7eD1u224HYmsds2VUz+/OssaaXSEWIcAeoXVgSM+g==",
|
|
3009
3033
|
"license": "Apache-2.0",
|
|
3010
3034
|
"dependencies": {
|
|
3011
3035
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -3017,7 +3041,7 @@
|
|
|
3017
3041
|
"source-map-support": "^0.x",
|
|
3018
3042
|
"teen_process": "^3.0.0",
|
|
3019
3043
|
"uuid": "^13.0.0",
|
|
3020
|
-
"which": "^
|
|
3044
|
+
"which": "^6.0.0"
|
|
3021
3045
|
},
|
|
3022
3046
|
"engines": {
|
|
3023
3047
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -3117,6 +3141,22 @@
|
|
|
3117
3141
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3118
3142
|
}
|
|
3119
3143
|
},
|
|
3144
|
+
"node_modules/npm-run-all2/node_modules/which": {
|
|
3145
|
+
"version": "5.0.0",
|
|
3146
|
+
"resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
|
|
3147
|
+
"integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
|
|
3148
|
+
"license": "ISC",
|
|
3149
|
+
"optional": true,
|
|
3150
|
+
"dependencies": {
|
|
3151
|
+
"isexe": "^3.1.1"
|
|
3152
|
+
},
|
|
3153
|
+
"bin": {
|
|
3154
|
+
"node-which": "bin/which.js"
|
|
3155
|
+
},
|
|
3156
|
+
"engines": {
|
|
3157
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
3158
|
+
}
|
|
3159
|
+
},
|
|
3120
3160
|
"node_modules/object-inspect": {
|
|
3121
3161
|
"version": "1.13.4",
|
|
3122
3162
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
@@ -3213,27 +3253,6 @@
|
|
|
3213
3253
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3214
3254
|
}
|
|
3215
3255
|
},
|
|
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
3256
|
"node_modules/p-limit": {
|
|
3238
3257
|
"version": "3.1.0",
|
|
3239
3258
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -3547,22 +3566,6 @@
|
|
|
3547
3566
|
"node": ">= 0.10"
|
|
3548
3567
|
}
|
|
3549
3568
|
},
|
|
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
3569
|
"node_modules/read-package-json-fast": {
|
|
3567
3570
|
"version": "4.0.0",
|
|
3568
3571
|
"resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
|
|
@@ -3742,38 +3745,6 @@
|
|
|
3742
3745
|
"url": "https://github.com/sponsors/isaacs"
|
|
3743
3746
|
}
|
|
3744
3747
|
},
|
|
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
3748
|
"node_modules/router": {
|
|
3778
3749
|
"version": "2.2.0",
|
|
3779
3750
|
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
@@ -4274,20 +4245,17 @@
|
|
|
4274
4245
|
"license": "MIT"
|
|
4275
4246
|
},
|
|
4276
4247
|
"node_modules/string-width": {
|
|
4277
|
-
"version": "
|
|
4278
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-
|
|
4279
|
-
"integrity": "sha512-
|
|
4248
|
+
"version": "4.2.3",
|
|
4249
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4250
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4280
4251
|
"license": "MIT",
|
|
4281
4252
|
"dependencies": {
|
|
4282
|
-
"
|
|
4283
|
-
"
|
|
4284
|
-
"strip-ansi": "^
|
|
4253
|
+
"emoji-regex": "^8.0.0",
|
|
4254
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
4255
|
+
"strip-ansi": "^6.0.1"
|
|
4285
4256
|
},
|
|
4286
4257
|
"engines": {
|
|
4287
|
-
"node": ">=
|
|
4288
|
-
},
|
|
4289
|
-
"funding": {
|
|
4290
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4258
|
+
"node": ">=8"
|
|
4291
4259
|
}
|
|
4292
4260
|
},
|
|
4293
4261
|
"node_modules/string-width-cjs": {
|
|
@@ -4305,22 +4273,7 @@
|
|
|
4305
4273
|
"node": ">=8"
|
|
4306
4274
|
}
|
|
4307
4275
|
},
|
|
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": {
|
|
4276
|
+
"node_modules/strip-ansi": {
|
|
4324
4277
|
"version": "6.0.1",
|
|
4325
4278
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4326
4279
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -4332,21 +4285,6 @@
|
|
|
4332
4285
|
"node": ">=8"
|
|
4333
4286
|
}
|
|
4334
4287
|
},
|
|
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
4288
|
"node_modules/strip-ansi-cjs": {
|
|
4351
4289
|
"name": "strip-ansi",
|
|
4352
4290
|
"version": "6.0.1",
|
|
@@ -4369,6 +4307,15 @@
|
|
|
4369
4307
|
"node": ">=8"
|
|
4370
4308
|
}
|
|
4371
4309
|
},
|
|
4310
|
+
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
4311
|
+
"version": "5.0.1",
|
|
4312
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4313
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4314
|
+
"license": "MIT",
|
|
4315
|
+
"engines": {
|
|
4316
|
+
"node": ">=8"
|
|
4317
|
+
}
|
|
4318
|
+
},
|
|
4372
4319
|
"node_modules/supports-color": {
|
|
4373
4320
|
"version": "8.1.1",
|
|
4374
4321
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4420,15 +4367,14 @@
|
|
|
4420
4367
|
}
|
|
4421
4368
|
},
|
|
4422
4369
|
"node_modules/teen_process": {
|
|
4423
|
-
"version": "3.0.
|
|
4424
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
4425
|
-
"integrity": "sha512-
|
|
4370
|
+
"version": "3.0.5",
|
|
4371
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.5.tgz",
|
|
4372
|
+
"integrity": "sha512-slXWpeYgJ0PwhfEeRfL4B/4n4s1Pu+alJyMplHGM5ExlqgXpCDPoyfAwMsg43QAajqB0/xo1hpEDy0tdtJv4rw==",
|
|
4426
4373
|
"license": "Apache-2.0",
|
|
4427
4374
|
"dependencies": {
|
|
4428
4375
|
"bluebird": "^3.7.2",
|
|
4429
4376
|
"lodash": "^4.17.21",
|
|
4430
|
-
"shell-quote": "^1.8.1"
|
|
4431
|
-
"source-map-support": "^0.x"
|
|
4377
|
+
"shell-quote": "^1.8.1"
|
|
4432
4378
|
},
|
|
4433
4379
|
"engines": {
|
|
4434
4380
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -4484,9 +4430,9 @@
|
|
|
4484
4430
|
}
|
|
4485
4431
|
},
|
|
4486
4432
|
"node_modules/type-fest": {
|
|
4487
|
-
"version": "5.
|
|
4488
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
4489
|
-
"integrity": "sha512-
|
|
4433
|
+
"version": "5.3.0",
|
|
4434
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.3.0.tgz",
|
|
4435
|
+
"integrity": "sha512-d9CwU93nN0IA1QL+GSNDdwLAu1Ew5ZjTwupvedwg3WdfoH6pIDvYQ2hV0Uc2nKBLPq7NB5apCx57MLS5qlmO5g==",
|
|
4490
4436
|
"license": "(MIT OR CC0-1.0)",
|
|
4491
4437
|
"dependencies": {
|
|
4492
4438
|
"tagged-tag": "^1.0.0"
|
|
@@ -4601,9 +4547,9 @@
|
|
|
4601
4547
|
}
|
|
4602
4548
|
},
|
|
4603
4549
|
"node_modules/which": {
|
|
4604
|
-
"version": "
|
|
4605
|
-
"resolved": "https://registry.npmjs.org/which/-/which-
|
|
4606
|
-
"integrity": "sha512-
|
|
4550
|
+
"version": "6.0.0",
|
|
4551
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz",
|
|
4552
|
+
"integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==",
|
|
4607
4553
|
"license": "ISC",
|
|
4608
4554
|
"dependencies": {
|
|
4609
4555
|
"isexe": "^3.1.1"
|
|
@@ -4612,13 +4558,13 @@
|
|
|
4612
4558
|
"node-which": "bin/which.js"
|
|
4613
4559
|
},
|
|
4614
4560
|
"engines": {
|
|
4615
|
-
"node": "^
|
|
4561
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
4616
4562
|
}
|
|
4617
4563
|
},
|
|
4618
4564
|
"node_modules/winston": {
|
|
4619
|
-
"version": "3.
|
|
4620
|
-
"resolved": "https://registry.npmjs.org/winston/-/winston-3.
|
|
4621
|
-
"integrity": "sha512-
|
|
4565
|
+
"version": "3.19.0",
|
|
4566
|
+
"resolved": "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz",
|
|
4567
|
+
"integrity": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==",
|
|
4622
4568
|
"license": "MIT",
|
|
4623
4569
|
"dependencies": {
|
|
4624
4570
|
"@colors/colors": "^1.6.0",
|
|
@@ -4714,88 +4660,6 @@
|
|
|
4714
4660
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4715
4661
|
}
|
|
4716
4662
|
},
|
|
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
4663
|
"node_modules/wrappy": {
|
|
4800
4664
|
"version": "1.0.2",
|
|
4801
4665
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
@@ -4842,15 +4706,18 @@
|
|
|
4842
4706
|
}
|
|
4843
4707
|
},
|
|
4844
4708
|
"node_modules/yaml": {
|
|
4845
|
-
"version": "2.8.
|
|
4846
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
4847
|
-
"integrity": "sha512-
|
|
4709
|
+
"version": "2.8.2",
|
|
4710
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
|
|
4711
|
+
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
|
|
4848
4712
|
"license": "ISC",
|
|
4849
4713
|
"bin": {
|
|
4850
4714
|
"yaml": "bin.mjs"
|
|
4851
4715
|
},
|
|
4852
4716
|
"engines": {
|
|
4853
4717
|
"node": ">= 14.6"
|
|
4718
|
+
},
|
|
4719
|
+
"funding": {
|
|
4720
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
4854
4721
|
}
|
|
4855
4722
|
},
|
|
4856
4723
|
"node_modules/yargs": {
|
|
@@ -4902,6 +4769,21 @@
|
|
|
4902
4769
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4903
4770
|
}
|
|
4904
4771
|
},
|
|
4772
|
+
"node_modules/yargs/node_modules/strip-ansi": {
|
|
4773
|
+
"version": "7.1.2",
|
|
4774
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
4775
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
4776
|
+
"license": "MIT",
|
|
4777
|
+
"dependencies": {
|
|
4778
|
+
"ansi-regex": "^6.0.1"
|
|
4779
|
+
},
|
|
4780
|
+
"engines": {
|
|
4781
|
+
"node": ">=12"
|
|
4782
|
+
},
|
|
4783
|
+
"funding": {
|
|
4784
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4785
|
+
}
|
|
4786
|
+
},
|
|
4905
4787
|
"node_modules/yauzl": {
|
|
4906
4788
|
"version": "3.2.0",
|
|
4907
4789
|
"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.2",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -102,7 +102,6 @@
|
|
|
102
102
|
"node-simctl": "^8.0.0",
|
|
103
103
|
"portscanner": "^2.2.0",
|
|
104
104
|
"semver": "^7.5.4",
|
|
105
|
-
"source-map-support": "^0.x",
|
|
106
105
|
"teen_process": "^3.0.0",
|
|
107
106
|
"winston": "^3.17.0",
|
|
108
107
|
"ws": "^8.13.0"
|
|
@@ -146,7 +145,6 @@
|
|
|
146
145
|
"devDependencies": {
|
|
147
146
|
"@appium/docutils": "^2.0.0-rc.1",
|
|
148
147
|
"@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
|
|
149
|
-
"@appium/test-support": "^4.0.0-rc.1",
|
|
150
148
|
"@appium/tsconfig": "^1.0.0-rc.1",
|
|
151
149
|
"@appium/types": "^1.0.0-rc.1",
|
|
152
150
|
"@semantic-release/changelog": "^6.0.3",
|