appium-geckodriver 2.1.11 → 2.2.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -0
  3. package/build/lib/commands/find.d.ts.map +1 -1
  4. package/build/lib/commands/find.js.map +1 -1
  5. package/build/lib/constants.d.ts +9 -0
  6. package/build/lib/constants.d.ts.map +1 -1
  7. package/build/lib/constants.js +10 -1
  8. package/build/lib/constants.js.map +1 -1
  9. package/build/lib/desired-caps.d.ts +3 -0
  10. package/build/lib/desired-caps.d.ts.map +1 -1
  11. package/build/lib/desired-caps.js +17 -14
  12. package/build/lib/desired-caps.js.map +1 -1
  13. package/build/lib/doctor/optional-checks.d.ts.map +1 -1
  14. package/build/lib/doctor/optional-checks.js.map +1 -1
  15. package/build/lib/driver.d.ts +1 -0
  16. package/build/lib/driver.d.ts.map +1 -1
  17. package/build/lib/driver.js +14 -0
  18. package/build/lib/driver.js.map +1 -1
  19. package/build/lib/gecko.d.ts.map +1 -1
  20. package/build/lib/gecko.js +28 -14
  21. package/build/lib/gecko.js.map +1 -1
  22. package/build/lib/index.d.ts.map +1 -1
  23. package/build/lib/index.js.map +1 -1
  24. package/build/lib/logger.js.map +1 -1
  25. package/build/lib/utils.d.ts.map +1 -1
  26. package/build/lib/utils.js +3 -4
  27. package/build/lib/utils.js.map +1 -1
  28. package/build/tsconfig.tsbuildinfo +1 -1
  29. package/lib/commands/find.ts +8 -4
  30. package/lib/constants.ts +10 -0
  31. package/lib/desired-caps.ts +19 -17
  32. package/lib/doctor/optional-checks.ts +6 -3
  33. package/lib/doctor/required-checks.ts +0 -1
  34. package/lib/doctor/utils.ts +0 -1
  35. package/lib/driver.ts +32 -13
  36. package/lib/gecko.ts +86 -56
  37. package/lib/index.ts +2 -2
  38. package/lib/logger.ts +1 -2
  39. package/lib/utils.ts +26 -14
  40. package/npm-shrinkwrap.json +307 -1862
  41. package/package.json +4 -2
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "2.1.11",
3
+ "version": "2.2.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-geckodriver",
9
- "version": "2.1.11",
9
+ "version": "2.2.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^14.0.0",
@@ -33,6 +33,7 @@
33
33
  "chai-as-promised": "^8.0.0",
34
34
  "conventional-changelog-conventionalcommits": "^9.1.0",
35
35
  "mocha": "^11.7.1",
36
+ "prettier": "^3.0.0",
36
37
  "semantic-release": "^25.0.2",
37
38
  "ts-node": "^10.9.1",
38
39
  "typescript": "^5.4.2",
@@ -46,124 +47,15 @@
46
47
  "appium": "^3.0.0-rc.2"
47
48
  }
48
49
  },
49
- "node_modules/@appium/base-driver": {
50
- "version": "10.2.0",
51
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.2.0.tgz",
52
- "integrity": "sha512-PCjZVWP0J+uhcdvRVxVXGWrN3sxP5Ik7WkNDx/tYIeknlHnvboIfeXnuy0HS0DgNFeyP/U+4KDx6/ug7eTwPOQ==",
53
- "license": "Apache-2.0",
54
- "dependencies": {
55
- "@appium/support": "^7.0.5",
56
- "@appium/types": "^1.2.0",
57
- "@colors/colors": "1.6.0",
58
- "async-lock": "1.4.1",
59
- "asyncbox": "6.0.1",
60
- "axios": "1.13.3",
61
- "bluebird": "3.7.2",
62
- "body-parser": "2.2.2",
63
- "express": "5.2.1",
64
- "fastest-levenshtein": "1.0.16",
65
- "http-status-codes": "2.3.0",
66
- "lodash": "4.17.23",
67
- "lru-cache": "11.2.5",
68
- "method-override": "3.0.0",
69
- "morgan": "1.10.1",
70
- "path-to-regexp": "8.3.0",
71
- "serve-favicon": "2.5.1",
72
- "type-fest": "5.4.1"
73
- },
74
- "engines": {
75
- "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
76
- "npm": ">=10"
77
- },
78
- "optionalDependencies": {
79
- "spdy": "4.0.2"
80
- }
81
- },
82
- "node_modules/@appium/base-driver/node_modules/asyncbox": {
83
- "version": "6.0.1",
84
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.0.1.tgz",
85
- "integrity": "sha512-vmeYcLDV9uxj1/0h36Kdj/3H/Bk5ugtwi3nSS8Sir9D7Ia2wDJWbh52LjMDaSI3s3iScmNL42kqDf7I4p8JXjg==",
86
- "license": "Apache-2.0",
87
- "engines": {
88
- "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
89
- "npm": ">=10"
90
- }
91
- },
92
- "node_modules/@appium/base-driver/node_modules/axios": {
93
- "version": "1.13.3",
94
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.3.tgz",
95
- "integrity": "sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==",
96
- "license": "MIT",
97
- "dependencies": {
98
- "follow-redirects": "^1.15.6",
99
- "form-data": "^4.0.4",
100
- "proxy-from-env": "^1.1.0"
101
- }
102
- },
103
- "node_modules/@appium/base-plugin": {
104
- "version": "3.0.6",
105
- "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.6.tgz",
106
- "integrity": "sha512-W5H6fPTiusKiZgv/1H+n5cj5cwIRJJ/qI+WeZJF40zxzlM+Hhz9dIxjCzW/1+EYmBkQ+ElkJjLb0xU8xnrMsqA==",
107
- "license": "Apache-2.0",
108
- "dependencies": {
109
- "@appium/base-driver": "^10.2.0",
110
- "@appium/support": "^7.0.5"
111
- },
112
- "engines": {
113
- "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
114
- "npm": ">=10"
115
- }
116
- },
117
- "node_modules/@appium/docutils": {
118
- "version": "2.2.1",
119
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.2.1.tgz",
120
- "integrity": "sha512-mhyQuvQUGepH+MEOGt3ixTM5q1NNVsxr+jvz/6t7KFJm8ElRlfyGGWcA3fqvnXm72hm3rzhh2t13sLct7qWUBg==",
121
- "license": "Apache-2.0",
122
- "dependencies": {
123
- "@appium/support": "^7.0.5",
124
- "consola": "3.4.2",
125
- "diff": "8.0.3",
126
- "lilconfig": "3.1.3",
127
- "lodash": "4.17.23",
128
- "package-directory": "8.1.0",
129
- "read-pkg": "10.0.0",
130
- "teen_process": "4.0.8",
131
- "type-fest": "5.4.1",
132
- "yaml": "2.8.2",
133
- "yargs": "18.0.0",
134
- "yargs-parser": "22.0.0"
135
- },
136
- "bin": {
137
- "appium-docs": "bin/appium-docs.js"
138
- },
139
- "engines": {
140
- "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
141
- "npm": ">=10"
142
- }
143
- },
144
- "node_modules/@appium/docutils/node_modules/teen_process": {
145
- "version": "4.0.8",
146
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.8.tgz",
147
- "integrity": "sha512-0DTX2KfgVOr6+8TVmheEdiJHZ/bPOPeJuX0yvv5VOX3x+OFteNkmWkI+hX6zTkzxjddrktsrXkacfS2Gom1YyA==",
148
- "license": "Apache-2.0",
149
- "dependencies": {
150
- "lodash": "^4.17.21",
151
- "shell-quote": "^1.8.1"
152
- },
153
- "engines": {
154
- "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
155
- "npm": ">=10"
156
- }
157
- },
158
50
  "node_modules/@appium/logger": {
159
- "version": "2.0.4",
160
- "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.4.tgz",
161
- "integrity": "sha512-DH4IXGjn/9q4BfrbPdacremNS2FZXIu8vMQyUChWfP+rVRJ1TKMxXF1/ZXNpOfuu0FRrknclO96tUWG3HJj9Xg==",
51
+ "version": "2.0.5",
52
+ "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.5.tgz",
53
+ "integrity": "sha512-AR0bMGsYXGURKwRk8cYR3MmKWOf5cq7tMgT29Kloeb3DyaeIr05bRO02Z9/GBz2wb2zNpnlAHs7mMMUTmm1SmQ==",
162
54
  "license": "ISC",
163
55
  "dependencies": {
164
56
  "console-control-strings": "1.1.0",
165
57
  "lodash": "4.17.23",
166
- "lru-cache": "11.2.5",
58
+ "lru-cache": "11.2.6",
167
59
  "set-blocking": "2.0.0"
168
60
  },
169
61
  "engines": {
@@ -172,9 +64,9 @@
172
64
  }
173
65
  },
174
66
  "node_modules/@appium/schema": {
175
- "version": "1.0.1",
176
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.1.tgz",
177
- "integrity": "sha512-ph4Rd3OQZgsUi2LSLLuBG5OjxTBldNBYjbco3shDBL84H6+SEbHY0Lby8PAe1RqT6+0Y0BklDBVmfaaiszy5Bg==",
67
+ "version": "1.1.0",
68
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.1.0.tgz",
69
+ "integrity": "sha512-m0vTLU7mhC9RR294Nz84g+FhEQ0iZKq6p3rfz1+qfEqCXRXUvDbllSOu2tCVpBKMIoEFZAmkwjuwXobJpCnilQ==",
178
70
  "license": "Apache-2.0",
179
71
  "dependencies": {
180
72
  "json-schema": "0.4.0"
@@ -185,44 +77,44 @@
185
77
  }
186
78
  },
187
79
  "node_modules/@appium/support": {
188
- "version": "7.0.5",
189
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.5.tgz",
190
- "integrity": "sha512-89Fm5yRFURWteLvY+MAAxQsLzy5QADLdfjeqp0oZzMLLFPD19i58kpF0EGLIkxlZ/0Pb0dw+MuaUyVEWL9daMg==",
80
+ "version": "7.0.6",
81
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.6.tgz",
82
+ "integrity": "sha512-Pt3T/c43eG8fhsMVmPcG4t/KB70E/MdseLT6A8m1HufqePry/6N0fu1vjxWsVpcbdnUzyfn4Iyjsj6LmZnK8YQ==",
191
83
  "license": "Apache-2.0",
192
84
  "dependencies": {
193
- "@appium/logger": "^2.0.4",
194
- "@appium/tsconfig": "^1.1.1",
195
- "@appium/types": "^1.2.0",
85
+ "@appium/logger": "^2.0.5",
86
+ "@appium/tsconfig": "^1.1.2",
87
+ "@appium/types": "^1.2.1",
196
88
  "@colors/colors": "1.6.0",
197
89
  "archiver": "7.0.1",
198
- "axios": "1.13.3",
90
+ "asyncbox": "6.1.0",
91
+ "axios": "1.13.6",
199
92
  "base64-stream": "1.0.0",
200
93
  "bluebird": "3.7.2",
201
94
  "bplist-creator": "0.1.1",
202
95
  "bplist-parser": "0.3.2",
203
96
  "form-data": "4.0.5",
204
97
  "get-stream": "9.0.1",
205
- "glob": "13.0.0",
98
+ "glob": "13.0.6",
206
99
  "jsftp": "2.1.3",
207
100
  "klaw": "4.1.0",
208
101
  "lockfile": "1.0.4",
209
102
  "lodash": "4.17.23",
210
103
  "log-symbols": "7.0.1",
211
- "moment": "2.30.1",
212
104
  "ncp": "2.0.0",
213
- "package-directory": "8.1.0",
105
+ "package-directory": "8.2.0",
214
106
  "plist": "3.1.0",
215
107
  "pluralize": "8.0.0",
216
- "read-pkg": "10.0.0",
108
+ "read-pkg": "10.1.0",
217
109
  "resolve-from": "5.0.0",
218
110
  "sanitize-filename": "1.6.3",
219
- "semver": "7.7.3",
111
+ "semver": "7.7.4",
220
112
  "shell-quote": "1.8.3",
221
113
  "supports-color": "10.2.2",
222
- "teen_process": "4.0.8",
223
- "type-fest": "5.4.1",
114
+ "teen_process": "4.0.10",
115
+ "type-fest": "5.4.4",
224
116
  "uuid": "13.0.0",
225
- "which": "6.0.0",
117
+ "which": "6.0.1",
226
118
  "yauzl": "3.2.0"
227
119
  },
228
120
  "engines": {
@@ -233,38 +125,13 @@
233
125
  "sharp": "0.34.5"
234
126
  }
235
127
  },
