appium-geckodriver 2.2.6 → 2.4.0

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.
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "2.2.6",
3
+ "version": "2.4.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-geckodriver",
9
- "version": "2.2.6",
9
+ "version": "2.4.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^15.0.0",
13
13
  "asyncbox": "^6.3.0",
14
14
  "axios": "^1.16.1",
15
+ "commander": "^14.0.3",
15
16
  "portscanner": "^2.2.0",
16
17
  "semver": "^7.6.3",
17
18
  "tar-stream": "^3.1.7",
@@ -48,14 +49,13 @@
48
49
  }
49
50
  },
50
51
  "node_modules/@appium/logger": {
51
- "version": "2.0.7",
52
- "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.7.tgz",
53
- "integrity": "sha512-WqagwYDZlPsSkICrXL9wB1E7qgErnwmYc/Q6NLVAC2ckXkWioh3fZ49AK5zevbJCnnkQbU2y8497Mk4xWDetkg==",
52
+ "version": "2.0.8",
53
+ "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.8.tgz",
54
+ "integrity": "sha512-G5uYRq97Kn1CEdgI2eq237NkgUMrxKecSsuagGiI5usNH8ttjFN+LP95QJi9JERxMW/djfXKv7dz6eJ0ZY3SbA==",
54
55
  "license": "ISC",
55
56
  "dependencies": {
56
57
  "console-control-strings": "1.1.0",
57
- "lodash": "4.18.1",
58
- "lru-cache": "11.3.5",
58
+ "lru-cache": "11.5.0",
59
59
  "set-blocking": "2.0.0"
60
60
  },
61
61
  "engines": {
@@ -64,9 +64,9 @@
64
64
  }
65
65
  },
66
66
  "node_modules/@appium/schema": {
67
- "version": "1.1.1",
68
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.1.1.tgz",
69
- "integrity": "sha512-u2dHLEqnI5oHWYVsKUv3yypeu0a82+6N39awkFz5jKcxVCSbssr+Rvh0/0LOa/gwePGxi1OzjHpZzNXlr7hI7Q==",
67
+ "version": "1.2.0",
68
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.2.0.tgz",
69
+ "integrity": "sha512-6MqniwVPLSM5qkP0Azi0ktLIC4hMwUa1R4JWNDDqicZcWQmPUCUJF4keqZl1rGAbNdbQQ3++BIiTVm1Duvl/5A==",
70
70
  "license": "Apache-2.0",
71
71
  "dependencies": {
72
72
  "json-schema": "0.4.0"
@@ -77,25 +77,25 @@
77
77
  }
78
78
  },
79
79
  "node_modules/@appium/support": {
80
- "version": "7.2.2",
81
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.2.tgz",
82
- "integrity": "sha512-SfaFg0tAy0cqHQixtyB3BdZSyv287381McIq4/Zd6J070KFGNjXhF2wDGO3f2uN5VaYugwBYz/ZQEgozh6tK8g==",
80
+ "version": "7.2.3",
81
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.3.tgz",
82
+ "integrity": "sha512-/NVMUffjnH9rNrxE+DyM811B1hd0pZl8RT+DlZfqXVyAWzhUjBWw3U2VwSycowDoV9dBpXSpWQ3S+zfRnrMcTg==",
83
83
  "license": "Apache-2.0",
84
84
  "dependencies": {
85
- "@appium/logger": "2.0.7",
85
+ "@appium/logger": "2.0.8",
86
86
  "@appium/tsconfig": "1.1.2",
87
- "@appium/types": "1.4.0",
87
+ "@appium/types": "1.5.0",
88
88
  "@colors/colors": "1.6.0",
89
- "archiver": "7.0.1",
90
- "asyncbox": "6.2.0",
91
- "axios": "1.16.0",
89
+ "archiver": "8.0.0",
90
+ "asyncbox": "6.3.0",
91
+ "axios": "1.16.1",
92
92
  "base64-stream": "1.0.0",
93
93
  "bluebird": "3.7.2",
94
94
  "bplist-creator": "0.1.1",
95
95
  "bplist-parser": "0.3.2",
96
96
  "form-data": "4.0.5",
97
97
  "get-stream": "9.0.1",
98
- "glob": "13.0.5",
98
+ "glob": "13.0.6",
99
99
  "jsftp": "2.1.3",
100
100
  "klaw": "4.1.0",
101
101
  "lockfile": "1.0.4",
@@ -107,14 +107,14 @@
107
107
  "read-pkg": "10.1.0",
108
108
  "resolve-from": "5.0.0",
109
109
  "sanitize-filename": "1.6.4",
110
- "semver": "7.7.4",
111
- "shell-quote": "1.8.3",
110
+ "semver": "7.8.1",
111
+ "shell-quote": "1.8.4",
112
112
  "supports-color": "10.2.2",
113
113
  "teen_process": "4.1.3",
114
114
  "type-fest": "5.6.0",
115
115
  "uuid": "14.0.0",
116
116
  "which": "6.0.1",
117
- "yauzl": "3.3.0"
117
+ "yauzl": "3.3.1"
118
118
  },
119
119
  "engines": {
120
120
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -124,34 +124,22 @@
124
124
  "sharp": "0.34.5"
125
125
  }
126
126
  },
