appium-xcuitest-driver 11.7.4 → 11.7.5
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 +129 -549
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [11.7.5](https://github.com/appium/appium-xcuitest-driver/compare/v11.7.4...v11.7.5) (2026-05-31)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Bump appium-ios-remotexpc version ([5183a86](https://github.com/appium/appium-xcuitest-driver/commit/5183a8625a70517b5a04e0773a3ad4fa3d25539a))
|
|
6
|
+
|
|
1
7
|
## [11.7.4](https://github.com/appium/appium-xcuitest-driver/compare/v11.7.3...v11.7.4) (2026-05-28)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "11.7.
|
|
3
|
+
"version": "11.7.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "11.7.
|
|
9
|
+
"version": "11.7.5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -63,31 +63,29 @@
|
|
|
63
63
|
"npm": ">=10"
|
|
64
64
|
},
|
|
65
65
|
"optionalDependencies": {
|
|
66
|
-
"appium-ios-remotexpc": "^2.2.
|
|
66
|
+
"appium-ios-remotexpc": "^2.2.2"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"appium": "^3.0.0-rc.2"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"node_modules/@appium/base-driver": {
|
|
73
|
-
"version": "10.
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.
|
|
75
|
-
"integrity": "sha512-
|
|
73
|
+
"version": "10.6.0",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.6.0.tgz",
|
|
75
|
+
"integrity": "sha512-UP37xbRVrdfO0QPkDNVdFhLWc4M817K8mvJsGHWMZe1P//tPYio4lqmsA3baF10Fe5jcwYEoQZDROJLodAivKw==",
|
|
76
76
|
"license": "Apache-2.0",
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@appium/support": "7.2.
|
|
79
|
-
"@appium/types": "1.
|
|
78
|
+
"@appium/support": "7.2.3",
|
|
79
|
+
"@appium/types": "1.5.0",
|
|
80
80
|
"@colors/colors": "1.6.0",
|
|
81
81
|
"async-lock": "1.4.1",
|
|
82
|
-
"asyncbox": "6.
|
|
83
|
-
"axios": "1.16.
|
|
84
|
-
"bluebird": "3.7.2",
|
|
82
|
+
"asyncbox": "6.3.0",
|
|
83
|
+
"axios": "1.16.1",
|
|
85
84
|
"body-parser": "2.2.2",
|
|
86
85
|
"express": "5.2.1",
|
|
87
86
|
"fastest-levenshtein": "1.0.16",
|
|
88
87
|
"http-status-codes": "2.3.0",
|
|
89
|
-
"
|
|
90
|
-
"lru-cache": "11.3.5",
|
|
88
|
+
"lru-cache": "11.5.0",
|
|
91
89
|
"method-override": "3.0.0",
|
|
92
90
|
"morgan": "1.10.1",
|
|
93
91
|
"path-to-regexp": "8.4.2",
|
|
@@ -102,55 +100,30 @@
|
|
|
102
100
|
"spdy": "4.0.2"
|
|
103
101
|
}
|
|
104
102
|
},
|
|
105
|
-
"node_modules/@appium/base-driver/node_modules/asyncbox": {
|
|
106
|
-
"version": "6.2.0",
|
|
107
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
108
|
-
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
109
|
-
"license": "Apache-2.0",
|
|
110
|
-
"dependencies": {
|
|
111
|
-
"p-limit": "^7.2.0"
|
|
112
|
-
},
|
|
113
|
-
"engines": {
|
|
114
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
115
|
-
"npm": ">=10"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
119
|
-
"version": "1.16.0",
|
|
120
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
|
|
121
|
-
"integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
|
|
122
|
-
"license": "MIT",
|
|
123
|
-
"dependencies": {
|
|
124
|
-
"follow-redirects": "^1.16.0",
|
|
125
|
-
"form-data": "^4.0.5",
|
|
126
|
-
"proxy-from-env": "^2.1.0"
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
103
|
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
130
|
-
"version": "11.
|
|
131
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.
|
|
132
|
-
"integrity": "sha512-
|
|
104
|
+
"version": "11.5.0",
|
|
105
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz",
|
|
106
|
+
"integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==",
|
|
133
107
|
"license": "BlueOak-1.0.0",
|
|
134
108
|
"engines": {
|
|
135
109
|
"node": "20 || >=22"
|
|
136
110
|
}
|
|
137
111
|
},
|
|
138
112
|
"node_modules/@appium/docutils": {
|
|
139
|
-
"version": "2.4.
|
|
140
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.4.
|
|
141
|
-
"integrity": "sha512-
|
|
113
|
+
"version": "2.4.3",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.4.3.tgz",
|
|
115
|
+
"integrity": "sha512-2267rmUqsA/Tam+tmZNhmGxq2UN2lXWK3xZOYX5a9+oc0y19IB6LFJ9+dRxHh4jRgdLJrtxzqqGPUfs4hBjLgQ==",
|
|
142
116
|
"license": "Apache-2.0",
|
|
143
117
|
"dependencies": {
|
|
144
|
-
"@appium/support": "7.2.
|
|
118
|
+
"@appium/support": "7.2.3",
|
|
145
119
|
"consola": "3.4.2",
|
|
146
120
|
"diff": "9.0.0",
|
|
147
121
|
"lilconfig": "3.1.3",
|
|
148
|
-
"lodash": "4.18.1",
|
|
149
122
|
"package-directory": "8.2.0",
|
|
150
123
|
"read-pkg": "10.1.0",
|
|
151
124
|
"teen_process": "4.1.3",
|
|
152
125
|
"type-fest": "5.6.0",
|
|
153
|
-
"yaml": "2.
|
|
126
|
+
"yaml": "2.9.0",
|
|
154
127
|
"yargs": "18.0.0",
|
|
155
128
|
"yargs-parser": "22.0.0"
|
|
156
129
|
},
|
|
@@ -163,14 +136,13 @@
|
|
|
163
136
|
}
|
|
164
137
|
},
|
|
165
138
|
"node_modules/@appium/logger": {
|
|
166
|
-
"version": "2.0.
|
|
167
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
168
|
-
"integrity": "sha512-
|
|
139
|
+
"version": "2.0.8",
|
|
140
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.8.tgz",
|
|
141
|
+
"integrity": "sha512-G5uYRq97Kn1CEdgI2eq237NkgUMrxKecSsuagGiI5usNH8ttjFN+LP95QJi9JERxMW/djfXKv7dz6eJ0ZY3SbA==",
|
|
169
142
|
"license": "ISC",
|
|
170
143
|
"dependencies": {
|
|
171
144
|
"console-control-strings": "1.1.0",
|
|
172
|
-
"
|
|
173
|
-
"lru-cache": "11.3.5",
|
|
145
|
+
"lru-cache": "11.5.0",
|
|
174
146
|
"set-blocking": "2.0.0"
|
|
175
147
|
},
|
|
176
148
|
"engines": {
|
|
@@ -179,18 +151,18 @@
|
|
|
179
151
|
}
|
|
180
152
|
},
|
|
181
153
|
"node_modules/@appium/logger/node_modules/lru-cache": {
|
|
182
|
-
"version": "11.
|
|
183
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.
|
|
184
|
-
"integrity": "sha512-
|
|
154
|
+
"version": "11.5.0",
|
|
155
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz",
|
|
156
|
+
"integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==",
|
|
185
157
|
"license": "BlueOak-1.0.0",
|
|
186
158
|
"engines": {
|
|
187
159
|
"node": "20 || >=22"
|
|
188
160
|
}
|
|
189
161
|
},
|
|
190
162
|
"node_modules/@appium/schema": {
|
|
191
|
-
"version": "1.
|
|
192
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.
|
|
193
|
-
"integrity": "sha512-
|
|
163
|
+
"version": "1.2.0",
|
|
164
|
+
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.2.0.tgz",
|
|
165
|
+
"integrity": "sha512-6MqniwVPLSM5qkP0Azi0ktLIC4hMwUa1R4JWNDDqicZcWQmPUCUJF4keqZl1rGAbNdbQQ3++BIiTVm1Duvl/5A==",
|
|
194
166
|
"license": "Apache-2.0",
|
|
195
167
|
"dependencies": {
|
|
196
168
|
"json-schema": "0.4.0"
|
|
@@ -215,25 +187,25 @@
|
|
|
215
187
|
}
|
|
216
188
|
},
|
|
217
189
|
"node_modules/@appium/support": {
|
|
218
|
-
"version": "7.2.
|
|
219
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.
|
|
220
|
-
"integrity": "sha512
|
|
190
|
+
"version": "7.2.3",
|
|
191
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.3.tgz",
|
|
192
|
+
"integrity": "sha512-/NVMUffjnH9rNrxE+DyM811B1hd0pZl8RT+DlZfqXVyAWzhUjBWw3U2VwSycowDoV9dBpXSpWQ3S+zfRnrMcTg==",
|
|
221
193
|
"license": "Apache-2.0",
|
|
222
194
|
"dependencies": {
|
|
223
|
-
"@appium/logger": "2.0.
|
|
195
|
+
"@appium/logger": "2.0.8",
|
|
224
196
|
"@appium/tsconfig": "1.1.2",
|
|
225
|
-
"@appium/types": "1.
|
|
197
|
+
"@appium/types": "1.5.0",
|
|
226
198
|
"@colors/colors": "1.6.0",
|
|
227
|
-
"archiver": "
|
|
228
|
-
"asyncbox": "6.
|
|
229
|
-
"axios": "1.16.
|
|
199
|
+
"archiver": "8.0.0",
|
|
200
|
+
"asyncbox": "6.3.0",
|
|
201
|
+
"axios": "1.16.1",
|
|
230
202
|
"base64-stream": "1.0.0",
|
|
231
203
|
"bluebird": "3.7.2",
|
|
232
204
|
"bplist-creator": "0.1.1",
|
|
233
205
|
"bplist-parser": "0.3.2",
|
|
234
206
|
"form-data": "4.0.5",
|
|
235
207
|
"get-stream": "9.0.1",
|
|
236
|
-
"glob": "13.0.
|
|
208
|
+
"glob": "13.0.6",
|
|
237
209
|
"jsftp": "2.1.3",
|
|
238
210
|
"klaw": "4.1.0",
|
|
239
211
|
"lockfile": "1.0.4",
|
|
@@ -245,14 +217,14 @@
|
|
|
245
217
|
"read-pkg": "10.1.0",
|
|
246
218
|
"resolve-from": "5.0.0",
|
|
247
219
|
"sanitize-filename": "1.6.4",
|
|
248
|
-
"semver": "7.
|
|
249
|
-
"shell-quote": "1.8.
|
|
220
|
+
"semver": "7.8.1",
|
|
221
|
+
"shell-quote": "1.8.4",
|
|
250
222
|
"supports-color": "10.2.2",
|
|
251
223
|
"teen_process": "4.1.3",
|
|
252
224
|
"type-fest": "5.6.0",
|
|
253
225
|
"uuid": "14.0.0",
|
|
254
226
|
"which": "6.0.1",
|
|
255
|
-
"yauzl": "3.3.
|
|
227
|
+
"yauzl": "3.3.1"
|
|
256
228
|
},
|
|
257
229
|
"engines": {
|
|
258
230
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -262,42 +234,6 @@
|
|
|
262
234
|
"sharp": "0.34.5"
|
|
263
235
|
}
|
|
264
236
|
},
|
|
265
|
-
"node_modules/@appium/support/node_modules/asyncbox": {
|
|
266
|
-
"version": "6.2.0",
|
|
267
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
268
|
-
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
269
|
-
"license": "Apache-2.0",
|
|
270
|
-
"dependencies": {
|
|
271
|
-
"p-limit": "^7.2.0"
|
|
272
|
-
},
|
|
273
|
-
"engines": {
|
|
274
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
275
|
-
"npm": ">=10"
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
279
|
-
"version": "1.16.0",
|
|
280
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
|
|
281
|
-
"integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
|
|
282
|
-
"license": "MIT",
|
|
283
|
-
"dependencies": {
|
|
284
|
-
"follow-redirects": "^1.16.0",
|
|
285
|
-
"form-data": "^4.0.5",
|
|
286
|
-
"proxy-from-env": "^2.1.0"
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
"node_modules/@appium/support/node_modules/semver": {
|
|
290
|
-
"version": "7.7.4",
|
|
291
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
292
|
-
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
293
|
-
"license": "ISC",
|
|
294
|
-
"bin": {
|
|
295
|
-
"semver": "bin/semver.js"
|
|
296
|
-
},
|
|
297
|
-
"engines": {
|
|
298
|
-
"node": ">=10"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
237
|
"node_modules/@appium/tsconfig": {
|
|
302
238
|
"version": "1.1.2",
|
|
303
239
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.2.tgz",
|
|
@@ -312,13 +248,13 @@
|
|
|
312
248
|
}
|
|
313
249
|
},
|
|
314
250
|
"node_modules/@appium/types": {
|
|
315
|
-
"version": "1.
|
|
316
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.
|
|
317
|
-
"integrity": "sha512-
|
|
251
|
+
"version": "1.5.0",
|
|
252
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.0.tgz",
|
|
253
|
+
"integrity": "sha512-xo7ahFernVOi/GK5Pnid7ewJL16TyP9lINwe+tmoRsNcNhr2hxa2yn4pAx9BjyvM5gNZrlH6GIsmq+5gDPsgKw==",
|
|
318
254
|
"license": "Apache-2.0",
|
|
319
255
|
"dependencies": {
|
|
320
|
-
"@appium/logger": "2.0.
|
|
321
|
-
"@appium/schema": "1.
|
|
256
|
+
"@appium/logger": "2.0.8",
|
|
257
|
+
"@appium/schema": "1.2.0",
|
|
322
258
|
"@appium/tsconfig": "1.1.2",
|
|
323
259
|
"type-fest": "5.6.0"
|
|
324
260
|
},
|
|
@@ -434,88 +370,6 @@
|
|
|
434
370
|
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
435
371
|
}
|
|
436
372
|
},
|
|
437
|
-
"node_modules/@isaacs/cliui": {
|
|
438
|
-
"version": "8.0.2",
|
|
439
|
-
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
440
|
-
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
441
|
-
"license": "ISC",
|
|
442
|
-
"dependencies": {
|
|
443
|
-
"string-width": "^5.1.2",
|
|
444
|
-
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
445
|
-
"strip-ansi": "^7.0.1",
|
|
446
|
-
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
447
|
-
"wrap-ansi": "^8.1.0",
|
|
448
|
-
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
449
|
-
},
|
|
450
|
-
"engines": {
|
|
451
|
-
"node": ">=12"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
455
|
-
"version": "9.2.2",
|
|
456
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
457
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
458
|
-
"license": "MIT"
|
|
459
|
-
},
|
|
460
|
-
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
461
|
-
"version": "5.1.2",
|
|
462
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
463
|
-
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
464
|
-
"license": "MIT",
|
|
465
|
-
"dependencies": {
|
|
466
|
-
"eastasianwidth": "^0.2.0",
|
|
467
|
-
"emoji-regex": "^9.2.2",
|
|
468
|
-
"strip-ansi": "^7.0.1"
|
|
469
|
-
},
|
|
470
|
-
"engines": {
|
|
471
|
-
"node": ">=12"
|
|
472
|
-
},
|
|
473
|
-
"funding": {
|
|
474
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
475
|
-
}
|
|
476
|
-
},
|
|
477
|
-
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
478
|
-
"version": "7.2.0",
|
|
479
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
480
|
-
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
481
|
-
"license": "MIT",
|
|
482
|
-
"dependencies": {
|
|
483
|
-
"ansi-regex": "^6.2.2"
|
|
484
|
-
},
|
|
485
|
-
"engines": {
|
|
486
|
-
"node": ">=12"
|
|
487
|
-
},
|
|
488
|
-
"funding": {
|
|
489
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
493
|
-
"version": "8.1.0",
|
|
494
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
495
|
-
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
496
|
-
"license": "MIT",
|
|
497
|
-
"dependencies": {
|
|
498
|
-
"ansi-styles": "^6.1.0",
|
|
499
|
-
"string-width": "^5.0.1",
|
|
500
|
-
"strip-ansi": "^7.0.1"
|
|
501
|
-
},
|
|
502
|
-
"engines": {
|
|
503
|
-
"node": ">=12"
|
|
504
|
-
},
|
|
505
|
-
"funding": {
|
|
506
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
"node_modules/@pkgjs/parseargs": {
|
|
510
|
-
"version": "0.11.0",
|
|
511
|
-
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
512
|
-
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
513
|
-
"license": "MIT",
|
|
514
|
-
"optional": true,
|
|
515
|
-
"engines": {
|
|
516
|
-
"node": ">=14"
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
373
|
"node_modules/@sec-ant/readable-stream": {
|
|
520
374
|
"version": "0.4.1",
|
|
521
375
|
"resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
|
|
@@ -640,9 +494,9 @@
|
|
|
640
494
|
}
|
|
641
495
|
},
|
|
642
496
|
"node_modules/appium-ios-remotexpc": {
|
|
643
|
-
"version": "2.2.
|
|
644
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-2.2.
|
|
645
|
-
"integrity": "sha512-
|
|
497
|
+
"version": "2.2.2",
|
|
498
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-2.2.2.tgz",
|
|
499
|
+
"integrity": "sha512-tfb2MxHpmjijHD1W/bO72mTw/oYkfyEF6229014JgLzPDzX2qpdS4N/UOGy+0rlA7XSw/e2LDSGKu9c1ZgI99Q==",
|
|
646
500
|
"license": "Apache-2.0",
|
|
647
501
|
"optional": true,
|
|
648
502
|
"dependencies": {
|
|
@@ -684,14 +538,14 @@
|
|
|
684
538
|
}
|
|
685
539
|
},
|
|
686
540
|
"node_modules/appium-ios-tuntap": {
|
|
687
|
-
"version": "0.
|
|
688
|
-
"resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.
|
|
689
|
-
"integrity": "sha512-
|
|
541
|
+
"version": "0.4.1",
|
|
542
|
+
"resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.4.1.tgz",
|
|
543
|
+
"integrity": "sha512-okF8IXMnOlZhgta5YDdwU9WuhoQKZVFuXHcwWBGUdCO4GGlHFH+bN3ieYkltK1imSz+NIP7GmZqcffePUXFVAg==",
|
|
690
544
|
"hasInstallScript": true,
|
|
691
545
|
"license": "Apache-2.0",
|
|
692
546
|
"optional": true,
|
|
693
547
|
"dependencies": {
|
|
694
|
-
"@appium/support": "^7.
|
|
548
|
+
"@appium/support": "^7.2.0",
|
|
695
549
|
"node-addon-api": "^8.5.0",
|
|
696
550
|
"node-gyp-build": "^4.8.4",
|
|
697
551
|
"typescript": "^6.0.2"
|
|
@@ -760,112 +614,23 @@
|
|
|
760
614
|
}
|
|
761
615
|
},
|
|
762
616
|
"node_modules/archiver": {
|
|
763
|
-
"version": "
|
|
764
|
-
"resolved": "https://registry.npmjs.org/archiver/-/archiver-
|
|
765
|
-
"integrity": "sha512-
|
|
617
|
+
"version": "8.0.0",
|
|
618
|
+
"resolved": "https://registry.npmjs.org/archiver/-/archiver-8.0.0.tgz",
|
|
619
|
+
"integrity": "sha512-fV1orZfsnPn9BaSByR/qE67rJCLJEy2Ox5bq7nJh+jquWaNh6Sfec75kJ2T6PtdGUbPQlrVoSVCEOa5SdiTQ1g==",
|
|
766
620
|
"license": "MIT",
|
|
767
621
|
"dependencies": {
|
|
768
|
-
"archiver-utils": "^5.0.2",
|
|
769
622
|
"async": "^3.2.4",
|
|
770
623
|
"buffer-crc32": "^1.0.0",
|
|
771
|
-
"
|
|
772
|
-
"readdir-glob": "^1.1.2",
|
|
773
|
-
"tar-stream": "^3.0.0",
|
|
774
|
-
"zip-stream": "^6.0.1"
|
|
775
|
-
},
|
|
776
|
-
"engines": {
|
|
777
|
-
"node": ">= 14"
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
"node_modules/archiver-utils": {
|
|
781
|
-
"version": "5.0.2",
|
|
782
|
-
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
|
|
783
|
-
"integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
|
|
784
|
-
"license": "MIT",
|
|
785
|
-
"dependencies": {
|
|
786
|
-
"glob": "^10.0.0",
|
|
787
|
-
"graceful-fs": "^4.2.0",
|
|
788
|
-
"is-stream": "^2.0.1",
|
|
624
|
+
"is-stream": "^4.0.0",
|
|
789
625
|
"lazystream": "^1.0.0",
|
|
790
|
-
"lodash": "^4.17.15",
|
|
791
626
|
"normalize-path": "^3.0.0",
|
|
792
|
-
"readable-stream": "^4.0.0"
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
"
|
|
796
|
-
}
|
|
797
|
-
},
|
|
798
|
-
"node_modules/archiver-utils/node_modules/balanced-match": {
|
|
799
|
-
"version": "1.0.2",
|
|
800
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
801
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
802
|
-
"license": "MIT"
|
|
803
|
-
},
|
|
804
|
-
"node_modules/archiver-utils/node_modules/brace-expansion": {
|
|
805
|
-
"version": "2.1.1",
|
|
806
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
807
|
-
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
808
|
-
"license": "MIT",
|
|
809
|
-
"dependencies": {
|
|
810
|
-
"balanced-match": "^1.0.0"
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
"node_modules/archiver-utils/node_modules/glob": {
|
|
814
|
-
"version": "10.5.0",
|
|
815
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
816
|
-
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
817
|
-
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
818
|
-
"license": "ISC",
|
|
819
|
-
"dependencies": {
|
|
820
|
-
"foreground-child": "^3.1.0",
|
|
821
|
-
"jackspeak": "^3.1.2",
|
|
822
|
-
"minimatch": "^9.0.4",
|
|
823
|
-
"minipass": "^7.1.2",
|
|
824
|
-
"package-json-from-dist": "^1.0.0",
|
|
825
|
-
"path-scurry": "^1.11.1"
|
|
826
|
-
},
|
|
827
|
-
"bin": {
|
|
828
|
-
"glob": "dist/esm/bin.mjs"
|
|
829
|
-
},
|
|
830
|
-
"funding": {
|
|
831
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
"node_modules/archiver-utils/node_modules/lru-cache": {
|
|
835
|
-
"version": "10.4.3",
|
|
836
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
837
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
838
|
-
"license": "ISC"
|
|
839
|
-
},
|
|
840
|
-
"node_modules/archiver-utils/node_modules/minimatch": {
|
|
841
|
-
"version": "9.0.9",
|
|
842
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
843
|
-
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
844
|
-
"license": "ISC",
|
|
845
|
-
"dependencies": {
|
|
846
|
-
"brace-expansion": "^2.0.2"
|
|
847
|
-
},
|
|
848
|
-
"engines": {
|
|
849
|
-
"node": ">=16 || 14 >=14.17"
|
|
850
|
-
},
|
|
851
|
-
"funding": {
|
|
852
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
"node_modules/archiver-utils/node_modules/path-scurry": {
|
|
856
|
-
"version": "1.11.1",
|
|
857
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
858
|
-
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
859
|
-
"license": "BlueOak-1.0.0",
|
|
860
|
-
"dependencies": {
|
|
861
|
-
"lru-cache": "^10.2.0",
|
|
862
|
-
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
627
|
+
"readable-stream": "^4.0.0",
|
|
628
|
+
"readdir-glob": "^3.0.0",
|
|
629
|
+
"tar-stream": "^3.0.0",
|
|
630
|
+
"zip-stream": "^7.0.2"
|
|
863
631
|
},
|
|
864
632
|
"engines": {
|
|
865
|
-
"node": ">=
|
|
866
|
-
},
|
|
867
|
-
"funding": {
|
|
868
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
633
|
+
"node": ">=18"
|
|
869
634
|
}
|
|
870
635
|
},
|
|
871
636
|
"node_modules/argparse": {
|
|
@@ -1375,19 +1140,19 @@
|
|
|
1375
1140
|
}
|
|
1376
1141
|
},
|
|
1377
1142
|
"node_modules/compress-commons": {
|
|
1378
|
-
"version": "
|
|
1379
|
-
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-
|
|
1380
|
-
"integrity": "sha512-
|
|
1143
|
+
"version": "7.0.1",
|
|
1144
|
+
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-7.0.1.tgz",
|
|
1145
|
+
"integrity": "sha512-g0S8KAD8qf4+V//pr3BfB1aBnARLXNz2Gx+jmHU0LEriUuoQUOPOulVquHKTJ8+EAIIO7fhseNDr9wK5Q9FKBQ==",
|
|
1381
1146
|
"license": "MIT",
|
|
1382
1147
|
"dependencies": {
|
|
1383
1148
|
"crc-32": "^1.2.0",
|
|
1384
|
-
"crc32-stream": "^
|
|
1385
|
-
"is-stream": "^
|
|
1149
|
+
"crc32-stream": "^7.0.1",
|
|
1150
|
+
"is-stream": "^4.0.0",
|
|
1386
1151
|
"normalize-path": "^3.0.0",
|
|
1387
1152
|
"readable-stream": "^4.0.0"
|
|
1388
1153
|
},
|
|
1389
1154
|
"engines": {
|
|
1390
|
-
"node": ">=
|
|
1155
|
+
"node": ">=18"
|
|
1391
1156
|
}
|
|
1392
1157
|
},
|
|
1393
1158
|
"node_modules/consola": {
|
|
@@ -1464,22 +1229,23 @@
|
|
|
1464
1229
|
}
|
|
1465
1230
|
},
|
|
1466
1231
|
"node_modules/crc32-stream": {
|
|
1467
|
-
"version": "
|
|
1468
|
-
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-
|
|
1469
|
-
"integrity": "sha512-
|
|
1232
|
+
"version": "7.0.1",
|
|
1233
|
+
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-7.0.1.tgz",
|
|
1234
|
+
"integrity": "sha512-IBWsY8xznyQrcHn8h4bC8/4ErNke5elzgG8GcqF4RFPw6aHkWWRc7Tgw6upjaTX/CT/yQgqYENkxYsTYN+hW2g==",
|
|
1470
1235
|
"license": "MIT",
|
|
1471
1236
|
"dependencies": {
|
|
1472
1237
|
"crc-32": "^1.2.0",
|
|
1473
1238
|
"readable-stream": "^4.0.0"
|
|
1474
1239
|
},
|
|
1475
1240
|
"engines": {
|
|
1476
|
-
"node": ">=
|
|
1241
|
+
"node": ">=18"
|
|
1477
1242
|
}
|
|
1478
1243
|
},
|
|
1479
1244
|
"node_modules/cross-spawn": {
|
|
1480
1245
|
"version": "7.0.6",
|
|
1481
1246
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
1482
1247
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
1248
|
+
"devOptional": true,
|
|
1483
1249
|
"license": "MIT",
|
|
1484
1250
|
"dependencies": {
|
|
1485
1251
|
"path-key": "^3.1.0",
|
|
@@ -1494,12 +1260,14 @@
|
|
|
1494
1260
|
"version": "2.0.0",
|
|
1495
1261
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
1496
1262
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
1263
|
+
"devOptional": true,
|
|
1497
1264
|
"license": "ISC"
|
|
1498
1265
|
},
|
|
1499
1266
|
"node_modules/cross-spawn/node_modules/which": {
|
|
1500
1267
|
"version": "2.0.2",
|
|
1501
1268
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
1502
1269
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
1270
|
+
"devOptional": true,
|
|
1503
1271
|
"license": "ISC",
|
|
1504
1272
|
"dependencies": {
|
|
1505
1273
|
"isexe": "^2.0.0"
|
|
@@ -1608,24 +1376,12 @@
|
|
|
1608
1376
|
"integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
|
|
1609
1377
|
"license": "MIT"
|
|
1610
1378
|
},
|
|
1611
|
-
"node_modules/eastasianwidth": {
|
|
1612
|
-
"version": "0.2.0",
|
|
1613
|
-
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
1614
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
1615
|
-
"license": "MIT"
|
|
1616
|
-
},
|
|
1617
1379
|
"node_modules/ee-first": {
|
|
1618
1380
|
"version": "1.1.1",
|
|
1619
1381
|
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
1620
1382
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
1621
1383
|
"license": "MIT"
|
|
1622
1384
|
},
|
|
1623
|
-
"node_modules/emoji-regex": {
|
|
1624
|
-
"version": "8.0.0",
|
|
1625
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1626
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
1627
|
-
"license": "MIT"
|
|
1628
|
-
},
|
|
1629
1385
|
"node_modules/enabled": {
|
|
1630
1386
|
"version": "2.0.0",
|
|
1631
1387
|
"resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
|
|
@@ -1875,34 +1631,6 @@
|
|
|
1875
1631
|
}
|
|
1876
1632
|
}
|
|
1877
1633
|
},
|
|
1878
|
-
"node_modules/foreground-child": {
|
|
1879
|
-
"version": "3.3.1",
|
|
1880
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
1881
|
-
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
1882
|
-
"license": "ISC",
|
|
1883
|
-
"dependencies": {
|
|
1884
|
-
"cross-spawn": "^7.0.6",
|
|
1885
|
-
"signal-exit": "^4.0.1"
|
|
1886
|
-
},
|
|
1887
|
-
"engines": {
|
|
1888
|
-
"node": ">=14"
|
|
1889
|
-
},
|
|
1890
|
-
"funding": {
|
|
1891
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
1892
|
-
}
|
|
1893
|
-
},
|
|
1894
|
-
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
1895
|
-
"version": "4.1.0",
|
|
1896
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
1897
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
1898
|
-
"license": "ISC",
|
|
1899
|
-
"engines": {
|
|
1900
|
-
"node": ">=14"
|
|
1901
|
-
},
|
|
1902
|
-
"funding": {
|
|
1903
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
1904
|
-
}
|
|
1905
|
-
},
|
|
1906
1634
|
"node_modules/form-data": {
|
|
1907
1635
|
"version": "4.0.5",
|
|
1908
1636
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
@@ -2076,30 +1804,18 @@
|
|
|
2076
1804
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2077
1805
|
}
|
|
2078
1806
|
},
|
|
2079
|
-
"node_modules/get-stream/node_modules/is-stream": {
|
|
2080
|
-
"version": "4.0.1",
|
|
2081
|
-
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz",
|
|
2082
|
-
"integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
|
|
2083
|
-
"license": "MIT",
|
|
2084
|
-
"engines": {
|
|
2085
|
-
"node": ">=18"
|
|
2086
|
-
},
|
|
2087
|
-
"funding": {
|
|
2088
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
1807
|
"node_modules/glob": {
|
|
2092
|
-
"version": "13.0.
|
|
2093
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.
|
|
2094
|
-
"integrity": "sha512-
|
|
1808
|
+
"version": "13.0.6",
|
|
1809
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
1810
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
2095
1811
|
"license": "BlueOak-1.0.0",
|
|
2096
1812
|
"dependencies": {
|
|
2097
|
-
"minimatch": "^10.2.
|
|
2098
|
-
"minipass": "^7.1.
|
|
2099
|
-
"path-scurry": "^2.0.
|
|
1813
|
+
"minimatch": "^10.2.2",
|
|
1814
|
+
"minipass": "^7.1.3",
|
|
1815
|
+
"path-scurry": "^2.0.2"
|
|
2100
1816
|
},
|
|
2101
1817
|
"engines": {
|
|
2102
|
-
"node": "20 || >=22"
|
|
1818
|
+
"node": "18 || 20 || >=22"
|
|
2103
1819
|
},
|
|
2104
1820
|
"funding": {
|
|
2105
1821
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -2117,12 +1833,6 @@
|
|
|
2117
1833
|
"url": "https://github.com/sponsors/ljharb"
|
|
2118
1834
|
}
|
|
2119
1835
|
},
|
|
2120
|
-
"node_modules/graceful-fs": {
|
|
2121
|
-
"version": "4.2.11",
|
|
2122
|
-
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
2123
|
-
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
2124
|
-
"license": "ISC"
|
|
2125
|
-
},
|
|
2126
1836
|
"node_modules/handle-thing": {
|
|
2127
1837
|
"version": "2.0.1",
|
|
2128
1838
|
"resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
|
|
@@ -2168,9 +1878,9 @@
|
|
|
2168
1878
|
}
|
|
2169
1879
|
},
|
|
2170
1880
|
"node_modules/hasown": {
|
|
2171
|
-
"version": "2.0.
|
|
2172
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
2173
|
-
"integrity": "sha512-
|
|
1881
|
+
"version": "2.0.4",
|
|
1882
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
1883
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
2174
1884
|
"license": "MIT",
|
|
2175
1885
|
"dependencies": {
|
|
2176
1886
|
"function-bind": "^1.1.2"
|
|
@@ -2339,15 +2049,6 @@
|
|
|
2339
2049
|
"node": ">= 0.10"
|
|
2340
2050
|
}
|
|
2341
2051
|
},
|
|
2342
|
-
"node_modules/is-fullwidth-code-point": {
|
|
2343
|
-
"version": "3.0.0",
|
|
2344
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
2345
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
2346
|
-
"license": "MIT",
|
|
2347
|
-
"engines": {
|
|
2348
|
-
"node": ">=8"
|
|
2349
|
-
}
|
|
2350
|
-
},
|
|
2351
2052
|
"node_modules/is-number-like": {
|
|
2352
2053
|
"version": "1.0.8",
|
|
2353
2054
|
"resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz",
|
|
@@ -2376,12 +2077,12 @@
|
|
|
2376
2077
|
}
|
|
2377
2078
|
},
|
|
2378
2079
|
"node_modules/is-stream": {
|
|
2379
|
-
"version": "
|
|
2380
|
-
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-
|
|
2381
|
-
"integrity": "sha512-
|
|
2080
|
+
"version": "4.0.1",
|
|
2081
|
+
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz",
|
|
2082
|
+
"integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
|
|
2382
2083
|
"license": "MIT",
|
|
2383
2084
|
"engines": {
|
|
2384
|
-
"node": ">=
|
|
2085
|
+
"node": ">=18"
|
|
2385
2086
|
},
|
|
2386
2087
|
"funding": {
|
|
2387
2088
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -2414,21 +2115,6 @@
|
|
|
2414
2115
|
"node": ">=20"
|
|
2415
2116
|
}
|
|
2416
2117
|
},
|
|
2417
|
-
"node_modules/jackspeak": {
|
|
2418
|
-
"version": "3.4.3",
|
|
2419
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
2420
|
-
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
2421
|
-
"license": "BlueOak-1.0.0",
|
|
2422
|
-
"dependencies": {
|
|
2423
|
-
"@isaacs/cliui": "^8.0.2"
|
|
2424
|
-
},
|
|
2425
|
-
"funding": {
|
|
2426
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2427
|
-
},
|
|
2428
|
-
"optionalDependencies": {
|
|
2429
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
2430
|
-
}
|
|
2431
|
-
},
|
|
2432
2118
|
"node_modules/js-tokens": {
|
|
2433
2119
|
"version": "4.0.0",
|
|
2434
2120
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
@@ -3141,6 +2827,7 @@
|
|
|
3141
2827
|
"version": "3.1.1",
|
|
3142
2828
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
3143
2829
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
2830
|
+
"devOptional": true,
|
|
3144
2831
|
"license": "MIT",
|
|
3145
2832
|
"engines": {
|
|
3146
2833
|
"node": ">=8"
|
|
@@ -3405,39 +3092,18 @@
|
|
|
3405
3092
|
}
|
|
3406
3093
|
},
|
|
3407
3094
|
"node_modules/readdir-glob": {
|
|
3408
|
-
"version": "
|
|
3409
|
-
"resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-
|
|
3410
|
-
"integrity": "sha512-
|
|
3095
|
+
"version": "3.0.0",
|
|
3096
|
+
"resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-3.0.0.tgz",
|
|
3097
|
+
"integrity": "sha512-AhNB2KgKeVJr16nK9LLZbJNWnYoT23ZrumNKFDebHBdkC8KHSqWo871JAUhoWC/RtjEVdqNMFpM6qrwRbaUqpw==",
|
|
3411
3098
|
"license": "Apache-2.0",
|
|
3412
3099
|
"dependencies": {
|
|
3413
|
-
"minimatch": "^
|
|
3414
|
-
}
|
|
3415
|
-
},
|
|
3416
|
-
"node_modules/readdir-glob/node_modules/balanced-match": {
|
|
3417
|
-
"version": "1.0.2",
|
|
3418
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
3419
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3420
|
-
"license": "MIT"
|
|
3421
|
-
},
|
|
3422
|
-
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
3423
|
-
"version": "2.1.1",
|
|
3424
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
3425
|
-
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
3426
|
-
"license": "MIT",
|
|
3427
|
-
"dependencies": {
|
|
3428
|
-
"balanced-match": "^1.0.0"
|
|
3429
|
-
}
|
|
3430
|
-
},
|
|
3431
|
-
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
3432
|
-
"version": "5.1.9",
|
|
3433
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
|
|
3434
|
-
"integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
3435
|
-
"license": "ISC",
|
|
3436
|
-
"dependencies": {
|
|
3437
|
-
"brace-expansion": "^2.0.1"
|
|
3100
|
+
"minimatch": "^10.2.2"
|
|
3438
3101
|
},
|
|
3439
3102
|
"engines": {
|
|
3440
|
-
"node": ">=
|
|
3103
|
+
"node": ">=18"
|
|
3104
|
+
},
|
|
3105
|
+
"funding": {
|
|
3106
|
+
"url": "https://github.com/sponsors/yqnn"
|
|
3441
3107
|
}
|
|
3442
3108
|
},
|
|
3443
3109
|
"node_modules/resolve-from": {
|
|
@@ -3684,6 +3350,7 @@
|
|
|
3684
3350
|
"version": "2.0.0",
|
|
3685
3351
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
3686
3352
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
3353
|
+
"devOptional": true,
|
|
3687
3354
|
"license": "MIT",
|
|
3688
3355
|
"dependencies": {
|
|
3689
3356
|
"shebang-regex": "^3.0.0"
|
|
@@ -3696,15 +3363,16 @@
|
|
|
3696
3363
|
"version": "3.0.0",
|
|
3697
3364
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
3698
3365
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
3366
|
+
"devOptional": true,
|
|
3699
3367
|
"license": "MIT",
|
|
3700
3368
|
"engines": {
|
|
3701
3369
|
"node": ">=8"
|
|
3702
3370
|
}
|
|
3703
3371
|
},
|
|
3704
3372
|
"node_modules/shell-quote": {
|
|
3705
|
-
"version": "1.8.
|
|
3706
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
3707
|
-
"integrity": "sha512-
|
|
3373
|
+
"version": "1.8.4",
|
|
3374
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz",
|
|
3375
|
+
"integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==",
|
|
3708
3376
|
"license": "MIT",
|
|
3709
3377
|
"engines": {
|
|
3710
3378
|
"node": ">= 0.4"
|
|
@@ -3956,39 +3624,11 @@
|
|
|
3956
3624
|
],
|
|
3957
3625
|
"license": "MIT"
|
|
3958
3626
|
},
|
|
3959
|
-
"node_modules/string-width": {
|
|
3960
|
-
"version": "4.2.3",
|
|
3961
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
3962
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
3963
|
-
"license": "MIT",
|
|
3964
|
-
"dependencies": {
|
|
3965
|
-
"emoji-regex": "^8.0.0",
|
|
3966
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
3967
|
-
"strip-ansi": "^6.0.1"
|
|
3968
|
-
},
|
|
3969
|
-
"engines": {
|
|
3970
|
-
"node": ">=8"
|
|
3971
|
-
}
|
|
3972
|
-
},
|
|
3973
|
-
"node_modules/string-width-cjs": {
|
|
3974
|
-
"name": "string-width",
|
|
3975
|
-
"version": "4.2.3",
|
|
3976
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
3977
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
3978
|
-
"license": "MIT",
|
|
3979
|
-
"dependencies": {
|
|
3980
|
-
"emoji-regex": "^8.0.0",
|
|
3981
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
3982
|
-
"strip-ansi": "^6.0.1"
|
|
3983
|
-
},
|
|
3984
|
-
"engines": {
|
|
3985
|
-
"node": ">=8"
|
|
3986
|
-
}
|
|
3987
|
-
},
|
|
3988
3627
|
"node_modules/strip-ansi": {
|
|
3989
3628
|
"version": "6.0.1",
|
|
3990
3629
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3991
3630
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3631
|
+
"extraneous": true,
|
|
3992
3632
|
"license": "MIT",
|
|
3993
3633
|
"dependencies": {
|
|
3994
3634
|
"ansi-regex": "^5.0.1"
|
|
@@ -3997,32 +3637,11 @@
|
|
|
3997
3637
|
"node": ">=8"
|
|
3998
3638
|
}
|
|
3999
3639
|
},
|
|
4000
|
-
"node_modules/strip-ansi-cjs": {
|
|
4001
|
-
"name": "strip-ansi",
|
|
4002
|
-
"version": "6.0.1",
|
|
4003
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4004
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4005
|
-
"license": "MIT",
|
|
4006
|
-
"dependencies": {
|
|
4007
|
-
"ansi-regex": "^5.0.1"
|
|
4008
|
-
},
|
|
4009
|
-
"engines": {
|
|
4010
|
-
"node": ">=8"
|
|
4011
|
-
}
|
|
4012
|
-
},
|
|
4013
|
-
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
4014
|
-
"version": "5.0.1",
|
|
4015
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4016
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4017
|
-
"license": "MIT",
|
|
4018
|
-
"engines": {
|
|
4019
|
-
"node": ">=8"
|
|
4020
|
-
}
|
|
4021
|
-
},
|
|
4022
3640
|
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
4023
3641
|
"version": "5.0.1",
|
|
4024
3642
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4025
3643
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
3644
|
+
"extraneous": true,
|
|
4026
3645
|
"license": "MIT",
|
|
4027
3646
|
"engines": {
|
|
4028
3647
|
"node": ">=8"
|
|
@@ -4360,6 +3979,18 @@
|
|
|
4360
3979
|
"node": ">= 6"
|
|
4361
3980
|
}
|
|
4362
3981
|
},
|
|
3982
|
+
"node_modules/winston/node_modules/is-stream": {
|
|
3983
|
+
"version": "2.0.1",
|
|
3984
|
+
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
3985
|
+
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
3986
|
+
"license": "MIT",
|
|
3987
|
+
"engines": {
|
|
3988
|
+
"node": ">=8"
|
|
3989
|
+
},
|
|
3990
|
+
"funding": {
|
|
3991
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
4363
3994
|
"node_modules/winston/node_modules/readable-stream": {
|
|
4364
3995
|
"version": "3.6.2",
|
|
4365
3996
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
@@ -4391,57 +4022,6 @@
|
|
|
4391
4022
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4392
4023
|
}
|
|
4393
4024
|
},
|
|
4394
|
-
"node_modules/wrap-ansi-cjs": {
|
|
4395
|
-
"name": "wrap-ansi",
|
|
4396
|
-
"version": "7.0.0",
|
|
4397
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4398
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4399
|
-
"license": "MIT",
|
|
4400
|
-
"dependencies": {
|
|
4401
|
-
"ansi-styles": "^4.0.0",
|
|
4402
|
-
"string-width": "^4.1.0",
|
|
4403
|
-
"strip-ansi": "^6.0.0"
|
|
4404
|
-
},
|
|
4405
|
-
"engines": {
|
|
4406
|
-
"node": ">=10"
|
|
4407
|
-
},
|
|
4408
|
-
"funding": {
|
|
4409
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4410
|
-
}
|
|
4411
|
-
},
|
|
4412
|
-
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
4413
|
-
"version": "4.3.0",
|
|
4414
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
4415
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
4416
|
-
"license": "MIT",
|
|
4417
|
-
"dependencies": {
|
|
4418
|
-
"color-convert": "^2.0.1"
|
|
4419
|
-
},
|
|
4420
|
-
"engines": {
|
|
4421
|
-
"node": ">=8"
|
|
4422
|
-
},
|
|
4423
|
-
"funding": {
|
|
4424
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4425
|
-
}
|
|
4426
|
-
},
|
|
4427
|
-
"node_modules/wrap-ansi-cjs/node_modules/color-convert": {
|
|
4428
|
-
"version": "2.0.1",
|
|
4429
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
4430
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
4431
|
-
"license": "MIT",
|
|
4432
|
-
"dependencies": {
|
|
4433
|
-
"color-name": "~1.1.4"
|
|
4434
|
-
},
|
|
4435
|
-
"engines": {
|
|
4436
|
-
"node": ">=7.0.0"
|
|
4437
|
-
}
|
|
4438
|
-
},
|
|
4439
|
-
"node_modules/wrap-ansi-cjs/node_modules/color-name": {
|
|
4440
|
-
"version": "1.1.4",
|
|
4441
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
4442
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
4443
|
-
"license": "MIT"
|
|
4444
|
-
},
|
|
4445
4025
|
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
4446
4026
|
"version": "10.6.0",
|
|
4447
4027
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
@@ -4526,9 +4106,9 @@
|
|
|
4526
4106
|
}
|
|
4527
4107
|
},
|
|
4528
4108
|
"node_modules/yaml": {
|
|
4529
|
-
"version": "2.
|
|
4530
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
4531
|
-
"integrity": "sha512-
|
|
4109
|
+
"version": "2.9.0",
|
|
4110
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
|
|
4111
|
+
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
4532
4112
|
"license": "ISC",
|
|
4533
4113
|
"bin": {
|
|
4534
4114
|
"yaml": "bin.mjs"
|
|
@@ -4605,9 +4185,9 @@
|
|
|
4605
4185
|
}
|
|
4606
4186
|
},
|
|
4607
4187
|
"node_modules/yauzl": {
|
|
4608
|
-
"version": "3.3.
|
|
4609
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.
|
|
4610
|
-
"integrity": "sha512-
|
|
4188
|
+
"version": "3.3.1",
|
|
4189
|
+
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.1.tgz",
|
|
4190
|
+
"integrity": "sha512-RNPCUkiE/ZgO4w8i9U5yDQVHaFDdnzaFANElRvpJteCspvmv2VqrRb9lvS6odVD+jqI/zDsxAHJVsafpcheVQQ==",
|
|
4611
4191
|
"license": "MIT",
|
|
4612
4192
|
"dependencies": {
|
|
4613
4193
|
"buffer-crc32": "~0.2.3",
|
|
@@ -4651,17 +4231,17 @@
|
|
|
4651
4231
|
}
|
|
4652
4232
|
},
|
|
4653
4233
|
"node_modules/zip-stream": {
|
|
4654
|
-
"version": "
|
|
4655
|
-
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-
|
|
4656
|
-
"integrity": "sha512-
|
|
4234
|
+
"version": "7.0.5",
|
|
4235
|
+
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-7.0.5.tgz",
|
|
4236
|
+
"integrity": "sha512-dSvYKdvLsAHCDqPOhIwk/q5CvuWtTB3Dgpoe0uVEFjTzIOAmsQpprX25InCvrvJsirEbu1OHyy67n/kAj1Sw/w==",
|
|
4657
4237
|
"license": "MIT",
|
|
4658
4238
|
"dependencies": {
|
|
4659
|
-
"
|
|
4660
|
-
"
|
|
4239
|
+
"compress-commons": "^7.0.0",
|
|
4240
|
+
"normalize-path": "^3.0.0",
|
|
4661
4241
|
"readable-stream": "^4.0.0"
|
|
4662
4242
|
},
|
|
4663
4243
|
"engines": {
|
|
4664
|
-
"node": ">=
|
|
4244
|
+
"node": ">=18"
|
|
4665
4245
|
}
|
|
4666
4246
|
}
|
|
4667
4247
|
}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "11.7.
|
|
11
|
+
"version": "11.7.5",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"ws": "^8.13.0"
|
|
108
108
|
},
|
|
109
109
|
"optionalDependencies": {
|
|
110
|
-
"appium-ios-remotexpc": "^2.2.
|
|
110
|
+
"appium-ios-remotexpc": "^2.2.2"
|
|
111
111
|
},
|
|
112
112
|
"scripts": {
|
|
113
113
|
"build": "tsc -b",
|