236
- "node_modules/@appium/support/node_modules/axios": {
237
- "version": "1.13.3",
238
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.3.tgz",
239
- "integrity": "sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==",
240
- "license": "MIT",
241
- "dependencies": {
242
- "follow-redirects": "^1.15.6",
243
- "form-data": "^4.0.4",
244
- "proxy-from-env": "^1.1.0"
245
- }
246
- },
247
- "node_modules/@appium/support/node_modules/teen_process": {
248
- "version": "4.0.8",
249
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.8.tgz",
250
- "integrity": "sha512-0DTX2KfgVOr6+8TVmheEdiJHZ/bPOPeJuX0yvv5VOX3x+OFteNkmWkI+hX6zTkzxjddrktsrXkacfS2Gom1YyA==",
251
- "license": "Apache-2.0",
252
- "dependencies": {
253
- "lodash": "^4.17.21",
254
- "shell-quote": "^1.8.1"
255
- },
256
- "engines": {
257
- "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
258
- "npm": ">=10"
259
- }
260
- },
261
128
  "node_modules/@appium/tsconfig": {
262
- "version": "1.1.1",
263
- "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.1.tgz",
264
- "integrity": "sha512-ikjo037sWgY2Oy0HRPGnrKHnOdUh9JyzstD7E6HlFqcZu8hvOP1hDQmKdoBTz8gkmSbZWcMRZmWaL3Yqaz2pLw==",
129
+ "version": "1.1.2",
130
+ "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.2.tgz",
131
+ "integrity": "sha512-lHKBm7hXCROc1Ha/cBxS4o3iQkeY96Pz7qM9Uh9vFDkdpTGBk56V1lmc3iGcgBYKBlaRT/LZmTsqClvHoiXhvw==",
265
132
  "license": "Apache-2.0",
266
133
  "dependencies": {
267
- "@tsconfig/node20": "20.1.8"
134
+ "@tsconfig/node20": "20.1.9"
268
135
  },
269
136
  "engines": {
270
137
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -272,15 +139,15 @@
272
139
  }
273
140
  },
274
141
  "node_modules/@appium/types": {
275
- "version": "1.2.0",
276
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.2.0.tgz",
277
- "integrity": "sha512-ksKUiUdi5BhqQRsdyOtoobV6tQLtrt+LbG7SY3eWTTBjiAu0oWU+390PnWOdN8VQhVnP2w8Ad8KZZnx7Mezkyg==",
142
+ "version": "1.2.1",
143
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.2.1.tgz",
144
+ "integrity": "sha512-2aX3oXsYddrNPWpimpqpMM/Bdf7iEhvlWjIQGh0xBqx7EbtSlWAT8NMB59h0mnKbotVrOC+av8a78AqHjOPJHg==",
278
145
  "license": "Apache-2.0",
279
146
  "dependencies": {
280
- "@appium/logger": "^2.0.4",
281
- "@appium/schema": "^1.0.1",
282
- "@appium/tsconfig": "^1.1.1",
283
- "type-fest": "5.4.1"
147
+ "@appium/logger": "^2.0.5",
148
+ "@appium/schema": "^1.1.0",
149
+ "@appium/tsconfig": "^1.1.2",
150
+ "type-fest": "5.4.4"
284
151
  },
285
152
  "engines": {
286
153
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -288,9 +155,9 @@
288
155
  }
289
156
  },
290
157
  "node_modules/@babel/code-frame": {
291
- "version": "7.28.6",
292
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
293
- "integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
158
+ "version": "7.29.0",
159
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
160
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
294
161
  "license": "MIT",
295
162
  "dependencies": {
296
163
  "@babel/helper-validator-identifier": "^7.28.5",
@@ -319,21 +186,10 @@
319
186
  "node": ">=0.1.90"
320
187
  }
321
188
  },
322
- "node_modules/@dabh/diagnostics": {
323
- "version": "2.0.8",
324
- "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.8.tgz",
325
- "integrity": "sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q==",
326
- "license": "MIT",
327
- "dependencies": {
328
- "@so-ric/colorspace": "^1.1.6",
329
- "enabled": "2.0.x",
330
- "kuler": "^2.0.0"
331
- }
332
- },
333
189
  "node_modules/@emnapi/runtime": {
334
- "version": "1.8.1",
335
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
336
- "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
190
+ "version": "1.9.0",
191
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz",
192
+ "integrity": "sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==",
337
193
  "extraneous": true,
338
194
  "license": "MIT",
339
195
  "dependencies": {
@@ -341,9 +197,9 @@
341
197
  }
342
198
  },
343
199
  "node_modules/@img/colour": {
344
- "version": "1.0.0",
345
- "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
346
- "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
200
+ "version": "1.1.0",
201
+ "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
202
+ "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
347
203
  "license": "MIT",
348
204
  "optional": true,
349
205
  "engines": {
@@ -388,27 +244,6 @@
388
244
  "@img/sharp-libvips-linux-x64": "1.2.4"
389
245
  }
390
246
  },
391
- "node_modules/@isaacs/balanced-match": {
392
- "version": "4.0.1",
393
- "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
394
- "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
395
- "license": "MIT",
396
- "engines": {
397
- "node": "20 || >=22"
398
- }
399
- },
400
- "node_modules/@isaacs/brace-expansion": {
401
- "version": "5.0.0",
402
- "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
403
- "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
404
- "license": "MIT",
405
- "dependencies": {
406
- "@isaacs/balanced-match": "^4.0.1"
407
- },
408
- "engines": {
409
- "node": "20 || >=22"
410
- }
411
- },
412
247
  "node_modules/@isaacs/cliui": {
413
248
  "version": "8.0.2",
414
249
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -462,12 +297,12 @@
462
297
  }
463
298
  },
464
299
  "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
465
- "version": "7.1.2",
466
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
467
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
300
+ "version": "7.2.0",
301
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
302
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
468
303
  "license": "MIT",
469
304
  "dependencies": {
470
- "ansi-regex": "^6.0.1"
305
+ "ansi-regex": "^6.2.2"
471
306
  },
472
307
  "engines": {
473
308
  "node": ">=12"
@@ -509,35 +344,10 @@
509
344
  "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
510
345
  "license": "MIT"
511
346
  },
512
- "node_modules/@sidvind/better-ajv-errors": {
513
- "version": "4.0.1",
514
- "resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-4.0.1.tgz",
515
- "integrity": "sha512-6arF1ssKxItxgitPYXafUoLmsVBA6K7m9+ZGj6hLDoBl7nWpJ33EInwQUdHTle2METeWGxgQiqSex20KZRykew==",
516
- "license": "Apache-2.0",
517
- "dependencies": {
518
- "kleur": "^4.1.0"
519
- },
520
- "engines": {
521
- "node": ">= 18"
522
- },
523
- "peerDependencies": {
524
- "ajv": "^7.0.0 || ^8.0.0"
525
- }
526
- },
527
- "node_modules/@so-ric/colorspace": {
528
- "version": "1.1.6",
529
- "resolved": "https://registry.npmjs.org/@so-ric/colorspace/-/colorspace-1.1.6.tgz",
530
- "integrity": "sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==",
531
- "license": "MIT",
532
- "dependencies": {
533
- "color": "^5.0.2",
534
- "text-hex": "1.0.x"
535
- }
536
- },
537
347
  "node_modules/@tsconfig/node20": {
538
- "version": "20.1.8",
539
- "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.8.tgz",
540
- "integrity": "sha512-Em+IdPfByIzWRRpqWL4Z7ArLHZGxmc36BxE3jCz9nBFSm+5aLaPMZyjwu4yetvyKXeogWcxik4L1jB5JTWfw7A==",
348
+ "version": "20.1.9",
349
+ "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.9.tgz",
350
+ "integrity": "sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==",
541
351
  "license": "MIT"
542
352
  },
543
353
  "node_modules/@types/normalize-package-data": {
@@ -546,12 +356,6 @@
546
356
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
547
357
  "license": "MIT"
548
358
  },
549
- "node_modules/@types/triple-beam": {
550
- "version": "1.3.5",
551
- "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz",
552
- "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==",
553
- "license": "MIT"
554
- },
555
359
  "node_modules/@xmldom/xmldom": {
556
360
  "version": "0.8.11",
557
361
  "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.11.tgz",
@@ -573,36 +377,6 @@
573
377
  "node": ">=6.5"
574
378
  }
575
379
  },
576
- "node_modules/accepts": {
577
- "version": "2.0.0",
578
- "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
579
- "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
580
- "license": "MIT",
581
- "dependencies": {
582
- "mime-types": "^3.0.0",
583
- "negotiator": "^1.0.0"
584
- },
585
- "engines": {
586
- "node": ">= 0.6"
587
- }
588
- },
589
- "node_modules/ajv-formats": {
590
- "version": "3.0.1",
591
- "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
592
- "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
593
- "license": "MIT",
594
- "dependencies": {
595
- "ajv": "^8.0.0"
596
- },
597
- "peerDependencies": {
598
- "ajv": "^8.0.0"
599
- },
600
- "peerDependenciesMeta": {
601
- "ajv": {
602
- "optional": true
603
- }
604
- }
605
- },
606
380
  "node_modules/ansi-regex": {
607
381
  "version": "6.2.2",
608
382
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
@@ -630,52 +404,10 @@
630
404
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
631
405
  }
632
406
  },
633
- "node_modules/appium": {
634
- "version": "3.2.0",
635
- "resolved": "https://registry.npmjs.org/appium/-/appium-3.2.0.tgz",
636
- "integrity": "sha512-Tp1gpOmz6Ai35XlsA/6EyTXYQDWberPAnpri/gmzmLS/FxeqLl/+yFoz/ah2rtuBIktAAcooEJMWTjuPOsHlVw==",
637
- "hasInstallScript": true,
638
- "license": "Apache-2.0",
639
- "dependencies": {
640
- "@appium/base-driver": "^10.2.0",
641
- "@appium/base-plugin": "^3.0.6",
642
- "@appium/docutils": "^2.2.1",
643
- "@appium/logger": "^2.0.4",
644
- "@appium/schema": "^1.0.1",
645
- "@appium/support": "^7.0.5",
646
- "@appium/types": "^1.2.0",
647
- "@sidvind/better-ajv-errors": "4.0.1",
648
- "ajv": "8.17.1",
649
- "ajv-formats": "3.0.1",
650
- "argparse": "2.0.1",
651
- "async-lock": "1.4.1",
652
- "axios": "1.13.3",
653
- "bluebird": "3.7.2",
654
- "lilconfig": "3.1.3",
655
- "lodash": "4.17.23",
656
- "lru-cache": "11.2.5",
657
- "ora": "5.4.1",
658
- "package-changed": "3.0.0",
659
- "resolve-from": "5.0.0",
660
- "semver": "7.7.3",
661
- "teen_process": "4.0.8",
662
- "type-fest": "5.4.1",
663
- "winston": "3.19.0",
664
- "ws": "8.19.0",
665
- "yaml": "2.8.2"
666
- },
667
- "bin": {
668
- "appium": "index.js"
669
- },
670
- "engines": {
671
- "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
672
- "npm": ">=10"
673
- }
674
- },
675
407
  "node_modules/appium-adb": {
676
- "version": "14.1.11",
677
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.1.11.tgz",
678
- "integrity": "sha512-jUXtPm1f1s/YYh+AKH+yKyAZWO/YvMkkGkcZydZ1OZUcPcsK5I+lPEPBCrNL9g7kdj7CQlStrANDwOV441SSlw==",
408
+ "version": "14.3.0",
409
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.3.0.tgz",
410
+ "integrity": "sha512-S1ZKK3R/nRlTMML+G5QliomDtbIYOxna6jOfJeX6X1fvN5Kg4dJo8GQW0+4Y6zHTA5cURWGiDpju+L7ohmJj6Q==",
679
411
  "license": "Apache-2.0",
680
412
  "dependencies": {
681
413
  "@appium/support": "^7.0.0-rc.1",
@@ -693,31 +425,6 @@
693
425
  "npm": ">=10"
694
426
  }
695
427
  },