127
- "node_modules/@appium/support/node_modules/asyncbox": {
128
- "version": "6.2.0",
129
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
130
- "integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
131
- "license": "Apache-2.0",
132
- "dependencies": {
133
- "p-limit": "^7.2.0"
134
- },
135
- "engines": {
136
- "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
137
- "npm": ">=10"
138
- }
139
- },
140
127
  "node_modules/@appium/support/node_modules/axios": {
141
- "version": "1.16.0",
142
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
143
- "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
128
+ "version": "1.16.1",
129
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.1.tgz",
130
+ "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
144
131
  "license": "MIT",
145
132
  "dependencies": {
146
133
  "follow-redirects": "^1.16.0",
147
134
  "form-data": "^4.0.5",
135
+ "https-proxy-agent": "^5.0.1",
148
136
  "proxy-from-env": "^2.1.0"
149
137
  }
150
138
  },
151
139
  "node_modules/@appium/support/node_modules/semver": {
152
- "version": "7.7.4",
153
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
154
- "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
140
+ "version": "7.8.1",
141
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
142
+ "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
155
143
  "license": "ISC",
156
144
  "bin": {
157
145
  "semver": "bin/semver.js"
@@ -174,13 +162,13 @@
174
162
  }
175
163
  },
176
164
  "node_modules/@appium/types": {
177
- "version": "1.4.0",
178
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.4.0.tgz",
179
- "integrity": "sha512-GeYnDMj1yOIFA8ujOHv0/ZKoZe42F9ldCVSlnEOheYnxqA5ueHGwRI11ifZoIfMBsq7hpU77MAzmu+v9NV1vig==",
165
+ "version": "1.5.0",
166
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.0.tgz",
167
+ "integrity": "sha512-xo7ahFernVOi/GK5Pnid7ewJL16TyP9lINwe+tmoRsNcNhr2hxa2yn4pAx9BjyvM5gNZrlH6GIsmq+5gDPsgKw==",
180
168
  "license": "Apache-2.0",
181
169
  "dependencies": {
182
- "@appium/logger": "2.0.7",
183
- "@appium/schema": "1.1.1",
170
+ "@appium/logger": "2.0.8",
171
+ "@appium/schema": "1.2.0",
184
172
  "@appium/tsconfig": "1.1.2",
185
173
  "type-fest": "5.6.0"
186
174
  },
@@ -190,12 +178,12 @@
190
178
  }
191
179
  },
192
180
  "node_modules/@babel/code-frame": {
193
- "version": "7.29.0",
194
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
195
- "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
181
+ "version": "7.29.7",
182
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
183
+ "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
196
184
  "license": "MIT",
197
185
  "dependencies": {
198
- "@babel/helper-validator-identifier": "^7.28.5",
186
+ "@babel/helper-validator-identifier": "^7.29.7",
199
187
  "js-tokens": "^4.0.0",
200
188
  "picocolors": "^1.1.1"
201
189
  },
@@ -204,9 +192,9 @@
204
192
  }
205
193
  },
206
194
  "node_modules/@babel/helper-validator-identifier": {
207
- "version": "7.28.5",
208
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
209
- "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
195
+ "version": "7.29.7",
196
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
197
+ "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
210
198
  "license": "MIT",
211
199
  "engines": {
212
200
  "node": ">=6.9.0"
@@ -221,16 +209,6 @@
221
209
  "node": ">=0.1.90"
222
210
  }
223
211
  },
224
- "node_modules/@emnapi/runtime": {
225
- "version": "1.10.0",
226
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
227
- "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
228
- "extraneous": true,
229
- "license": "MIT",
230
- "dependencies": {
231
- "tslib": "^2.4.0"
232
- }
233
- },
234
212
  "node_modules/@img/colour": {
235
213
  "version": "1.1.0",
236
214
  "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
@@ -285,100 +263,6 @@
285
263
  "@img/sharp-libvips-linux-x64": "1.2.4"
286
264
  }
287
265
  },