696
- "node_modules/appium/node_modules/axios": {
697
- "version": "1.13.3",
698
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.3.tgz",
699
- "integrity": "sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==",
700
- "license": "MIT",
701
- "dependencies": {
702
- "follow-redirects": "^1.15.6",
703
- "form-data": "^4.0.4",
704
- "proxy-from-env": "^1.1.0"
705
- }
706
- },
707
- "node_modules/appium/node_modules/teen_process": {
708
- "version": "4.0.8",
709
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.8.tgz",
710
- "integrity": "sha512-0DTX2KfgVOr6+8TVmheEdiJHZ/bPOPeJuX0yvv5VOX3x+OFteNkmWkI+hX6zTkzxjddrktsrXkacfS2Gom1YyA==",
711
- "license": "Apache-2.0",
712
- "dependencies": {
713
- "lodash": "^4.17.21",
714
- "shell-quote": "^1.8.1"
715
- },
716
- "engines": {
717
- "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
718
- "npm": ">=10"
719
- }
720
- },
721
428
  "node_modules/archiver": {
722
429
  "version": "7.0.1",
723
430
  "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
@@ -767,6 +474,7 @@
767
474
  "version": "10.5.0",
768
475
  "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
769
476
  "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
477
+ "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",
770
478
  "license": "ISC",
771
479
  "dependencies": {
772
480
  "foreground-child": "^3.1.0",
@@ -790,12 +498,12 @@
790
498
  "license": "ISC"
791
499
  },
792
500
  "node_modules/archiver-utils/node_modules/minimatch": {
793
- "version": "9.0.5",
794
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
795
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
501
+ "version": "9.0.9",
502
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
503
+ "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
796
504
  "license": "ISC",
797
505
  "dependencies": {
798
- "brace-expansion": "^2.0.1"
506
+ "brace-expansion": "^2.0.2"
799
507
  },
800
508
  "engines": {
801
509
  "node": ">=16 || 14 >=14.17"
@@ -824,6 +532,7 @@
824
532
  "version": "2.0.1",
825
533
  "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
826
534
  "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
535
+ "extraneous": true,
827
536
  "license": "Python-2.0"
828
537
  },
829
538
  "node_modules/async": {
@@ -858,20 +567,20 @@
858
567
  "license": "MIT"
859
568
  },
860
569
  "node_modules/axios": {
861
- "version": "1.13.4",
862
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz",
863
- "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==",
570
+ "version": "1.13.6",
571
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
572
+ "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
864
573
  "license": "MIT",
865
574
  "dependencies": {
866
- "follow-redirects": "^1.15.6",
867
- "form-data": "^4.0.4",
575
+ "follow-redirects": "^1.15.11",
576
+ "form-data": "^4.0.5",
868
577
  "proxy-from-env": "^1.1.0"
869
578
  }
870
579
  },
871
580
  "node_modules/b4a": {
872
- "version": "1.7.3",
873
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
874
- "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
581
+ "version": "1.8.0",
582
+ "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.0.tgz",
583
+ "integrity": "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==",
875
584
  "license": "Apache-2.0",
876
585
  "peerDependencies": {
877
586
  "react-native-b4a": "*"
@@ -902,6 +611,79 @@
902
611
  }
903
612
  }
904
613
  },
614
+ "node_modules/bare-fs": {
615
+ "version": "4.5.5",
616
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.5.tgz",
617
+ "integrity": "sha512-XvwYM6VZqKoqDll8BmSww5luA5eflDzY0uEFfBJtFKe4PAAtxBjU3YIxzIBzhyaEQBy1VXEQBto4cpN5RZJw+w==",
618
+ "license": "Apache-2.0",
619
+ "dependencies": {
620
+ "bare-events": "^2.5.4",
621
+ "bare-path": "^3.0.0",
622
+ "bare-stream": "^2.6.4",
623
+ "bare-url": "^2.2.2",
624
+ "fast-fifo": "^1.3.2"
625
+ },
626
+ "engines": {
627
+ "bare": ">=1.16.0"
628
+ },
629
+ "peerDependencies": {
630
+ "bare-buffer": "*"
631
+ },
632
+ "peerDependenciesMeta": {
633
+ "bare-buffer": {
634
+ "optional": true
635
+ }
636
+ }
637
+ },
638
+ "node_modules/bare-os": {
639
+ "version": "3.8.0",
640
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.0.tgz",
641
+ "integrity": "sha512-Dc9/SlwfxkXIGYhvMQNUtKaXCaGkZYGcd1vuNUUADVqzu4/vQfvnMkYYOUnt2VwQ2AqKr/8qAVFRtwETljgeFg==",
642
+ "license": "Apache-2.0",
643
+ "engines": {
644
+ "bare": ">=1.14.0"
645
+ }
646
+ },
647
+ "node_modules/bare-path": {
648
+ "version": "3.0.0",
649
+ "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
650
+ "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
651
+ "license": "Apache-2.0",
652
+ "dependencies": {
653
+ "bare-os": "^3.0.1"
654
+ }
655
+ },
656
+ "node_modules/bare-stream": {
657
+ "version": "2.8.1",
658
+ "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.8.1.tgz",
659
+ "integrity": "sha512-bSeR8RfvbRwDpD7HWZvn8M3uYNDrk7m9DQjYOFkENZlXW8Ju/MPaqUPQq5LqJ3kyjEm07siTaAQ7wBKCU59oHg==",
660
+ "license": "Apache-2.0",
661
+ "dependencies": {
662
+ "streamx": "^2.21.0",
663
+ "teex": "^1.0.1"
664
+ },
665
+ "peerDependencies": {
666
+ "bare-buffer": "*",
667
+ "bare-events": "*"
668
+ },
669
+ "peerDependenciesMeta": {
670
+ "bare-buffer": {
671
+ "optional": true
672
+ },
673
+ "bare-events": {
674
+ "optional": true
675
+ }
676
+ }
677
+ },
678
+ "node_modules/bare-url": {
679
+ "version": "2.3.2",
680
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
681
+ "integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
682
+ "license": "Apache-2.0",
683
+ "dependencies": {
684
+ "bare-path": "^3.0.0"
685
+ }
686
+ },
905
687
  "node_modules/base64-js": {
906
688
  "version": "1.5.1",
907
689
  "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
@@ -928,18 +710,6 @@
928
710
  "integrity": "sha512-BQQZftaO48FcE1Kof9CmXMFaAdqkcNorgc8CxesZv9nMbbTF1EFyQe89UOuh//QMmdtfUDXyO8rgUalemL5ODA==",
929
711
  "license": "MIT"
930
712
  },
931
- "node_modules/basic-auth": {
932
- "version": "2.0.1",
933
- "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
934
- "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==",
935
- "license": "MIT",
936
- "dependencies": {
937
- "safe-buffer": "5.1.2"
938
- },
939
- "engines": {
940
- "node": ">= 0.8"
941
- }
942
- },
943
713
  "node_modules/big-integer": {
944
714
  "version": "1.6.52",
945
715
  "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
@@ -949,61 +719,12 @@
949
719
  "node": ">=0.6"
950
720
  }
951
721
  },
952
- "node_modules/bl": {
953
- "version": "4.1.0",
954
- "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
955
- "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
956
- "license": "MIT",
957
- "dependencies": {
958
- "buffer": "^5.5.0",
959
- "inherits": "^2.0.4",
960
- "readable-stream": "^3.4.0"
961
- }
962
- },
963
- "node_modules/bl/node_modules/readable-stream": {
964
- "version": "3.6.2",
965
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
966
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
967
- "license": "MIT",
968
- "dependencies": {
969
- "inherits": "^2.0.3",
970
- "string_decoder": "^1.1.1",
971
- "util-deprecate": "^1.0.1"
972
- },
973
- "engines": {
974
- "node": ">= 6"
975
- }
976
- },
977
722
  "node_modules/bluebird": {
978
723
  "version": "3.7.2",
979
724
  "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
980
725
  "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
981
726
  "license": "MIT"
982
727
  },
983
- "node_modules/body-parser": {
984
- "version": "2.2.2",
985
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
986
- "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
987
- "license": "MIT",
988
- "dependencies": {
989
- "bytes": "^3.1.2",
990
- "content-type": "^1.0.5",
991
- "debug": "^4.4.3",
992
- "http-errors": "^2.0.0",
993
- "iconv-lite": "^0.7.0",
994
- "on-finished": "^2.4.1",
995
- "qs": "^6.14.1",
996
- "raw-body": "^3.0.1",
997
- "type-is": "^2.0.1"
998
- },
999
- "engines": {
1000
- "node": ">=18"
1001
- },
1002
- "funding": {
1003
- "type": "opencollective",
1004
- "url": "https://opencollective.com/express"
1005
- }
1006
- },
1007
728
  "node_modules/bplist-creator": {
1008
729
  "version": "0.1.1",
1009
730
  "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.1.1.tgz",
@@ -1025,30 +746,6 @@
1025
746
  "node": ">= 5.10.0"
1026
747
  }
1027
748
  },
1028
- "node_modules/buffer": {
1029
- "version": "5.7.1",
1030
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
1031
- "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
1032
- "funding": [
1033
- {
1034
- "type": "github",
1035
- "url": "https://github.com/sponsors/feross"
1036
- },
1037
- {
1038
- "type": "patreon",
1039
- "url": "https://www.patreon.com/feross"
1040
- },
1041
- {
1042
- "type": "consulting",
1043
- "url": "https://feross.org/support"
1044
- }
1045
- ],
1046
- "license": "MIT",
1047
- "dependencies": {
1048
- "base64-js": "^1.3.1",
1049
- "ieee754": "^1.1.13"
1050
- }
1051
- },
1052
749
  "node_modules/buffer-crc32": {
1053
750
  "version": "1.0.0",
1054
751
  "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
@@ -1058,19 +755,10 @@
1058
755
  "node": ">=8.0.0"
1059
756
  }
1060
757
  },
1061
- "node_modules/bytes": {
1062
- "version": "3.1.2",
1063
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
1064
- "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
1065
- "license": "MIT",
1066
- "engines": {
1067
- "node": ">= 0.8"
1068
- }
1069
- },
1070
- "node_modules/call-bind-apply-helpers": {
1071
- "version": "1.0.2",
1072
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1073
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
758
+ "node_modules/call-bind-apply-helpers": {
759
+ "version": "1.0.2",
760
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
761
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1074
762
  "license": "MIT",
1075
763
  "dependencies": {
1076
764
  "es-errors": "^1.3.0",
@@ -1080,26 +768,11 @@
1080
768
  "node": ">= 0.4"
1081
769
  }
1082
770
  },
1083
- "node_modules/call-bound": {
1084
- "version": "1.0.4",
1085
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
1086
- "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1087
- "license": "MIT",
1088
- "dependencies": {
1089
- "call-bind-apply-helpers": "^1.0.2",
1090
- "get-intrinsic": "^1.3.0"
1091
- },
1092
- "engines": {
1093
- "node": ">= 0.4"
1094
- },
1095
- "funding": {
1096
- "url": "https://github.com/sponsors/ljharb"
1097
- }
1098
- },
1099
771
  "node_modules/chalk": {
1100
772
  "version": "4.1.2",
1101
773
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1102
774
  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
775
+ "extraneous": true,
1103
776
  "license": "MIT",
1104
777
  "dependencies": {
1105
778
  "ansi-styles": "^4.1.0",
@@ -1116,6 +789,7 @@
1116
789
  "version": "7.2.0",
1117
790
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1118
791
  "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
792
+ "extraneous": true,
1119
793
  "license": "MIT",
1120
794
  "dependencies": {
1121
795
  "has-flag": "^4.0.0"
@@ -1124,34 +798,11 @@
1124
798
  "node": ">=8"
1125
799
  }
1126
800
  },
1127
- "node_modules/cli-cursor": {
1128
- "version": "3.1.0",
1129
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
1130
- "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
1131
- "license": "MIT",
1132
- "dependencies": {
1133
- "restore-cursor": "^3.1.0"
1134
- },
1135
- "engines": {
1136
- "node": ">=8"
1137
- }
1138
- },
1139
- "node_modules/cli-spinners": {
1140
- "version": "2.9.2",
1141
- "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
1142
- "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
1143
- "license": "MIT",
1144
- "engines": {
1145
- "node": ">=6"
1146
- },
1147
- "funding": {
1148
- "url": "https://github.com/sponsors/sindresorhus"
1149
- }
1150
- },
1151
801
  "node_modules/cliui": {
1152
802
  "version": "9.0.1",
1153
803
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
1154
804
  "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
805
+ "extraneous": true,
1155
806
  "license": "ISC",
1156
807
  "dependencies": {
1157
808
  "string-width": "^7.2.0",
@@ -1166,12 +817,14 @@
1166
817
  "version": "10.6.0",
1167
818
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
1168
819
  "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
820
+ "extraneous": true,
1169
821
  "license": "MIT"
1170
822
  },
1171
823
  "node_modules/cliui/node_modules/string-width": {
1172
824
  "version": "7.2.0",
1173
825
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
1174
826
  "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
827
+ "extraneous": true,
1175
828
  "license": "MIT",
1176
829
  "dependencies": {
1177
830
  "emoji-regex": "^10.3.0",
@@ -1186,12 +839,13 @@
1186
839
  }
1187
840
  },
1188
841
  "node_modules/cliui/node_modules/strip-ansi": {
1189
- "version": "7.1.2",
1190
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
1191
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
842
+ "version": "7.2.0",
843
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
844
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
845
+ "extraneous": true,
1192
846
  "license": "MIT",
1193
847
  "dependencies": {
1194
- "ansi-regex": "^6.0.1"
848
+ "ansi-regex": "^6.2.2"
1195
849
  },
1196
850
  "engines": {
1197
851
  "node": ">=12"
@@ -1200,28 +854,6 @@
1200
854
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1201
855
  }
1202
856
  },
1203
- "node_modules/clone": {
1204
- "version": "1.0.4",
1205
- "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
1206
- "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
1207
- "license": "MIT",
1208
- "engines": {
1209
- "node": ">=0.8"
1210
- }
1211
- },
1212
- "node_modules/color": {
1213
- "version": "5.0.3",
1214
- "resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz",
1215
- "integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==",
1216
- "license": "MIT",
1217
- "dependencies": {
1218
- "color-convert": "^3.1.3",
1219
- "color-string": "^2.1.3"
1220
- },
1221
- "engines": {
1222
- "node": ">=18"
1223
- }
1224
- },
1225
857
  "node_modules/color-convert": {
1226
858
  "version": "2.0.1",
1227
859
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
@@ -1240,48 +872,6 @@
1240
872
  "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1241
873
  "license": "MIT"
1242
874
  },
1243
- "node_modules/color-string": {
1244
- "version": "2.1.4",
1245
- "resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz",
1246
- "integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==",
1247
- "license": "MIT",
1248
- "dependencies": {
1249
- "color-name": "^2.0.0"
1250
- },
1251
- "engines": {
1252
- "node": ">=18"
1253
- }
1254
- },
1255
- "node_modules/color-string/node_modules/color-name": {
1256
- "version": "2.1.0",
1257
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
1258
- "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
1259
- "license": "MIT",
1260
- "engines": {
1261
- "node": ">=12.20"
1262
- }
1263
- },
1264
- "node_modules/color/node_modules/color-convert": {
1265
- "version": "3.1.3",
1266
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz",
1267
- "integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==",
1268
- "license": "MIT",
1269
- "dependencies": {
1270
- "color-name": "^2.0.0"
1271
- },
1272
- "engines": {
1273
- "node": ">=14.6"
1274
- }
1275
- },
1276
- "node_modules/color/node_modules/color-name": {
1277
- "version": "2.1.0",
1278
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
1279
- "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
1280
- "license": "MIT",
1281
- "engines": {
1282
- "node": ">=12.20"
1283
- }
1284
- },
1285
875
  "node_modules/combined-stream": {
1286
876
  "version": "1.0.8",
1287
877
  "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
@@ -1294,15 +884,6 @@
1294
884
  "node": ">= 0.8"
1295
885
  }
1296
886
  },
1297
- "node_modules/commander": {
1298
- "version": "6.2.1",
1299
- "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
1300
- "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
1301
- "license": "MIT",
1302
- "engines": {
1303
- "node": ">= 6"
1304
- }
1305
- },
1306
887
  "node_modules/compress-commons": {
1307
888
  "version": "6.0.2",
1308
889
  "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
@@ -1319,61 +900,12 @@
1319
900
  "node": ">= 14"
1320
901
  }
1321
902
  },
1322
- "node_modules/consola": {
1323
- "version": "3.4.2",
1324
- "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
1325
- "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
1326
- "license": "MIT",
1327
- "engines": {
1328
- "node": "^14.18.0 || >=16.10.0"
1329
- }
1330
- },
1331
903
  "node_modules/console-control-strings": {
1332
904
  "version": "1.1.0",
1333
905
  "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
1334
906
  "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
1335
907
  "license": "ISC"
1336
908
  },
1337
- "node_modules/content-disposition": {
1338
- "version": "1.0.1",
1339
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
1340
- "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
1341
- "license": "MIT",
1342
- "engines": {
1343
- "node": ">=18"
1344
- },
1345
- "funding": {
1346
- "type": "opencollective",
1347
- "url": "https://opencollective.com/express"
1348
- }
1349
- },
1350
- "node_modules/content-type": {
1351
- "version": "1.0.5",
1352
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
1353
- "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
1354
- "license": "MIT",
1355
- "engines": {
1356
- "node": ">= 0.6"
1357
- }
1358
- },
1359
- "node_modules/cookie": {
1360
- "version": "0.7.2",
1361
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
1362
- "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
1363
- "license": "MIT",
1364
- "engines": {
1365
- "node": ">= 0.6"
1366
- }
1367
- },
1368
- "node_modules/cookie-signature": {
1369
- "version": "1.2.2",
1370
- "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
1371
- "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
1372
- "license": "MIT",
1373
- "engines": {
1374
- "node": ">=6.6.0"
1375
- }
1376
- },
1377
909
  "node_modules/core-util-is": {
1378
910
  "version": "1.0.3",
1379
911
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
@@ -1444,6 +976,7 @@
1444
976
  "version": "4.4.3",
1445
977
  "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1446
978
  "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
979
+ "extraneous": true,
1447
980
  "license": "MIT",
1448
981
  "dependencies": {
1449
982
  "ms": "^2.1.3"
@@ -1457,18 +990,6 @@
1457
990
  }
1458
991
  }
1459
992
  },
1460
- "node_modules/defaults": {
1461
- "version": "1.0.4",
1462
- "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
1463
- "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
1464
- "license": "MIT",
1465
- "dependencies": {
1466
- "clone": "^1.0.2"
1467
- },
1468
- "funding": {
1469
- "url": "https://github.com/sponsors/sindresorhus"
1470
- }
1471
- },
1472
993
  "node_modules/delayed-stream": {
1473
994
  "version": "1.0.0",
1474
995
  "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
@@ -1478,15 +999,6 @@
1478
999
  "node": ">=0.4.0"
1479
1000
  }
1480
1001
  },
1481
- "node_modules/depd": {
1482
- "version": "2.0.0",
1483
- "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
1484
- "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
1485
- "license": "MIT",
1486
- "engines": {
1487
- "node": ">= 0.8"
1488
- }
1489
- },
1490
1002
  "node_modules/detect-libc": {
1491
1003
  "version": "2.1.2",
1492
1004
  "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
@@ -1497,22 +1009,6 @@
1497
1009
  "node": ">=8"
1498
1010
  }
1499
1011
  },
1500
- "node_modules/detect-node": {
1501
- "version": "2.1.0",
1502
- "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
1503
- "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
1504
- "license": "MIT",
1505
- "optional": true
1506
- },
1507
- "node_modules/diff": {
1508
- "version": "8.0.3",
1509
- "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz",
1510
- "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==",
1511
- "license": "BSD-3-Clause",
1512
- "engines": {
1513
- "node": ">=0.3.1"
1514
- }
1515
- },
1516
1012
  "node_modules/dunder-proto": {
1517
1013
  "version": "1.0.1",
1518
1014
  "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -1539,33 +1035,12 @@
1539
1035
  "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
1540
1036
  "license": "MIT"
1541
1037
  },
1542
- "node_modules/ee-first": {
1543
- "version": "1.1.1",
1544
- "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
1545
- "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
1546
- "license": "MIT"
1547
- },
1548
1038
  "node_modules/emoji-regex": {
1549
1039
  "version": "8.0.0",
1550
1040
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1551
1041
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1552
1042
  "license": "MIT"
1553
1043
  },
1554
- "node_modules/enabled": {
1555
- "version": "2.0.0",
1556
- "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
1557
- "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==",
1558
- "license": "MIT"
1559
- },
1560
- "node_modules/encodeurl": {
1561
- "version": "2.0.0",
1562
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
1563
- "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
1564
- "license": "MIT",
1565
- "engines": {
1566
- "node": ">= 0.8"
1567
- }
1568
- },
1569
1044
  "node_modules/es-define-property": {
1570
1045
  "version": "1.0.1",
1571
1046
  "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
@@ -1615,26 +1090,12 @@
1615
1090
  "version": "3.2.0",
1616
1091
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1617
1092
  "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1093
+ "extraneous": true,
1618
1094
  "license": "MIT",
1619
1095
  "engines": {
1620
1096
  "node": ">=6"
1621
1097
  }
1622
1098
  },
1623
- "node_modules/escape-html": {
1624
- "version": "1.0.3",
1625
- "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
1626
- "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
1627
- "license": "MIT"
1628
- },
1629
- "node_modules/etag": {
1630
- "version": "1.8.1",
1631
- "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
1632
- "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
1633
- "license": "MIT",
1634
- "engines": {
1635
- "node": ">= 0.6"
1636
- }
1637
- },
1638
1099
  "node_modules/event-target-shim": {
1639
1100
  "version": "5.0.1",
1640
1101
  "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
@@ -1662,115 +1123,22 @@
1662
1123
  "bare-events": "^2.7.0"
1663
1124
  }
1664
1125
  },
1665
- "node_modules/express": {
1666
- "version": "5.2.1",
1667
- "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
1668
- "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
1669
- "license": "MIT",
1670
- "dependencies": {
1671
- "accepts": "^2.0.0",
1672
- "body-parser": "^2.2.1",
1673
- "content-disposition": "^1.0.0",
1674
- "content-type": "^1.0.5",
1675
- "cookie": "^0.7.1",
1676
- "cookie-signature": "^1.2.1",
1677
- "debug": "^4.4.0",
1678
- "depd": "^2.0.0",
1679
- "encodeurl": "^2.0.0",
1680
- "escape-html": "^1.0.3",
1681
- "etag": "^1.8.1",
1682
- "finalhandler": "^2.1.0",
1683
- "fresh": "^2.0.0",
1684
- "http-errors": "^2.0.0",
1685
- "merge-descriptors": "^2.0.0",
1686
- "mime-types": "^3.0.0",
1687
- "on-finished": "^2.4.1",
1688
- "once": "^1.4.0",
1689
- "parseurl": "^1.3.3",
1690
- "proxy-addr": "^2.0.7",
1691
- "qs": "^6.14.0",
1692
- "range-parser": "^1.2.1",
1693
- "router": "^2.2.0",
1694
- "send": "^1.1.0",
1695
- "serve-static": "^2.2.0",
1696
- "statuses": "^2.0.1",
1697
- "type-is": "^2.0.1",
1698
- "vary": "^1.1.2"
1699
- },
1700
- "engines": {
1701
- "node": ">= 18"
1702
- },
1703
- "funding": {
1704
- "type": "opencollective",
1705
- "url": "https://opencollective.com/express"
1706
- }
1707
- },
1708
- "node_modules/fast-deep-equal": {
1709
- "version": "3.1.3",
1710
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1711
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1712
- "extraneous": true,
1713
- "license": "MIT"
1714
- },
1715
1126
  "node_modules/fast-fifo": {
1716
1127
  "version": "1.3.2",
1717
1128
  "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
1718
1129
  "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
1719
1130
  "license": "MIT"
1720
1131
  },
1721
- "node_modules/fast-uri": {
1722
- "version": "3.1.0",
1723
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
1724
- "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
1725
- "extraneous": true,
1726
- "funding": [
1727
- {
1728
- "type": "github",
1729
- "url": "https://github.com/sponsors/fastify"
1730
- },
1731
- {
1732
- "type": "opencollective",
1733
- "url": "https://opencollective.com/fastify"
1734
- }
1735
- ],
1736
- "license": "BSD-3-Clause"
1737
- },
1738
1132
  "node_modules/fastest-levenshtein": {
1739
1133
  "version": "1.0.16",
1740
1134
  "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
1741
1135
  "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
1136
+ "extraneous": true,
1742
1137
  "license": "MIT",
1743
1138
  "engines": {
1744
1139
  "node": ">= 4.9.1"
1745
1140
  }
1746
1141
  },
1747
- "node_modules/fecha": {
1748
- "version": "4.2.3",
1749
- "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
1750
- "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==",
1751
- "license": "MIT"
1752
- },
1753
- "node_modules/finalhandler": {
1754
- "version": "2.1.1",
1755
- "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
1756
- "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
1757
- "license": "MIT",
1758
- "dependencies": {
1759
- "debug": "^4.4.0",
1760
- "encodeurl": "^2.0.0",
1761
- "escape-html": "^1.0.3",
1762
- "on-finished": "^2.4.1",
1763
- "parseurl": "^1.3.3",
1764
- "statuses": "^2.0.1"
1765
- },
1766
- "engines": {
1767
- "node": ">= 18.0.0"
1768
- },
1769
- "funding": {
1770
- "type": "opencollective",
1771
- "url": "https://opencollective.com/express"
1772
- }
1773
- },
1774
1142
  "node_modules/find-up-simple": {
1775
1143
  "version": "1.0.1",
1776
1144
  "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz",
@@ -1783,12 +1151,6 @@
1783
1151
  "url": "https://github.com/sponsors/sindresorhus"
1784
1152
  }
1785
1153
  },
1786
- "node_modules/fn.name": {
1787
- "version": "1.1.0",
1788
- "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz",
1789
- "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==",
1790
- "license": "MIT"
1791
- },
1792
1154
  "node_modules/follow-redirects": {
1793
1155
  "version": "1.15.11",
1794
1156
  "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
@@ -1874,24 +1236,6 @@
1874
1236
  "node": ">= 0.6"
1875
1237
  }
1876
1238
  },
1877
- "node_modules/forwarded": {
1878
- "version": "0.2.0",
1879
- "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
1880
- "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
1881
- "license": "MIT",
1882
- "engines": {
1883
- "node": ">= 0.6"
1884
- }
1885
- },
1886
- "node_modules/fresh": {
1887
- "version": "2.0.0",
1888
- "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
1889
- "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
1890
- "license": "MIT",
1891
- "engines": {
1892
- "node": ">= 0.8"
1893
- }
1894
- },
1895
1239
  "node_modules/ftp-response-parser": {
1896
1240
  "version": "1.0.1",
1897
1241
  "resolved": "https://registry.npmjs.org/ftp-response-parser/-/ftp-response-parser-1.0.1.tgz",
@@ -1940,15 +1284,17 @@
1940
1284
  "version": "2.0.5",
1941
1285
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
1942
1286
  "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
1287
+ "extraneous": true,
1943
1288
  "license": "ISC",
1944
1289
  "engines": {
1945
1290
  "node": "6.* || 8.* || >= 10.*"
1946
1291
  }
1947
1292
  },
1948
1293
  "node_modules/get-east-asian-width": {
1949
- "version": "1.4.0",
1950
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
1951
- "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
1294
+ "version": "1.5.0",
1295
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
1296
+ "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
1297
+ "extraneous": true,
1952
1298
  "license": "MIT",
1953
1299
  "engines": {
1954
1300
  "node": ">=18"
@@ -2023,32 +1369,53 @@
2023
1369
  }
2024
1370
  },
2025
1371
  "node_modules/glob": {
2026
- "version": "13.0.0",
2027
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
2028
- "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
1372
+ "version": "13.0.6",
1373
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
1374
+ "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
2029
1375
  "license": "BlueOak-1.0.0",
2030
1376
  "dependencies": {
2031
- "minimatch": "^10.1.1",
2032
- "minipass": "^7.1.2",
2033
- "path-scurry": "^2.0.0"
1377
+ "minimatch": "^10.2.2",
1378
+ "minipass": "^7.1.3",
1379
+ "path-scurry": "^2.0.2"
2034
1380
  },
2035
1381
  "engines": {
2036
- "node": "20 || >=22"
1382
+ "node": "18 || 20 || >=22"
2037
1383
  },
2038
1384
  "funding": {
2039
1385
  "url": "https://github.com/sponsors/isaacs"
2040
1386
  }
2041
1387
  },