288
- "node_modules/@isaacs/cliui": {
289
- "version": "8.0.2",
290
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
291
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
292
- "license": "ISC",
293
- "dependencies": {
294
- "string-width": "^5.1.2",
295
- "string-width-cjs": "npm:string-width@^4.2.0",
296
- "strip-ansi": "^7.0.1",
297
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
298
- "wrap-ansi": "^8.1.0",
299
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
300
- },
301
- "engines": {
302
- "node": ">=12"
303
- }
304
- },
305
- "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
306
- "version": "6.2.3",
307
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
308
- "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
309
- "license": "MIT",
310
- "engines": {
311
- "node": ">=12"
312
- },
313
- "funding": {
314
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
315
- }
316
- },
317
- "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
318
- "version": "9.2.2",
319
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
320
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
321
- "license": "MIT"
322
- },
323
- "node_modules/@isaacs/cliui/node_modules/string-width": {
324
- "version": "5.1.2",
325
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
326
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
327
- "license": "MIT",
328
- "dependencies": {
329
- "eastasianwidth": "^0.2.0",
330
- "emoji-regex": "^9.2.2",
331
- "strip-ansi": "^7.0.1"
332
- },
333
- "engines": {
334
- "node": ">=12"
335
- },
336
- "funding": {
337
- "url": "https://github.com/sponsors/sindresorhus"
338
- }
339
- },
340
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
341
- "version": "7.2.0",
342
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
343
- "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
344
- "license": "MIT",
345
- "dependencies": {
346
- "ansi-regex": "^6.2.2"
347
- },
348
- "engines": {
349
- "node": ">=12"
350
- },
351
- "funding": {
352
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
353
- }
354
- },
355
- "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
356
- "version": "8.1.0",
357
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
358
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
359
- "license": "MIT",
360
- "dependencies": {
361
- "ansi-styles": "^6.1.0",
362
- "string-width": "^5.0.1",
363
- "strip-ansi": "^7.0.1"
364
- },
365
- "engines": {
366
- "node": ">=12"
367
- },
368
- "funding": {
369
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
370
- }
371
- },
372
- "node_modules/@pkgjs/parseargs": {
373
- "version": "0.11.0",
374
- "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
375
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
376
- "license": "MIT",
377
- "optional": true,
378
- "engines": {
379
- "node": ">=14"
380
- }
381
- },
382
266
  "node_modules/@sec-ant/readable-stream": {
383
267
  "version": "0.4.1",
384
268
  "resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
@@ -434,6 +318,7 @@
434
318
  "version": "6.2.2",
435
319
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
436
320
  "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
321
+ "extraneous": true,
437
322
  "license": "MIT",
438
323
  "engines": {
439
324
  "node": ">=12"
@@ -446,6 +331,7 @@
446
331
  "version": "4.3.0",
447
332
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
448
333
  "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
334
+ "extraneous": true,
449
335
  "license": "MIT",
450
336
  "dependencies": {
451
337
  "color-convert": "^2.0.1"
@@ -477,112 +363,23 @@
477
363
  }
478
364
  },
479
365
  "node_modules/archiver": {
480
- "version": "7.0.1",
481
- "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
482
- "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
366
+ "version": "8.0.0",
367
+ "resolved": "https://registry.npmjs.org/archiver/-/archiver-8.0.0.tgz",
368
+ "integrity": "sha512-fV1orZfsnPn9BaSByR/qE67rJCLJEy2Ox5bq7nJh+jquWaNh6Sfec75kJ2T6PtdGUbPQlrVoSVCEOa5SdiTQ1g==",
483
369
  "license": "MIT",
484
370
  "dependencies": {
485
- "archiver-utils": "^5.0.2",
486
371
  "async": "^3.2.4",
487
372
  "buffer-crc32": "^1.0.0",
488
- "readable-stream": "^4.0.0",
489
- "readdir-glob": "^1.1.2",
490
- "tar-stream": "^3.0.0",
491
- "zip-stream": "^6.0.1"
492
- },
493
- "engines": {
494
- "node": ">= 14"
495
- }
496
- },
497
- "node_modules/archiver-utils": {
498
- "version": "5.0.2",
499
- "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
500
- "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
501
- "license": "MIT",
502
- "dependencies": {
503
- "glob": "^10.0.0",
504
- "graceful-fs": "^4.2.0",
505
- "is-stream": "^2.0.1",
373
+ "is-stream": "^4.0.0",
506
374
  "lazystream": "^1.0.0",
507
- "lodash": "^4.17.15",
508
375
  "normalize-path": "^3.0.0",
509
- "readable-stream": "^4.0.0"
510
- },
511
- "engines": {
512
- "node": ">= 14"
513
- }
514
- },
515
- "node_modules/archiver-utils/node_modules/balanced-match": {
516
- "version": "1.0.2",
517
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
518
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
519
- "license": "MIT"
520
- },
521
- "node_modules/archiver-utils/node_modules/brace-expansion": {
522
- "version": "2.1.0",
523
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
524
- "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
525
- "license": "MIT",
526
- "dependencies": {
527
- "balanced-match": "^1.0.0"
528
- }
529
- },
530
- "node_modules/archiver-utils/node_modules/glob": {
531
- "version": "10.5.0",
532
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
533
- "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
534
- "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",
535
- "license": "ISC",
536
- "dependencies": {
537
- "foreground-child": "^3.1.0",
538
- "jackspeak": "^3.1.2",
539
- "minimatch": "^9.0.4",
540
- "minipass": "^7.1.2",
541
- "package-json-from-dist": "^1.0.0",
542
- "path-scurry": "^1.11.1"
543
- },
544
- "bin": {
545
- "glob": "dist/esm/bin.mjs"
546
- },
547
- "funding": {
548
- "url": "https://github.com/sponsors/isaacs"
549
- }
550
- },
551
- "node_modules/archiver-utils/node_modules/lru-cache": {
552
- "version": "10.4.3",
553
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
554
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
555
- "license": "ISC"
556
- },
557
- "node_modules/archiver-utils/node_modules/minimatch": {
558
- "version": "9.0.9",
559
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
560
- "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
561
- "license": "ISC",
562
- "dependencies": {
563
- "brace-expansion": "^2.0.2"
564
- },
565
- "engines": {
566
- "node": ">=16 || 14 >=14.17"
567
- },
568
- "funding": {
569
- "url": "https://github.com/sponsors/isaacs"
570
- }
571
- },
572
- "node_modules/archiver-utils/node_modules/path-scurry": {
573
- "version": "1.11.1",
574
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
575
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
576
- "license": "BlueOak-1.0.0",
577
- "dependencies": {
578
- "lru-cache": "^10.2.0",
579
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
376
+ "readable-stream": "^4.0.0",
377
+ "readdir-glob": "^3.0.0",
378
+ "tar-stream": "^3.0.0",
379
+ "zip-stream": "^7.0.2"
580
380
  },
581
381
  "engines": {
582
- "node": ">=16 || 14 >=14.18"
583
- },
584
- "funding": {
585
- "url": "https://github.com/sponsors/isaacs"
382
+ "node": ">=18"
586
383
  }
587
384
  },
588
385
  "node_modules/argparse": {
@@ -624,9 +421,9 @@
624
421
  "license": "MIT"
625
422
  },
626
423
  "node_modules/axios": {
627
- "version": "1.16.1",
628
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.1.tgz",
629
- "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
424
+ "version": "1.17.0",
425
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz",
426
+ "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==",
630
427
  "license": "MIT",
631
428
  "dependencies": {
632
429
  "follow-redirects": "^1.16.0",
@@ -659,9 +456,9 @@
659
456
  }
660
457
  },
661
458
  "node_modules/bare-events": {
662
- "version": "2.8.3",
663
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.3.tgz",
664
- "integrity": "sha512-HdUm8EMQBLaJvGUdidNNbqpA1kYkwNcb+MYxkxCLAPJGQzlv9J0C24h8V65Z4c5GLd/JEALDvpFCQgpLJqc0zw==",
459
+ "version": "2.9.1",
460
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.9.1.tgz",
461
+ "integrity": "sha512-Z0oHEHAFDZkffN8Qc39zNZjQlMDkPJRyyyZieU1VH7u8c5S+qHZ2S8ixdKIAxEjfHO7FJxXmJWgteOghVanIsg==",
665
462
  "license": "Apache-2.0",
666
463
  "peerDependencies": {
667
464
  "bare-abort-controller": "*"
@@ -673,9 +470,9 @@
673
470
  }
674
471
  },
675
472
  "node_modules/bare-fs": {
676
- "version": "4.7.1",
677
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.1.tgz",
678
- "integrity": "sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==",
473
+ "version": "4.7.2",
474
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.2.tgz",
475
+ "integrity": "sha512-aTvMFUWkBmjzKtEQMDGGDNF8bkfpD5N1b/FCwt7A3wrU4t1o/e/85Wzkluh6JlODCjqVESYCkQCdTXqZ9G7VFg==",
679
476
  "license": "Apache-2.0",
680
477
  "dependencies": {
681
478
  "bare-events": "^2.5.4",
@@ -706,9 +503,9 @@
706
503
  }
707
504
  },
708
505
  "node_modules/bare-path": {
709
- "version": "3.0.0",
710
- "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
711
- "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
506
+ "version": "3.0.1",
507
+ "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.1.tgz",
508
+ "integrity": "sha512-ghj2DSK/2e99a1anTVPCV4m4YIYtrbXhfM7V3D7XZLOTsybnYyaJloymGqssQc8l/or0UoDyRtNQkmkEF/ysgQ==",
712
509
  "license": "Apache-2.0",
713
510
  "dependencies": {
714
511
  "bare-os": "^3.0.1"
@@ -741,9 +538,9 @@
741
538
  }
742
539
  },
743
540
  "node_modules/bare-url": {
744
- "version": "2.4.3",
745
- "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.3.tgz",
746
- "integrity": "sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==",
541
+ "version": "2.4.5",
542
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.5.tgz",
543
+ "integrity": "sha512-K+y9xF1tN+CdPu4qWwr0QiK1Al07eFPGYK5M2pDXcmHdMdgC/tT/bpmMe1hrmRHaidKLkXrC+cRNYf3XVDUhSQ==",
747
544
  "license": "Apache-2.0",
748
545
  "dependencies": {
749
546
  "bare-path": "^3.0.0"
@@ -935,6 +732,7 @@
935
732
  "version": "2.0.1",
936
733
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
937
734
  "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
735
+ "extraneous": true,
938
736
  "license": "MIT",
939
737
  "dependencies": {
940
738
  "color-name": "~1.1.4"
@@ -947,6 +745,7 @@
947
745
  "version": "1.1.4",
948
746
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
949
747
  "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
748
+ "extraneous": true,
950
749
  "license": "MIT"
951
750
  },
952
751
  "node_modules/combined-stream": {
@@ -961,20 +760,29 @@
961
760
  "node": ">= 0.8"
962
761
  }
963
762
  },
763
+ "node_modules/commander": {
764
+ "version": "14.0.3",
765
+ "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
766
+ "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
767
+ "license": "MIT",
768
+ "engines": {
769
+ "node": ">=20"
770
+ }
771
+ },
964
772
  "node_modules/compress-commons": {
965
- "version": "6.0.2",
966
- "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
967
- "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
773
+ "version": "7.0.1",
774
+ "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-7.0.1.tgz",
775
+ "integrity": "sha512-g0S8KAD8qf4+V//pr3BfB1aBnARLXNz2Gx+jmHU0LEriUuoQUOPOulVquHKTJ8+EAIIO7fhseNDr9wK5Q9FKBQ==",
968
776
  "license": "MIT",
969
777
  "dependencies": {
970
778
  "crc-32": "^1.2.0",
971
- "crc32-stream": "^6.0.0",
972
- "is-stream": "^2.0.1",
779
+ "crc32-stream": "^7.0.1",
780
+ "is-stream": "^4.0.0",
973
781
  "normalize-path": "^3.0.0",
974
782
  "readable-stream": "^4.0.0"
975
783
  },
976
784
  "engines": {
977
- "node": ">= 14"
785
+ "node": ">=18"
978
786
  }
979
787
  },
980
788
  "node_modules/console-control-strings": {
@@ -1002,51 +810,16 @@
1002
810
  }
1003
811
  },
1004
812
  "node_modules/crc32-stream": {
1005
- "version": "6.0.0",
1006
- "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
1007
- "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
813
+ "version": "7.0.1",
814
+ "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-7.0.1.tgz",
815
+ "integrity": "sha512-IBWsY8xznyQrcHn8h4bC8/4ErNke5elzgG8GcqF4RFPw6aHkWWRc7Tgw6upjaTX/CT/yQgqYENkxYsTYN+hW2g==",
1008
816
  "license": "MIT",
1009
817
  "dependencies": {
1010
818
  "crc-32": "^1.2.0",
1011
819
  "readable-stream": "^4.0.0"
1012
820
  },
1013
821
  "engines": {
1014
- "node": ">= 14"
1015
- }
1016
- },
1017
- "node_modules/cross-spawn": {
1018
- "version": "7.0.6",
1019
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1020
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1021
- "license": "MIT",
1022
- "dependencies": {
1023
- "path-key": "^3.1.0",
1024
- "shebang-command": "^2.0.0",
1025
- "which": "^2.0.1"
1026
- },
1027
- "engines": {
1028
- "node": ">= 8"
1029
- }
1030
- },
1031
- "node_modules/cross-spawn/node_modules/isexe": {
1032
- "version": "2.0.0",
1033
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1034
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1035
- "license": "ISC"
1036
- },
1037
- "node_modules/cross-spawn/node_modules/which": {
1038
- "version": "2.0.2",
1039
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1040
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1041
- "license": "ISC",
1042
- "dependencies": {
1043
- "isexe": "^2.0.0"
1044
- },
1045
- "bin": {
1046
- "node-which": "bin/node-which"
1047
- },
1048
- "engines": {
1049
- "node": ">= 8"
822
+ "node": ">=18"
1050
823
  }
1051
824
  },
1052
825
  "node_modules/debug": {
@@ -1105,18 +878,6 @@
1105
878
  "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
1106
879
  "license": "MIT"
1107
880
  },
1108
- "node_modules/eastasianwidth": {
1109
- "version": "0.2.0",
1110
- "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
1111
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
1112
- "license": "MIT"
1113
- },
1114
- "node_modules/emoji-regex": {
1115
- "version": "8.0.0",
1116
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1117
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1118
- "license": "MIT"
1119
- },
1120
881
  "node_modules/es-define-property": {
1121
882
  "version": "1.0.1",
1122
883
  "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
@@ -1247,34 +1008,6 @@
1247
1008
  }
1248
1009
  }