1388
+ "node_modules/glob/node_modules/balanced-match": {
1389
+ "version": "4.0.4",
1390
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
1391
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
1392
+ "license": "MIT",
1393
+ "engines": {
1394
+ "node": "18 || 20 || >=22"
1395
+ }
1396
+ },
1397
+ "node_modules/glob/node_modules/brace-expansion": {
1398
+ "version": "5.0.4",
1399
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
1400
+ "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
1401
+ "license": "MIT",
1402
+ "dependencies": {
1403
+ "balanced-match": "^4.0.2"
1404
+ },
1405
+ "engines": {
1406
+ "node": "18 || 20 || >=22"
1407
+ }
1408
+ },
2042
1409
  "node_modules/glob/node_modules/minimatch": {
2043
- "version": "10.1.1",
2044
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
2045
- "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
1410
+ "version": "10.2.4",
1411
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
1412
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
2046
1413
  "license": "BlueOak-1.0.0",
2047
1414
  "dependencies": {
2048
- "@isaacs/brace-expansion": "^5.0.0"
1415
+ "brace-expansion": "^5.0.2"
2049
1416
  },
2050
1417
  "engines": {
2051
- "node": "20 || >=22"
1418
+ "node": "18 || 20 || >=22"
2052
1419
  },
2053
1420
  "funding": {
2054
1421
  "url": "https://github.com/sponsors/isaacs"
@@ -2072,17 +1439,11 @@
2072
1439
  "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2073
1440
  "license": "ISC"
2074
1441
  },
2075
- "node_modules/handle-thing": {
2076
- "version": "2.0.1",
2077
- "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
2078
- "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
2079
- "license": "MIT",
2080
- "optional": true
2081
- },
2082
1442
  "node_modules/has-flag": {
2083
1443
  "version": "4.0.0",
2084
1444
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2085
1445
  "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1446
+ "extraneous": true,
2086
1447
  "license": "MIT",
2087
1448
  "engines": {
2088
1449
  "node": ">=8"
@@ -2139,113 +1500,25 @@
2139
1500
  "node": "^20.17.0 || >=22.9.0"
2140
1501
  }
2141
1502
  },
2142
- "node_modules/hpack.js": {
2143
- "version": "2.1.6",
2144
- "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
2145
- "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
2146
- "license": "MIT",
2147
- "optional": true,
2148
- "dependencies": {
2149
- "inherits": "^2.0.1",
2150
- "obuf": "^1.0.0",
2151
- "readable-stream": "^2.0.1",
2152
- "wbuf": "^1.1.0"
2153
- }
2154
- },
2155
- "node_modules/hpack.js/node_modules/readable-stream": {
2156
- "version": "2.3.8",
2157
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
2158
- "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
2159
- "license": "MIT",
2160
- "optional": true,
2161
- "dependencies": {
2162
- "core-util-is": "~1.0.0",
2163
- "inherits": "~2.0.3",
2164
- "isarray": "~1.0.0",
2165
- "process-nextick-args": "~2.0.0",
2166
- "safe-buffer": "~5.1.1",
2167
- "string_decoder": "~1.1.1",
2168
- "util-deprecate": "~1.0.1"
2169
- }
2170
- },
2171
- "node_modules/hpack.js/node_modules/string_decoder": {
2172
- "version": "1.1.1",
2173
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
2174
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
2175
- "license": "MIT",
2176
- "optional": true,
2177
- "dependencies": {
2178
- "safe-buffer": "~5.1.0"
2179
- }
2180
- },
2181
- "node_modules/http-deceiver": {
2182
- "version": "1.2.7",
2183
- "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
2184
- "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
2185
- "license": "MIT",
2186
- "optional": true
2187
- },
2188
- "node_modules/http-errors": {
2189
- "version": "2.0.1",
2190
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
2191
- "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
2192
- "license": "MIT",
2193
- "dependencies": {
2194
- "depd": "~2.0.0",
2195
- "inherits": "~2.0.4",
2196
- "setprototypeof": "~1.2.0",
2197
- "statuses": "~2.0.2",
2198
- "toidentifier": "~1.0.1"
2199
- },
2200
- "engines": {
2201
- "node": ">= 0.8"
2202
- },
2203
- "funding": {
2204
- "type": "opencollective",
2205
- "url": "https://opencollective.com/express"
2206
- }
2207
- },
2208
- "node_modules/http-status-codes": {
2209
- "version": "2.3.0",
2210
- "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.3.0.tgz",
2211
- "integrity": "sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==",
2212
- "license": "MIT"
2213
- },
2214
- "node_modules/iconv-lite": {
2215
- "version": "0.7.2",
2216
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
2217
- "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
2218
- "license": "MIT",
2219
- "dependencies": {
2220
- "safer-buffer": ">= 2.1.2 < 3.0.0"
2221
- },
2222
- "engines": {
2223
- "node": ">=0.10.0"
2224
- },
2225
- "funding": {
2226
- "type": "opencollective",
2227
- "url": "https://opencollective.com/express"
2228
- }
2229
- },
2230
- "node_modules/ieee754": {
2231
- "version": "1.2.1",
2232
- "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
2233
- "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
2234
- "funding": [
2235
- {
2236
- "type": "github",
2237
- "url": "https://github.com/sponsors/feross"
2238
- },
2239
- {
2240
- "type": "patreon",
2241
- "url": "https://www.patreon.com/feross"
2242
- },
2243
- {
2244
- "type": "consulting",
2245
- "url": "https://feross.org/support"
2246
- }
2247
- ],
2248
- "license": "BSD-3-Clause"
1503
+ "node_modules/ieee754": {
1504
+ "version": "1.2.1",
1505
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1506
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
1507
+ "funding": [
1508
+ {
1509
+ "type": "github",
1510
+ "url": "https://github.com/sponsors/feross"
1511
+ },
1512
+ {
1513
+ "type": "patreon",
1514
+ "url": "https://www.patreon.com/feross"
1515
+ },
1516
+ {
1517
+ "type": "consulting",
1518
+ "url": "https://feross.org/support"
1519
+ }
1520
+ ],
1521
+ "license": "BSD-3-Clause"
2249
1522
  },
2250
1523
  "node_modules/index-to-position": {
2251
1524
  "version": "1.2.0",
@@ -2274,15 +1547,6 @@
2274
1547
  "node": "^20.17.0 || >=22.9.0"
2275
1548
  }
2276
1549
  },
2277
- "node_modules/ipaddr.js": {
2278
- "version": "1.9.1",
2279
- "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
2280
- "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
2281
- "license": "MIT",
2282
- "engines": {
2283
- "node": ">= 0.10"
2284
- }
2285
- },
2286
1550
  "node_modules/is-fullwidth-code-point": {
2287
1551
  "version": "3.0.0",
2288
1552
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -2292,15 +1556,6 @@
2292
1556
  "node": ">=8"
2293
1557
  }
2294
1558
  },
2295
- "node_modules/is-interactive": {
2296
- "version": "1.0.0",
2297
- "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
2298
- "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
2299
- "license": "MIT",
2300
- "engines": {
2301
- "node": ">=8"
2302
- }
2303
- },
2304
1559
  "node_modules/is-number-like": {
2305
1560
  "version": "1.0.8",
2306
1561
  "resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz",
@@ -2310,12 +1565,6 @@
2310
1565
  "lodash.isfinite": "^3.3.2"
2311
1566
  }
2312
1567
  },
2313
- "node_modules/is-promise": {
2314
- "version": "4.0.0",
2315
- "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
2316
- "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
2317
- "license": "MIT"
2318
- },
2319
1568
  "node_modules/is-stream": {
2320
1569
  "version": "2.0.1",
2321
1570
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
@@ -2347,12 +1596,12 @@
2347
1596
  "license": "MIT"
2348
1597
  },
2349
1598
  "node_modules/isexe": {
2350
- "version": "3.1.1",
2351
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
2352
- "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
2353
- "license": "ISC",
1599
+ "version": "4.0.0",
1600
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
1601
+ "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
1602
+ "license": "BlueOak-1.0.0",
2354
1603
  "engines": {
2355
- "node": ">=16"
1604
+ "node": ">=20"
2356
1605
  }
2357
1606
  },
2358
1607
  "node_modules/jackspeak": {
@@ -2408,13 +1657,6 @@
2408
1657
  "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
2409
1658
  "license": "(AFL-2.1 OR BSD-3-Clause)"
2410
1659
  },
2411
- "node_modules/json-schema-traverse": {
2412
- "version": "1.0.0",
2413
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2414
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2415
- "extraneous": true,
2416
- "license": "MIT"
2417
- },
2418
1660
  "node_modules/klaw": {
2419
1661
  "version": "4.1.0",
2420
1662
  "resolved": "https://registry.npmjs.org/klaw/-/klaw-4.1.0.tgz",
@@ -2424,21 +1666,6 @@
2424
1666
  "node": ">=14.14.0"
2425
1667
  }
2426
1668
  },
2427
- "node_modules/kleur": {
2428
- "version": "4.1.5",
2429
- "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
2430
- "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
2431
- "license": "MIT",
2432
- "engines": {
2433
- "node": ">=6"
2434
- }
2435
- },
2436
- "node_modules/kuler": {
2437
- "version": "2.0.0",
2438
- "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz",
2439
- "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==",
2440
- "license": "MIT"
2441
- },
2442
1669
  "node_modules/lazystream": {
2443
1670
  "version": "1.0.1",
2444
1671
  "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
@@ -2475,18 +1702,6 @@
2475
1702
  "safe-buffer": "~5.1.0"
2476
1703
  }
2477
1704
  },
2478
- "node_modules/lilconfig": {
2479
- "version": "3.1.3",
2480
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
2481
- "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
2482
- "license": "MIT",
2483
- "engines": {
2484
- "node": ">=14"
2485
- },
2486
- "funding": {
2487
- "url": "https://github.com/sponsors/antonk52"
2488
- }
2489
- },
2490
1705
  "node_modules/lockfile": {
2491
1706
  "version": "1.0.4",
2492
1707
  "resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.4.tgz",
@@ -2524,27 +1739,10 @@
2524
1739
  "url": "https://github.com/sponsors/sindresorhus"
2525
1740
  }
2526
1741
  },
2527
- "node_modules/logform": {
2528
- "version": "2.7.0",
2529
- "resolved": "https://registry.npmjs.org/logform/-/logform-2.7.0.tgz",
2530
- "integrity": "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==",
2531
- "license": "MIT",
2532
- "dependencies": {
2533
- "@colors/colors": "1.6.0",
2534
- "@types/triple-beam": "^1.3.2",
2535
- "fecha": "^4.2.0",
2536
- "ms": "^2.1.1",
2537
- "safe-stable-stringify": "^2.3.1",
2538
- "triple-beam": "^1.3.0"
2539
- },
2540
- "engines": {
2541
- "node": ">= 12.0.0"
2542
- }
2543
- },
2544
1742
  "node_modules/lru-cache": {
2545
- "version": "11.2.5",
2546
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz",
2547
- "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
1743
+ "version": "11.2.6",
1744
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
1745
+ "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
2548
1746
  "license": "BlueOak-1.0.0",
2549
1747
  "engines": {
2550
1748
  "node": "20 || >=22"
@@ -2559,168 +1757,25 @@
2559
1757
  "node": ">= 0.4"
2560
1758
  }
2561
1759
  },
2562
- "node_modules/media-typer": {
2563
- "version": "1.1.0",
2564
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
2565
- "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
2566
- "license": "MIT",
2567
- "engines": {
2568
- "node": ">= 0.8"
2569
- }
2570
- },
2571
- "node_modules/merge-descriptors": {
2572
- "version": "2.0.0",
2573
- "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
2574
- "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
2575
- "license": "MIT",
2576
- "engines": {
2577
- "node": ">=18"
2578
- },
2579
- "funding": {
2580
- "url": "https://github.com/sponsors/sindresorhus"
2581
- }
2582
- },
2583
- "node_modules/method-override": {
2584
- "version": "3.0.0",
2585
- "resolved": "https://registry.npmjs.org/method-override/-/method-override-3.0.0.tgz",
2586
- "integrity": "sha512-IJ2NNN/mSl9w3kzWB92rcdHpz+HjkxhDJWNDBqSlas+zQdP8wBiJzITPg08M/k2uVvMow7Sk41atndNtt/PHSA==",
2587
- "license": "MIT",
2588
- "dependencies": {
2589
- "debug": "3.1.0",
2590
- "methods": "~1.1.2",
2591
- "parseurl": "~1.3.2",
2592
- "vary": "~1.1.2"
2593
- },
2594
- "engines": {
2595
- "node": ">= 0.10"
2596
- }
2597
- },
2598
- "node_modules/method-override/node_modules/debug": {
2599
- "version": "3.1.0",
2600
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
2601
- "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
2602
- "license": "MIT",
2603
- "dependencies": {
2604
- "ms": "2.0.0"
2605
- }
2606
- },
2607
- "node_modules/method-override/node_modules/ms": {
2608
- "version": "2.0.0",
2609
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2610
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
2611
- "license": "MIT"
2612
- },
2613
- "node_modules/methods": {
2614
- "version": "1.1.2",
2615
- "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
2616
- "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
2617
- "license": "MIT",
2618
- "engines": {
2619
- "node": ">= 0.6"
2620
- }
2621
- },
2622
- "node_modules/mime-db": {
2623
- "version": "1.54.0",
2624
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
2625
- "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
2626
- "license": "MIT",
2627
- "engines": {
2628
- "node": ">= 0.6"
2629
- }
2630
- },
2631
- "node_modules/mime-types": {
2632
- "version": "3.0.2",
2633
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
2634
- "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
2635
- "license": "MIT",
2636
- "dependencies": {
2637
- "mime-db": "^1.54.0"
2638
- },
2639
- "engines": {
2640
- "node": ">=18"
2641
- },
2642
- "funding": {
2643
- "type": "opencollective",
2644
- "url": "https://opencollective.com/express"
2645
- }
2646
- },
2647
1760
  "node_modules/mimic-fn": {
2648
1761
  "version": "2.1.0",
2649
1762
  "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
2650
1763
  "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
1764
+ "extraneous": true,
2651
1765
  "license": "MIT",
2652
1766
  "engines": {
2653
1767
  "node": ">=6"
2654
1768
  }
2655
1769
  },
2656
- "node_modules/minimalistic-assert": {
2657
- "version": "1.0.1",
2658
- "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
2659
- "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
2660
- "license": "ISC",
2661
- "optional": true
2662
- },
2663
1770
  "node_modules/minipass": {
2664
- "version": "7.1.2",
2665
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
2666
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
2667
- "license": "ISC",
1771
+ "version": "7.1.3",
1772
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
1773
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
1774
+ "license": "BlueOak-1.0.0",
2668
1775
  "engines": {
2669
1776
  "node": ">=16 || 14 >=14.17"
2670
1777
  }
2671
1778
  },
2672
- "node_modules/moment": {
2673
- "version": "2.30.1",
2674
- "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
2675
- "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
2676
- "license": "MIT",
2677
- "engines": {
2678
- "node": "*"
2679
- }
2680
- },
2681
- "node_modules/morgan": {
2682
- "version": "1.10.1",
2683
- "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.1.tgz",
2684
- "integrity": "sha512-223dMRJtI/l25dJKWpgij2cMtywuG/WiUKXdvwfbhGKBhy1puASqXwFzmWZ7+K73vUPoR7SS2Qz2cI/g9MKw0A==",
2685
- "license": "MIT",
2686
- "dependencies": {
2687
- "basic-auth": "~2.0.1",
2688
- "debug": "2.6.9",
2689
- "depd": "~2.0.0",
2690
- "on-finished": "~2.3.0",
2691
- "on-headers": "~1.1.0"
2692
- },
2693
- "engines": {
2694
- "node": ">= 0.8.0"
2695
- }
2696
- },
2697
- "node_modules/morgan/node_modules/debug": {
2698
- "version": "2.6.9",
2699
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
2700
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
2701
- "license": "MIT",
2702
- "dependencies": {
2703
- "ms": "2.0.0"
2704
- }
2705
- },
2706
- "node_modules/morgan/node_modules/ms": {
2707
- "version": "2.0.0",
2708
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2709
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
2710
- "license": "MIT"
2711
- },
2712
- "node_modules/morgan/node_modules/on-finished": {
2713
- "version": "2.3.0",
2714
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
2715
- "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
2716
- "license": "MIT",
2717
- "dependencies": {
2718
- "ee-first": "1.1.1"
2719
- },
2720
- "engines": {
2721
- "node": ">= 0.8"
2722
- }
2723
- },
2724
1779
  "node_modules/ms": {
2725
1780
  "version": "2.1.3",
2726
1781
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
@@ -2736,15 +1791,6 @@
2736
1791
  "ncp": "bin/ncp"
2737
1792
  }
2738
1793
  },
2739
- "node_modules/negotiator": {
2740
- "version": "1.0.0",
2741
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
2742
- "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
2743
- "license": "MIT",
2744
- "engines": {
2745
- "node": ">= 0.6"
2746
- }
2747
- },
2748
1794
  "node_modules/normalize-package-data": {
2749
1795
  "version": "8.0.0",
2750
1796
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-8.0.0.tgz",
@@ -2768,46 +1814,6 @@
2768
1814
  "node": ">=0.10.0"
2769
1815
  }
2770
1816
  },
2771
- "node_modules/object-inspect": {
2772
- "version": "1.13.4",
2773
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
2774
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
2775
- "license": "MIT",
2776
- "engines": {
2777
- "node": ">= 0.4"
2778
- },
2779
- "funding": {
2780
- "url": "https://github.com/sponsors/ljharb"
2781
- }
2782
- },
2783
- "node_modules/obuf": {
2784
- "version": "1.1.2",
2785
- "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
2786
- "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
2787
- "license": "MIT",
2788
- "optional": true
2789
- },
2790
- "node_modules/on-finished": {
2791
- "version": "2.4.1",
2792
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
2793
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
2794
- "license": "MIT",
2795
- "dependencies": {
2796
- "ee-first": "1.1.1"
2797
- },
2798
- "engines": {
2799
- "node": ">= 0.8"
2800
- }
2801
- },
2802
- "node_modules/on-headers": {
2803
- "version": "1.1.0",
2804
- "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
2805
- "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
2806
- "license": "MIT",
2807
- "engines": {
2808
- "node": ">= 0.8"
2809
- }
2810
- },
2811
1817
  "node_modules/once": {
2812
1818
  "version": "1.4.0",
2813
1819
  "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
@@ -2817,19 +1823,11 @@
2817
1823
  "wrappy": "1"
2818
1824
  }
2819
1825
  },
2820
- "node_modules/one-time": {
2821
- "version": "1.0.0",
2822
- "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz",
2823
- "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==",
2824
- "license": "MIT",
2825
- "dependencies": {
2826
- "fn.name": "1.x.x"
2827
- }
2828
- },
2829
1826
  "node_modules/onetime": {
2830
1827
  "version": "5.1.2",
2831
1828
  "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
2832
1829
  "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
1830
+ "extraneous": true,
2833
1831
  "license": "MIT",
2834
1832
  "dependencies": {
2835
1833
  "mimic-fn": "^2.1.0"
@@ -2841,61 +1839,10 @@
2841
1839
  "url": "https://github.com/sponsors/sindresorhus"
2842
1840
  }
2843
1841
  },
2844
- "node_modules/ora": {
2845
- "version": "5.4.1",
2846
- "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
2847
- "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
2848
- "license": "MIT",
2849
- "dependencies": {
2850
- "bl": "^4.1.0",
2851
- "chalk": "^4.1.0",
2852
- "cli-cursor": "^3.1.0",
2853
- "cli-spinners": "^2.5.0",
2854
- "is-interactive": "^1.0.0",
2855
- "is-unicode-supported": "^0.1.0",
2856
- "log-symbols": "^4.1.0",
2857
- "strip-ansi": "^6.0.0",
2858
- "wcwidth": "^1.0.1"
2859
- },
2860
- "engines": {
2861
- "node": ">=10"
2862
- },
2863
- "funding": {
2864
- "url": "https://github.com/sponsors/sindresorhus"
2865
- }
2866
- },
2867
- "node_modules/ora/node_modules/is-unicode-supported": {
2868
- "version": "0.1.0",
2869
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
2870
- "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
2871
- "license": "MIT",
2872
- "engines": {
2873
- "node": ">=10"
2874
- },
2875
- "funding": {
2876
- "url": "https://github.com/sponsors/sindresorhus"
2877
- }
2878
- },
2879
- "node_modules/ora/node_modules/log-symbols": {
2880
- "version": "4.1.0",
2881
- "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
2882
- "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
2883
- "license": "MIT",
2884
- "dependencies": {
2885
- "chalk": "^4.1.0",
2886
- "is-unicode-supported": "^0.1.0"
2887
- },
2888
- "engines": {
2889
- "node": ">=10"
2890
- },
2891
- "funding": {
2892
- "url": "https://github.com/sponsors/sindresorhus"
2893
- }
2894
- },
2895
1842
  "node_modules/p-limit": {
2896
- "version": "7.2.0",
2897
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.2.0.tgz",
2898
- "integrity": "sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==",
1843
+ "version": "7.3.0",
1844
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz",
1845
+ "integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==",
2899
1846
  "license": "MIT",
2900
1847
  "dependencies": {
2901
1848
  "yocto-queue": "^1.2.1"
@@ -2907,22 +1854,10 @@
2907
1854
  "url": "https://github.com/sponsors/sindresorhus"
2908
1855
  }
2909
1856
  },
2910
- "node_modules/package-changed": {
2911
- "version": "3.0.0",
2912
- "resolved": "https://registry.npmjs.org/package-changed/-/package-changed-3.0.0.tgz",
2913
- "integrity": "sha512-HSRbrO+Ab5AuqqYGSevtKJ1Yt96jW1VKV7wrp8K4SKj5tyDp/7D96uPCQyCPiNtWTEH/7nA3hZ4z2slbc9yFxg==",
2914
- "license": "ISC",
2915
- "dependencies": {
2916
- "commander": "^6.2.0"
2917
- },
2918
- "bin": {
2919
- "package-changed": "bin/package-changed.js"
2920
- }
2921
- },
2922
1857
  "node_modules/package-directory": {
2923
- "version": "8.1.0",
2924
- "resolved": "https://registry.npmjs.org/package-directory/-/package-directory-8.1.0.tgz",
2925
- "integrity": "sha512-qHKRW0pw3lYdZMQVkjDBqh8HlamH/LCww2PH7OWEp4Qrt3SFeYMNpnJrQzlSnGrDD5zGR51XqBh7FnNCdVNEHA==",
1858
+ "version": "8.2.0",
1859
+ "resolved": "https://registry.npmjs.org/package-directory/-/package-directory-8.2.0.tgz",
1860
+ "integrity": "sha512-qJSu5Mo6tHmRxCy2KCYYKYgcfBdUpy9dwReaZD/xwf608AUk/MoRtIOWzgDtUeGeC7n/55yC3MI1Q+MbSoektw==",
2926
1861
  "license": "MIT",
2927
1862
  "dependencies": {
2928
1863
  "find-up-simple": "^1.0.0"
@@ -2977,15 +1912,6 @@
2977
1912
  "node": ">=0.6.21"
2978
1913
  }
2979
1914
  },
2980
- "node_modules/parseurl": {
2981
- "version": "1.3.3",
2982
- "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
2983
- "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
2984
- "license": "MIT",
2985
- "engines": {
2986
- "node": ">= 0.8"
2987
- }
2988
- },
2989
1915
  "node_modules/path-key": {
2990
1916
  "version": "3.1.1",
2991
1917
  "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -2996,31 +1922,21 @@
2996
1922
  }
2997
1923
  },
2998
1924
  "node_modules/path-scurry": {
2999
- "version": "2.0.1",
3000
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz",
3001
- "integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
1925
+ "version": "2.0.2",
1926
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
1927
+ "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
3002
1928
  "license": "BlueOak-1.0.0",
3003
1929
  "dependencies": {
3004
1930
  "lru-cache": "^11.0.0",
3005
1931
  "minipass": "^7.1.2"
3006
1932
  },
3007
1933
  "engines": {
3008
- "node": "20 || >=22"
1934
+ "node": "18 || 20 || >=22"
3009
1935
  },
3010
1936
  "funding": {
3011
1937
  "url": "https://github.com/sponsors/isaacs"
3012
1938
  }
3013
1939
  },
3014
- "node_modules/path-to-regexp": {
3015
- "version": "8.3.0",
3016
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
3017
- "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
3018
- "license": "MIT",
3019
- "funding": {
3020
- "type": "opencollective",
3021
- "url": "https://opencollective.com/express"
3022
- }
3023
- },
3024
1940
  "node_modules/pend": {
3025
1941
  "version": "1.2.0",
3026
1942
  "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
@@ -3094,75 +2010,23 @@
3094
2010
  "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
3095
2011
  "license": "MIT"
3096
2012
  },
3097
- "node_modules/proxy-addr": {
3098
- "version": "2.0.7",
3099
- "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
3100
- "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
3101
- "license": "MIT",
3102
- "dependencies": {
3103
- "forwarded": "0.2.0",
3104
- "ipaddr.js": "1.9.1"
3105
- },
3106
- "engines": {
3107
- "node": ">= 0.10"
3108
- }
3109
- },
3110
2013
  "node_modules/proxy-from-env": {
3111
2014
  "version": "1.1.0",
3112
2015
  "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
3113
2016
  "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
3114
2017
  "license": "MIT"
3115
2018
  },
3116
- "node_modules/qs": {
3117
- "version": "6.14.1",
3118
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
3119
- "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
3120
- "license": "BSD-3-Clause",
3121
- "dependencies": {
3122
- "side-channel": "^1.1.0"
3123
- },
3124
- "engines": {
3125
- "node": ">=0.6"
3126
- },
3127
- "funding": {
3128
- "url": "https://github.com/sponsors/ljharb"
3129
- }
3130
- },
3131
- "node_modules/range-parser": {
3132
- "version": "1.2.1",
3133
- "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
3134
- "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
3135
- "license": "MIT",
3136
- "engines": {
3137
- "node": ">= 0.6"
3138
- }
3139
- },
3140
- "node_modules/raw-body": {
3141
- "version": "3.0.2",
3142
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
3143
- "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
3144
- "license": "MIT",
3145
- "dependencies": {
3146
- "bytes": "~3.1.2",
3147
- "http-errors": "~2.0.1",
3148
- "iconv-lite": "~0.7.0",
3149
- "unpipe": "~1.0.0"
3150
- },
3151
- "engines": {
3152
- "node": ">= 0.10"
3153
- }
3154
- },
3155
2019
  "node_modules/read-pkg": {
3156
- "version": "10.0.0",
3157
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-10.0.0.tgz",
3158
- "integrity": "sha512-A70UlgfNdKI5NSvTTfHzLQj7NJRpJ4mT5tGafkllJ4wh71oYuGm/pzphHcmW4s35iox56KSK721AihodoXSc/A==",
2020
+ "version": "10.1.0",
2021
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-10.1.0.tgz",
2022
+ "integrity": "sha512-I8g2lArQiP78ll51UeMZojewtYgIRCKCWqZEgOO8c/uefTI+XDXvCSXu3+YNUaTNvZzobrL5+SqHjBrByRRTdg==",
3159
2023
  "license": "MIT",
3160
2024
  "dependencies": {
3161
2025
  "@types/normalize-package-data": "^2.4.4",
3162
2026
  "normalize-package-data": "^8.0.0",
3163
2027
  "parse-json": "^8.3.0",
3164
- "type-fest": "^5.2.0",
3165
- "unicorn-magic": "^0.3.0"
2028
+ "type-fest": "^5.4.4",
2029
+ "unicorn-magic": "^0.4.0"
3166
2030
  },
3167
2031
  "engines": {
3168
2032
  "node": ">=20"
@@ -3230,25 +2094,15 @@
3230
2094
  }
3231
2095
  },