1249
1010
  },
1250
- "node_modules/foreground-child": {
1251
- "version": "3.3.1",
1252
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
1253
- "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
1254
- "license": "ISC",
1255
- "dependencies": {
1256
- "cross-spawn": "^7.0.6",
1257
- "signal-exit": "^4.0.1"
1258
- },
1259
- "engines": {
1260
- "node": ">=14"
1261
- },
1262
- "funding": {
1263
- "url": "https://github.com/sponsors/isaacs"
1264
- }
1265
- },
1266
- "node_modules/foreground-child/node_modules/signal-exit": {
1267
- "version": "4.1.0",
1268
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
1269
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
1270
- "license": "ISC",
1271
- "engines": {
1272
- "node": ">=14"
1273
- },
1274
- "funding": {
1275
- "url": "https://github.com/sponsors/isaacs"
1276
- }
1277
- },
1278
1011
  "node_modules/form-data": {
1279
1012
  "version": "4.0.5",
1280
1013
  "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
@@ -1432,30 +1165,18 @@
1432
1165
  "url": "https://github.com/sponsors/sindresorhus"
1433
1166
  }
1434
1167
  },
1435
- "node_modules/get-stream/node_modules/is-stream": {
1436
- "version": "4.0.1",
1437
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz",
1438
- "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
1439
- "license": "MIT",
1440
- "engines": {
1441
- "node": ">=18"
1442
- },
1443
- "funding": {
1444
- "url": "https://github.com/sponsors/sindresorhus"
1445
- }
1446
- },
1447
1168
  "node_modules/glob": {
1448
- "version": "13.0.5",
1449
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.5.tgz",
1450
- "integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==",
1169
+ "version": "13.0.6",
1170
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
1171
+ "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
1451
1172
  "license": "BlueOak-1.0.0",
1452
1173
  "dependencies": {
1453
- "minimatch": "^10.2.1",
1454
- "minipass": "^7.1.2",
1455
- "path-scurry": "^2.0.0"
1174
+ "minimatch": "^10.2.2",
1175
+ "minipass": "^7.1.3",
1176
+ "path-scurry": "^2.0.2"
1456
1177
  },
1457
1178
  "engines": {
1458
- "node": "20 || >=22"
1179
+ "node": "18 || 20 || >=22"
1459
1180
  },
1460
1181
  "funding": {
1461
1182
  "url": "https://github.com/sponsors/isaacs"
@@ -1473,12 +1194,6 @@
1473
1194
  "url": "https://github.com/sponsors/ljharb"
1474
1195
  }
1475
1196
  },