3232
2096
  "node_modules/readdir-glob/node_modules/minimatch": {
3233
- "version": "5.1.6",
3234
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
3235
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
2097
+ "version": "5.1.9",
2098
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
2099
+ "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
3236
2100
  "license": "ISC",
3237
2101
  "dependencies": {
3238
2102
  "brace-expansion": "^2.0.1"
3239
2103
  },
3240
2104
  "engines": {
3241
- "node": ">=10"
3242
- }
3243
- },
3244
- "node_modules/require-from-string": {
3245
- "version": "2.0.2",
3246
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
3247
- "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
3248
- "extraneous": true,
3249
- "license": "MIT",
3250
- "engines": {
3251
- "node": ">=0.10.0"
2105
+ "node": ">=10"
3252
2106
  }
3253
2107
  },
3254
2108
  "node_modules/resolve-from": {
@@ -3260,54 +2114,17 @@
3260
2114
  "node": ">=8"
3261
2115
  }
3262
2116
  },
3263
- "node_modules/restore-cursor": {
3264
- "version": "3.1.0",
3265
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
3266
- "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
3267
- "license": "MIT",
3268
- "dependencies": {
3269
- "onetime": "^5.1.0",
3270
- "signal-exit": "^3.0.2"
3271
- },
3272
- "engines": {
3273
- "node": ">=8"
3274
- }
3275
- },
3276
- "node_modules/router": {
3277
- "version": "2.2.0",
3278
- "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
3279
- "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
3280
- "license": "MIT",
3281
- "dependencies": {
3282
- "debug": "^4.4.0",
3283
- "depd": "^2.0.0",
3284
- "is-promise": "^4.0.0",
3285
- "parseurl": "^1.3.3",
3286
- "path-to-regexp": "^8.0.0"
3287
- },
3288
- "engines": {
3289
- "node": ">= 18"
3290
- }
3291
- },
3292
2117
  "node_modules/safe-buffer": {
3293
2118
  "version": "5.1.2",
3294
2119
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3295
2120
  "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3296
2121
  "license": "MIT"
3297
2122
  },
3298
- "node_modules/safe-stable-stringify": {
3299
- "version": "2.5.0",
3300
- "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
3301
- "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
3302
- "license": "MIT",
3303
- "engines": {
3304
- "node": ">=10"
3305
- }
3306
- },
3307
2123
  "node_modules/safer-buffer": {
3308
2124
  "version": "2.1.2",
3309
2125
  "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
3310
2126
  "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
2127
+ "extraneous": true,
3311
2128
  "license": "MIT"
3312
2129
  },
3313
2130
  "node_modules/sanitize-filename": {
@@ -3319,17 +2136,10 @@
3319
2136
  "truncate-utf8-bytes": "^1.0.0"
3320
2137
  }
3321
2138
  },
3322
- "node_modules/select-hose": {
3323
- "version": "2.0.0",
3324
- "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
3325
- "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
3326
- "license": "MIT",
3327
- "optional": true
3328
- },
3329
2139
  "node_modules/semver": {
3330
- "version": "7.7.3",
3331
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
3332
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2140
+ "version": "7.7.4",
2141
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2142
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
3333
2143
  "license": "ISC",
3334
2144
  "bin": {
3335
2145
  "semver": "bin/semver.js"
@@ -3338,108 +2148,12 @@
3338
2148
  "node": ">=10"
3339
2149
  }
3340
2150
  },
3341
- "node_modules/send": {
3342
- "version": "1.2.1",
3343
- "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
3344
- "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
3345
- "license": "MIT",
3346
- "dependencies": {
3347
- "debug": "^4.4.3",
3348
- "encodeurl": "^2.0.0",
3349
- "escape-html": "^1.0.3",
3350
- "etag": "^1.8.1",
3351
- "fresh": "^2.0.0",
3352
- "http-errors": "^2.0.1",
3353
- "mime-types": "^3.0.2",
3354
- "ms": "^2.1.3",
3355
- "on-finished": "^2.4.1",
3356
- "range-parser": "^1.2.1",
3357
- "statuses": "^2.0.2"
3358
- },
3359
- "engines": {
3360
- "node": ">= 18"
3361
- },
3362
- "funding": {
3363
- "type": "opencollective",
3364
- "url": "https://opencollective.com/express"
3365
- }
3366
- },
3367
- "node_modules/serve-favicon": {
3368
- "version": "2.5.1",
3369
- "resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.5.1.tgz",
3370
- "integrity": "sha512-JndLBslCLA/ebr7rS3d+/EKkzTsTi1jI2T9l+vHfAaGJ7A7NhtDpSZ0lx81HCNWnnE0yHncG+SSnVf9IMxOwXQ==",
3371
- "license": "MIT",
3372
- "dependencies": {
3373
- "etag": "~1.8.1",
3374
- "fresh": "~0.5.2",
3375
- "ms": "~2.1.3",
3376
- "parseurl": "~1.3.2",
3377
- "safe-buffer": "~5.2.1"
3378
- },
3379
- "engines": {
3380
- "node": ">= 0.8.0"
3381
- }
3382
- },
3383
- "node_modules/serve-favicon/node_modules/fresh": {
3384
- "version": "0.5.2",
3385
- "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
3386
- "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
3387
- "license": "MIT",
3388
- "engines": {
3389
- "node": ">= 0.6"
3390
- }
3391
- },
3392
- "node_modules/serve-favicon/node_modules/safe-buffer": {
3393
- "version": "5.2.1",
3394
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
3395
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
3396
- "funding": [
3397
- {
3398
- "type": "github",
3399
- "url": "https://github.com/sponsors/feross"
3400
- },
3401
- {
3402
- "type": "patreon",
3403
- "url": "https://www.patreon.com/feross"
3404
- },
3405
- {
3406
- "type": "consulting",
3407
- "url": "https://feross.org/support"
3408
- }
3409
- ],
3410
- "license": "MIT"
3411
- },
3412
- "node_modules/serve-static": {
3413
- "version": "2.2.1",
3414
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3415
- "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
3416
- "license": "MIT",
3417
- "dependencies": {
3418
- "encodeurl": "^2.0.0",
3419
- "escape-html": "^1.0.3",
3420
- "parseurl": "^1.3.3",
3421
- "send": "^1.2.0"
3422
- },
3423
- "engines": {
3424
- "node": ">= 18"
3425
- },
3426
- "funding": {
3427
- "type": "opencollective",
3428
- "url": "https://opencollective.com/express"
3429
- }
3430
- },
3431
2151
  "node_modules/set-blocking": {
3432
2152
  "version": "2.0.0",
3433
2153
  "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
3434
2154
  "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
3435
2155
  "license": "ISC"
3436
2156
  },
3437
- "node_modules/setprototypeof": {
3438
- "version": "1.2.0",
3439
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
3440
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
3441
- "license": "ISC"
3442
- },
3443
2157
  "node_modules/sharp": {
3444
2158
  "version": "0.34.5",
3445
2159
  "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
@@ -3518,78 +2232,6 @@
3518
2232
  "url": "https://github.com/sponsors/ljharb"
3519
2233
  }
3520
2234
  },
3521
- "node_modules/side-channel": {
3522
- "version": "1.1.0",
3523
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
3524
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
3525
- "license": "MIT",
3526
- "dependencies": {
3527
- "es-errors": "^1.3.0",
3528
- "object-inspect": "^1.13.3",
3529
- "side-channel-list": "^1.0.0",
3530
- "side-channel-map": "^1.0.1",
3531
- "side-channel-weakmap": "^1.0.2"
3532
- },
3533
- "engines": {
3534
- "node": ">= 0.4"
3535
- },
3536
- "funding": {
3537
- "url": "https://github.com/sponsors/ljharb"
3538
- }
3539
- },
3540
- "node_modules/side-channel-list": {
3541
- "version": "1.0.0",
3542
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
3543
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
3544
- "license": "MIT",
3545
- "dependencies": {
3546
- "es-errors": "^1.3.0",
3547
- "object-inspect": "^1.13.3"
3548
- },
3549
- "engines": {
3550
- "node": ">= 0.4"
3551
- },
3552
- "funding": {
3553
- "url": "https://github.com/sponsors/ljharb"
3554
- }
3555
- },
3556
- "node_modules/side-channel-map": {
3557
- "version": "1.0.1",
3558
- "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
3559
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
3560
- "license": "MIT",
3561
- "dependencies": {
3562
- "call-bound": "^1.0.2",
3563
- "es-errors": "^1.3.0",
3564
- "get-intrinsic": "^1.2.5",
3565
- "object-inspect": "^1.13.3"
3566
- },
3567
- "engines": {
3568
- "node": ">= 0.4"
3569
- },
3570
- "funding": {
3571
- "url": "https://github.com/sponsors/ljharb"
3572
- }
3573
- },
3574
- "node_modules/side-channel-weakmap": {
3575
- "version": "1.0.2",
3576
- "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
3577
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
3578
- "license": "MIT",
3579
- "dependencies": {
3580
- "call-bound": "^1.0.2",
3581
- "es-errors": "^1.3.0",
3582
- "get-intrinsic": "^1.2.5",
3583
- "object-inspect": "^1.13.3",
3584
- "side-channel-map": "^1.0.1"
3585
- },
3586
- "engines": {
3587
- "node": ">= 0.4"
3588
- },
3589
- "funding": {
3590
- "url": "https://github.com/sponsors/ljharb"
3591
- }
3592
- },
3593
2235
  "node_modules/signal-exit": {
3594
2236
  "version": "3.0.7",
3595
2237
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
@@ -3623,76 +2265,11 @@
3623
2265
  }
3624
2266
  },
3625
2267
  "node_modules/spdx-license-ids": {
3626
- "version": "3.0.22",
3627
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz",
3628
- "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==",
2268
+ "version": "3.0.23",
2269
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
2270
+ "integrity": "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==",
3629
2271
  "license": "CC0-1.0"
3630
2272
  },
3631
- "node_modules/spdy": {
3632
- "version": "4.0.2",
3633
- "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
3634
- "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
3635
- "license": "MIT",
3636
- "optional": true,
3637
- "dependencies": {
3638
- "debug": "^4.1.0",
3639
- "handle-thing": "^2.0.0",
3640
- "http-deceiver": "^1.2.7",
3641
- "select-hose": "^2.0.0",
3642
- "spdy-transport": "^3.0.0"
3643
- },
3644
- "engines": {
3645
- "node": ">=6.0.0"
3646
- }
3647
- },
3648
- "node_modules/spdy-transport": {
3649
- "version": "3.0.0",
3650
- "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
3651
- "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
3652
- "license": "MIT",
3653
- "optional": true,
3654
- "dependencies": {
3655
- "debug": "^4.1.0",
3656
- "detect-node": "^2.0.4",
3657
- "hpack.js": "^2.1.6",
3658
- "obuf": "^1.1.2",
3659
- "readable-stream": "^3.0.6",
3660
- "wbuf": "^1.7.3"
3661
- }
3662
- },
3663
- "node_modules/spdy-transport/node_modules/readable-stream": {
3664
- "version": "3.6.2",
3665
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
3666
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
3667
- "license": "MIT",
3668
- "optional": true,
3669
- "dependencies": {
3670
- "inherits": "^2.0.3",
3671
- "string_decoder": "^1.1.1",
3672
- "util-deprecate": "^1.0.1"
3673
- },
3674
- "engines": {
3675
- "node": ">= 6"
3676
- }
3677
- },
3678
- "node_modules/stack-trace": {
3679
- "version": "0.0.10",
3680
- "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
3681
- "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==",
3682
- "license": "MIT",
3683
- "engines": {
3684
- "node": "*"
3685
- }
3686
- },
3687
- "node_modules/statuses": {
3688
- "version": "2.0.2",
3689
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
3690
- "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
3691
- "license": "MIT",
3692
- "engines": {
3693
- "node": ">= 0.8"
3694
- }
3695
- },
3696
2273
  "node_modules/stream-buffers": {
3697
2274
  "version": "2.2.0",
3698
2275
  "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz",
@@ -3849,20 +2426,21 @@
3849
2426
  }
3850
2427
  },
3851
2428
  "node_modules/tar-stream": {
3852
- "version": "3.1.7",
3853
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
3854
- "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
2429
+ "version": "3.1.8",
2430
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz",
2431
+ "integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==",
3855
2432
  "license": "MIT",
3856
2433
  "dependencies": {
3857
2434
  "b4a": "^1.6.4",
2435
+ "bare-fs": "^4.5.5",
3858
2436
  "fast-fifo": "^1.2.0",
3859
2437
  "streamx": "^2.15.0"
3860
2438
  }
3861
2439
  },