1476
- "node_modules/graceful-fs": {
1477
- "version": "4.2.11",
1478
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1479
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1480
- "license": "ISC"
1481
- },
1482
1197
  "node_modules/has-flag": {
1483
1198
  "version": "4.0.0",
1484
1199
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -1517,9 +1232,9 @@
1517
1232
  }
1518
1233
  },
1519
1234
  "node_modules/hasown": {
1520
- "version": "2.0.3",
1521
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
1522
- "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
1235
+ "version": "2.0.4",
1236
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
1237
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
1523
1238
  "license": "MIT",
1524
1239
  "dependencies": {
1525
1240
  "function-bind": "^1.1.2"
@@ -1600,15 +1315,6 @@
1600
1315
  "node": "^20.17.0 || >=22.9.0"
1601
1316
  }
1602
1317
  },
1603
- "node_modules/is-fullwidth-code-point": {
1604
- "version": "3.0.0",
1605
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1606
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1607
- "license": "MIT",
1608
- "engines": {
1609
- "node": ">=8"
1610
- }
1611
- },
1612
1318
  "node_modules/is-number-like": {
1613
1319
  "version": "1.0.8",
1614
1320
  "resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz",
@@ -1619,12 +1325,12 @@
1619
1325
  }
1620
1326
  },
1621
1327
  "node_modules/is-stream": {
1622
- "version": "2.0.1",
1623
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
1624
- "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
1328
+ "version": "4.0.1",
1329
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz",
1330
+ "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
1625
1331
  "license": "MIT",
1626
1332
  "engines": {
1627
- "node": ">=8"
1333
+ "node": ">=18"
1628
1334
  },
1629
1335
  "funding": {
1630
1336
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1657,21 +1363,6 @@
1657
1363
  "node": ">=20"
1658
1364
  }
1659
1365
  },