3862
2440
  "node_modules/teen_process": {
3863
- "version": "4.0.9",
3864
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.9.tgz",
3865
- "integrity": "sha512-AdH4nuHQTTiFEnib3wWnepnfa7Vz8QzOZ7EsLM8iz8pOlZmshjnODmWTt/8OA6v6A9gACURKc0OddGX28UoxFQ==",
2441
+ "version": "4.0.10",
2442
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.10.tgz",
2443
+ "integrity": "sha512-xEQ0UCeUoprhDDADFKaxv9nzE+PlDTw/mgG0aX7ccxg+EGx8bCEiX25qQ0JPSjSS66sQyXEPFQR3nV5ZxiOcmw==",
3866
2444
  "license": "Apache-2.0",
3867
2445
  "dependencies": {
3868
2446
  "lodash": "^4.17.21",
@@ -3873,45 +2451,30 @@
3873
2451
  "npm": ">=10"
3874
2452
  }
3875
2453
  },
2454
+ "node_modules/teex": {
2455
+ "version": "1.0.1",
2456
+ "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
2457
+ "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
2458
+ "license": "MIT",
2459
+ "dependencies": {
2460
+ "streamx": "^2.12.5"
2461
+ }
2462
+ },
3876
2463
  "node_modules/text-decoder": {
3877
- "version": "1.2.3",
3878
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
3879
- "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
2464
+ "version": "1.2.7",
2465
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
2466
+ "integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
3880
2467
  "license": "Apache-2.0",
3881
2468
  "dependencies": {
3882
2469
  "b4a": "^1.6.4"
3883
2470
  }
3884
2471
  },
3885
- "node_modules/text-hex": {
3886
- "version": "1.0.0",
3887
- "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz",
3888
- "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
3889
- "license": "MIT"
3890
- },
3891
2472
  "node_modules/through": {
3892
2473
  "version": "2.3.8",
3893
2474
  "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
3894
2475
  "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
3895
2476
  "license": "MIT"
3896
2477
  },
3897
- "node_modules/toidentifier": {
3898
- "version": "1.0.1",
3899
- "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
3900
- "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
3901
- "license": "MIT",
3902
- "engines": {
3903
- "node": ">=0.6"
3904
- }
3905
- },
3906
- "node_modules/triple-beam": {
3907
- "version": "1.4.1",
3908
- "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz",
3909
- "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==",
3910
- "license": "MIT",
3911
- "engines": {
3912
- "node": ">= 14.0.0"
3913
- }
3914
- },
3915
2478
  "node_modules/truncate-utf8-bytes": {
3916
2479
  "version": "1.0.2",
3917
2480
  "resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
@@ -3929,9 +2492,9 @@
3929
2492
  "license": "0BSD"
3930
2493
  },
3931
2494
  "node_modules/type-fest": {
3932
- "version": "5.4.1",
3933
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.4.1.tgz",
3934
- "integrity": "sha512-xygQcmneDyzsEuKZrFbRMne5HDqMs++aFzefrJTgEIKjQ3rekM+RPfFCVq2Gp1VIDqddoYeppCj4Pcb+RZW0GQ==",
2495
+ "version": "5.4.4",
2496
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.4.4.tgz",
2497
+ "integrity": "sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==",
3935
2498
  "license": "(MIT OR CC0-1.0)",
3936
2499
  "dependencies": {
3937
2500
  "tagged-tag": "^1.0.0"
@@ -3943,27 +2506,13 @@
3943
2506
  "url": "https://github.com/sponsors/sindresorhus"
3944
2507
  }
3945
2508
  },
3946
- "node_modules/type-is": {
3947
- "version": "2.0.1",
3948
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
3949
- "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
3950
- "license": "MIT",
3951
- "dependencies": {
3952
- "content-type": "^1.0.5",
3953
- "media-typer": "^1.1.0",
3954
- "mime-types": "^3.0.0"
3955
- },
3956
- "engines": {
3957
- "node": ">= 0.6"
3958
- }
3959
- },
3960
2509
  "node_modules/unicorn-magic": {
3961
- "version": "0.3.0",
3962
- "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
3963
- "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
2510
+ "version": "0.4.0",
2511
+ "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
2512
+ "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
3964
2513
  "license": "MIT",
3965
2514
  "engines": {
3966
- "node": ">=18"
2515
+ "node": ">=20"
3967
2516
  },
3968
2517
  "funding": {
3969
2518
  "url": "https://github.com/sponsors/sindresorhus"
@@ -3978,15 +2527,6 @@
3978
2527
  "node": ">= 0.4.0"
3979
2528
  }
3980
2529
  },
3981
- "node_modules/unpipe": {
3982
- "version": "1.0.0",
3983
- "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
3984
- "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
3985
- "license": "MIT",
3986
- "engines": {
3987
- "node": ">= 0.8"
3988
- }
3989
- },
3990
2530
  "node_modules/utf8-byte-length": {
3991
2531
  "version": "1.0.5",
3992
2532
  "resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz",
@@ -4022,41 +2562,13 @@
4022
2562
  "spdx-expression-parse": "^3.0.0"
4023
2563
  }
4024
2564
  },
4025
- "node_modules/vary": {
4026
- "version": "1.1.2",
4027
- "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
4028
- "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
4029
- "license": "MIT",
4030
- "engines": {
4031
- "node": ">= 0.8"
4032
- }
4033
- },
4034
- "node_modules/wbuf": {
4035
- "version": "1.7.3",
4036
- "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
4037
- "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
4038
- "license": "MIT",
4039
- "optional": true,
4040
- "dependencies": {
4041
- "minimalistic-assert": "^1.0.0"
4042
- }
4043
- },
4044
- "node_modules/wcwidth": {
4045
- "version": "1.0.1",
4046
- "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
4047
- "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
4048
- "license": "MIT",
4049
- "dependencies": {
4050
- "defaults": "^1.0.3"
4051
- }
4052
- },
4053
2565
  "node_modules/which": {
4054
- "version": "6.0.0",
4055
- "resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz",
4056
- "integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==",
2566
+ "version": "6.0.1",
2567
+ "resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
2568
+ "integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
4057
2569
  "license": "ISC",
4058
2570
  "dependencies": {
4059
- "isexe": "^3.1.1"
2571
+ "isexe": "^4.0.0"
4060
2572
  },
4061
2573
  "bin": {
4062
2574
  "node-which": "bin/which.js"
@@ -4065,74 +2577,11 @@
4065
2577
  "node": "^20.17.0 || >=22.9.0"
4066
2578
  }
4067
2579
  },
4068
- "node_modules/winston": {
4069
- "version": "3.19.0",
4070
- "resolved": "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz",
4071
- "integrity": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==",
4072
- "license": "MIT",
4073
- "dependencies": {
4074
- "@colors/colors": "^1.6.0",
4075
- "@dabh/diagnostics": "^2.0.8",
4076
- "async": "^3.2.3",
4077
- "is-stream": "^2.0.0",
4078
- "logform": "^2.7.0",
4079
- "one-time": "^1.0.0",
4080
- "readable-stream": "^3.4.0",
4081
- "safe-stable-stringify": "^2.3.1",
4082
- "stack-trace": "0.0.x",
4083
- "triple-beam": "^1.3.0",
4084
- "winston-transport": "^4.9.0"
4085
- },
4086
- "engines": {
4087
- "node": ">= 12.0.0"
4088
- }
4089
- },
4090
- "node_modules/winston-transport": {
4091
- "version": "4.9.0",
4092
- "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz",
4093
- "integrity": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==",
4094
- "license": "MIT",
4095
- "dependencies": {
4096
- "logform": "^2.7.0",
4097
- "readable-stream": "^3.6.2",
4098
- "triple-beam": "^1.3.0"
4099
- },
4100
- "engines": {
4101
- "node": ">= 12.0.0"
4102
- }
4103
- },
4104
- "node_modules/winston-transport/node_modules/readable-stream": {
4105
- "version": "3.6.2",
4106
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
4107
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
4108
- "license": "MIT",
4109
- "dependencies": {
4110
- "inherits": "^2.0.3",
4111
- "string_decoder": "^1.1.1",
4112
- "util-deprecate": "^1.0.1"
4113
- },
4114
- "engines": {
4115
- "node": ">= 6"
4116
- }
4117
- },
4118
- "node_modules/winston/node_modules/readable-stream": {
4119
- "version": "3.6.2",
4120
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
4121
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
4122
- "license": "MIT",
4123
- "dependencies": {
4124
- "inherits": "^2.0.3",
4125
- "string_decoder": "^1.1.1",
4126
- "util-deprecate": "^1.0.1"
4127
- },
4128
- "engines": {
4129
- "node": ">= 6"
4130
- }
4131
- },
4132
2580
  "node_modules/wrap-ansi": {
4133
2581
  "version": "9.0.2",
4134
2582
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
4135
2583
  "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
2584
+ "extraneous": true,
4136
2585
  "license": "MIT",
4137
2586
  "dependencies": {
4138
2587
  "ansi-styles": "^6.2.1",
@@ -4168,6 +2617,7 @@
4168
2617
  "version": "6.2.3",
4169
2618
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
4170
2619
  "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
2620
+ "extraneous": true,
4171
2621
  "license": "MIT",
4172
2622
  "engines": {
4173
2623
  "node": ">=12"
@@ -4180,12 +2630,14 @@
4180
2630
  "version": "10.6.0",
4181
2631
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
4182
2632
  "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
2633
+ "extraneous": true,
4183
2634
  "license": "MIT"
4184
2635
  },
4185
2636
  "node_modules/wrap-ansi/node_modules/string-width": {
4186
2637
  "version": "7.2.0",
4187
2638
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4188
2639
  "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
2640
+ "extraneous": true,
4189
2641
  "license": "MIT",
4190
2642
  "dependencies": {
4191
2643
  "emoji-regex": "^10.3.0",
@@ -4200,12 +2652,13 @@
4200
2652
  }
4201
2653
  },
4202
2654
  "node_modules/wrap-ansi/node_modules/strip-ansi": {
4203
- "version": "7.1.2",
4204
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
4205
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
2655
+ "version": "7.2.0",
2656
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
2657
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
2658
+ "extraneous": true,
4206
2659
  "license": "MIT",
4207
2660
  "dependencies": {
4208
- "ansi-regex": "^6.0.1"
2661
+ "ansi-regex": "^6.2.2"
4209
2662
  },
4210
2663
  "engines": {
4211
2664
  "node": ">=12"
@@ -4224,6 +2677,7 @@
4224
2677
  "version": "8.19.0",
4225
2678
  "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
4226
2679
  "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
2680
+ "extraneous": true,
4227
2681
  "license": "MIT",
4228
2682
  "engines": {
4229
2683
  "node": ">=10.0.0"
@@ -4254,30 +2708,17 @@
4254
2708
  "version": "5.0.8",
4255
2709
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
4256
2710
  "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
2711
+ "extraneous": true,
4257
2712
  "license": "ISC",
4258
2713
  "engines": {
4259
2714
  "node": ">=10"
4260
2715
  }
4261
2716
  },
4262
- "node_modules/yaml": {
4263
- "version": "2.8.2",
4264
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
4265
- "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
4266
- "license": "ISC",
4267
- "bin": {
4268
- "yaml": "bin.mjs"
4269
- },
4270
- "engines": {
4271
- "node": ">= 14.6"
4272
- },
4273
- "funding": {
4274
- "url": "https://github.com/sponsors/eemeli"
4275
- }
4276
- },
4277
2717
  "node_modules/yargs": {
4278
2718
  "version": "18.0.0",
4279
2719
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
4280
2720
  "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
2721
+ "extraneous": true,
4281
2722
  "license": "MIT",
4282
2723
  "dependencies": {
4283
2724
  "cliui": "^9.0.1",
@@ -4295,6 +2736,7 @@
4295
2736
  "version": "22.0.0",
4296
2737
  "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
4297
2738
  "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
2739
+ "extraneous": true,
4298
2740
  "license": "ISC",
4299
2741
  "engines": {
4300
2742
  "node": "^20.19.0 || ^22.12.0 || >=23"
@@ -4304,12 +2746,14 @@
4304
2746
  "version": "10.6.0",
4305
2747
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
4306
2748
  "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
2749
+ "extraneous": true,
4307
2750
  "license": "MIT"
4308
2751
  },
4309
2752
  "node_modules/yargs/node_modules/string-width": {
4310
2753
  "version": "7.2.0",
4311
2754
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4312
2755
  "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
2756
+ "extraneous": true,
4313
2757
  "license": "MIT",
4314
2758
  "dependencies": {
4315
2759
  "emoji-regex": "^10.3.0",
@@ -4324,12 +2768,13 @@
4324
2768
  }
4325
2769
  },
4326
2770
  "node_modules/yargs/node_modules/strip-ansi": {
4327
- "version": "7.1.2",
4328
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
4329
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
2771
+ "version": "7.2.0",
2772
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
2773
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
2774
+ "extraneous": true,
4330
2775
  "license": "MIT",
4331
2776
  "dependencies": {
4332
- "ansi-regex": "^6.0.1"
2777
+ "ansi-regex": "^6.2.2"
4333
2778
  },
4334
2779
  "engines": {
4335
2780
  "node": ">=12"