1660
- "node_modules/jackspeak": {
1661
- "version": "3.4.3",
1662
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
1663
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
1664
- "license": "BlueOak-1.0.0",
1665
- "dependencies": {
1666
- "@isaacs/cliui": "^8.0.2"
1667
- },
1668
- "funding": {
1669
- "url": "https://github.com/sponsors/isaacs"
1670
- },
1671
- "optionalDependencies": {
1672
- "@pkgjs/parseargs": "^0.11.0"
1673
- }
1674
- },
1675
1366
  "node_modules/js-tokens": {
1676
1367
  "version": "4.0.0",
1677
1368
  "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -1793,9 +1484,9 @@
1793
1484
  }
1794
1485
  },
1795
1486
  "node_modules/lru-cache": {
1796
- "version": "11.3.5",
1797
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
1798
- "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
1487
+ "version": "11.5.0",
1488
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz",
1489
+ "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==",
1799
1490
  "license": "BlueOak-1.0.0",
1800
1491
  "engines": {
1801
1492
  "node": "20 || >=22"
@@ -1937,12 +1628,6 @@
1937
1628
  "url": "https://github.com/sponsors/sindresorhus"
1938
1629
  }
1939
1630
  },
1940
- "node_modules/package-json-from-dist": {
1941
- "version": "1.0.1",
1942
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
1943
- "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
1944
- "license": "BlueOak-1.0.0"
1945
- },
1946
1631
  "node_modules/parse-json": {
1947
1632
  "version": "8.3.0",
1948
1633
  "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz",
@@ -1980,15 +1665,6 @@
1980
1665
  "node": ">=0.6.21"
1981
1666
  }
1982
1667
  },
1983
- "node_modules/path-key": {
1984
- "version": "3.1.1",
1985
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1986
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1987
- "license": "MIT",
1988
- "engines": {
1989
- "node": ">=8"
1990
- }
1991
- },
1992
1668
  "node_modules/path-scurry": {
1993
1669
  "version": "2.0.2",
1994
1670
  "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
@@ -2146,39 +1822,18 @@
2146
1822
  }
2147
1823
  },
2148
1824
  "node_modules/readdir-glob": {
2149
- "version": "1.1.3",
2150
- "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
2151
- "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
1825
+ "version": "3.0.0",
1826
+ "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-3.0.0.tgz",
1827
+ "integrity": "sha512-AhNB2KgKeVJr16nK9LLZbJNWnYoT23ZrumNKFDebHBdkC8KHSqWo871JAUhoWC/RtjEVdqNMFpM6qrwRbaUqpw==",
2152
1828
  "license": "Apache-2.0",
2153
1829
  "dependencies": {
2154
- "minimatch": "^5.1.0"
2155
- }
2156
- },
2157
- "node_modules/readdir-glob/node_modules/balanced-match": {
2158
- "version": "1.0.2",
2159
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2160
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
2161
- "license": "MIT"
2162
- },
2163
- "node_modules/readdir-glob/node_modules/brace-expansion": {
2164
- "version": "2.1.0",
2165
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
2166
- "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
2167
- "license": "MIT",
2168
- "dependencies": {
2169
- "balanced-match": "^1.0.0"
2170
- }
2171
- },
2172
- "node_modules/readdir-glob/node_modules/minimatch": {
2173
- "version": "5.1.9",
2174
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
2175
- "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
2176
- "license": "ISC",
2177
- "dependencies": {
2178
- "brace-expansion": "^2.0.1"
1830
+ "minimatch": "^10.2.2"
2179
1831
  },
2180
1832
  "engines": {
2181
- "node": ">=10"
1833
+ "node": ">=18"
1834
+ },
1835
+ "funding": {
1836
+ "url": "https://github.com/sponsors/yqnn"
2182
1837
  }
2183
1838
  },
2184
1839
  "node_modules/resolve-from": {
@@ -2213,9 +1868,9 @@
2213
1868
  }
2214
1869
  },
2215
1870
  "node_modules/semver": {
2216
- "version": "7.8.1",
2217
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
2218
- "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
1871
+ "version": "7.8.4",
1872
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz",
1873
+ "integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==",
2219
1874
  "license": "ISC",
2220
1875
  "bin": {
2221
1876
  "semver": "bin/semver.js"
@@ -2275,31 +1930,10 @@
2275
1930
  "@img/sharp-win32-x64": "0.34.5"
2276
1931
  }
2277
1932
  },
2278
- "node_modules/shebang-command": {
2279
- "version": "2.0.0",
2280
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2281
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2282
- "license": "MIT",
2283
- "dependencies": {
2284
- "shebang-regex": "^3.0.0"
2285
- },
2286
- "engines": {
2287
- "node": ">=8"
2288
- }
2289
- },
2290
- "node_modules/shebang-regex": {
2291
- "version": "3.0.0",
2292
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2293
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2294
- "license": "MIT",
2295
- "engines": {
2296
- "node": ">=8"
2297
- }
2298
- },
2299
1933
  "node_modules/shell-quote": {
2300
- "version": "1.8.3",
2301
- "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
2302
- "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
1934
+ "version": "1.8.4",
1935
+ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz",
1936
+ "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==",
2303
1937
  "license": "MIT",
2304
1938
  "engines": {
2305
1939
  "node": ">= 0.4"
@@ -2366,9 +2000,9 @@
2366
2000
  }
2367
2001
  },
2368
2002
  "node_modules/streamx": {
2369
- "version": "2.25.0",
2370
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
2371
- "integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
2003
+ "version": "2.27.0",
2004
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.27.0.tgz",
2005
+ "integrity": "sha512-WZ189TKnHoAokYHvwzaAQMpd55cgUmFIcJFzBSgGcb886jau5DL+XdDhTWV4ps3FLvk+OORp0dLRTPsLZ21CSA==",
2372
2006
  "license": "MIT",
2373
2007
  "dependencies": {
2374
2008
  "events-universal": "^1.0.0",
@@ -2405,39 +2039,11 @@
2405
2039
  ],
2406
2040
  "license": "MIT"
2407
2041
  },
2408
- "node_modules/string-width": {
2409
- "version": "4.2.3",
2410
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2411
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2412
- "license": "MIT",
2413
- "dependencies": {
2414
- "emoji-regex": "^8.0.0",
2415
- "is-fullwidth-code-point": "^3.0.0",
2416
- "strip-ansi": "^6.0.1"
2417
- },
2418
- "engines": {
2419
- "node": ">=8"
2420
- }
2421
- },
2422
- "node_modules/string-width-cjs": {
2423
- "name": "string-width",
2424
- "version": "4.2.3",
2425
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2426
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2427
- "license": "MIT",
2428
- "dependencies": {
2429
- "emoji-regex": "^8.0.0",
2430
- "is-fullwidth-code-point": "^3.0.0",
2431
- "strip-ansi": "^6.0.1"
2432
- },
2433
- "engines": {
2434
- "node": ">=8"
2435
- }
2436
- },
2437
2042
  "node_modules/strip-ansi": {
2438
2043
  "version": "6.0.1",
2439
2044
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2440
2045
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2046
+ "extraneous": true,
2441
2047
  "license": "MIT",
2442
2048
  "dependencies": {
2443
2049
  "ansi-regex": "^5.0.1"
@@ -2446,32 +2052,11 @@
2446
2052
  "node": ">=8"
2447
2053
  }
2448
2054
  },
2449
- "node_modules/strip-ansi-cjs": {
2450
- "name": "strip-ansi",
2451
- "version": "6.0.1",
2452
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2453
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2454
- "license": "MIT",
2455
- "dependencies": {
2456
- "ansi-regex": "^5.0.1"
2457
- },
2458
- "engines": {
2459
- "node": ">=8"
2460
- }
2461
- },
2462
- "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
2463
- "version": "5.0.1",
2464
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2465
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2466
- "license": "MIT",
2467
- "engines": {
2468
- "node": ">=8"
2469
- }
2470
- },
2471
2055
  "node_modules/strip-ansi/node_modules/ansi-regex": {
2472
2056
  "version": "5.0.1",
2473
2057
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2474
2058
  "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2059
+ "extraneous": true,
2475
2060
  "license": "MIT",
2476
2061
  "engines": {
2477
2062
  "node": ">=8"
@@ -2680,24 +2265,6 @@
2680
2265
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2681
2266
  }
2682
2267
  },
2683
- "node_modules/wrap-ansi-cjs": {
2684
- "name": "wrap-ansi",
2685
- "version": "7.0.0",
2686
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
2687
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
2688
- "license": "MIT",
2689
- "dependencies": {
2690
- "ansi-styles": "^4.0.0",
2691
- "string-width": "^4.1.0",
2692
- "strip-ansi": "^6.0.0"
2693
- },
2694
- "engines": {
2695
- "node": ">=10"
2696
- },
2697
- "funding": {
2698
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2699
- }
2700
- },
2701
2268
  "node_modules/wrap-ansi/node_modules/ansi-styles": {
2702
2269
  "version": "6.2.3",
2703
2270
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
@@ -2759,9 +2326,9 @@
2759
2326
  "license": "ISC"
2760
2327
  },
2761
2328
  "node_modules/ws": {
2762
- "version": "8.20.0",
2763
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
2764
- "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
2329
+ "version": "8.21.0",
2330
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
2331
+ "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
2765
2332
  "extraneous": true,
2766
2333
  "license": "MIT",
2767
2334
  "engines": {
@@ -2869,9 +2436,9 @@
2869
2436
  }
2870
2437
  },
2871
2438
  "node_modules/yauzl": {
2872
- "version": "3.3.0",
2873
- "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.0.tgz",
2874
- "integrity": "sha512-PtGEvEP30p7sbIBJKUBjUnqgTVOyMURc4dLo9iNyAJnNIEz9pm88cCXF21w94Kg3k6RXkeZh5DHOGS0qEONvNQ==",
2439
+ "version": "3.3.1",
2440
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.1.tgz",
2441
+ "integrity": "sha512-RNPCUkiE/ZgO4w8i9U5yDQVHaFDdnzaFANElRvpJteCspvmv2VqrRb9lvS6odVD+jqI/zDsxAHJVsafpcheVQQ==",
2875
2442
  "license": "MIT",
2876
2443
  "dependencies": {
2877
2444
  "buffer-crc32": "~0.2.3",
@@ -2915,17 +2482,17 @@
2915
2482
  }
2916
2483
  },
2917
2484
  "node_modules/zip-stream": {
2918
- "version": "6.0.1",
2919
- "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
2920
- "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
2485
+ "version": "7.0.5",
2486
+ "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-7.0.5.tgz",
2487
+ "integrity": "sha512-dSvYKdvLsAHCDqPOhIwk/q5CvuWtTB3Dgpoe0uVEFjTzIOAmsQpprX25InCvrvJsirEbu1OHyy67n/kAj1Sw/w==",
2921
2488
  "license": "MIT",
2922
2489
  "dependencies": {
2923
- "archiver-utils": "^5.0.0",
2924
- "compress-commons": "^6.0.2",
2490
+ "compress-commons": "^7.0.0",
2491
+ "normalize-path": "^3.0.0",
2925
2492
  "readable-stream": "^4.0.0"
2926
2493
  },
2927
2494
  "engines": {
2928
- "node": ">= 14"
2495
+ "node": ">=18"
2929
2496
  }
2930
2497
  }
2931
2498
  }