[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update all non-major dependencies (#7929)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>

authored by

renovate[bot]
renovate[bot]
Ari Perkkiö
Vladimir Sheremet
and committed by
GitHub
(May 20, 2025, 2:57 PM +0200) 9fe0f3df edc0b4a1

+1395 -1612
+11 -11
package.json
··· 3 3 "type": "module", 4 4 "version": "3.2.0-beta.2", 5 5 "private": true, 6 - "packageManager": "pnpm@10.9.0", 6 + "packageManager": "pnpm@10.11.0", 7 7 "description": "Next generation testing framework powered by Vite", 8 8 "engines": { 9 9 "node": "^18.0.0 || >=20.0.0" ··· 37 37 }, 38 38 "devDependencies": { 39 39 "@antfu/eslint-config": "^4.13.1", 40 - "@antfu/ni": "^24.3.0", 40 + "@antfu/ni": "^24.4.0", 41 41 "@playwright/test": "^1.52.0", 42 42 "@rollup/plugin-commonjs": "^28.0.3", 43 43 "@rollup/plugin-json": "^6.1.0", 44 44 "@rollup/plugin-node-resolve": "^16.0.1", 45 - "@types/node": "^22.14.1", 45 + "@types/node": "^22.15.19", 46 46 "@types/ws": "catalog:", 47 47 "@vitest/browser": "workspace:*", 48 48 "@vitest/coverage-istanbul": "workspace:*", 49 49 "@vitest/coverage-v8": "workspace:*", 50 50 "@vitest/ui": "workspace:*", 51 - "bumpp": "^10.1.0", 52 - "changelogithub": "^13.13.0", 53 - "esbuild": "^0.25.3", 51 + "bumpp": "^10.1.1", 52 + "changelogithub": "^13.14.0", 53 + "esbuild": "^0.25.4", 54 54 "eslint": "^9.27.0", 55 55 "magic-string": "^0.30.17", 56 56 "pathe": "^2.0.3", 57 57 "rimraf": "^6.0.1", 58 - "rollup": "^4.40.0", 58 + "rollup": "^4.41.0", 59 59 "rollup-plugin-dts": "^6.2.1", 60 60 "rollup-plugin-license": "^3.6.0", 61 61 "tinyglobby": "catalog:", 62 - "tsx": "^4.19.3", 62 + "tsx": "^4.19.4", 63 63 "typescript": "^5.8.3", 64 - "unplugin-isolated-decl": "^0.13.9", 65 - "unplugin-oxc": "^0.3.5", 64 + "unplugin-isolated-decl": "^0.14.1", 65 + "unplugin-oxc": "^0.4.3", 66 66 "vite": "^6.2.0", 67 67 "vitest": "workspace:*", 68 - "zx": "^8.5.3" 68 + "zx": "^8.5.4" 69 69 }, 70 70 "pnpm": { 71 71 "overrides": {
+1332 -1551
pnpm-lock.yaml
··· 49 49 specifier: ^0.65.4 50 50 version: 0.65.4 51 51 '@vitejs/plugin-vue': 52 - specifier: ^5.2.3 53 - version: 5.2.3 52 + specifier: ^5.2.4 53 + version: 5.2.4 54 54 '@vueuse/core': 55 55 specifier: ^12.8.2 56 56 version: 12.8.2 ··· 67 67 specifier: ^5.2.0 68 68 version: 5.2.0 69 69 debug: 70 - specifier: ^4.4.0 71 - version: 4.4.0 70 + specifier: ^4.4.1 71 + version: 4.4.1 72 72 flatted: 73 73 specifier: ^3.3.3 74 74 version: 3.3.3 ··· 91 91 specifier: ^0.3.5 92 92 version: 0.3.5 93 93 msw: 94 - specifier: ^2.7.5 95 - version: 2.7.5 94 + specifier: ^2.8.4 95 + version: 2.8.4 96 96 pathe: 97 97 specifier: ^2.0.3 98 98 version: 2.0.3 ··· 118 118 specifier: ^0.28.0 119 119 version: 0.28.0 120 120 vue: 121 - specifier: 3.5.12 122 - version: 3.5.12 121 + specifier: ^3.5.14 122 + version: 3.5.14 123 123 ws: 124 - specifier: ^8.18.1 125 - version: 8.18.1 124 + specifier: ^8.18.2 125 + version: 8.18.2 126 126 127 127 overrides: 128 128 '@vitest/browser': workspace:* 129 129 '@vitest/ui': workspace:* 130 130 acorn: 8.11.3 131 131 mlly: ^1.7.4 132 - rollup: ^4.40.0 132 + rollup: ^4.41.0 133 133 vite: ^6.2.0 134 134 vitest: workspace:* 135 135 ··· 156 156 devDependencies: 157 157 '@antfu/eslint-config': 158 158 specifier: ^4.13.1 159 - version: 4.13.1(@vue/compiler-sfc@3.5.13)(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)(vitest@packages+vitest) 159 + version: 4.13.1(@vue/compiler-sfc@3.5.14)(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)(vitest@packages+vitest) 160 160 '@antfu/ni': 161 - specifier: ^24.3.0 162 - version: 24.3.0 161 + specifier: ^24.4.0 162 + version: 24.4.0 163 163 '@playwright/test': 164 164 specifier: ^1.52.0 165 165 version: 1.52.0 166 166 '@rollup/plugin-commonjs': 167 167 specifier: ^28.0.3 168 - version: 28.0.3(rollup@4.40.0) 168 + version: 28.0.3(rollup@4.41.0) 169 169 '@rollup/plugin-json': 170 170 specifier: ^6.1.0 171 - version: 6.1.0(rollup@4.40.0) 171 + version: 6.1.0(rollup@4.41.0) 172 172 '@rollup/plugin-node-resolve': 173 173 specifier: ^16.0.1 174 - version: 16.0.1(rollup@4.40.0) 174 + version: 16.0.1(rollup@4.41.0) 175 175 '@types/node': 176 - specifier: ^22.14.1 177 - version: 22.14.1 176 + specifier: ^22.15.19 177 + version: 22.15.19 178 178 '@types/ws': 179 179 specifier: 'catalog:' 180 180 version: 8.18.1 ··· 191 191 specifier: workspace:* 192 192 version: link:packages/ui 193 193 bumpp: 194 - specifier: ^10.1.0 195 - version: 10.1.0(magicast@0.3.5) 194 + specifier: ^10.1.1 195 + version: 10.1.1(magicast@0.3.5) 196 196 changelogithub: 197 - specifier: ^13.13.0 198 - version: 13.13.0(magicast@0.3.5) 197 + specifier: ^13.14.0 198 + version: 13.14.0(magicast@0.3.5) 199 199 esbuild: 200 - specifier: ^0.25.3 201 - version: 0.25.3 200 + specifier: ^0.25.4 201 + version: 0.25.4 202 202 eslint: 203 203 specifier: ^9.27.0 204 204 version: 9.27.0(jiti@2.4.2) ··· 212 212 specifier: ^6.0.1 213 213 version: 6.0.1 214 214 rollup: 215 - specifier: ^4.40.0 216 - version: 4.40.0 215 + specifier: ^4.41.0 216 + version: 4.41.0 217 217 rollup-plugin-dts: 218 218 specifier: ^6.2.1 219 - version: 6.2.1(rollup@4.40.0)(typescript@5.8.3) 219 + version: 6.2.1(rollup@4.41.0)(typescript@5.8.3) 220 220 rollup-plugin-license: 221 221 specifier: ^3.6.0 222 - version: 3.6.0(picomatch@4.0.2)(rollup@4.40.0) 222 + version: 3.6.0(picomatch@4.0.2)(rollup@4.41.0) 223 223 tinyglobby: 224 224 specifier: 'catalog:' 225 225 version: 0.2.13 226 226 tsx: 227 - specifier: ^4.19.3 228 - version: 4.19.3 227 + specifier: ^4.19.4 228 + version: 4.19.4 229 229 typescript: 230 230 specifier: ^5.8.3 231 231 version: 5.8.3 232 232 unplugin-isolated-decl: 233 - specifier: ^0.13.9 234 - version: 0.13.9(typescript@5.8.3) 233 + specifier: ^0.14.1 234 + version: 0.14.1(typescript@5.8.3) 235 235 unplugin-oxc: 236 - specifier: ^0.3.5 237 - version: 0.3.5 236 + specifier: ^0.4.3 237 + version: 0.4.3 238 238 vite: 239 239 specifier: ^6.2.0 240 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 240 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 241 241 vitest: 242 242 specifier: workspace:* 243 243 version: link:packages/vitest 244 244 zx: 245 - specifier: ^8.5.3 246 - version: 8.5.3 245 + specifier: ^8.5.4 246 + version: 8.5.4 247 247 248 248 docs: 249 249 dependencies: ··· 252 252 version: 12.8.2(typescript@5.8.3) 253 253 vue: 254 254 specifier: 'catalog:' 255 - version: 3.5.12(typescript@5.8.3) 255 + version: 3.5.14(typescript@5.8.3) 256 256 devDependencies: 257 257 '@iconify-json/carbon': 258 258 specifier: 'catalog:' ··· 261 261 specifier: 'catalog:' 262 262 version: 1.2.4 263 263 '@shikijs/transformers': 264 - specifier: ^3.3.0 265 - version: 3.3.0 264 + specifier: ^3.4.2 265 + version: 3.4.2 266 266 '@shikijs/vitepress-twoslash': 267 - specifier: ^3.3.0 268 - version: 3.3.0(typescript@5.8.3) 267 + specifier: ^3.4.2 268 + version: 3.4.2(typescript@5.8.3) 269 269 '@unocss/reset': 270 270 specifier: 'catalog:' 271 271 version: 0.65.4 ··· 274 274 version: 0.2.6 275 275 '@vite-pwa/vitepress': 276 276 specifier: ^0.5.4 277 - version: 0.5.4(@vite-pwa/assets-generator@0.2.6)(vite-plugin-pwa@0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0)) 277 + version: 0.5.4(@vite-pwa/assets-generator@0.2.6)(vite-plugin-pwa@0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0)) 278 278 '@vitejs/plugin-vue': 279 279 specifier: 'catalog:' 280 - version: 5.2.3(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) 280 + version: 5.2.4(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 281 281 https-localhost: 282 282 specifier: ^4.7.1 283 283 version: 4.7.1 ··· 286 286 version: 0.2.13 287 287 unocss: 288 288 specifier: 'catalog:' 289 - version: 0.65.4(postcss@8.5.3)(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) 289 + version: 0.65.4(postcss@8.5.3)(rollup@4.41.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 290 290 unplugin-vue-components: 291 291 specifier: 'catalog:' 292 - version: 0.28.0(@babel/parser@7.27.0)(rollup@4.40.0)(vue@3.5.12(typescript@5.8.3)) 292 + version: 0.28.0(@babel/parser@7.27.2)(rollup@4.41.0)(vue@3.5.14(typescript@5.8.3)) 293 293 vite: 294 294 specifier: ^6.2.0 295 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 295 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 296 296 vite-plugin-pwa: 297 297 specifier: ^0.21.2 298 - version: 0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0) 298 + version: 0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0) 299 299 vitepress: 300 300 specifier: 2.0.0-alpha.5 301 - version: 2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0) 301 + version: 2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.15.19)(@types/react@19.1.4)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.4)(typescript@5.8.3)(yaml@2.8.0) 302 302 vitepress-plugin-group-icons: 303 - specifier: ^1.5.2 304 - version: 1.5.2 303 + specifier: ^1.5.5 304 + version: 1.5.5(markdown-it@14.1.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0)) 305 305 vitepress-plugin-tabs: 306 - specifier: ^0.7.0 307 - version: 0.7.0(vitepress@2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) 306 + specifier: ^0.7.1 307 + version: 0.7.1(vitepress@2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.15.19)(@types/react@19.1.4)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.4)(typescript@5.8.3)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 308 308 workbox-window: 309 309 specifier: ^7.3.0 310 310 version: 7.3.0 ··· 316 316 version: link:../../packages/ui 317 317 vite: 318 318 specifier: ^6.2.0 319 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 319 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 320 320 vitest: 321 321 specifier: workspace:* 322 322 version: link:../../packages/vitest ··· 327 327 specifier: workspace:* 328 328 version: link:../../packages/ui 329 329 fastify: 330 - specifier: ^4.29.0 331 - version: 4.29.0 330 + specifier: ^4.29.1 331 + version: 4.29.1 332 332 supertest: 333 333 specifier: ^6.3.4 334 334 version: 6.3.4 335 335 tsx: 336 - specifier: ^4.19.3 337 - version: 4.19.3 336 + specifier: ^4.19.4 337 + version: 4.19.4 338 338 vite: 339 339 specifier: ^6.2.0 340 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 340 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 341 341 vitest: 342 342 specifier: workspace:* 343 343 version: link:../../packages/vitest ··· 368 368 version: 1.52.0 369 369 vite: 370 370 specifier: ^6.2.0 371 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 371 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 372 372 vitest: 373 373 specifier: workspace:* 374 374 version: link:../../packages/vitest ··· 377 377 devDependencies: 378 378 vite: 379 379 specifier: ^6.2.0 380 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 380 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 381 381 vitest: 382 382 specifier: workspace:* 383 383 version: link:../../packages/vitest ··· 394 394 specifier: ^14.6.1 395 395 version: 14.6.1(@testing-library/dom@10.4.0) 396 396 '@types/react': 397 - specifier: ^19.1.2 398 - version: 19.1.2 397 + specifier: ^19.1.4 398 + version: 19.1.4 399 399 '@vitejs/plugin-react': 400 400 specifier: ^4.4.1 401 - version: 4.4.1(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0)) 401 + version: 4.4.1(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0)) 402 402 '@vitest/ui': 403 403 specifier: workspace:* 404 404 version: link:../../packages/ui 405 405 fastify: 406 - specifier: ^4.29.0 407 - version: 4.29.0 406 + specifier: ^4.29.1 407 + version: 4.29.1 408 408 jsdom: 409 409 specifier: ^26.1.0 410 410 version: 26.1.0 ··· 415 415 specifier: ^6.3.4 416 416 version: 6.3.4 417 417 tsx: 418 - specifier: ^4.19.3 419 - version: 4.19.3 418 + specifier: ^4.19.4 419 + version: 4.19.4 420 420 vite: 421 421 specifier: ^6.2.0 422 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 422 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 423 423 vitest: 424 424 specifier: workspace:* 425 425 version: link:../../packages/vitest ··· 427 427 examples/typecheck: 428 428 devDependencies: 429 429 '@types/node': 430 - specifier: ^20.17.30 431 - version: 20.17.30 430 + specifier: ^20.17.48 431 + version: 20.17.48 432 432 '@vitest/ui': 433 433 specifier: workspace:* 434 434 version: link:../../packages/ui ··· 437 437 version: 5.8.3 438 438 vite: 439 439 specifier: ^6.2.0 440 - version: 6.2.0(@types/node@20.17.30)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 440 + version: 6.2.0(@types/node@20.17.48)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 441 441 vitest: 442 442 specifier: workspace:* 443 443 version: link:../../packages/vitest ··· 467 467 version: 2.0.0 468 468 ws: 469 469 specifier: 'catalog:' 470 - version: 8.18.1 470 + version: 8.18.2 471 471 devDependencies: 472 472 '@types/ws': 473 473 specifier: 'catalog:' ··· 482 482 specifier: workspace:* 483 483 version: link:../ws-client 484 484 '@wdio/protocols': 485 - specifier: ^9.12.5 486 - version: 9.12.5 485 + specifier: ^9.14.0 486 + version: 9.14.0 487 487 '@wdio/types': 488 - specifier: ^9.12.6 489 - version: 9.12.6 488 + specifier: ^9.14.0 489 + version: 9.14.0 490 490 birpc: 491 491 specifier: 'catalog:' 492 492 version: 2.3.0 ··· 518 518 specifier: workspace:* 519 519 version: link:../vitest 520 520 webdriverio: 521 - specifier: ^9.12.7 522 - version: 9.12.7 521 + specifier: ^9.14.0 522 + version: 9.14.0 523 523 524 524 packages/coverage-istanbul: 525 525 dependencies: ··· 528 528 version: 0.1.3 529 529 debug: 530 530 specifier: 'catalog:' 531 - version: 4.4.0 531 + version: 4.4.1 532 532 istanbul-lib-coverage: 533 533 specifier: 'catalog:' 534 534 version: 3.2.2 ··· 595 595 version: 0.3.1 596 596 debug: 597 597 specifier: 'catalog:' 598 - version: 4.4.0 598 + version: 4.4.1 599 599 istanbul-lib-coverage: 600 600 specifier: 'catalog:' 601 601 version: 3.2.2 ··· 706 706 version: 8.3.4 707 707 msw: 708 708 specifier: 'catalog:' 709 - version: 2.7.5(@types/node@22.14.1)(typescript@5.8.3) 709 + version: 2.8.4(@types/node@22.15.19)(typescript@5.8.3) 710 710 pathe: 711 711 specifier: 'catalog:' 712 712 version: 2.0.3 713 713 vite: 714 714 specifier: ^6.2.0 715 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 715 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 716 716 717 717 packages/pretty-format: 718 718 dependencies: ··· 795 795 version: link:../vitest 796 796 devDependencies: 797 797 '@faker-js/faker': 798 - specifier: ^9.7.0 799 - version: 9.7.0 798 + specifier: ^9.8.0 799 + version: 9.8.0 800 800 '@iconify-json/carbon': 801 801 specifier: 'catalog:' 802 802 version: 1.2.8 ··· 805 805 version: 1.2.4 806 806 '@testing-library/vue': 807 807 specifier: ^8.1.0 808 - version: 8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.12(typescript@5.8.3)) 808 + version: 8.1.0(@vue/compiler-sfc@3.5.14)(vue@3.5.14(typescript@5.8.3)) 809 809 '@types/codemirror': 810 810 specifier: ^5.60.15 811 811 version: 5.60.15 ··· 823 823 version: 0.65.4 824 824 '@vitejs/plugin-vue': 825 825 specifier: 'catalog:' 826 - version: 5.2.3(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) 826 + version: 5.2.4(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 827 827 '@vitest/runner': 828 828 specifier: workspace:* 829 829 version: link:../runner ··· 853 853 version: 3.1.0 854 854 floating-vue: 855 855 specifier: ^5.2.2 856 - version: 5.2.2(vue@3.5.12(typescript@5.8.3)) 856 + version: 5.2.2(vue@3.5.14(typescript@5.8.3)) 857 857 rollup: 858 - specifier: ^4.40.0 859 - version: 4.40.0 858 + specifier: ^4.41.0 859 + version: 4.41.0 860 860 splitpanes: 861 861 specifier: ^3.2.0 862 - version: 3.2.0(vue@3.5.12(typescript@5.8.3)) 862 + version: 3.2.0(vue@3.5.14(typescript@5.8.3)) 863 863 unocss: 864 864 specifier: 'catalog:' 865 - version: 0.65.4(postcss@8.5.3)(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) 865 + version: 0.65.4(postcss@8.5.3)(rollup@4.41.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 866 866 unplugin-auto-import: 867 867 specifier: ^0.19.0 868 - version: 0.19.0(@vueuse/core@12.8.2(typescript@5.8.3))(rollup@4.40.0) 868 + version: 0.19.0(@vueuse/core@12.8.2(typescript@5.8.3))(rollup@4.41.0) 869 869 unplugin-vue-components: 870 870 specifier: 'catalog:' 871 - version: 0.28.0(@babel/parser@7.27.0)(rollup@4.40.0)(vue@3.5.12(typescript@5.8.3)) 871 + version: 0.28.0(@babel/parser@7.27.2)(rollup@4.41.0)(vue@3.5.14(typescript@5.8.3)) 872 872 vite: 873 873 specifier: ^6.2.0 874 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 874 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 875 875 vite-plugin-pages: 876 876 specifier: ^0.33.0 877 - version: 0.33.0(@vue/compiler-sfc@3.5.13)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue-router@4.5.0(vue@3.5.12(typescript@5.8.3))) 877 + version: 0.33.0(@vue/compiler-sfc@3.5.14)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue-router@4.5.1(vue@3.5.14(typescript@5.8.3))) 878 878 vue: 879 879 specifier: 'catalog:' 880 - version: 3.5.12(typescript@5.8.3) 880 + version: 3.5.14(typescript@5.8.3) 881 881 vue-router: 882 - specifier: ^4.5.0 883 - version: 4.5.0(vue@3.5.12(typescript@5.8.3)) 882 + specifier: ^4.5.1 883 + version: 4.5.1(vue@3.5.14(typescript@5.8.3)) 884 884 vue-virtual-scroller: 885 885 specifier: 2.0.0-beta.8 886 - version: 2.0.0-beta.8(vue@3.5.12(typescript@5.8.3)) 886 + version: 2.0.0-beta.8(vue@3.5.14(typescript@5.8.3)) 887 887 888 888 packages/utils: 889 889 dependencies: ··· 917 917 version: 6.7.14(patch_hash=a8f0f3517a47ce716ed90c0cfe6ae382ab763b021a664ada2a608477d0621588) 918 918 debug: 919 919 specifier: 'catalog:' 920 - version: 4.4.0 920 + version: 4.4.1 921 921 es-module-lexer: 922 922 specifier: ^1.7.0 923 923 version: 1.7.0 ··· 926 926 version: 2.0.3 927 927 vite: 928 928 specifier: ^6.2.0 929 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 929 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 930 930 devDependencies: 931 931 '@jridgewell/trace-mapping': 932 932 specifier: 'catalog:' ··· 975 975 version: 5.2.0 976 976 debug: 977 977 specifier: 'catalog:' 978 - version: 4.4.0 978 + version: 4.4.1 979 979 expect-type: 980 980 specifier: ^1.2.1 981 981 version: 1.2.1 ··· 1008 1008 version: 2.0.0 1009 1009 vite: 1010 1010 specifier: ^6.2.0 1011 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 1011 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 1012 1012 vite-node: 1013 1013 specifier: workspace:* 1014 1014 version: link:../vite-node ··· 1020 1020 specifier: 'catalog:' 1021 1021 version: 2.3.0 1022 1022 '@antfu/install-pkg': 1023 - specifier: ^1.0.0 1024 - version: 1.0.0 1023 + specifier: ^1.1.0 1024 + version: 1.1.0 1025 1025 '@edge-runtime/vm': 1026 1026 specifier: ^5.0.0 1027 1027 version: 5.0.0 ··· 1044 1044 specifier: ^21.1.7 1045 1045 version: 21.1.7 1046 1046 '@types/node': 1047 - specifier: ^22.14.1 1048 - version: 22.14.1 1047 + specifier: ^22.15.19 1048 + version: 22.15.19 1049 1049 '@types/picomatch': 1050 1050 specifier: ^4.0.0 1051 1051 version: 4.0.0 ··· 1074 1074 specifier: 'catalog:' 1075 1075 version: 3.3.3 1076 1076 happy-dom: 1077 - specifier: ^17.4.4 1078 - version: 17.4.6 1077 + specifier: ^17.4.7 1078 + version: 17.4.7 1079 1079 jsdom: 1080 1080 specifier: ^26.1.0 1081 1081 version: 26.1.0 ··· 1093 1093 version: 3.0.0 1094 1094 ws: 1095 1095 specifier: 'catalog:' 1096 - version: 8.18.1 1096 + version: 8.18.2 1097 1097 1098 1098 packages/web-worker: 1099 1099 dependencies: 1100 1100 debug: 1101 1101 specifier: 'catalog:' 1102 - version: 4.4.0 1102 + version: 4.4.1 1103 1103 vitest: 1104 1104 specifier: workspace:* 1105 1105 version: link:../vitest ··· 1124 1124 version: 3.3.3 1125 1125 ws: 1126 1126 specifier: 'catalog:' 1127 - version: 8.18.1 1127 + version: 8.18.2 1128 1128 devDependencies: 1129 1129 '@vitest/runner': 1130 1130 specifier: workspace:* ··· 1142 1142 specifier: ^13.4.0 1143 1143 version: 13.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) 1144 1144 '@types/react': 1145 - specifier: ^19.1.2 1146 - version: 19.1.2 1145 + specifier: ^19.1.4 1146 + version: 19.1.4 1147 1147 '@vitejs/plugin-basic-ssl': 1148 1148 specifier: ^1.2.0 1149 - version: 1.2.0(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0)) 1149 + version: 1.2.0(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0)) 1150 1150 '@vitest/browser': 1151 1151 specifier: workspace:* 1152 1152 version: link:../../packages/browser ··· 1175 1175 specifier: workspace:* 1176 1176 version: link:../../packages/vitest 1177 1177 vitest-browser-react: 1178 - specifier: ^0.1.1 1179 - version: 0.1.1(@types/react-dom@18.2.14)(@types/react@19.1.2)(@vitest/browser@packages+browser)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(vitest@packages+vitest) 1178 + specifier: ^0.2.0 1179 + version: 0.2.0(@types/react-dom@18.2.14)(@types/react@19.1.4)(@vitest/browser@packages+browser)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(vitest@packages+vitest) 1180 1180 ws: 1181 1181 specifier: 'catalog:' 1182 - version: 8.18.1 1182 + version: 8.18.2 1183 1183 1184 1184 test/cli: 1185 1185 devDependencies: ··· 1191 1191 version: 8.18.1 1192 1192 '@vitejs/plugin-basic-ssl': 1193 1193 specifier: ^1.2.0 1194 - version: 1.2.0(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0)) 1194 + version: 1.2.0(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0)) 1195 1195 '@vitest/runner': 1196 1196 specifier: workspace:^ 1197 1197 version: link:../../packages/runner ··· 1205 1205 specifier: workspace:* 1206 1206 version: link:../../packages/utils 1207 1207 debug: 1208 - specifier: ^4.4.0 1209 - version: 4.4.0 1208 + specifier: ^4.4.1 1209 + version: 4.4.1 1210 1210 unplugin-swc: 1211 - specifier: ^1.5.2 1212 - version: 1.5.2(@swc/core@1.4.1)(rollup@4.40.0) 1211 + specifier: ^1.5.3 1212 + version: 1.5.3(@swc/core@1.4.1)(rollup@4.41.0) 1213 1213 vite: 1214 1214 specifier: ^6.2.0 1215 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 1215 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 1216 1216 vitest: 1217 1217 specifier: workspace:* 1218 1218 version: link:../../packages/vitest 1219 1219 ws: 1220 1220 specifier: 'catalog:' 1221 - version: 8.18.1 1221 + version: 8.18.2 1222 1222 1223 1223 test/config: 1224 1224 devDependencies: ··· 1230 1230 version: 0.3.2 1231 1231 vite: 1232 1232 specifier: ^6.2.0 1233 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 1233 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 1234 1234 vitest: 1235 1235 specifier: workspace:* 1236 1236 version: link:../../packages/vitest ··· 1272 1272 version: link:../../packages/web-worker 1273 1273 '@vueuse/integrations': 1274 1274 specifier: ^10.11.1 1275 - version: 10.11.1(axios@0.30.0(debug@4.4.0))(focus-trap@7.6.4)(vue@3.5.12(typescript@5.8.3)) 1275 + version: 10.11.1(axios@0.30.0(debug@4.4.1))(focus-trap@7.6.4)(vue@3.5.14(typescript@5.8.3)) 1276 1276 axios: 1277 1277 specifier: ^0.30.0 1278 - version: 0.30.0(debug@4.4.0) 1278 + version: 0.30.0(debug@4.4.1) 1279 1279 debug: 1280 - specifier: ^4.4.0 1281 - version: 4.4.0 1280 + specifier: ^4.4.1 1281 + version: 4.4.1 1282 1282 immutable: 1283 - specifier: 5.1.1 1284 - version: 5.1.1 1283 + specifier: 5.1.2 1284 + version: 5.1.2 1285 1285 memfs: 1286 - specifier: ^4.17.0 1287 - version: 4.17.0 1286 + specifier: ^4.17.2 1287 + version: 4.17.2 1288 1288 react: 1289 1289 specifier: ^19.1.0 1290 1290 version: 19.1.0 ··· 1292 1292 specifier: npm:react@18.3.1 1293 1293 version: react@18.3.1 1294 1294 sweetalert2: 1295 - specifier: ^11.19.1 1296 - version: 11.19.1 1295 + specifier: ^11.21.2 1296 + version: 11.21.2 1297 1297 tinyrainbow: 1298 1298 specifier: 'catalog:' 1299 1299 version: 2.0.0 ··· 1317 1317 version: 0.1.1 1318 1318 vue: 1319 1319 specifier: 'catalog:' 1320 - version: 3.5.12(typescript@5.8.3) 1320 + version: 3.5.14(typescript@5.8.3) 1321 1321 zustand: 1322 - specifier: ^4.5.6 1323 - version: 4.5.6(@types/react@19.1.2)(react@19.1.0) 1322 + specifier: ^4.5.7 1323 + version: 4.5.7(@types/react@19.1.4)(react@19.1.0) 1324 1324 1325 1325 test/coverage-test: 1326 1326 devDependencies: ··· 1335 1335 version: 3.0.3 1336 1336 '@vitejs/plugin-vue': 1337 1337 specifier: latest 1338 - version: 5.2.3(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) 1338 + version: 5.2.4(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 1339 1339 '@vitest/browser': 1340 1340 specifier: workspace:* 1341 1341 version: link:../../packages/browser ··· 1353 1353 version: 2.4.6 1354 1354 happy-dom: 1355 1355 specifier: latest 1356 - version: 17.4.6 1356 + version: 17.4.7 1357 1357 istanbul-lib-coverage: 1358 1358 specifier: ^3.2.2 1359 1359 version: 3.2.2 ··· 1367 1367 specifier: ^0.3.5 1368 1368 version: 0.3.5 1369 1369 unplugin-swc: 1370 - specifier: ^1.5.2 1371 - version: 1.5.2(@swc/core@1.4.1)(rollup@4.40.0) 1370 + specifier: ^1.5.3 1371 + version: 1.5.3(@swc/core@1.4.1)(rollup@4.41.0) 1372 1372 vite: 1373 1373 specifier: ^6.2.0 1374 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 1374 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 1375 1375 vitest: 1376 1376 specifier: workspace:* 1377 1377 version: link:../../packages/vitest 1378 1378 vue: 1379 1379 specifier: 'catalog:' 1380 - version: 3.5.12(typescript@5.8.3) 1380 + version: 3.5.14(typescript@5.8.3) 1381 1381 1382 1382 test/dts-config: 1383 1383 devDependencies: ··· 1455 1455 version: link:../../packages/vitest 1456 1456 devDependencies: 1457 1457 jest-image-snapshot: 1458 - specifier: ^6.4.0 1459 - version: 6.4.0 1458 + specifier: ^6.5.0 1459 + version: 6.5.0 1460 1460 1461 1461 test/test-utils: 1462 1462 devDependencies: ··· 1468 1468 version: 2.0.0 1469 1469 vite: 1470 1470 specifier: ^6.2.0 1471 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 1471 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 1472 1472 vite-node: 1473 1473 specifier: workspace:* 1474 1474 version: link:../../packages/vite-node ··· 1496 1496 version: 9.3.4 1497 1497 happy-dom: 1498 1498 specifier: latest 1499 - version: 17.4.6 1499 + version: 17.4.7 1500 1500 vitest: 1501 1501 specifier: workspace:* 1502 1502 version: link:../../packages/vitest ··· 1504 1504 test/vite-node: 1505 1505 devDependencies: 1506 1506 '@types/inquirer': 1507 - specifier: ^9.0.7 1508 - version: 9.0.7 1507 + specifier: ^9.0.8 1508 + version: 9.0.8 1509 1509 inquirer: 1510 1510 specifier: ^9.3.7 1511 1511 version: 9.3.7 ··· 1523 1523 version: link:../../packages/browser 1524 1524 vite: 1525 1525 specifier: ^6.2.0 1526 - version: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 1526 + version: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 1527 1527 vitest: 1528 1528 specifier: workspace:* 1529 1529 version: link:../../packages/vitest ··· 1689 1689 svelte-eslint-parser: 1690 1690 optional: true 1691 1691 1692 - '@antfu/install-pkg@1.0.0': 1693 - resolution: {integrity: sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==} 1694 - 1695 1692 '@antfu/install-pkg@1.1.0': 1696 1693 resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==} 1697 1694 1698 - '@antfu/ni@24.3.0': 1699 - resolution: {integrity: sha512-wBSav4mBxvHEW9RbdSo1SWLQ6MAlT0Dc423weC58yOWqW4OcMvtnNDdDrxOZeJ88fEIyPK93gDUWIelBxzSf8g==} 1695 + '@antfu/ni@24.4.0': 1696 + resolution: {integrity: sha512-ZjriRbGyWGSrBE1RY2qBIXyilejMWLDWh2Go2dqFottyiuOze36+BpPch2z2WnGEgEbzTBVPetMmQvt0xt+iww==} 1700 1697 hasBin: true 1701 1698 1702 1699 '@antfu/utils@0.7.10': ··· 1863 1860 resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} 1864 1861 engines: {node: '>=6.9.0'} 1865 1862 1863 + '@babel/helper-string-parser@7.27.1': 1864 + resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} 1865 + engines: {node: '>=6.9.0'} 1866 + 1866 1867 '@babel/helper-validator-identifier@7.25.7': 1867 1868 resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} 1868 1869 engines: {node: '>=6.9.0'} 1869 1870 1870 1871 '@babel/helper-validator-identifier@7.25.9': 1871 1872 resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} 1873 + engines: {node: '>=6.9.0'} 1874 + 1875 + '@babel/helper-validator-identifier@7.27.1': 1876 + resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} 1872 1877 engines: {node: '>=6.9.0'} 1873 1878 1874 1879 '@babel/helper-validator-option@7.24.7': ··· 1912 1917 1913 1918 '@babel/parser@7.27.0': 1914 1919 resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} 1920 + engines: {node: '>=6.0.0'} 1921 + hasBin: true 1922 + 1923 + '@babel/parser@7.27.2': 1924 + resolution: {integrity: sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==} 1915 1925 engines: {node: '>=6.0.0'} 1916 1926 hasBin: true 1917 1927 ··· 2336 2346 resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} 2337 2347 engines: {node: '>=6.9.0'} 2338 2348 2349 + '@babel/types@7.27.1': 2350 + resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==} 2351 + engines: {node: '>=6.9.0'} 2352 + 2339 2353 '@bcoe/v8-coverage@1.0.2': 2340 2354 resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} 2341 2355 engines: {node: '>=18'} ··· 2446 2460 cpu: [ppc64] 2447 2461 os: [aix] 2448 2462 2449 - '@esbuild/aix-ppc64@0.25.1': 2450 - resolution: {integrity: sha512-kfYGy8IdzTGy+z0vFGvExZtxkFlA4zAxgKEahG9KE1ScBjpQnFsNOX8KTU5ojNru5ed5CVoJYXFtoxaq5nFbjQ==} 2451 - engines: {node: '>=18'} 2452 - cpu: [ppc64] 2453 - os: [aix] 2454 - 2455 - '@esbuild/aix-ppc64@0.25.3': 2456 - resolution: {integrity: sha512-W8bFfPA8DowP8l//sxjJLSLkD8iEjMc7cBVyP+u4cEv9sM7mdUCkgsj+t0n/BWPFtv7WWCN5Yzj0N6FJNUUqBQ==} 2463 + '@esbuild/aix-ppc64@0.25.4': 2464 + resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==} 2457 2465 engines: {node: '>=18'} 2458 2466 cpu: [ppc64] 2459 2467 os: [aix] ··· 2470 2478 cpu: [arm64] 2471 2479 os: [android] 2472 2480 2473 - '@esbuild/android-arm64@0.25.1': 2474 - resolution: {integrity: sha512-50tM0zCJW5kGqgG7fQ7IHvQOcAn9TKiVRuQ/lN0xR+T2lzEFvAi1ZcS8DiksFcEpf1t/GYOeOfCAgDHFpkiSmA==} 2475 - engines: {node: '>=18'} 2476 - cpu: [arm64] 2477 - os: [android] 2478 - 2479 - '@esbuild/android-arm64@0.25.3': 2480 - resolution: {integrity: sha512-XelR6MzjlZuBM4f5z2IQHK6LkK34Cvv6Rj2EntER3lwCBFdg6h2lKbtRjpTTsdEjD/WSe1q8UyPBXP1x3i/wYQ==} 2481 + '@esbuild/android-arm64@0.25.4': 2482 + resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==} 2481 2483 engines: {node: '>=18'} 2482 2484 cpu: [arm64] 2483 2485 os: [android] ··· 2494 2496 cpu: [arm] 2495 2497 os: [android] 2496 2498 2497 - '@esbuild/android-arm@0.25.1': 2498 - resolution: {integrity: sha512-dp+MshLYux6j/JjdqVLnMglQlFu+MuVeNrmT5nk6q07wNhCdSnB7QZj+7G8VMUGh1q+vj2Bq8kRsuyA00I/k+Q==} 2499 - engines: {node: '>=18'} 2500 - cpu: [arm] 2501 - os: [android] 2502 - 2503 - '@esbuild/android-arm@0.25.3': 2504 - resolution: {integrity: sha512-PuwVXbnP87Tcff5I9ngV0lmiSu40xw1At6i3GsU77U7cjDDB4s0X2cyFuBiDa1SBk9DnvWwnGvVaGBqoFWPb7A==} 2499 + '@esbuild/android-arm@0.25.4': 2500 + resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==} 2505 2501 engines: {node: '>=18'} 2506 2502 cpu: [arm] 2507 2503 os: [android] ··· 2518 2514 cpu: [x64] 2519 2515 os: [android] 2520 2516 2521 - '@esbuild/android-x64@0.25.1': 2522 - resolution: {integrity: sha512-GCj6WfUtNldqUzYkN/ITtlhwQqGWu9S45vUXs7EIYf+7rCiiqH9bCloatO9VhxsL0Pji+PF4Lz2XXCES+Q8hDw==} 2523 - engines: {node: '>=18'} 2524 - cpu: [x64] 2525 - os: [android] 2526 - 2527 - '@esbuild/android-x64@0.25.3': 2528 - resolution: {integrity: sha512-ogtTpYHT/g1GWS/zKM0cc/tIebFjm1F9Aw1boQ2Y0eUQ+J89d0jFY//s9ei9jVIlkYi8AfOjiixcLJSGNSOAdQ==} 2517 + '@esbuild/android-x64@0.25.4': 2518 + resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==} 2529 2519 engines: {node: '>=18'} 2530 2520 cpu: [x64] 2531 2521 os: [android] ··· 2542 2532 cpu: [arm64] 2543 2533 os: [darwin] 2544 2534 2545 - '@esbuild/darwin-arm64@0.25.1': 2546 - resolution: {integrity: sha512-5hEZKPf+nQjYoSr/elb62U19/l1mZDdqidGfmFutVUjjUZrOazAtwK+Kr+3y0C/oeJfLlxo9fXb1w7L+P7E4FQ==} 2547 - engines: {node: '>=18'} 2548 - cpu: [arm64] 2549 - os: [darwin] 2550 - 2551 - '@esbuild/darwin-arm64@0.25.3': 2552 - resolution: {integrity: sha512-eESK5yfPNTqpAmDfFWNsOhmIOaQA59tAcF/EfYvo5/QWQCzXn5iUSOnqt3ra3UdzBv073ykTtmeLJZGt3HhA+w==} 2535 + '@esbuild/darwin-arm64@0.25.4': 2536 + resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==} 2553 2537 engines: {node: '>=18'} 2554 2538 cpu: [arm64] 2555 2539 os: [darwin] ··· 2566 2550 cpu: [x64] 2567 2551 os: [darwin] 2568 2552 2569 - '@esbuild/darwin-x64@0.25.1': 2570 - resolution: {integrity: sha512-hxVnwL2Dqs3fM1IWq8Iezh0cX7ZGdVhbTfnOy5uURtao5OIVCEyj9xIzemDi7sRvKsuSdtCAhMKarxqtlyVyfA==} 2571 - engines: {node: '>=18'} 2572 - cpu: [x64] 2573 - os: [darwin] 2574 - 2575 - '@esbuild/darwin-x64@0.25.3': 2576 - resolution: {integrity: sha512-Kd8glo7sIZtwOLcPbW0yLpKmBNWMANZhrC1r6K++uDR2zyzb6AeOYtI6udbtabmQpFaxJ8uduXMAo1gs5ozz8A==} 2553 + '@esbuild/darwin-x64@0.25.4': 2554 + resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==} 2577 2555 engines: {node: '>=18'} 2578 2556 cpu: [x64] 2579 2557 os: [darwin] ··· 2590 2568 cpu: [arm64] 2591 2569 os: [freebsd] 2592 2570 2593 - '@esbuild/freebsd-arm64@0.25.1': 2594 - resolution: {integrity: sha512-1MrCZs0fZa2g8E+FUo2ipw6jw5qqQiH+tERoS5fAfKnRx6NXH31tXBKI3VpmLijLH6yriMZsxJtaXUyFt/8Y4A==} 2595 - engines: {node: '>=18'} 2596 - cpu: [arm64] 2597 - os: [freebsd] 2598 - 2599 - '@esbuild/freebsd-arm64@0.25.3': 2600 - resolution: {integrity: sha512-EJiyS70BYybOBpJth3M0KLOus0n+RRMKTYzhYhFeMwp7e/RaajXvP+BWlmEXNk6uk+KAu46j/kaQzr6au+JcIw==} 2571 + '@esbuild/freebsd-arm64@0.25.4': 2572 + resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==} 2601 2573 engines: {node: '>=18'} 2602 2574 cpu: [arm64] 2603 2575 os: [freebsd] ··· 2614 2586 cpu: [x64] 2615 2587 os: [freebsd] 2616 2588 2617 - '@esbuild/freebsd-x64@0.25.1': 2618 - resolution: {integrity: sha512-0IZWLiTyz7nm0xuIs0q1Y3QWJC52R8aSXxe40VUxm6BB1RNmkODtW6LHvWRrGiICulcX7ZvyH6h5fqdLu4gkww==} 2619 - engines: {node: '>=18'} 2620 - cpu: [x64] 2621 - os: [freebsd] 2622 - 2623 - '@esbuild/freebsd-x64@0.25.3': 2624 - resolution: {integrity: sha512-Q+wSjaLpGxYf7zC0kL0nDlhsfuFkoN+EXrx2KSB33RhinWzejOd6AvgmP5JbkgXKmjhmpfgKZq24pneodYqE8Q==} 2589 + '@esbuild/freebsd-x64@0.25.4': 2590 + resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==} 2625 2591 engines: {node: '>=18'} 2626 2592 cpu: [x64] 2627 2593 os: [freebsd] ··· 2638 2604 cpu: [arm64] 2639 2605 os: [linux] 2640 2606 2641 - '@esbuild/linux-arm64@0.25.1': 2642 - resolution: {integrity: sha512-jaN3dHi0/DDPelk0nLcXRm1q7DNJpjXy7yWaWvbfkPvI+7XNSc/lDOnCLN7gzsyzgu6qSAmgSvP9oXAhP973uQ==} 2643 - engines: {node: '>=18'} 2644 - cpu: [arm64] 2645 - os: [linux] 2646 - 2647 - '@esbuild/linux-arm64@0.25.3': 2648 - resolution: {integrity: sha512-xCUgnNYhRD5bb1C1nqrDV1PfkwgbswTTBRbAd8aH5PhYzikdf/ddtsYyMXFfGSsb/6t6QaPSzxtbfAZr9uox4A==} 2607 + '@esbuild/linux-arm64@0.25.4': 2608 + resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==} 2649 2609 engines: {node: '>=18'} 2650 2610 cpu: [arm64] 2651 2611 os: [linux] ··· 2662 2622 cpu: [arm] 2663 2623 os: [linux] 2664 2624 2665 - '@esbuild/linux-arm@0.25.1': 2666 - resolution: {integrity: sha512-NdKOhS4u7JhDKw9G3cY6sWqFcnLITn6SqivVArbzIaf3cemShqfLGHYMx8Xlm/lBit3/5d7kXvriTUGa5YViuQ==} 2667 - engines: {node: '>=18'} 2668 - cpu: [arm] 2669 - os: [linux] 2670 - 2671 - '@esbuild/linux-arm@0.25.3': 2672 - resolution: {integrity: sha512-dUOVmAUzuHy2ZOKIHIKHCm58HKzFqd+puLaS424h6I85GlSDRZIA5ycBixb3mFgM0Jdh+ZOSB6KptX30DD8YOQ==} 2625 + '@esbuild/linux-arm@0.25.4': 2626 + resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==} 2673 2627 engines: {node: '>=18'} 2674 2628 cpu: [arm] 2675 2629 os: [linux] ··· 2686 2640 cpu: [ia32] 2687 2641 os: [linux] 2688 2642 2689 - '@esbuild/linux-ia32@0.25.1': 2690 - resolution: {integrity: sha512-OJykPaF4v8JidKNGz8c/q1lBO44sQNUQtq1KktJXdBLn1hPod5rE/Hko5ugKKZd+D2+o1a9MFGUEIUwO2YfgkQ==} 2691 - engines: {node: '>=18'} 2692 - cpu: [ia32] 2693 - os: [linux] 2694 - 2695 - '@esbuild/linux-ia32@0.25.3': 2696 - resolution: {integrity: sha512-yplPOpczHOO4jTYKmuYuANI3WhvIPSVANGcNUeMlxH4twz/TeXuzEP41tGKNGWJjuMhotpGabeFYGAOU2ummBw==} 2643 + '@esbuild/linux-ia32@0.25.4': 2644 + resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==} 2697 2645 engines: {node: '>=18'} 2698 2646 cpu: [ia32] 2699 2647 os: [linux] ··· 2710 2658 cpu: [loong64] 2711 2659 os: [linux] 2712 2660 2713 - '@esbuild/linux-loong64@0.25.1': 2714 - resolution: {integrity: sha512-nGfornQj4dzcq5Vp835oM/o21UMlXzn79KobKlcs3Wz9smwiifknLy4xDCLUU0BWp7b/houtdrgUz7nOGnfIYg==} 2715 - engines: {node: '>=18'} 2716 - cpu: [loong64] 2717 - os: [linux] 2718 - 2719 - '@esbuild/linux-loong64@0.25.3': 2720 - resolution: {integrity: sha512-P4BLP5/fjyihmXCELRGrLd793q/lBtKMQl8ARGpDxgzgIKJDRJ/u4r1A/HgpBpKpKZelGct2PGI4T+axcedf6g==} 2661 + '@esbuild/linux-loong64@0.25.4': 2662 + resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==} 2721 2663 engines: {node: '>=18'} 2722 2664 cpu: [loong64] 2723 2665 os: [linux] ··· 2734 2676 cpu: [mips64el] 2735 2677 os: [linux] 2736 2678 2737 - '@esbuild/linux-mips64el@0.25.1': 2738 - resolution: {integrity: sha512-1osBbPEFYwIE5IVB/0g2X6i1qInZa1aIoj1TdL4AaAb55xIIgbg8Doq6a5BzYWgr+tEcDzYH67XVnTmUzL+nXg==} 2739 - engines: {node: '>=18'} 2740 - cpu: [mips64el] 2741 - os: [linux] 2742 - 2743 - '@esbuild/linux-mips64el@0.25.3': 2744 - resolution: {integrity: sha512-eRAOV2ODpu6P5divMEMa26RRqb2yUoYsuQQOuFUexUoQndm4MdpXXDBbUoKIc0iPa4aCO7gIhtnYomkn2x+bag==} 2679 + '@esbuild/linux-mips64el@0.25.4': 2680 + resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==} 2745 2681 engines: {node: '>=18'} 2746 2682 cpu: [mips64el] 2747 2683 os: [linux] ··· 2758 2694 cpu: [ppc64] 2759 2695 os: [linux] 2760 2696 2761 - '@esbuild/linux-ppc64@0.25.1': 2762 - resolution: {integrity: sha512-/6VBJOwUf3TdTvJZ82qF3tbLuWsscd7/1w+D9LH0W/SqUgM5/JJD0lrJ1fVIfZsqB6RFmLCe0Xz3fmZc3WtyVg==} 2763 - engines: {node: '>=18'} 2764 - cpu: [ppc64] 2765 - os: [linux] 2766 - 2767 - '@esbuild/linux-ppc64@0.25.3': 2768 - resolution: {integrity: sha512-ZC4jV2p7VbzTlnl8nZKLcBkfzIf4Yad1SJM4ZMKYnJqZFD4rTI+pBG65u8ev4jk3/MPwY9DvGn50wi3uhdaghg==} 2697 + '@esbuild/linux-ppc64@0.25.4': 2698 + resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==} 2769 2699 engines: {node: '>=18'} 2770 2700 cpu: [ppc64] 2771 2701 os: [linux] ··· 2782 2712 cpu: [riscv64] 2783 2713 os: [linux] 2784 2714 2785 - '@esbuild/linux-riscv64@0.25.1': 2786 - resolution: {integrity: sha512-nSut/Mx5gnilhcq2yIMLMe3Wl4FK5wx/o0QuuCLMtmJn+WeWYoEGDN1ipcN72g1WHsnIbxGXd4i/MF0gTcuAjQ==} 2787 - engines: {node: '>=18'} 2788 - cpu: [riscv64] 2789 - os: [linux] 2790 - 2791 - '@esbuild/linux-riscv64@0.25.3': 2792 - resolution: {integrity: sha512-LDDODcFzNtECTrUUbVCs6j9/bDVqy7DDRsuIXJg6so+mFksgwG7ZVnTruYi5V+z3eE5y+BJZw7VvUadkbfg7QA==} 2715 + '@esbuild/linux-riscv64@0.25.4': 2716 + resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==} 2793 2717 engines: {node: '>=18'} 2794 2718 cpu: [riscv64] 2795 2719 os: [linux] ··· 2806 2730 cpu: [s390x] 2807 2731 os: [linux] 2808 2732 2809 - '@esbuild/linux-s390x@0.25.1': 2810 - resolution: {integrity: sha512-cEECeLlJNfT8kZHqLarDBQso9a27o2Zd2AQ8USAEoGtejOrCYHNtKP8XQhMDJMtthdF4GBmjR2au3x1udADQQQ==} 2811 - engines: {node: '>=18'} 2812 - cpu: [s390x] 2813 - os: [linux] 2814 - 2815 - '@esbuild/linux-s390x@0.25.3': 2816 - resolution: {integrity: sha512-s+w/NOY2k0yC2p9SLen+ymflgcpRkvwwa02fqmAwhBRI3SC12uiS10edHHXlVWwfAagYSY5UpmT/zISXPMW3tQ==} 2733 + '@esbuild/linux-s390x@0.25.4': 2734 + resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==} 2817 2735 engines: {node: '>=18'} 2818 2736 cpu: [s390x] 2819 2737 os: [linux] ··· 2830 2748 cpu: [x64] 2831 2749 os: [linux] 2832 2750 2833 - '@esbuild/linux-x64@0.25.1': 2834 - resolution: {integrity: sha512-xbfUhu/gnvSEg+EGovRc+kjBAkrvtk38RlerAzQxvMzlB4fXpCFCeUAYzJvrnhFtdeyVCDANSjJvOvGYoeKzFA==} 2835 - engines: {node: '>=18'} 2836 - cpu: [x64] 2837 - os: [linux] 2838 - 2839 - '@esbuild/linux-x64@0.25.3': 2840 - resolution: {integrity: sha512-nQHDz4pXjSDC6UfOE1Fw9Q8d6GCAd9KdvMZpfVGWSJztYCarRgSDfOVBY5xwhQXseiyxapkiSJi/5/ja8mRFFA==} 2751 + '@esbuild/linux-x64@0.25.4': 2752 + resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==} 2841 2753 engines: {node: '>=18'} 2842 2754 cpu: [x64] 2843 2755 os: [linux] ··· 2854 2766 cpu: [arm64] 2855 2767 os: [netbsd] 2856 2768 2857 - '@esbuild/netbsd-arm64@0.25.1': 2858 - resolution: {integrity: sha512-O96poM2XGhLtpTh+s4+nP7YCCAfb4tJNRVZHfIE7dgmax+yMP2WgMd2OecBuaATHKTHsLWHQeuaxMRnCsH8+5g==} 2859 - engines: {node: '>=18'} 2860 - cpu: [arm64] 2861 - os: [netbsd] 2862 - 2863 - '@esbuild/netbsd-arm64@0.25.3': 2864 - resolution: {integrity: sha512-1QaLtOWq0mzK6tzzp0jRN3eccmN3hezey7mhLnzC6oNlJoUJz4nym5ZD7mDnS/LZQgkrhEbEiTn515lPeLpgWA==} 2769 + '@esbuild/netbsd-arm64@0.25.4': 2770 + resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==} 2865 2771 engines: {node: '>=18'} 2866 2772 cpu: [arm64] 2867 2773 os: [netbsd] ··· 2878 2784 cpu: [x64] 2879 2785 os: [netbsd] 2880 2786 2881 - '@esbuild/netbsd-x64@0.25.1': 2882 - resolution: {integrity: sha512-X53z6uXip6KFXBQ+Krbx25XHV/NCbzryM6ehOAeAil7X7oa4XIq+394PWGnwaSQ2WRA0KI6PUO6hTO5zeF5ijA==} 2883 - engines: {node: '>=18'} 2884 - cpu: [x64] 2885 - os: [netbsd] 2886 - 2887 - '@esbuild/netbsd-x64@0.25.3': 2888 - resolution: {integrity: sha512-i5Hm68HXHdgv8wkrt+10Bc50zM0/eonPb/a/OFVfB6Qvpiirco5gBA5bz7S2SHuU+Y4LWn/zehzNX14Sp4r27g==} 2787 + '@esbuild/netbsd-x64@0.25.4': 2788 + resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==} 2889 2789 engines: {node: '>=18'} 2890 2790 cpu: [x64] 2891 2791 os: [netbsd] ··· 2902 2802 cpu: [arm64] 2903 2803 os: [openbsd] 2904 2804 2905 - '@esbuild/openbsd-arm64@0.25.1': 2906 - resolution: {integrity: sha512-Na9T3szbXezdzM/Kfs3GcRQNjHzM6GzFBeU1/6IV/npKP5ORtp9zbQjvkDJ47s6BCgaAZnnnu/cY1x342+MvZg==} 2907 - engines: {node: '>=18'} 2908 - cpu: [arm64] 2909 - os: [openbsd] 2910 - 2911 - '@esbuild/openbsd-arm64@0.25.3': 2912 - resolution: {integrity: sha512-zGAVApJEYTbOC6H/3QBr2mq3upG/LBEXr85/pTtKiv2IXcgKV0RT0QA/hSXZqSvLEpXeIxah7LczB4lkiYhTAQ==} 2805 + '@esbuild/openbsd-arm64@0.25.4': 2806 + resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==} 2913 2807 engines: {node: '>=18'} 2914 2808 cpu: [arm64] 2915 2809 os: [openbsd] ··· 2926 2820 cpu: [x64] 2927 2821 os: [openbsd] 2928 2822 2929 - '@esbuild/openbsd-x64@0.25.1': 2930 - resolution: {integrity: sha512-T3H78X2h1tszfRSf+txbt5aOp/e7TAz3ptVKu9Oyir3IAOFPGV6O9c2naym5TOriy1l0nNf6a4X5UXRZSGX/dw==} 2931 - engines: {node: '>=18'} 2932 - cpu: [x64] 2933 - os: [openbsd] 2934 - 2935 - '@esbuild/openbsd-x64@0.25.3': 2936 - resolution: {integrity: sha512-fpqctI45NnCIDKBH5AXQBsD0NDPbEFczK98hk/aa6HJxbl+UtLkJV2+Bvy5hLSLk3LHmqt0NTkKNso1A9y1a4w==} 2823 + '@esbuild/openbsd-x64@0.25.4': 2824 + resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==} 2937 2825 engines: {node: '>=18'} 2938 2826 cpu: [x64] 2939 2827 os: [openbsd] ··· 2950 2838 cpu: [x64] 2951 2839 os: [sunos] 2952 2840 2953 - '@esbuild/sunos-x64@0.25.1': 2954 - resolution: {integrity: sha512-2H3RUvcmULO7dIE5EWJH8eubZAI4xw54H1ilJnRNZdeo8dTADEZ21w6J22XBkXqGJbe0+wnNJtw3UXRoLJnFEg==} 2955 - engines: {node: '>=18'} 2956 - cpu: [x64] 2957 - os: [sunos] 2958 - 2959 - '@esbuild/sunos-x64@0.25.3': 2960 - resolution: {integrity: sha512-ROJhm7d8bk9dMCUZjkS8fgzsPAZEjtRJqCAmVgB0gMrvG7hfmPmz9k1rwO4jSiblFjYmNvbECL9uhaPzONMfgA==} 2841 + '@esbuild/sunos-x64@0.25.4': 2842 + resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==} 2961 2843 engines: {node: '>=18'} 2962 2844 cpu: [x64] 2963 2845 os: [sunos] ··· 2974 2856 cpu: [arm64] 2975 2857 os: [win32] 2976 2858 2977 - '@esbuild/win32-arm64@0.25.1': 2978 - resolution: {integrity: sha512-GE7XvrdOzrb+yVKB9KsRMq+7a2U/K5Cf/8grVFRAGJmfADr/e/ODQ134RK2/eeHqYV5eQRFxb1hY7Nr15fv1NQ==} 2979 - engines: {node: '>=18'} 2980 - cpu: [arm64] 2981 - os: [win32] 2982 - 2983 - '@esbuild/win32-arm64@0.25.3': 2984 - resolution: {integrity: sha512-YWcow8peiHpNBiIXHwaswPnAXLsLVygFwCB3A7Bh5jRkIBFWHGmNQ48AlX4xDvQNoMZlPYzjVOQDYEzWCqufMQ==} 2859 + '@esbuild/win32-arm64@0.25.4': 2860 + resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==} 2985 2861 engines: {node: '>=18'} 2986 2862 cpu: [arm64] 2987 2863 os: [win32] ··· 2998 2874 cpu: [ia32] 2999 2875 os: [win32] 3000 2876 3001 - '@esbuild/win32-ia32@0.25.1': 3002 - resolution: {integrity: sha512-uOxSJCIcavSiT6UnBhBzE8wy3n0hOkJsBOzy7HDAuTDE++1DJMRRVCPGisULScHL+a/ZwdXPpXD3IyFKjA7K8A==} 3003 - engines: {node: '>=18'} 3004 - cpu: [ia32] 3005 - os: [win32] 3006 - 3007 - '@esbuild/win32-ia32@0.25.3': 3008 - resolution: {integrity: sha512-qspTZOIGoXVS4DpNqUYUs9UxVb04khS1Degaw/MnfMe7goQ3lTfQ13Vw4qY/Nj0979BGvMRpAYbs/BAxEvU8ew==} 2877 + '@esbuild/win32-ia32@0.25.4': 2878 + resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==} 3009 2879 engines: {node: '>=18'} 3010 2880 cpu: [ia32] 3011 2881 os: [win32] ··· 3022 2892 cpu: [x64] 3023 2893 os: [win32] 3024 2894 3025 - '@esbuild/win32-x64@0.25.1': 3026 - resolution: {integrity: sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==} 3027 - engines: {node: '>=18'} 3028 - cpu: [x64] 3029 - os: [win32] 3030 - 3031 - '@esbuild/win32-x64@0.25.3': 3032 - resolution: {integrity: sha512-ICgUR+kPimx0vvRzf+N/7L7tVSQeE3BYY+NhHRHXS1kBuPO7z2+7ea2HbhDyZdTephgvNvKrlDDKUexuCVBVvg==} 2895 + '@esbuild/win32-x64@0.25.4': 2896 + resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==} 3033 2897 engines: {node: '>=18'} 3034 2898 cpu: [x64] 3035 2899 os: [win32] ··· 3109 2973 resolution: {integrity: sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==} 3110 2974 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3111 2975 3112 - '@faker-js/faker@9.7.0': 3113 - resolution: {integrity: sha512-aozo5vqjCmDoXLNUJarFZx2IN/GgGaogY4TMJ6so/WLZOWpSV7fvj2dmrV6sEAnUm1O7aCrhTibjpzeDFgNqbg==} 2976 + '@faker-js/faker@9.8.0': 2977 + resolution: {integrity: sha512-U9wpuSrJC93jZBxx/Qq2wPjCuYISBueyVUGK7qqdmj7r/nxaxwW8AQDCLeRO7wZnjj94sh3p246cAYjUKuqgfg==} 3114 2978 engines: {node: '>=18.0.0', npm: '>=9.0.0'} 3115 2979 3116 2980 '@fastify/ajv-compiler@3.5.0': ··· 3280 3144 '@open-draft/until@2.1.0': 3281 3145 resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==} 3282 3146 3283 - '@oxc-minify/binding-darwin-arm64@0.65.0': 3284 - resolution: {integrity: sha512-j72RsjdMOEDmPPHnRBoQ1dCIavYl5Zi4Jj9cmMQu8Ra+tuxd8oGy7lZ/JJ6wn5UdVu4XgT6/4mG9R7y84Th8Bw==} 3147 + '@oxc-minify/binding-darwin-arm64@0.69.0': 3148 + resolution: {integrity: sha512-GkA53C8uPPR9S080ZxFs72f8fegVlb7IcFJiYd9qWB4sjkut2LtjlQPlMmefK3RolGjpwKgHCDhENwb6Nj+BHA==} 3285 3149 engines: {node: '>=14.0.0'} 3286 3150 cpu: [arm64] 3287 3151 os: [darwin] 3288 3152 3289 - '@oxc-minify/binding-darwin-x64@0.65.0': 3290 - resolution: {integrity: sha512-+r17c5AT2ziXKwF3vqme+Bzz5yde2mzZwSxLVJ5ynxHGda2ok5Sz2J33aWnCiyhgqIHMVV1aVW3oTyRBMZRopQ==} 3153 + '@oxc-minify/binding-darwin-x64@0.69.0': 3154 + resolution: {integrity: sha512-vlbu/tfqg1kEIGtEITxzScOYNXLojroeg2XCG5S6GOZKM7dkerDU/Freds5QEFyW4Eykc3NXMlor4aQCq0L1uA==} 3291 3155 engines: {node: '>=14.0.0'} 3292 3156 cpu: [x64] 3293 3157 os: [darwin] 3294 3158 3295 - '@oxc-minify/binding-linux-arm-gnueabihf@0.65.0': 3296 - resolution: {integrity: sha512-GhxeNtgBJiLxSUUSnxWh3B0McK2kG3/OYmQ3tY4xCOPx9XY5Z1Mlw1WyX4wAgptz5qD9aQAUKy/IxOF0KmAXXA==} 3159 + '@oxc-minify/binding-freebsd-x64@0.69.0': 3160 + resolution: {integrity: sha512-t5Ae+3hrfAxcl0Xmkxc3hjWRVBaX04pBLa1xgBAJuKP8KkCmzlRgmxe9YX6rQE8EOALyUDePv0NnhaAVuJfVRA==} 3297 3161 engines: {node: '>=14.0.0'} 3298 - cpu: [arm] 3299 - os: [linux] 3300 - 3301 - '@oxc-minify/binding-linux-arm64-gnu@0.65.0': 3302 - resolution: {integrity: sha512-VfdpooHzlCoYmy+23+waccU8Nj8LXPUlX0vtEFNFm9XHe+f8+9fW6z/12Pn08dV1amGynMWznTeH9J6rKSzenw==} 3303 - engines: {node: '>=14.0.0'} 3304 - cpu: [arm64] 3305 - os: [linux] 3306 - 3307 - '@oxc-minify/binding-linux-arm64-musl@0.65.0': 3308 - resolution: {integrity: sha512-CbCD3yAu8DdfS8ku1VkHxBtC5nVqcs3eVKIuZzQd/vx9qVBuOaCUKU66O8OCiNvsLJ5Hvw1yUZlW4AzBlIzfFA==} 3309 - engines: {node: '>=14.0.0'} 3310 - cpu: [arm64] 3311 - os: [linux] 3312 - 3313 - '@oxc-minify/binding-linux-x64-gnu@0.65.0': 3314 - resolution: {integrity: sha512-hrCvr5VYe2NFsNtHifwYCYiCrqD23MSXDm62RHyT5vHMlknx5SXv9e2CWNvW5WR5IR5yofQVTE13Q6L5o+bPfQ==} 3315 - engines: {node: '>=14.0.0'} 3316 - cpu: [x64] 3317 - os: [linux] 3318 - 3319 - '@oxc-minify/binding-linux-x64-musl@0.65.0': 3320 - resolution: {integrity: sha512-2dKC53AbUUcQUOxaPmaMdEiXthis/HwulclhVuilnw+JjokUsECqejdzNLbpd3SDjEf49R8UC1SnJSpWfAu6IA==} 3321 - engines: {node: '>=14.0.0'} 3322 - cpu: [x64] 3323 - os: [linux] 3324 - 3325 - '@oxc-minify/binding-wasm32-wasi@0.65.0': 3326 - resolution: {integrity: sha512-F1eaLkFqaH7YhMCB+CSv83ljucs583snORzPVPH8bCAeIh97RbHrK2/A8EjNc3HwBYY0gOj5NP3COWBXb00ssQ==} 3327 - engines: {node: '>=14.0.0'} 3328 - cpu: [wasm32] 3329 - 3330 - '@oxc-minify/binding-win32-arm64-msvc@0.65.0': 3331 - resolution: {integrity: sha512-JzX8HhdMUbICLlKHqZaRD+Ik65ghV8J9VMGXcDVmO0faWsZWPZwopFg05kCh4b+MPsZ3otX/JI1mbdWVs6JjWQ==} 3332 - engines: {node: '>=14.0.0'} 3333 - cpu: [arm64] 3334 - os: [win32] 3335 - 3336 - '@oxc-minify/binding-win32-x64-msvc@0.65.0': 3337 - resolution: {integrity: sha512-IuA2xkN0dbhI5LWevKez6tFpT54OJpo/UX7ZHKOaxQDJArEoIhPjZgajJuNurHT+8wtr3EMr0ggySt/AYblBqw==} 3338 - engines: {node: '>=14.0.0'} 3339 - cpu: [x64] 3340 - os: [win32] 3341 - 3342 - '@oxc-parser/binding-darwin-arm64@0.65.0': 3343 - resolution: {integrity: sha512-bML5ABR5XLYOF/xtIQLVWhus7j+e00DOUZ5enFVDlYlrCD3n72/FTrSodJGuLXRvqQvsZL42zSe5wWsWCAjGzw==} 3344 - engines: {node: '>=14.0.0'} 3345 - cpu: [arm64] 3346 - os: [darwin] 3347 - 3348 - '@oxc-parser/binding-darwin-x64@0.65.0': 3349 - resolution: {integrity: sha512-k6DNe28LjHTem8gjxjMoPye5gTGQQWzQG4oiyiq9qYMhnmAzGFN5m05kymPl3qi2wp0rbwUeWBJglcU9O3AROA==} 3350 - engines: {node: '>=14.0.0'} 3351 - cpu: [x64] 3352 - os: [darwin] 3353 - 3354 - '@oxc-parser/binding-linux-arm-gnueabihf@0.65.0': 3355 - resolution: {integrity: sha512-VN63Gs/MEdsZ6LZ8vDjp/JY+3i557a/AFny1+z+NWUXSRhrnfsM3OWZBiKcjcKp9kauvDurVlGpAZjYiYKfcTg==} 3356 - engines: {node: '>=14.0.0'} 3357 - cpu: [arm] 3358 - os: [linux] 3359 - 3360 - '@oxc-parser/binding-linux-arm64-gnu@0.65.0': 3361 - resolution: {integrity: sha512-cAs9OGhnRb/bzulGK3BdgNcgOeAQa2lXT42zNgtnysTO9lZnxqNMnvWaCwFCC4tL0YA7lfxn1Uf2rSEvysyP1A==} 3362 - engines: {node: '>=14.0.0'} 3363 - cpu: [arm64] 3364 - os: [linux] 3365 - 3366 - '@oxc-parser/binding-linux-arm64-musl@0.65.0': 3367 - resolution: {integrity: sha512-3Rdg11QOir3YH9f3J0Ydo8zRWqmVAvrkAiIc/chRvozOZA+ajXP8fenfMOyuVks6SHvFvkyXnZWqEmhZ5TkfwA==} 3368 - engines: {node: '>=14.0.0'} 3369 - cpu: [arm64] 3370 - os: [linux] 3371 - 3372 - '@oxc-parser/binding-linux-x64-gnu@0.65.0': 3373 - resolution: {integrity: sha512-eZPtnxBZBe+5wsU3KMHTAnuqwYTIaS+bOX7c0FQZYZBUh00EoAzlgZKiwL2gKuDdTNJ3YEUB735UWs6B7I66uQ==} 3374 - engines: {node: '>=14.0.0'} 3375 - cpu: [x64] 3376 - os: [linux] 3377 - 3378 - '@oxc-parser/binding-linux-x64-musl@0.65.0': 3379 - resolution: {integrity: sha512-hTsQRUqnbXYTUg+yMfiQ/jMokAW9AtR1jyibrodF4bdF3dYyRJzGpMaLs9TOfHIjWM5xRykZ2br0ajBfgNeZuw==} 3380 - engines: {node: '>=14.0.0'} 3381 - cpu: [x64] 3382 - os: [linux] 3383 - 3384 - '@oxc-parser/binding-wasm32-wasi@0.65.0': 3385 - resolution: {integrity: sha512-V9WvM3iwgqohuGnNb01+agI+5TbpexZ55hpXfxl6YKhdjnGkCbV2c0qtaAw18enrjRsU0QeDqZ6SBPfjE0pi5g==} 3386 - engines: {node: '>=14.0.0'} 3387 - cpu: [wasm32] 3388 - 3389 - '@oxc-parser/binding-win32-arm64-msvc@0.65.0': 3390 - resolution: {integrity: sha512-Q0GvYjgFOYliEvWkr4FjBtERuXSiv0DwLtv8CtKfMIbLWzzzBSvQBx60PVD8BcZDvZBkTgomaijZ+wHcH2tjaQ==} 3391 - engines: {node: '>=14.0.0'} 3392 - cpu: [arm64] 3393 - os: [win32] 3394 - 3395 - '@oxc-parser/binding-win32-x64-msvc@0.65.0': 3396 - resolution: {integrity: sha512-ymVMrxcsNxj8FNkuizoIwl49r5cv3Rmhvw3G3rOi/WqdlZdHi+nZ1PBYaf4rPPHwpijmIY+XnAs0dy1+ynAWtA==} 3397 - engines: {node: '>=14.0.0'} 3398 - cpu: [x64] 3399 - os: [win32] 3400 - 3401 - '@oxc-project/types@0.65.0': 3402 - resolution: {integrity: sha512-7MpMzyXCcwxrTxJ4L0siy63Ds/LA8LAM4szumTFiynxTJkfrIZEV4PyR4Th0CqFZQ+oNi8WvW3Dr1MLy7o9qPQ==} 3403 - 3404 - '@oxc-resolver/binding-darwin-arm64@6.0.0': 3405 - resolution: {integrity: sha512-GKsfwUPgo4CjJioksA+DVEILT0aWhrbTBKHTiEvkTNC+bsafttSm0xqrIutCQqfqwuSa+Uj0VHylmL3Vv0F/7g==} 3406 - cpu: [arm64] 3407 - os: [darwin] 3408 - 3409 - '@oxc-resolver/binding-darwin-x64@6.0.0': 3410 - resolution: {integrity: sha512-hwKfm4aT4SLuTkdF2NDYqYEnE9+m4emXLfFZ7D1mTIRul8If/fJop4I4YuIDrJfHVLQmSkpbPbI16XrNK3TftA==} 3411 - cpu: [x64] 3412 - os: [darwin] 3413 - 3414 - '@oxc-resolver/binding-freebsd-x64@6.0.0': 3415 - resolution: {integrity: sha512-ZxFpS90awfLxWW0JqWFWO71p73SGWKhuocOMNQV30MtKZx5fX4lemnNl92Lr6Hvqg4egeSsPO5SGZbnMD5YShw==} 3416 3162 cpu: [x64] 3417 3163 os: [freebsd] 3418 3164 3419 - '@oxc-resolver/binding-linux-arm-gnueabihf@6.0.0': 3420 - resolution: {integrity: sha512-ztc09+LDBxbAfndqTSvzz4KqN2fRRDCjj1eDRBGZMF5zQu/ThasERwh1ZzRp3sGZGRroZLQRCJunstS5OJKpww==} 3165 + '@oxc-minify/binding-linux-arm-gnueabihf@0.69.0': 3166 + resolution: {integrity: sha512-w1BR/Xk5qUzrFofwTfi+dclUBTfTaHm+O7uHraX981DH3+qbOYWKhPR1RamS52AlQgJqzmckV2w6OitSOsRW9Q==} 3167 + engines: {node: '>=14.0.0'} 3421 3168 cpu: [arm] 3422 3169 os: [linux] 3423 3170 3424 - '@oxc-resolver/binding-linux-arm64-gnu@6.0.0': 3425 - resolution: {integrity: sha512-+x1xrEm2G/aOlTMzH3p53ayEEOCTFh4+H5EazdA1ljJP8m/ztrhtZGAo95dclYrCsRNP6KuVmIpw0Y4/RZT7EQ==} 3171 + '@oxc-minify/binding-linux-arm64-gnu@0.69.0': 3172 + resolution: {integrity: sha512-OdJo1Uhfdr5u1ZbNfupE0rYffVumvP27UxEGtptOeAbAYVIaLhwuLIo7y/7xBMFBEDyulPMbMWE7HGObA/aATg==} 3173 + engines: {node: '>=14.0.0'} 3426 3174 cpu: [arm64] 3427 3175 os: [linux] 3428 3176 3429 - '@oxc-resolver/binding-linux-arm64-musl@6.0.0': 3430 - resolution: {integrity: sha512-jgo0lz1569+yGpcZCjh0/wzgbvekTAaOB5JaOOWtgh7jvuVDIo6+m884Pf9V5U3Z2VLZts4J+e8hA1urA9Y1lg==} 3177 + '@oxc-minify/binding-linux-arm64-musl@0.69.0': 3178 + resolution: {integrity: sha512-JNl65iqV+ca4Yq5R6zW7XE3cKFhyXvMtfPCKbMIoRM3XjYaxynQc7djm9w8mwbVA/jrPN8MEh2dFuR8H5DNqyA==} 3179 + engines: {node: '>=14.0.0'} 3431 3180 cpu: [arm64] 3432 3181 os: [linux] 3433 3182 3434 - '@oxc-resolver/binding-linux-riscv64-gnu@6.0.0': 3435 - resolution: {integrity: sha512-uEhw/2oSnBp5PNv6sBev1koH4thSy1eH8LA6N3gAklrznqhFNqqvmXjlKZm9ek3bVFG44Hlx9BS5/tT0hXPbqA==} 3183 + '@oxc-minify/binding-linux-riscv64-gnu@0.69.0': 3184 + resolution: {integrity: sha512-emOPhLyt5BXb0twWt2+zqSYbE8mPHExmazszCmC7o+MEbxBOoPRw12o2ucua8u3mMsXSWkToxgVBI9FKIMp1Dw==} 3185 + engines: {node: '>=14.0.0'} 3436 3186 cpu: [riscv64] 3437 3187 os: [linux] 3438 3188 3439 - '@oxc-resolver/binding-linux-s390x-gnu@6.0.0': 3440 - resolution: {integrity: sha512-QR8d1f58XyTlkbATYxo2XhqyBNVT/Ma+z5dDvmjyYMa2S9u5yHKOch10I9fx/kLjRqfHzpl2H32NwwBnkaTzzg==} 3189 + '@oxc-minify/binding-linux-s390x-gnu@0.69.0': 3190 + resolution: {integrity: sha512-YDFZQkQvbqJdAomA8Z9Hf26Gg55ieBzPCdzHRpNLUxcih/eRiBxCNm19dfExMz49MK1cTAJaqt7SGvvyHtNFJQ==} 3191 + engines: {node: '>=14.0.0'} 3441 3192 cpu: [s390x] 3442 3193 os: [linux] 3443 3194 3444 - '@oxc-resolver/binding-linux-x64-gnu@6.0.0': 3445 - resolution: {integrity: sha512-CBp1yw8/jBhMuJnye1DJNUx1Rvpw4Zur4QqtjXXa+0kzTXr4qSsEsrdZj2p4USBQX/ComtK4UVPX4FqDj6VR0Q==} 3195 + '@oxc-minify/binding-linux-x64-gnu@0.69.0': 3196 + resolution: {integrity: sha512-uD+2JCWHAq20C5d45C9aaxM/70RHwLU9PW/4altiklM98nFFTftcYi7UbJy4tNGTf5/5STsmBB/KeKAlWB+jAw==} 3197 + engines: {node: '>=14.0.0'} 3446 3198 cpu: [x64] 3447 3199 os: [linux] 3448 3200 3449 - '@oxc-resolver/binding-linux-x64-musl@6.0.0': 3450 - resolution: {integrity: sha512-FM3bdl0ZfjGnHsFLUSPny9H8nsFXYXEVaD5juOnBW+RIcxN6tS9atzmki5ZmeTqgyDLZ68pM//b/UlI4V0GGvA==} 3201 + '@oxc-minify/binding-linux-x64-musl@0.69.0': 3202 + resolution: {integrity: sha512-SAQdffOinw2yMGygSipkvEHd5/fBCC5ZuNdO9Ag7ZR39PS+2dKbKfQXQ6qL2kUvwOAglHDg49qDdRSUkanRMrg==} 3203 + engines: {node: '>=14.0.0'} 3451 3204 cpu: [x64] 3452 3205 os: [linux] 3453 3206 3454 - '@oxc-resolver/binding-wasm32-wasi@6.0.0': 3455 - resolution: {integrity: sha512-FLk/ip9wCbbeqBJAXCGmmZCMDNa9wT/Kbw1m5xWcMYy88Z65/zuAQs7Gg/okm77X/DE1ZJ766bnC3Cmz6SmWaA==} 3207 + '@oxc-minify/binding-wasm32-wasi@0.69.0': 3208 + resolution: {integrity: sha512-s+SDrjW6IUB5oLqIKeUprTtWCJ3NuucaBZPdTTO+tzgUEKx+FNr1fw3Y5f7ALoqIV2UiQmOtV3AGP/hAvnYcHg==} 3456 3209 engines: {node: '>=14.0.0'} 3457 3210 cpu: [wasm32] 3458 3211 3459 - '@oxc-resolver/binding-win32-arm64-msvc@6.0.0': 3460 - resolution: {integrity: sha512-WEF2dSpwF5MEN1Zt/+dCCWpWXxsZTPPZPJXARV/1SP0ul9N0oijYyWO+8WYE0qREU8B0Toh/YGkA/wLSui3eRg==} 3212 + '@oxc-minify/binding-win32-arm64-msvc@0.69.0': 3213 + resolution: {integrity: sha512-gA8HSO97hi2T6M344gmxIkwwG82TIB6EjHvVO/7KBDmzwQH5ZTzaIEzS7SVk5yeDOo39dkY19YDK+HJ66+knjw==} 3214 + engines: {node: '>=14.0.0'} 3461 3215 cpu: [arm64] 3462 3216 os: [win32] 3463 3217 3464 - '@oxc-resolver/binding-win32-x64-msvc@6.0.0': 3465 - resolution: {integrity: sha512-eTn8RUr6D2C+BGPG0ECtsqvUo8B+HvkhTkBG0Jel/7DqU+WCTNOT64+Ww9ZUhQxPJKa4laR9Zyu5yo/SaF6qPQ==} 3218 + '@oxc-minify/binding-win32-x64-msvc@0.69.0': 3219 + resolution: {integrity: sha512-UleNZqdw72QxvgrqdAkorWzQABg1Gx286R8QE2WLdOx1YnlQsbKLzSeP4ItPqAeVIl116hw/ScUXpCgUDUgTiA==} 3220 + engines: {node: '>=14.0.0'} 3466 3221 cpu: [x64] 3467 3222 os: [win32] 3468 3223 3469 - '@oxc-transform/binding-darwin-arm64@0.65.0': 3470 - resolution: {integrity: sha512-hHfhOKyH+8DOj0VUmWl6RPLy3F0jCMCUMuKICzfelvSEs5uu8YRJ7fmQSsQD9E0oTrbbdkNVjq/1mcAPHzIBsg==} 3224 + '@oxc-parser/binding-darwin-arm64@0.69.0': 3225 + resolution: {integrity: sha512-4kmSjKARywwCxQ9udJy8T6XJwe7LzfAf0Yy38O1DsRyK05twKgBGWBca2vfaNi4V8jpNaA6SPJi+KJE5IKLLpw==} 3471 3226 engines: {node: '>=14.0.0'} 3472 3227 cpu: [arm64] 3473 3228 os: [darwin] 3474 3229 3475 - '@oxc-transform/binding-darwin-x64@0.65.0': 3476 - resolution: {integrity: sha512-MNeaCPBVB1oOdb4kMZnKej8kSoxqf4XqAfFIKgx2mV1gJnW3PfwAbpqhad+XH3QM49dB++Gyaw7SPNwQLpL3YQ==} 3230 + '@oxc-parser/binding-darwin-x64@0.69.0': 3231 + resolution: {integrity: sha512-RQgFiCbv5wTXxFEKgVcUcU2l62zTZZRVXZPUiLtOf4EY0/P/H6pSK6/ATiTVAZVqy72xDE0lWONZbFcUMPwnHw==} 3477 3232 engines: {node: '>=14.0.0'} 3478 3233 cpu: [x64] 3479 3234 os: [darwin] 3480 3235 3481 - '@oxc-transform/binding-linux-arm-gnueabihf@0.65.0': 3482 - resolution: {integrity: sha512-YpmBf4AhtAdsLV7XYY9/UxVmgewumgVlNVcPXXXAQ5shMEYhu2K/fCvlWBFe6vYNXFmXAAnDihOjLrq8n+NhnA==} 3236 + '@oxc-parser/binding-freebsd-x64@0.69.0': 3237 + resolution: {integrity: sha512-LGmg4kVxq910jrvZJLT2vJYScz6+ANMoYSR2EWEbhA4HALo3I3/055dgZ8GV001ALaPPz/L6AbvxaYPVAGPRfQ==} 3238 + engines: {node: '>=14.0.0'} 3239 + cpu: [x64] 3240 + os: [freebsd] 3241 + 3242 + '@oxc-parser/binding-linux-arm-gnueabihf@0.69.0': 3243 + resolution: {integrity: sha512-Q5jWCHy82c9vYBZVQVSB8ZARLAxU5bMgVDZBHRMDB/gQJhphJaZ23wqPQ2b8b2XSoJhssQhYMV0bF600TzAfpg==} 3483 3244 engines: {node: '>=14.0.0'} 3484 3245 cpu: [arm] 3485 3246 os: [linux] 3486 3247 3487 - '@oxc-transform/binding-linux-arm64-gnu@0.65.0': 3488 - resolution: {integrity: sha512-HbGl1QBvxCBVfRJdrcZliOsvjeoyMJQn6UUbYzQR8ud7SY2Ozp0Qf5VG0yjXvt/9BPcmOYMIxVCeKqSSkQ74XA==} 3248 + '@oxc-parser/binding-linux-arm64-gnu@0.69.0': 3249 + resolution: {integrity: sha512-PsuAduOi5Cz+YdpL3LyVBvN+h5fjHAgMCibaAfGa7ru2zr6tb6r5IAfBBj3KHkFYoyl7ztodQSnWsA2Fka3QPw==} 3489 3250 engines: {node: '>=14.0.0'} 3490 3251 cpu: [arm64] 3491 3252 os: [linux] 3492 3253 3493 - '@oxc-transform/binding-linux-arm64-musl@0.65.0': 3494 - resolution: {integrity: sha512-80gSeSVY9fm+xoLBkTYdJT2RYCqMy/NAqT6azQoJj3DczoNKU/4GV4F6jpINRWYUqIUAZt3RSvAQtdW3tWAjfw==} 3254 + '@oxc-parser/binding-linux-arm64-musl@0.69.0': 3255 + resolution: {integrity: sha512-vOxh5Hk22YlfxuQvxRmkzT+VrAd901sDz1gkPUf2u+HCNyDMXq+O/jXn68wFQQgbkDKpAfP0z2dZfOJFkkL2Ag==} 3495 3256 engines: {node: '>=14.0.0'} 3496 3257 cpu: [arm64] 3497 3258 os: [linux] 3498 3259 3499 - '@oxc-transform/binding-linux-x64-gnu@0.65.0': 3500 - resolution: {integrity: sha512-Wsl+qLcaC3EeZT/ZjPuGTOtcHYu25HeEO1jCnZmIhFfz+1RWmaEK5P5xVVJbrAgNPMVOfqbUM0EwMCfvNmmPaQ==} 3260 + '@oxc-parser/binding-linux-riscv64-gnu@0.69.0': 3261 + resolution: {integrity: sha512-5xQpOPaGgxqyUa8T7yOeXPI/tO4o7pmRV++od1XFH+HR8GvidS0J0rC7F69aqz39+i6x6rc5ZxwWADLPtR45rQ==} 3262 + engines: {node: '>=14.0.0'} 3263 + cpu: [riscv64] 3264 + os: [linux] 3265 + 3266 + '@oxc-parser/binding-linux-s390x-gnu@0.69.0': 3267 + resolution: {integrity: sha512-btrmwQ/mds4We2nS/GSg03wj9iClgQkbgf6c8WWXhr4l5GmpxLH6t1LnS4s+tHpTWSY7jpegRfOwQalS5D3Y6g==} 3268 + engines: {node: '>=14.0.0'} 3269 + cpu: [s390x] 3270 + os: [linux] 3271 + 3272 + '@oxc-parser/binding-linux-x64-gnu@0.69.0': 3273 + resolution: {integrity: sha512-IfFNgUcdzISFausz7k6gdo1zUydJLExVrwpoCRyDYnsPovgOJHhxVZZ6sbuYbufcRh6PV/aA7G8RIvNmOVjIwQ==} 3501 3274 engines: {node: '>=14.0.0'} 3502 3275 cpu: [x64] 3503 3276 os: [linux] 3504 3277 3505 - '@oxc-transform/binding-linux-x64-musl@0.65.0': 3506 - resolution: {integrity: sha512-0kvRnt7EsKeGxxyt90l7yotSH5Ik5G9fbFJxkDCzPT23FzIQC8U4O1GzqNxnSj8VT/lRJGKcCL6KfSa6ttzQRQ==} 3278 + '@oxc-parser/binding-linux-x64-musl@0.69.0': 3279 + resolution: {integrity: sha512-dEOj+Lnwy2GNiAzon05Mo1DP1ptpQNbm12Bz+ZVm/vDNHY0Zbgjf7i3MpnnEywFL8NZJ1c6vSDmtDqTdnm2EBw==} 3507 3280 engines: {node: '>=14.0.0'} 3508 3281 cpu: [x64] 3509 3282 os: [linux] 3510 3283 3511 - '@oxc-transform/binding-wasm32-wasi@0.65.0': 3512 - resolution: {integrity: sha512-gKfpf5BY28Cq0scUV//oBlzXg+XFbi2tKpKDqE/ee4Z0ySeDQ66pwBUp3nnEG7EsVZjKhE8yksPN4YOCoZhG9g==} 3284 + '@oxc-parser/binding-wasm32-wasi@0.69.0': 3285 + resolution: {integrity: sha512-M7HM82ZIeIIYN3DrbN6gsM6Z2RTv/nEe2CsQdeblxmM9CfXCyi55YOxtxo1+8iYoy8NV5EGUeCOwY7YR1JAt6A==} 3513 3286 engines: {node: '>=14.0.0'} 3514 3287 cpu: [wasm32] 3515 3288 3516 - '@oxc-transform/binding-win32-arm64-msvc@0.65.0': 3517 - resolution: {integrity: sha512-InHZNcL6hB2QLaiw3KNe+Aqnk+FRt4vuVmDXUibZ0fZSQorcFw/T267PtVVuWIzFNa6CQPU4ie0rxIdP0sHcFg==} 3289 + '@oxc-parser/binding-win32-arm64-msvc@0.69.0': 3290 + resolution: {integrity: sha512-M5W0p0WGjshiCGUNugoHs+8XWgd5J2CrSHY8rYrEmp632LhHRQUGC9AwI45B6IYvnRXiK6E4zcGj/Bey2Dqhyg==} 3518 3291 engines: {node: '>=14.0.0'} 3519 3292 cpu: [arm64] 3520 3293 os: [win32] 3521 3294 3522 - '@oxc-transform/binding-win32-x64-msvc@0.65.0': 3523 - resolution: {integrity: sha512-qvLEPowed0OcSEgztGXw1QF53KhLYYYWGxOK2H+9PSXpkNcYaeUQ1XOngR9kO8yIhpBt1/EOrVFeNK8biy0c7g==} 3295 + '@oxc-parser/binding-win32-x64-msvc@0.69.0': 3296 + resolution: {integrity: sha512-flBEF+3dJOi3Nm3b7kNxVGrtuSBGN7RNs/qWPHvq/FUP6xFEsT3hvcdNBUnzB15hPsyExptlKyihgZjYhfpgpA==} 3297 + engines: {node: '>=14.0.0'} 3298 + cpu: [x64] 3299 + os: [win32] 3300 + 3301 + '@oxc-project/types@0.69.0': 3302 + resolution: {integrity: sha512-bu3gzdAlLgncoaqyqWVpMAKx4axo+j3ewvvdAt5iCLtvHB/n3Qeif67NU+2TM/ami1nV5/KVO9lxCH8paPATBA==} 3303 + 3304 + '@oxc-resolver/binding-darwin-arm64@9.0.2': 3305 + resolution: {integrity: sha512-MVyRgP2gzJJtAowjG/cHN3VQXwNLWnY+FpOEsyvDepJki1SdAX/8XDijM1yN6ESD1kr9uhBKjGelC6h3qtT+rA==} 3306 + cpu: [arm64] 3307 + os: [darwin] 3308 + 3309 + '@oxc-resolver/binding-darwin-x64@9.0.2': 3310 + resolution: {integrity: sha512-7kV0EOFEZ3sk5Hjy4+bfA6XOQpCwbDiDkkHN4BHHyrBHsXxUR05EcEJPPL1WjItefg+9+8hrBmoK0xRoDs41+A==} 3311 + cpu: [x64] 3312 + os: [darwin] 3313 + 3314 + '@oxc-resolver/binding-freebsd-x64@9.0.2': 3315 + resolution: {integrity: sha512-6OvkEtRXrt8sJ4aVfxHRikjain9nV1clIsWtJ1J3J8NG1ZhjyJFgT00SCvqxbK+pzeWJq6XzHyTCN78ML+lY2w==} 3316 + cpu: [x64] 3317 + os: [freebsd] 3318 + 3319 + '@oxc-resolver/binding-linux-arm-gnueabihf@9.0.2': 3320 + resolution: {integrity: sha512-aYpNL6o5IRAUIdoweW21TyLt54Hy/ZS9tvzNzF6ya1ckOQ8DLaGVPjGpmzxdNja9j/bbV6aIzBH7lNcBtiOTkQ==} 3321 + cpu: [arm] 3322 + os: [linux] 3323 + 3324 + '@oxc-resolver/binding-linux-arm64-gnu@9.0.2': 3325 + resolution: {integrity: sha512-RGFW4vCfKMFEIzb9VCY0oWyyY9tR1/o+wDdNePhiUXZU4SVniRPQaZ1SJ0sUFI1k25pXZmzQmIP6cBmazi/Dew==} 3326 + cpu: [arm64] 3327 + os: [linux] 3328 + 3329 + '@oxc-resolver/binding-linux-arm64-musl@9.0.2': 3330 + resolution: {integrity: sha512-lxx/PibBfzqYvut2Y8N2D0Ritg9H8pKO+7NUSJb9YjR/bfk2KRmP8iaUz3zB0JhPtf/W3REs65oKpWxgflGToA==} 3331 + cpu: [arm64] 3332 + os: [linux] 3333 + 3334 + '@oxc-resolver/binding-linux-riscv64-gnu@9.0.2': 3335 + resolution: {integrity: sha512-yD28ptS/OuNhwkpXRPNf+/FvrO7lwURLsEbRVcL1kIE0GxNJNMtKgIE4xQvtKDzkhk6ZRpLho5VSrkkF+3ARTQ==} 3336 + cpu: [riscv64] 3337 + os: [linux] 3338 + 3339 + '@oxc-resolver/binding-linux-s390x-gnu@9.0.2': 3340 + resolution: {integrity: sha512-WBwEJdspoga2w+aly6JVZeHnxuPVuztw3fPfWrei2P6rNM5hcKxBGWKKT6zO1fPMCB4sdDkFohGKkMHVV1eryQ==} 3341 + cpu: [s390x] 3342 + os: [linux] 3343 + 3344 + '@oxc-resolver/binding-linux-x64-gnu@9.0.2': 3345 + resolution: {integrity: sha512-a2z3/cbOOTUq0UTBG8f3EO/usFcdwwXnCejfXv42HmV/G8GjrT4fp5+5mVDoMByH3Ce3iVPxj1LmS6OvItKMYQ==} 3346 + cpu: [x64] 3347 + os: [linux] 3348 + 3349 + '@oxc-resolver/binding-linux-x64-musl@9.0.2': 3350 + resolution: {integrity: sha512-bHZF+WShYQWpuswB9fyxcgMIWVk4sZQT0wnwpnZgQuvGTZLkYJ1JTCXJMtaX5mIFHf69ngvawnwPIUA4Feil0g==} 3351 + cpu: [x64] 3352 + os: [linux] 3353 + 3354 + '@oxc-resolver/binding-wasm32-wasi@9.0.2': 3355 + resolution: {integrity: sha512-I5cSgCCh5nFozGSHz+PjIOfrqW99eUszlxKLgoNNzQ1xQ2ou9ZJGzcZ94BHsM9SpyYHLtgHljmOZxCT9bgxYNA==} 3356 + engines: {node: '>=14.0.0'} 3357 + cpu: [wasm32] 3358 + 3359 + '@oxc-resolver/binding-win32-arm64-msvc@9.0.2': 3360 + resolution: {integrity: sha512-5IhoOpPr38YWDWRCA5kP30xlUxbIJyLAEsAK7EMyUgqygBHEYLkElaKGgS0X5jRXUQ6l5yNxuW73caogb2FYaw==} 3361 + cpu: [arm64] 3362 + os: [win32] 3363 + 3364 + '@oxc-resolver/binding-win32-x64-msvc@9.0.2': 3365 + resolution: {integrity: sha512-Qc40GDkaad9rZksSQr2l/V9UubigIHsW69g94Gswc2sKYB3XfJXfIfyV8WTJ67u6ZMXsZ7BH1msSC6Aen75mCg==} 3366 + cpu: [x64] 3367 + os: [win32] 3368 + 3369 + '@oxc-transform/binding-darwin-arm64@0.69.0': 3370 + resolution: {integrity: sha512-y/5rmHVujfWHEz+j1o37ORTkKQ8RbBMDMnjF+bjcXFnjjG3LXEfAGzAvdrm2Qf8VWcp6FCeovpc3j4OKWFO3oA==} 3371 + engines: {node: '>=14.0.0'} 3372 + cpu: [arm64] 3373 + os: [darwin] 3374 + 3375 + '@oxc-transform/binding-darwin-x64@0.69.0': 3376 + resolution: {integrity: sha512-iuVYI2a0YEOxtSEnMRXkHpvlzpdYe/De9Reg2PlkiY8t8v7ZAkB7ENwpWG6AMIABj7ioUdmV0aJNQMd2DSS2sw==} 3377 + engines: {node: '>=14.0.0'} 3378 + cpu: [x64] 3379 + os: [darwin] 3380 + 3381 + '@oxc-transform/binding-freebsd-x64@0.69.0': 3382 + resolution: {integrity: sha512-2Oe7VERwB41xp/+FaDpY68ToHLuFng8lFvzlSN5P2302ZFZBvQHffAp708sCbxhzd8o64u2g7H4Bryjbo+igxg==} 3383 + engines: {node: '>=14.0.0'} 3384 + cpu: [x64] 3385 + os: [freebsd] 3386 + 3387 + '@oxc-transform/binding-linux-arm-gnueabihf@0.69.0': 3388 + resolution: {integrity: sha512-orJ6wfR5f7spm9q02HKk/iLYw+XISeeiAphsUO4FDC3RJNULjRRstPzrbAEyWHrsu6BaxnLramxjZ0mTAfbvJQ==} 3389 + engines: {node: '>=14.0.0'} 3390 + cpu: [arm] 3391 + os: [linux] 3392 + 3393 + '@oxc-transform/binding-linux-arm64-gnu@0.69.0': 3394 + resolution: {integrity: sha512-7bUQlFA6gGq4+PvWEAXxMSoqw2zMteShWvNFPphYW2TVOooN/ZPVKjLcm3tbQEOirL1j6C+85/Y95UT2p2EUBw==} 3395 + engines: {node: '>=14.0.0'} 3396 + cpu: [arm64] 3397 + os: [linux] 3398 + 3399 + '@oxc-transform/binding-linux-arm64-musl@0.69.0': 3400 + resolution: {integrity: sha512-+GcrjCt5js5BpNlXy+Acn0uCOTIQKg5VmTllh7IzA2QbDcZo8ogo4Z4zhH1UJxT28OUZmOh90pnq3iAyJ4/pEw==} 3401 + engines: {node: '>=14.0.0'} 3402 + cpu: [arm64] 3403 + os: [linux] 3404 + 3405 + '@oxc-transform/binding-linux-riscv64-gnu@0.69.0': 3406 + resolution: {integrity: sha512-m7phGvqdaqOrDvrEY2HlB2tejFmR3sIoI+VBYsK10jqf2xtYJBULy940/MAPTtd/Ctac5rvi6dp7bvj1hobY5Q==} 3407 + engines: {node: '>=14.0.0'} 3408 + cpu: [riscv64] 3409 + os: [linux] 3410 + 3411 + '@oxc-transform/binding-linux-s390x-gnu@0.69.0': 3412 + resolution: {integrity: sha512-cLJKMjBl7dMsLiX33nHgFygKi5Y41/dm5RP4R0x6BTI+pBQy2X7exx6KW5dRvrfmuWh9Y4dvOjK2tdR2wWar8w==} 3413 + engines: {node: '>=14.0.0'} 3414 + cpu: [s390x] 3415 + os: [linux] 3416 + 3417 + '@oxc-transform/binding-linux-x64-gnu@0.69.0': 3418 + resolution: {integrity: sha512-G5LHmbmKtiJ9dmBHlnjo2lVvSHUBw51v1uvy03GIE5X3b+9l1dVcf1CtuUM2oRf8AQ36G4hzQXFgC4biHxruKw==} 3419 + engines: {node: '>=14.0.0'} 3420 + cpu: [x64] 3421 + os: [linux] 3422 + 3423 + '@oxc-transform/binding-linux-x64-musl@0.69.0': 3424 + resolution: {integrity: sha512-jM1FEl1jdklbGA4JztOwH+F6/3QGoozeDapR8AeYLc+cJ12qoq6UwhyahUL11K9wJ+nDYA/Ke+xWTjPOuUobcA==} 3425 + engines: {node: '>=14.0.0'} 3426 + cpu: [x64] 3427 + os: [linux] 3428 + 3429 + '@oxc-transform/binding-wasm32-wasi@0.69.0': 3430 + resolution: {integrity: sha512-sl9eaSOhIavXOElohk/wEQTw1aLxOALep7ypBbBtMaag/Jbbf9u9YvvGYqDlkTAJwYuB3DkM6vfH2WBXdoiWhw==} 3431 + engines: {node: '>=14.0.0'} 3432 + cpu: [wasm32] 3433 + 3434 + '@oxc-transform/binding-win32-arm64-msvc@0.69.0': 3435 + resolution: {integrity: sha512-DZMRXY5D8LhPGhj7HSwxmYFvt0zCQKGGBFoKXHfRLox2XYksgbIREXiJViw54dKeqFcC5bKZNKh5PGcTfMqvUw==} 3436 + engines: {node: '>=14.0.0'} 3437 + cpu: [arm64] 3438 + os: [win32] 3439 + 3440 + '@oxc-transform/binding-win32-x64-msvc@0.69.0': 3441 + resolution: {integrity: sha512-zXKQKN8KBurScJzEaJR+iIOK4CXf/an6q31dK2kfMME1sO1qA+c86cBcjiW5q8G4OmHIim70qHuJi9DxTRglpg==} 3524 3442 engines: {node: '>=14.0.0'} 3525 3443 cpu: [x64] 3526 3444 os: [win32] ··· 3551 3469 peerDependencies: 3552 3470 '@babel/core': ^7.0.0 3553 3471 '@types/babel__core': ^7.1.9 3554 - rollup: ^4.40.0 3472 + rollup: ^4.41.0 3555 3473 peerDependenciesMeta: 3556 3474 '@types/babel__core': 3557 3475 optional: true ··· 3560 3478 resolution: {integrity: sha512-pyltgilam1QPdn+Zd9gaCfOLcnjMEJ9gV+bTw6/r73INdvzf1ah9zLIJBm+kW7R6IUFIQ1YO+VqZtYxZNWFPEQ==} 3561 3479 engines: {node: '>=16.0.0 || 14 >= 14.17'} 3562 3480 peerDependencies: 3563 - rollup: ^4.40.0 3481 + rollup: ^4.41.0 3564 3482 peerDependenciesMeta: 3565 3483 rollup: 3566 3484 optional: true ··· 3569 3487 resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} 3570 3488 engines: {node: '>=14.0.0'} 3571 3489 peerDependencies: 3572 - rollup: ^4.40.0 3490 + rollup: ^4.41.0 3573 3491 peerDependenciesMeta: 3574 3492 rollup: 3575 3493 optional: true ··· 3578 3496 resolution: {integrity: sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==} 3579 3497 engines: {node: '>=14.0.0'} 3580 3498 peerDependencies: 3581 - rollup: ^4.40.0 3499 + rollup: ^4.41.0 3582 3500 peerDependenciesMeta: 3583 3501 rollup: 3584 3502 optional: true ··· 3587 3505 resolution: {integrity: sha512-tk5YCxJWIG81umIvNkSod2qK5KyQW19qcBF/B78n1bjtOON6gzKoVeSzAE8yHCZEDmqkHKkxplExA8KzdJLJpA==} 3588 3506 engines: {node: '>=14.0.0'} 3589 3507 peerDependencies: 3590 - rollup: ^4.40.0 3508 + rollup: ^4.41.0 3591 3509 peerDependenciesMeta: 3592 3510 rollup: 3593 3511 optional: true ··· 3595 3513 '@rollup/plugin-replace@2.4.2': 3596 3514 resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} 3597 3515 peerDependencies: 3598 - rollup: ^4.40.0 3516 + rollup: ^4.41.0 3599 3517 3600 3518 '@rollup/plugin-terser@0.4.4': 3601 3519 resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} 3602 3520 engines: {node: '>=14.0.0'} 3603 3521 peerDependencies: 3604 - rollup: ^4.40.0 3522 + rollup: ^4.41.0 3605 3523 peerDependenciesMeta: 3606 3524 rollup: 3607 3525 optional: true ··· 3610 3528 resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} 3611 3529 engines: {node: '>= 8.0.0'} 3612 3530 peerDependencies: 3613 - rollup: ^4.40.0 3531 + rollup: ^4.41.0 3614 3532 3615 3533 '@rollup/pluginutils@5.1.0': 3616 3534 resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} 3617 3535 engines: {node: '>=14.0.0'} 3618 3536 peerDependencies: 3619 - rollup: ^4.40.0 3537 + rollup: ^4.41.0 3620 3538 peerDependenciesMeta: 3621 3539 rollup: 3622 3540 optional: true ··· 3625 3543 resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} 3626 3544 engines: {node: '>=14.0.0'} 3627 3545 peerDependencies: 3628 - rollup: ^4.40.0 3546 + rollup: ^4.41.0 3629 3547 peerDependenciesMeta: 3630 3548 rollup: 3631 3549 optional: true ··· 3634 3552 resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} 3635 3553 engines: {node: '>=14.0.0'} 3636 3554 peerDependencies: 3637 - rollup: ^4.40.0 3555 + rollup: ^4.41.0 3638 3556 peerDependenciesMeta: 3639 3557 rollup: 3640 3558 optional: true 3641 3559 3642 - '@rollup/rollup-android-arm-eabi@4.40.0': 3643 - resolution: {integrity: sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==} 3560 + '@rollup/rollup-android-arm-eabi@4.41.0': 3561 + resolution: {integrity: sha512-KxN+zCjOYHGwCl4UCtSfZ6jrq/qi88JDUtiEFk8LELEHq2Egfc/FgW+jItZiOLRuQfb/3xJSgFuNPC9jzggX+A==} 3644 3562 cpu: [arm] 3645 3563 os: [android] 3646 3564 3647 - '@rollup/rollup-android-arm64@4.40.0': 3648 - resolution: {integrity: sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==} 3565 + '@rollup/rollup-android-arm64@4.41.0': 3566 + resolution: {integrity: sha512-yDvqx3lWlcugozax3DItKJI5j05B0d4Kvnjx+5mwiUpWramVvmAByYigMplaoAQ3pvdprGCTCE03eduqE/8mPQ==} 3649 3567 cpu: [arm64] 3650 3568 os: [android] 3651 3569 3652 - '@rollup/rollup-darwin-arm64@4.40.0': 3653 - resolution: {integrity: sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==} 3570 + '@rollup/rollup-darwin-arm64@4.41.0': 3571 + resolution: {integrity: sha512-2KOU574vD3gzcPSjxO0eyR5iWlnxxtmW1F5CkNOHmMlueKNCQkxR6+ekgWyVnz6zaZihpUNkGxjsYrkTJKhkaw==} 3654 3572 cpu: [arm64] 3655 3573 os: [darwin] 3656 3574 3657 - '@rollup/rollup-darwin-x64@4.40.0': 3658 - resolution: {integrity: sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==} 3575 + '@rollup/rollup-darwin-x64@4.41.0': 3576 + resolution: {integrity: sha512-gE5ACNSxHcEZyP2BA9TuTakfZvULEW4YAOtxl/A/YDbIir/wPKukde0BNPlnBiP88ecaN4BJI2TtAd+HKuZPQQ==} 3659 3577 cpu: [x64] 3660 3578 os: [darwin] 3661 3579 3662 - '@rollup/rollup-freebsd-arm64@4.40.0': 3663 - resolution: {integrity: sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==} 3580 + '@rollup/rollup-freebsd-arm64@4.41.0': 3581 + resolution: {integrity: sha512-GSxU6r5HnWij7FoSo7cZg3l5GPg4HFLkzsFFh0N/b16q5buW1NAWuCJ+HMtIdUEi6XF0qH+hN0TEd78laRp7Dg==} 3664 3582 cpu: [arm64] 3665 3583 os: [freebsd] 3666 3584 3667 - '@rollup/rollup-freebsd-x64@4.40.0': 3668 - resolution: {integrity: sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==} 3585 + '@rollup/rollup-freebsd-x64@4.41.0': 3586 + resolution: {integrity: sha512-KGiGKGDg8qLRyOWmk6IeiHJzsN/OYxO6nSbT0Vj4MwjS2XQy/5emsmtoqLAabqrohbgLWJ5GV3s/ljdrIr8Qjg==} 3669 3587 cpu: [x64] 3670 3588 os: [freebsd] 3671 3589 3672 - '@rollup/rollup-linux-arm-gnueabihf@4.40.0': 3673 - resolution: {integrity: sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==} 3590 + '@rollup/rollup-linux-arm-gnueabihf@4.41.0': 3591 + resolution: {integrity: sha512-46OzWeqEVQyX3N2/QdiU/CMXYDH/lSHpgfBkuhl3igpZiaB3ZIfSjKuOnybFVBQzjsLwkus2mjaESy8H41SzvA==} 3674 3592 cpu: [arm] 3675 3593 os: [linux] 3676 3594 3677 - '@rollup/rollup-linux-arm-musleabihf@4.40.0': 3678 - resolution: {integrity: sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==} 3595 + '@rollup/rollup-linux-arm-musleabihf@4.41.0': 3596 + resolution: {integrity: sha512-lfgW3KtQP4YauqdPpcUZHPcqQXmTmH4nYU0cplNeW583CMkAGjtImw4PKli09NFi2iQgChk4e9erkwlfYem6Lg==} 3679 3597 cpu: [arm] 3680 3598 os: [linux] 3681 3599 3682 - '@rollup/rollup-linux-arm64-gnu@4.40.0': 3683 - resolution: {integrity: sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==} 3600 + '@rollup/rollup-linux-arm64-gnu@4.41.0': 3601 + resolution: {integrity: sha512-nn8mEyzMbdEJzT7cwxgObuwviMx6kPRxzYiOl6o/o+ChQq23gfdlZcUNnt89lPhhz3BYsZ72rp0rxNqBSfqlqw==} 3684 3602 cpu: [arm64] 3685 3603 os: [linux] 3686 3604 3687 - '@rollup/rollup-linux-arm64-musl@4.40.0': 3688 - resolution: {integrity: sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==} 3605 + '@rollup/rollup-linux-arm64-musl@4.41.0': 3606 + resolution: {integrity: sha512-l+QK99je2zUKGd31Gh+45c4pGDAqZSuWQiuRFCdHYC2CSiO47qUWsCcenrI6p22hvHZrDje9QjwSMAFL3iwXwQ==} 3689 3607 cpu: [arm64] 3690 3608 os: [linux] 3691 3609 3692 - '@rollup/rollup-linux-loongarch64-gnu@4.40.0': 3693 - resolution: {integrity: sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==} 3610 + '@rollup/rollup-linux-loongarch64-gnu@4.41.0': 3611 + resolution: {integrity: sha512-WbnJaxPv1gPIm6S8O/Wg+wfE/OzGSXlBMbOe4ie+zMyykMOeqmgD1BhPxZQuDqwUN+0T/xOFtL2RUWBspnZj3w==} 3694 3612 cpu: [loong64] 3695 3613 os: [linux] 3696 3614 3697 - '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': 3698 - resolution: {integrity: sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==} 3615 + '@rollup/rollup-linux-powerpc64le-gnu@4.41.0': 3616 + resolution: {integrity: sha512-eRDWR5t67/b2g8Q/S8XPi0YdbKcCs4WQ8vklNnUYLaSWF+Cbv2axZsp4jni6/j7eKvMLYCYdcsv8dcU+a6QNFg==} 3699 3617 cpu: [ppc64] 3700 3618 os: [linux] 3701 3619 3702 - '@rollup/rollup-linux-riscv64-gnu@4.40.0': 3703 - resolution: {integrity: sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==} 3620 + '@rollup/rollup-linux-riscv64-gnu@4.41.0': 3621 + resolution: {integrity: sha512-TWrZb6GF5jsEKG7T1IHwlLMDRy2f3DPqYldmIhnA2DVqvvhY2Ai184vZGgahRrg8k9UBWoSlHv+suRfTN7Ua4A==} 3704 3622 cpu: [riscv64] 3705 3623 os: [linux] 3706 3624 3707 - '@rollup/rollup-linux-riscv64-musl@4.40.0': 3708 - resolution: {integrity: sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==} 3625 + '@rollup/rollup-linux-riscv64-musl@4.41.0': 3626 + resolution: {integrity: sha512-ieQljaZKuJpmWvd8gW87ZmSFwid6AxMDk5bhONJ57U8zT77zpZ/TPKkU9HpnnFrM4zsgr4kiGuzbIbZTGi7u9A==} 3709 3627 cpu: [riscv64] 3710 3628 os: [linux] 3711 3629 3712 - '@rollup/rollup-linux-s390x-gnu@4.40.0': 3713 - resolution: {integrity: sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==} 3630 + '@rollup/rollup-linux-s390x-gnu@4.41.0': 3631 + resolution: {integrity: sha512-/L3pW48SxrWAlVsKCN0dGLB2bi8Nv8pr5S5ocSM+S0XCn5RCVCXqi8GVtHFsOBBCSeR+u9brV2zno5+mg3S4Aw==} 3714 3632 cpu: [s390x] 3715 3633 os: [linux] 3716 3634 3717 - '@rollup/rollup-linux-x64-gnu@4.40.0': 3718 - resolution: {integrity: sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==} 3635 + '@rollup/rollup-linux-x64-gnu@4.41.0': 3636 + resolution: {integrity: sha512-XMLeKjyH8NsEDCRptf6LO8lJk23o9wvB+dJwcXMaH6ZQbbkHu2dbGIUindbMtRN6ux1xKi16iXWu6q9mu7gDhQ==} 3719 3637 cpu: [x64] 3720 3638 os: [linux] 3721 3639 3722 - '@rollup/rollup-linux-x64-musl@4.40.0': 3723 - resolution: {integrity: sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==} 3640 + '@rollup/rollup-linux-x64-musl@4.41.0': 3641 + resolution: {integrity: sha512-m/P7LycHZTvSQeXhFmgmdqEiTqSV80zn6xHaQ1JSqwCtD1YGtwEK515Qmy9DcB2HK4dOUVypQxvhVSy06cJPEg==} 3724 3642 cpu: [x64] 3725 3643 os: [linux] 3726 3644 3727 - '@rollup/rollup-win32-arm64-msvc@4.40.0': 3728 - resolution: {integrity: sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==} 3645 + '@rollup/rollup-win32-arm64-msvc@4.41.0': 3646 + resolution: {integrity: sha512-4yodtcOrFHpbomJGVEqZ8fzD4kfBeCbpsUy5Pqk4RluXOdsWdjLnjhiKy2w3qzcASWd04fp52Xz7JKarVJ5BTg==} 3729 3647 cpu: [arm64] 3730 3648 os: [win32] 3731 3649 3732 - '@rollup/rollup-win32-ia32-msvc@4.40.0': 3733 - resolution: {integrity: sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==} 3650 + '@rollup/rollup-win32-ia32-msvc@4.41.0': 3651 + resolution: {integrity: sha512-tmazCrAsKzdkXssEc65zIE1oC6xPHwfy9d5Ta25SRCDOZS+I6RypVVShWALNuU9bxIfGA0aqrmzlzoM5wO5SPQ==} 3734 3652 cpu: [ia32] 3735 3653 os: [win32] 3736 3654 3737 - '@rollup/rollup-win32-x64-msvc@4.40.0': 3738 - resolution: {integrity: sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==} 3655 + '@rollup/rollup-win32-x64-msvc@4.41.0': 3656 + resolution: {integrity: sha512-h1J+Yzjo/X+0EAvR2kIXJDuTuyT7drc+t2ALY0nIcGPbTatNOf0VWdhEA2Z4AAjv6X1NJV7SYo5oCTYRJhSlVA==} 3739 3657 cpu: [x64] 3740 3658 os: [win32] 3741 3659 ··· 3745 3663 '@shikijs/core@3.2.2': 3746 3664 resolution: {integrity: sha512-yvlSKVMLjddAGBa2Yu+vUZxuu3sClOWW1AG+UtJkvejYuGM5BVL35s6Ijiwb75O9QdEx6IkMxinHZSi8ZyrBaA==} 3747 3665 3748 - '@shikijs/core@3.3.0': 3749 - resolution: {integrity: sha512-CovkFL2WVaHk6PCrwv6ctlmD4SS1qtIfN8yEyDXDYWh4ONvomdM9MaFw20qHuqJOcb8/xrkqoWQRJ//X10phOQ==} 3666 + '@shikijs/core@3.4.2': 3667 + resolution: {integrity: sha512-AG8vnSi1W2pbgR2B911EfGqtLE9c4hQBYkv/x7Z+Kt0VxhgQKcW7UNDVYsu9YxwV6u+OJrvdJrMq6DNWoBjihQ==} 3750 3668 3751 3669 '@shikijs/engine-javascript@3.2.2': 3752 3670 resolution: {integrity: sha512-tlDKfhWpF4jKLUyVAnmL+ggIC+0VyteNsUpBzh1iwWLZu4i+PelIRr0TNur6pRRo5UZIv3ss/PLMuwahg9S2hg==} 3753 3671 3754 - '@shikijs/engine-javascript@3.3.0': 3755 - resolution: {integrity: sha512-XlhnFGv0glq7pfsoN0KyBCz9FJU678LZdQ2LqlIdAj6JKsg5xpYKay3DkazXWExp3DTJJK9rMOuGzU2911pg7Q==} 3672 + '@shikijs/engine-javascript@3.4.2': 3673 + resolution: {integrity: sha512-1/adJbSMBOkpScCE/SB6XkjJU17ANln3Wky7lOmrnpl+zBdQ1qXUJg2GXTYVHRq+2j3hd1DesmElTXYDgtfSOQ==} 3756 3674 3757 3675 '@shikijs/engine-oniguruma@3.2.2': 3758 3676 resolution: {integrity: sha512-vyXRnWVCSvokwbaUD/8uPn6Gqsf5Hv7XwcW4AgiU4Z2qwy19sdr6VGzMdheKKN58tJOOe5MIKiNb901bgcUXYQ==} 3759 3677 3760 - '@shikijs/engine-oniguruma@3.3.0': 3761 - resolution: {integrity: sha512-l0vIw+GxeNU7uGnsu6B+Crpeqf+WTQ2Va71cHb5ZYWEVEPdfYwY5kXwYqRJwHrxz9WH+pjSpXQz+TJgAsrkA5A==} 3678 + '@shikijs/engine-oniguruma@3.4.2': 3679 + resolution: {integrity: sha512-zcZKMnNndgRa3ORja6Iemsr3DrLtkX3cAF7lTJkdMB6v9alhlBsX9uNiCpqofNrXOvpA3h6lHcLJxgCIhVOU5Q==} 3762 3680 3763 3681 '@shikijs/langs@3.2.2': 3764 3682 resolution: {integrity: sha512-NY0Urg2dV9ETt3JIOWoMPuoDNwte3geLZ4M1nrPHbkDS8dWMpKcEwlqiEIGqtwZNmt5gKyWpR26ln2Bg2ecPgw==} 3765 3683 3766 - '@shikijs/langs@3.3.0': 3767 - resolution: {integrity: sha512-zt6Kf/7XpBQKSI9eqku+arLkAcDQ3NHJO6zFjiChI8w0Oz6Jjjay7pToottjQGjSDCFk++R85643WbyINcuL+g==} 3684 + '@shikijs/langs@3.4.2': 3685 + resolution: {integrity: sha512-H6azIAM+OXD98yztIfs/KH5H4PU39t+SREhmM8LaNXyUrqj2mx+zVkr8MWYqjceSjDw9I1jawm1WdFqU806rMA==} 3768 3686 3769 3687 '@shikijs/themes@3.2.2': 3770 3688 resolution: {integrity: sha512-Zuq4lgAxVKkb0FFdhHSdDkALuRpsj1so1JdihjKNQfgM78EHxV2JhO10qPsMrm01FkE3mDRTdF68wfmsqjt6HA==} 3771 3689 3772 - '@shikijs/themes@3.3.0': 3773 - resolution: {integrity: sha512-tXeCvLXBnqq34B0YZUEaAD1lD4lmN6TOHAhnHacj4Owh7Ptb/rf5XCDeROZt2rEOk5yuka3OOW2zLqClV7/SOg==} 3690 + '@shikijs/themes@3.4.2': 3691 + resolution: {integrity: sha512-qAEuAQh+brd8Jyej2UDDf+b4V2g1Rm8aBIdvt32XhDPrHvDkEnpb7Kzc9hSuHUxz0Iuflmq7elaDuQAP9bHIhg==} 3774 3692 3775 - '@shikijs/transformers@3.3.0': 3776 - resolution: {integrity: sha512-PIknEyxfkT7i7at/78ynVmuZEv4+7IcS37f6abxMjQ0pVIPEya8n+KNl7XtfbhNL+U9ElR3UzfSzuD5l5Iu+nw==} 3693 + '@shikijs/transformers@3.4.2': 3694 + resolution: {integrity: sha512-I5baLVi/ynLEOZoWSAMlACHNnG+yw5HDmse0oe+GW6U1u+ULdEB3UHiVWaHoJSSONV7tlcVxuaMy74sREDkSvg==} 3777 3695 3778 - '@shikijs/twoslash@3.3.0': 3779 - resolution: {integrity: sha512-kEq+oRJ1iyYyPisBBdC+/rgZ9WWvoIoBLpm3xxThmBZjQ0m1LlwM4XpSPvp4cvrXGTESXQtYMYwZ4694aU2Z1w==} 3696 + '@shikijs/twoslash@3.4.2': 3697 + resolution: {integrity: sha512-zRNPmi2lA8o+k7UQfmbPwH2jPvfW9OrgpsO4OUOM+8QTxrepFU9TNF8vNcxZEW5cbishQkJrV19cI9Zk3cb5aQ==} 3780 3698 peerDependencies: 3781 3699 typescript: '>=5.5.0' 3782 3700 3783 3701 '@shikijs/types@3.2.2': 3784 3702 resolution: {integrity: sha512-a5TiHk7EH5Lso8sHcLHbVNNhWKP0Wi3yVnXnu73g86n3WoDgEra7n3KszyeCGuyoagspQ2fzvy4cpSc8pKhb0A==} 3785 3703 3786 - '@shikijs/types@3.3.0': 3787 - resolution: {integrity: sha512-KPCGnHG6k06QG/2pnYGbFtFvpVJmC3uIpXrAiPrawETifujPBv0Se2oUxm5qYgjCvGJS9InKvjytOdN+bGuX+Q==} 3704 + '@shikijs/types@3.4.2': 3705 + resolution: {integrity: sha512-zHC1l7L+eQlDXLnxvM9R91Efh2V4+rN3oMVS2swCBssbj2U/FBwybD1eeLaq8yl/iwT+zih8iUbTBCgGZOYlVg==} 3788 3706 3789 - '@shikijs/vitepress-twoslash@3.3.0': 3790 - resolution: {integrity: sha512-JkR/gugFIMW3pEmgQ5ETfLR5HQs7FsYq0RBxJ3ty0qAJ1qi1WvA8kKD9hj0z4M75sXtpWqP8D0rPrl34w5czYQ==} 3707 + '@shikijs/vitepress-twoslash@3.4.2': 3708 + resolution: {integrity: sha512-irVhypyX0vs79S00buqBGYeBJnBtBV50nqppPcKz3TiGlaWxH3BqcCLbJ6cl39N1hxzzuI51SVQv21SbjfsCBA==} 3791 3709 3792 3710 '@shikijs/vscode-textmate@10.0.2': 3793 3711 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 4000 3918 '@types/hast@3.0.4': 4001 3919 resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} 4002 3920 4003 - '@types/inquirer@9.0.7': 4004 - resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} 3921 + '@types/inquirer@9.0.8': 3922 + resolution: {integrity: sha512-CgPD5kFGWsb8HJ5K7rfWlifao87m4ph8uioU7OTncJevmE/VLIqAAjfQtko578JZg7/f69K4FgqYym3gNr7DeA==} 4005 3923 4006 3924 '@types/istanbul-lib-coverage@2.0.6': 4007 3925 resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} ··· 4036 3954 '@types/natural-compare@1.4.3': 4037 3955 resolution: {integrity: sha512-XCAxy+Gg6+S6VagwzcknnvCKujj/bVv1q+GFuCrFEelqaZPqJoC+FeXLwc2dp+oLP7qDZQ4ZfQiTJQ9sIUmlLw==} 4038 3956 4039 - '@types/node@20.17.30': 4040 - resolution: {integrity: sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==} 3957 + '@types/node@20.17.48': 3958 + resolution: {integrity: sha512-KpSfKOHPsiSC4IkZeu2LsusFwExAIVGkhG1KkbaBMLwau0uMhj0fCrvyg9ddM2sAvd+gtiBJLir4LAw1MNMIaw==} 4041 3959 4042 - '@types/node@22.14.0': 4043 - resolution: {integrity: sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==} 4044 - 4045 - '@types/node@22.14.1': 4046 - resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==} 3960 + '@types/node@22.15.19': 3961 + resolution: {integrity: sha512-3vMNr4TzNQyjHcRZadojpRaD9Ofr6LsonZAoQ+HMUa/9ORTPoxVIw0e0mpqWpdjj8xybyCM+oKOUH2vwFu/oEw==} 4047 3962 4048 3963 '@types/picomatch@4.0.0': 4049 3964 resolution: {integrity: sha512-J1Bng+wlyEERWSgJQU1Pi0HObCLVcr994xT/M+1wcl/yNRTGBupsCxthgkdYG+GCOMaQH7iSVUY3LJVBBqG7MQ==} ··· 4057 3972 '@types/react-is@19.0.0': 4058 3973 resolution: {integrity: sha512-71dSZeeJ0t3aoPyY9x6i+JNSvg5m9EF2i2OlSZI5QoJuI8Ocgor610i+4A10TQmURR+0vLwcVCEYFpXdzM1Biw==} 4059 3974 4060 - '@types/react@19.1.2': 4061 - resolution: {integrity: sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==} 3975 + '@types/react@19.1.4': 3976 + resolution: {integrity: sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==} 4062 3977 4063 3978 '@types/resolve@1.20.2': 4064 3979 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} ··· 4382 4297 peerDependencies: 4383 4298 vite: ^6.2.0 4384 4299 4385 - '@vitejs/plugin-vue@5.2.3': 4386 - resolution: {integrity: sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==} 4300 + '@vitejs/plugin-vue@5.2.4': 4301 + resolution: {integrity: sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==} 4387 4302 engines: {node: ^18.0.0 || >=20.0.0} 4388 4303 peerDependencies: 4389 4304 vite: ^6.2.0 ··· 4437 4352 '@volar/typescript@1.11.1': 4438 4353 resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==} 4439 4354 4440 - '@vue/compiler-core@3.5.12': 4441 - resolution: {integrity: sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==} 4355 + '@vue/compiler-core@3.5.14': 4356 + resolution: {integrity: sha512-k7qMHMbKvoCXIxPhquKQVw3Twid3Kg4s7+oYURxLGRd56LiuHJVrvFKI4fm2AM3c8apqODPfVJGoh8nePbXMRA==} 4442 4357 4443 - '@vue/compiler-core@3.5.13': 4444 - resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} 4358 + '@vue/compiler-dom@3.5.14': 4359 + resolution: {integrity: sha512-1aOCSqxGOea5I80U2hQJvXYpPm/aXo95xL/m/mMhgyPUsKe9jhjwWpziNAw7tYRnbz1I61rd9Mld4W9KmmRoug==} 4445 4360 4446 - '@vue/compiler-dom@3.5.12': 4447 - resolution: {integrity: sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==} 4361 + '@vue/compiler-sfc@3.5.14': 4362 + resolution: {integrity: sha512-9T6m/9mMr81Lj58JpzsiSIjBgv2LiVoWjIVa7kuXHICUi8LiDSIotMpPRXYJsXKqyARrzjT24NAwttrMnMaCXA==} 4448 4363 4449 - '@vue/compiler-dom@3.5.13': 4450 - resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} 4451 - 4452 - '@vue/compiler-sfc@3.5.12': 4453 - resolution: {integrity: sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==} 4454 - 4455 - '@vue/compiler-sfc@3.5.13': 4456 - resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} 4457 - 4458 - '@vue/compiler-ssr@3.5.12': 4459 - resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==} 4460 - 4461 - '@vue/compiler-ssr@3.5.13': 4462 - resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} 4364 + '@vue/compiler-ssr@3.5.14': 4365 + resolution: {integrity: sha512-Y0G7PcBxr1yllnHuS/NxNCSPWnRGH4Ogrp0tsLA5QemDZuJLs99YjAKQ7KqkHE0vCg4QTKlQzXLKCMF7WPSl7Q==} 4463 4366 4464 4367 '@vue/compiler-vue2@2.7.16': 4465 4368 resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} ··· 4492 4395 typescript: 4493 4396 optional: true 4494 4397 4495 - '@vue/reactivity@3.5.12': 4496 - resolution: {integrity: sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==} 4398 + '@vue/reactivity@3.5.14': 4399 + resolution: {integrity: sha512-7cK1Hp343Fu/SUCCO52vCabjvsYu7ZkOqyYu7bXV9P2yyfjUMUXHZafEbq244sP7gf+EZEz+77QixBTuEqkQQw==} 4497 4400 4498 - '@vue/reactivity@3.5.13': 4499 - resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==} 4401 + '@vue/runtime-core@3.5.14': 4402 + resolution: {integrity: sha512-w9JWEANwHXNgieAhxPpEpJa+0V5G0hz3NmjAZwlOebtfKyp2hKxKF0+qSh0Xs6/PhfGihuSdqMprMVcQU/E6ag==} 4500 4403 4501 - '@vue/runtime-core@3.5.12': 4502 - resolution: {integrity: sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==} 4404 + '@vue/runtime-dom@3.5.14': 4405 + resolution: {integrity: sha512-lCfR++IakeI35TVR80QgOelsUIdcKjd65rWAMfdSlCYnaEY5t3hYwru7vvcWaqmrK+LpI7ZDDYiGU5V3xjMacw==} 4503 4406 4504 - '@vue/runtime-core@3.5.13': 4505 - resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==} 4506 - 4507 - '@vue/runtime-dom@3.5.12': 4508 - resolution: {integrity: sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==} 4509 - 4510 - '@vue/runtime-dom@3.5.13': 4511 - resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==} 4512 - 4513 - '@vue/server-renderer@3.5.12': 4514 - resolution: {integrity: sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==} 4407 + '@vue/server-renderer@3.5.14': 4408 + resolution: {integrity: sha512-Rf/ISLqokIvcySIYnv3tNWq40PLpNLDLSJwwVWzG6MNtyIhfbcrAxo5ZL9nARJhqjZyWWa40oRb2IDuejeuv6w==} 4515 4409 peerDependencies: 4516 - vue: 3.5.12 4517 - 4518 - '@vue/server-renderer@3.5.13': 4519 - resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==} 4520 - peerDependencies: 4521 - vue: 3.5.13 4522 - 4523 - '@vue/shared@3.5.12': 4524 - resolution: {integrity: sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==} 4410 + vue: 3.5.14 4525 4411 4526 4412 '@vue/shared@3.5.13': 4527 4413 resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} 4414 + 4415 + '@vue/shared@3.5.14': 4416 + resolution: {integrity: sha512-oXTwNxVfc9EtP1zzXAlSlgARLXNC84frFYkS0HHz0h3E4WZSP9sywqjqzGCP9Y34M8ipNmd380pVgmMuwELDyQ==} 4528 4417 4529 4418 '@vue/test-utils@2.4.6': 4530 4419 resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} ··· 4643 4532 peerDependencies: 4644 4533 vue: ^3.5.0 4645 4534 4646 - '@wdio/config@9.12.6': 4647 - resolution: {integrity: sha512-zlOJixJUHxeoyfIN/KdM797HwJj/oNgBaEdftgJARqbXt5AVZu18vJ3zljb+wzbY2M0pl7Y4+5OFH06WlDgQ+A==} 4535 + '@wdio/config@9.14.0': 4536 + resolution: {integrity: sha512-mW6VAXfUgd2j+8YJfFWvg8Ba/7g1Brr6/+MFBpp5rTQsw/2bN3PBJsQbWpNl99OCgoS8vgc5Ykps5ZUEeffSVQ==} 4648 4537 engines: {node: '>=18.20.0'} 4649 4538 4650 4539 '@wdio/logger@9.4.4': 4651 4540 resolution: {integrity: sha512-BXx8RXFUW2M4dcO6t5Le95Hi2ZkTQBRsvBQqLekT2rZ6Xmw8ZKZBPf0FptnoftFGg6dYmwnDidYv/0+4PiHjpQ==} 4652 4541 engines: {node: '>=18.20.0'} 4653 4542 4654 - '@wdio/protocols@9.12.5': 4655 - resolution: {integrity: sha512-i+yc0EZtZOh5fFuwHxvcnXeTXk2ZjFICRbcAxTNE0F2Jr4uOydvcAOw4EIIRmb9NWUSPf/bGZAA+4SEXmxmjUA==} 4543 + '@wdio/protocols@9.14.0': 4544 + resolution: {integrity: sha512-inJR+G8iiFrk8/JPMfxpy6wA7rvMIZFV0T8vDN1Io7sGGj+EXX7ujpDxoCns53qxV4RytnSlgHRcCaASPFcecQ==} 4656 4545 4657 4546 '@wdio/repl@9.4.4': 4658 4547 resolution: {integrity: sha512-kchPRhoG/pCn4KhHGiL/ocNhdpR8OkD2e6sANlSUZ4TGBVi86YSIEjc2yXUwLacHknC/EnQk/SFnqd4MsNjGGg==} 4659 4548 engines: {node: '>=18.20.0'} 4660 4549 4661 - '@wdio/types@9.12.6': 4662 - resolution: {integrity: sha512-WzZhaN834du9wjqT/Go9qPyB7VkzV2bjr6pr06DrIzxIpJq/snWOv96C6OjJu8nmYNRjV769mAxyggBUf+sUoQ==} 4550 + '@wdio/types@9.14.0': 4551 + resolution: {integrity: sha512-Zqc4sxaQLIXdI1EHItIuVIOn7LvPmDvl9JEANwiJ35ck82Xlj+X55Gd9NtELSwChzKgODD0OBzlLgXyxTr69KA==} 4663 4552 engines: {node: '>=18.20.0'} 4664 4553 4665 - '@wdio/utils@9.12.6': 4666 - resolution: {integrity: sha512-JfI4CxBRQCOgToJeQNaZLv+wYNIGyJG1gqrpxUOvkrJvBgdOAmIu3dzlcKP/WviXlcxvwLQF2FK8bQVTjHv0fQ==} 4554 + '@wdio/utils@9.14.0': 4555 + resolution: {integrity: sha512-oJapwraSflOe0CmeF3TBocdt983hq9mCutLCfie4QmE+TKRlCsZz4iidG1NRAZPGdKB32nfHtyQlW0Dfxwn6RA==} 4667 4556 engines: {node: '>=18.20.0'} 4668 4557 4669 4558 '@yeger/debounce@2.0.12': ··· 4771 4660 resolution: {integrity: sha512-v6MqmEpNlxF+POuyhKkidusCHWWkaLcGRURzivcU3I9tv7k4JVhFcnukrM5Rlk2rUywdZuzYAZ+kbZqWCnfN3g==} 4772 4661 engines: {node: '>=8.0.0'} 4773 4662 hasBin: true 4774 - 4775 - ansis@3.17.0: 4776 - resolution: {integrity: sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==} 4777 - engines: {node: '>=14'} 4778 4663 4779 4664 ansis@4.0.0: 4780 4665 resolution: {integrity: sha512-P8nrHI1EyW9OfBt1X7hMSwGN2vwRuqHSKJAT1gbLWZRzDa24oHjYwGHvEgHeBepupzk878yS/HBZ0NMPYtbolw==} ··· 4979 4864 resolution: {integrity: sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==} 4980 4865 engines: {node: '>=18.20'} 4981 4866 4982 - bumpp@10.1.0: 4983 - resolution: {integrity: sha512-cM/4+kO2A2l3aDSL7tr/ALg8TWPihl1fDWHZyz55JlDmzd01Y+8Vq3YQ1ydeKDS4QFN+tKaLsVzhdDIb/cbsLQ==} 4867 + bumpp@10.1.1: 4868 + resolution: {integrity: sha512-69ejE1J5O5qDN3oRu2jRas1nQmi5zEYepjzbYPpi1znuDnp+zZ9Yezsf/nYauWeoMNALQ5toniNGET05Txj2cQ==} 4984 4869 engines: {node: '>=18'} 4985 4870 hasBin: true 4986 4871 ··· 5010 4895 magicast: 5011 4896 optional: true 5012 4897 5013 - c12@3.0.2: 5014 - resolution: {integrity: sha512-6Tzk1/TNeI3WBPpK0j/Ss4+gPj3PUJYbWl/MWDJBThFvwNGNkXtd7Cz8BJtD4aRwoGHtzQD0SnxamgUiBH0/Nw==} 4898 + c12@3.0.4: 4899 + resolution: {integrity: sha512-t5FaZTYbbCtvxuZq9xxIruYydrAGsJ+8UdP0pZzMiK2xl/gNiSOy0OxhLzHUEEb0m1QXYqfzfvyIFEmz/g9lqg==} 5015 4900 peerDependencies: 5016 4901 magicast: ^0.3.5 5017 4902 peerDependenciesMeta: ··· 5078 4963 resolution: {integrity: sha512-cTZXBcJMl3pudE40WENOakXkcVtrbBpbkmSkM20NdRiUqa4+VYRdXdEsgQ0BNQ6JBE2YymTNWtPKVF7UCTN5+g==} 5079 4964 hasBin: true 5080 4965 5081 - changelogithub@13.13.0: 5082 - resolution: {integrity: sha512-Mo128hyF7wLUVxuySJk374q//jaeoCiltaXqbc6esW2UhDaNErNsXWQ0rZ1C/hCSHS0Sgd95qrCSrQw6WIod0A==} 4966 + changelogithub@13.14.0: 4967 + resolution: {integrity: sha512-yRCjLj8q6ONS/4LmqaN8RW/v327Wcec2t3QObRCBWuPQ2WVO2VLv1f4AIFUAKqeD4ce46lUyvCJdgQLrdzecUw==} 5083 4968 engines: {node: '>=12.0.0'} 5084 4969 hasBin: true 5085 4970 ··· 5242 5127 5243 5128 confbox@0.2.1: 5244 5129 resolution: {integrity: sha512-hkT3yDPFbs95mNCy1+7qNKC6Pro+/ibzYxtM2iqEigpf0sVw+bg4Zh9/snjsBcf990vfIsg5+1U7VyiyBb3etg==} 5130 + 5131 + confbox@0.2.2: 5132 + resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==} 5245 5133 5246 5134 config-chain@1.1.13: 5247 5135 resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} ··· 5450 5338 supports-color: 5451 5339 optional: true 5452 5340 5341 + debug@4.4.1: 5342 + resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} 5343 + engines: {node: '>=6.0'} 5344 + peerDependencies: 5345 + supports-color: '*' 5346 + peerDependenciesMeta: 5347 + supports-color: 5348 + optional: true 5349 + 5453 5350 decamelize@6.0.0: 5454 5351 resolution: {integrity: sha512-Fv96DCsdOgB6mdGl67MT5JaTNKRzrzill5OH5s8bjYJXVlcXyPYGyPsUkWyGV5p1TXI5esYIYMMeDJL0hEIwaA==} 5455 5352 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} ··· 5588 5485 domutils@3.2.2: 5589 5486 resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} 5590 5487 5591 - dotenv@16.4.5: 5592 - resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} 5593 - engines: {node: '>=12'} 5594 - 5595 5488 dotenv@16.4.7: 5596 5489 resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} 5490 + engines: {node: '>=12'} 5491 + 5492 + dotenv@16.5.0: 5493 + resolution: {integrity: sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==} 5597 5494 engines: {node: '>=12'} 5598 5495 5599 5496 dunder-proto@1.0.1: ··· 5708 5605 engines: {node: '>=18'} 5709 5606 hasBin: true 5710 5607 5711 - esbuild@0.25.1: 5712 - resolution: {integrity: sha512-BGO5LtrGC7vxnqucAe/rmvKdJllfGaYWdyABvyMoXQlfYMb2bbRuReWR5tEGE//4LcNJj9XrkovTqNYRFZHAMQ==} 5713 - engines: {node: '>=18'} 5714 - hasBin: true 5715 - 5716 - esbuild@0.25.3: 5717 - resolution: {integrity: sha512-qKA6Pvai73+M2FtftpNKRxJ78GIjmFXFxd/1DVBqGo/qNhLSfv+G12n9pNoWdytJC8U00TrViOwpjT0zgqQS8Q==} 5608 + esbuild@0.25.4: 5609 + resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==} 5718 5610 engines: {node: '>=18'} 5719 5611 hasBin: true 5720 5612 ··· 5958 5850 resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} 5959 5851 engines: {node: '>=16.17'} 5960 5852 5961 - execa@9.5.2: 5962 - resolution: {integrity: sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==} 5853 + execa@9.5.3: 5854 + resolution: {integrity: sha512-QFNnTvU3UjgWFy8Ef9iDHvIdcgZ344ebkwYx4/KLbR+CKQA4xBaHzv+iRpp86QfMHP8faFQLh8iOc57215y4Rg==} 5963 5855 engines: {node: ^18.19.0 || >=20.5.0} 5964 5856 5965 5857 expand-template@2.0.3: ··· 5976 5868 5977 5869 exsolve@1.0.2: 5978 5870 resolution: {integrity: sha512-ZEcIMbthn2zeX4/wD/DLxDUjuCltHXT8Htvm/JFlTkdYgWh2+HGppgwwNUnIVxzxP7yJOPtuBAec0dLx6lVY8w==} 5871 + 5872 + exsolve@1.0.5: 5873 + resolution: {integrity: sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==} 5979 5874 5980 5875 external-editor@3.1.0: 5981 5876 resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} ··· 6038 5933 resolution: {integrity: sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==} 6039 5934 hasBin: true 6040 5935 6041 - fastify@4.29.0: 6042 - resolution: {integrity: sha512-MaaUHUGcCgC8fXQDsDtioaCcag1fmPJ9j64vAKunqZF4aSub040ZGi/ag8NGE2714yREPOKZuHCfpPzuUD3UQQ==} 5936 + fastify@4.29.1: 5937 + resolution: {integrity: sha512-m2kMNHIG92tSNWv+Z3UeTR9AWLLuo7KctC7mlFPtMEVrfjIhmQhkQnT9v15qA/BfVq3vvj134Y0jl9SBje3jXQ==} 6043 5938 6044 5939 fastq@1.17.1: 6045 5940 resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} ··· 6358 6253 handle-thing@2.0.1: 6359 6254 resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} 6360 6255 6361 - happy-dom@17.4.6: 6362 - resolution: {integrity: sha512-OEV1hDe9i2rFr66+WZNiwy1S8rAJy6bRXmXql68YJDjdfHBRbN76om+qVh68vQACf6y5Bcr90e/oK53RQxsDdg==} 6256 + happy-dom@17.4.7: 6257 + resolution: {integrity: sha512-NZypxadhCiV5NT4A+Y86aQVVKQ05KDmueja3sz008uJfDRwz028wd0aTiJPwo4RQlvlz0fznkEEBBCHVNWc08g==} 6363 6258 engines: {node: '>=18.0.0'} 6364 6259 6365 6260 has-bigints@1.0.2: ··· 6509 6404 immediate@3.0.6: 6510 6405 resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} 6511 6406 6512 - immutable@5.1.1: 6513 - resolution: {integrity: sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==} 6407 + immutable@5.1.2: 6408 + resolution: {integrity: sha512-qHKXW1q6liAk1Oys6umoaZbDRqjcjgSrbnrifHsfsttza7zcvRAsL7mMV6xWcyhwQy7Xj5v4hhbr6b+iDYwlmQ==} 6514 6409 6515 6410 import-fresh@3.3.0: 6516 6411 resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} ··· 6782 6677 engines: {node: '>=10'} 6783 6678 hasBin: true 6784 6679 6785 - jest-image-snapshot@6.4.0: 6786 - resolution: {integrity: sha512-IWGtSOnelwaVPd09STbJuLmnAwlBC/roJtTLGLb8M3TA0vfku3MRNEXmljTa1EMXqdRbA0oIWiqHFB1ttTGazQ==} 6680 + jest-image-snapshot@6.5.0: 6681 + resolution: {integrity: sha512-oTMGQEpvW3Q3+BwlULINBJRpvsVDXAILqjniCuiUT7us4f1YDQF99fPrMVy4yIQui1ZIHe7fjqRsErfK6tUlSQ==} 6787 6682 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 6788 6683 peerDependencies: 6789 6684 jest: '>=20 <=29' ··· 6793 6688 6794 6689 jiti@1.21.6: 6795 6690 resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} 6796 - hasBin: true 6797 - 6798 - jiti@2.4.1: 6799 - resolution: {integrity: sha512-yPBThwecp1wS9DmoA4x4KR2h3QoslacnDR8ypuFM962kI4/456Iy1oHx2RAgh4jfZNdn0bctsdadceiBUgpU1g==} 6800 6691 hasBin: true 6801 6692 6802 6693 jiti@2.4.2: ··· 6927 6818 light-my-request@5.13.0: 6928 6819 resolution: {integrity: sha512-9IjUN9ZyCS9pTG+KqTDEQo68Sui2lHsYBrfMyVUTTZ3XhH8PMZq7xO94Kr+eP9dhi/kcKsx4N41p2IXEBil1pQ==} 6929 6820 6821 + linkify-it@5.0.0: 6822 + resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} 6823 + 6930 6824 lit-element@4.2.0: 6931 6825 resolution: {integrity: sha512-MGrXJVAI5x+Bfth/pU9Kst1iWID6GHDLEzFEnyULB/sFiRLgkd8NPK/PeeXxktA3T6EIIaq8U3KcbTU5XFcP2Q==} 6932 6826 ··· 7037 6931 mark.js@8.11.1: 7038 6932 resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==} 7039 6933 6934 + markdown-it@14.1.0: 6935 + resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} 6936 + hasBin: true 6937 + 7040 6938 markdown-table@3.0.3: 7041 6939 resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==} 7042 6940 ··· 7086 6984 mdn-data@2.12.2: 7087 6985 resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} 7088 6986 6987 + mdurl@2.0.0: 6988 + resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} 6989 + 7089 6990 media-typer@0.3.0: 7090 6991 resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} 7091 6992 engines: {node: '>= 0.6'} 7092 6993 7093 - memfs@4.17.0: 7094 - resolution: {integrity: sha512-4eirfZ7thblFmqFjywlTmuWVSvccHAJbn1r8qQLzmTO11qcqpohOjmY2mFce6x7x7WtskzRqApPD0hv+Oa74jg==} 6994 + memfs@4.17.2: 6995 + resolution: {integrity: sha512-NgYhCOWgovOXSzvYgUW0LQ7Qy72rWQMGGFJDoWg4G30RHd3z77VbYdtJ4fembJXBy8pMIUA31XNAupobOQlwdg==} 7095 6996 engines: {node: '>= 4.0.0'} 7096 6997 7097 6998 merge-descriptors@1.0.1: ··· 7316 7217 ms@2.1.3: 7317 7218 resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} 7318 7219 7319 - msw@2.7.5: 7320 - resolution: {integrity: sha512-00MyTlY3TJutBa5kiU+jWiz2z5pNJDYHn2TgPkGkh92kMmNH43RqvMXd8y/7HxNn8RjzUbvZWYZjcS36fdb6sw==} 7220 + msw@2.8.4: 7221 + resolution: {integrity: sha512-GLU8gx0o7RBG/3x/eTnnLd5S5ZInxXRRRMN8GJwaPZ4jpJTxzQfWGvwr90e8L5dkKJnz+gT4gQYCprLy/c4kVw==} 7321 7222 engines: {node: '>=18'} 7322 7223 hasBin: true 7323 7224 peerDependencies: ··· 7379 7280 resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} 7380 7281 engines: {node: '>=10.5.0'} 7381 7282 deprecated: Use your platform's native DOMException instead 7382 - 7383 - node-fetch-native@1.6.4: 7384 - resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==} 7385 7283 7386 7284 node-fetch-native@1.6.6: 7387 7285 resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==} ··· 7490 7388 resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} 7491 7389 engines: {node: '>=12'} 7492 7390 7493 - oniguruma-parser@0.11.2: 7494 - resolution: {integrity: sha512-F7Ld4oDZJCI5/wCZ8AOffQbqjSzIRpKH7I/iuSs1SkhZeCj0wS6PMZ4W6VA16TWHrAo0Y9bBKEJOe7tvwcTXnw==} 7391 + oniguruma-parser@0.12.1: 7392 + resolution: {integrity: sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==} 7495 7393 7496 7394 oniguruma-parser@0.5.4: 7497 7395 resolution: {integrity: sha512-yNxcQ8sKvURiTwP0mV6bLQCYE7NKfKRRWunhbZnXgxSmB1OXa1lHrN3o4DZd+0Si0kU5blidK7BcROO8qv5TZA==} ··· 7499 7397 oniguruma-to-es@4.1.0: 7500 7398 resolution: {integrity: sha512-SNwG909cSLo4vPyyPbU/VJkEc9WOXqu2ycBlfd1UCXLqk1IijcQktSBb2yRQ2UFPsDhpkaf+C1dtT3PkLK/yWA==} 7501 7399 7502 - oniguruma-to-es@4.2.0: 7503 - resolution: {integrity: sha512-MDPs6KSOLS0tKQ7joqg44dRIRZUyotfTy0r+7oEEs6VwWWP0+E2PPDYWMFN0aqOjRyWHBYq7RfKw9GQk2S2z5g==} 7400 + oniguruma-to-es@4.3.3: 7401 + resolution: {integrity: sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==} 7504 7402 7505 7403 open@10.1.0: 7506 7404 resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} ··· 7521 7419 outvariant@1.4.3: 7522 7420 resolution: {integrity: sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==} 7523 7421 7524 - oxc-minify@0.65.0: 7525 - resolution: {integrity: sha512-qL+93NLoI2mi0PhG4TBgQ5nCRt4H6J46YEyKuxQ/5E31TnHblfo2Qbr8X/sFmTN3Rbjitl1Jd5ox305RhE1UVg==} 7422 + oxc-minify@0.69.0: 7423 + resolution: {integrity: sha512-QaPB3syyTEE7PSgSIL+CrFr5MfL43tEJi5KjpD4Ko29I6ZBbevQKMZ0wnBXz82bkzzyru08g0dMTaLbjPmOsXw==} 7526 7424 engines: {node: '>=14.0.0'} 7527 7425 7528 - oxc-parser@0.65.0: 7529 - resolution: {integrity: sha512-2u3iUChO386K2sBBxTPCKweoJfbo4qLGfOJN964yEg6KmHadp4daWklhS56UUaHT2Qj057brG/G7WuyIP10lUg==} 7426 + oxc-parser@0.69.0: 7427 + resolution: {integrity: sha512-6UYcFCyCIoZ2t7gyYdPHxM0BTIjM7Y5MCCTfZ2obVITcLd0lXdkbjVibMBD/qVVG+7cURF7Lw32uykU0YR3QUg==} 7530 7428 engines: {node: '>=14.0.0'} 7531 7429 7532 - oxc-resolver@6.0.0: 7533 - resolution: {integrity: sha512-XbjFKJrpQiVl4XlJE44ly+fNdV5+adm8b/Ax9EIGYpA160PVgYVRUfmdYD1SHOO8z1oZ+CFNZ4/A3EUrNP+/cA==} 7430 + oxc-resolver@9.0.2: 7431 + resolution: {integrity: sha512-w838ygc1p7rF+7+h5vR9A+Y9Fc4imy6C3xPthCMkdFUgFvUWkmABeNB8RBDQ6+afk44Q60/UMMQ+gfDUW99fBA==} 7534 7432 7535 - oxc-transform@0.65.0: 7536 - resolution: {integrity: sha512-TWAMi8zVvORQw545O1/1irpbMPDQGD6ernen5QyY5PCL9nj3RqgR1ULlQiHVDXEl2rW+OtHF8KS0ItAUyOfQ+Q==} 7433 + oxc-transform@0.69.0: 7434 + resolution: {integrity: sha512-kUhDLBT+RT2PyXHDVCppqO2SmmXcvi/yGrPIZRJsfA0mIlLnfzjdhcxObI9nuCR+k7UlUCb1FrANDkszDwnxIg==} 7537 7435 engines: {node: '>=14.0.0'} 7538 7436 7539 7437 p-limit@3.1.0: ··· 7562 7460 7563 7461 package-json-from-dist@1.0.0: 7564 7462 resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==} 7565 - 7566 - package-manager-detector@0.2.8: 7567 - resolution: {integrity: sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA==} 7568 - 7569 - package-manager-detector@1.1.0: 7570 - resolution: {integrity: sha512-Y8f9qUlBzW8qauJjd/eu6jlpJZsuPJm2ZAV0cDVd420o4EdpH5RPdoCv+60/TdJflGatr4sDfpAL6ArWZbM5tA==} 7571 7463 7572 7464 package-manager-detector@1.3.0: 7573 7465 resolution: {integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==} ··· 7823 7715 pump@3.0.0: 7824 7716 resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} 7825 7717 7718 + punycode.js@2.3.1: 7719 + resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} 7720 + engines: {node: '>=6'} 7721 + 7826 7722 punycode@1.4.1: 7827 7723 resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} 7828 7724 ··· 8033 7929 rgb2hex@0.2.5: 8034 7930 resolution: {integrity: sha512-22MOP1Rh7sAo1BZpDG6R5RFYzR2lYEgwq7HEmyW2qcsOqR2lQKmn+O//xV3YG/0rrhMC6KVX2hU+ZXuaw9a5bw==} 8035 7931 8036 - rimraf@2.7.1: 8037 - resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} 8038 - deprecated: Rimraf versions prior to v4 are no longer supported 8039 - hasBin: true 8040 - 8041 7932 rimraf@6.0.1: 8042 7933 resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} 8043 7934 engines: {node: 20 || >=22} ··· 8051 7942 resolution: {integrity: sha512-sR3CxYUl7i2CHa0O7bA45mCrgADyAQ0tVtGSqi3yvH28M+eg1+g5d7kQ9hLvEz5dorK3XVsH5L2jwHLQf72DzA==} 8052 7943 engines: {node: '>=16'} 8053 7944 peerDependencies: 8054 - rollup: ^4.40.0 7945 + rollup: ^4.41.0 8055 7946 typescript: ^4.5 || ^5.0 8056 7947 8057 7948 rollup-plugin-license@3.6.0: 8058 7949 resolution: {integrity: sha512-1ieLxTCaigI5xokIfszVDRoy6c/Wmlot1fDEnea7Q/WXSR8AqOjYljHDLObAx7nFxHC2mbxT3QnTSPhaic2IYw==} 8059 7950 engines: {node: '>=14.0.0'} 8060 7951 peerDependencies: 8061 - rollup: ^4.40.0 7952 + rollup: ^4.41.0 8062 7953 8063 - rollup@4.40.0: 8064 - resolution: {integrity: sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==} 7954 + rollup@4.41.0: 7955 + resolution: {integrity: sha512-HqMFpUbWlf/tvcxBFNKnJyzc7Lk+XO3FGc3pbNBLqEbOz0gPLRgcrlS3UF4MfUrVlstOaP/q0kM6GVvi+LrLRg==} 8065 7956 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 8066 7957 hasBin: true 8067 7958 ··· 8152 8043 engines: {node: '>=10'} 8153 8044 hasBin: true 8154 8045 8046 + semver@7.7.2: 8047 + resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} 8048 + engines: {node: '>=10'} 8049 + hasBin: true 8050 + 8155 8051 send@0.18.0: 8156 8052 resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} 8157 8053 engines: {node: '>= 0.8.0'} ··· 8206 8102 shiki@3.2.2: 8207 8103 resolution: {integrity: sha512-0qWBkM2t/0NXPRcVgtLhtHv6Ak3Q5yI4K/ggMqcgLRKm4+pCs3namgZlhlat/7u2CuqNtlShNs9lENOG6n7UaQ==} 8208 8104 8209 - shiki@3.3.0: 8210 - resolution: {integrity: sha512-j0Z1tG5vlOFGW8JVj0Cpuatzvshes7VJy5ncDmmMaYcmnGW0Js1N81TOW98ivTFNZfKRn9uwEg/aIm638o368g==} 8105 + shiki@3.4.2: 8106 + resolution: {integrity: sha512-wuxzZzQG8kvZndD7nustrNFIKYJ1jJoWIPaBpVe2+KHSvtzMi4SBjOxrigs8qeqce/l3U0cwiC+VAkLKSunHQQ==} 8211 8107 8212 8108 side-channel-list@1.0.0: 8213 8109 resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} ··· 8365 8261 resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} 8366 8262 engines: {node: '>= 0.8'} 8367 8263 8368 - std-env@3.8.1: 8369 - resolution: {integrity: sha512-vj5lIj3Mwf9D79hBkltk5qmkFI+biIKWS2IBxEyEU3AX1tUf7AoL8nSazCOiiqQsGKIq01SClsKEzweu34uwvA==} 8370 - 8371 8264 std-env@3.9.0: 8372 8265 resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==} 8373 8266 ··· 8490 8383 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 8491 8384 engines: {node: '>= 0.4'} 8492 8385 8493 - sweetalert2@11.19.1: 8494 - resolution: {integrity: sha512-+8yws3Sc1srAZbrgdhmEIZny1I1UOYhJOIOdtOlv4TYaP5kkwQ9Zm8/BT23Qg+KdByCNOazltxEJAHzXVu8mhA==} 8386 + sweetalert2@11.21.2: 8387 + resolution: {integrity: sha512-DNNFzx16LBQDZh7r5WOfeAfWZBdEdLHl3+tpO9Z1WWKMzdsgBgpLPBduJWVNMB283HYcm8ex99clLYXki21hdA==} 8495 8388 8496 8389 symbol-tree@3.2.4: 8497 8390 resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} ··· 8671 8564 tslib@2.8.1: 8672 8565 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 8673 8566 8674 - tsx@4.19.3: 8675 - resolution: {integrity: sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==} 8567 + tsx@4.19.4: 8568 + resolution: {integrity: sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==} 8676 8569 engines: {node: '>=18.0.0'} 8677 8570 hasBin: true 8678 8571 ··· 8744 8637 resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} 8745 8638 engines: {node: '>=14.17'} 8746 8639 hasBin: true 8640 + 8641 + uc.micro@2.1.0: 8642 + resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} 8747 8643 8748 8644 ufo@1.5.4: 8749 8645 resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} ··· 8854 8750 '@vueuse/core': 8855 8751 optional: true 8856 8752 8857 - unplugin-isolated-decl@0.13.9: 8858 - resolution: {integrity: sha512-KgwzyDjWPpXR8nLZsQfb5bBgDnF5jr138Z4uYFIu/rnYc6ep1Uv80SY9f4eQJ80UFIFmRWTKtW7xKMXnzGXtGw==} 8859 - engines: {node: '>=18.12.0'} 8753 + unplugin-isolated-decl@0.14.1: 8754 + resolution: {integrity: sha512-Fffj0gWDie1LMFVPtnznSdtqili6OVDQCA+g8LVwf8ff3OydiSTQBSYNu0AJnmzRc4MHbIk4HS6mPQWA1ArSwQ==} 8755 + engines: {node: '>=20.18.0'} 8860 8756 peerDependencies: 8861 8757 '@swc/core': ^1.6.6 8862 8758 typescript: ^5.5.2 ··· 8866 8762 typescript: 8867 8763 optional: true 8868 8764 8869 - unplugin-oxc@0.3.5: 8870 - resolution: {integrity: sha512-/kC2/pjGSV7lxX8JPOVUv1v0bOgSzGq+m4H6RtERtxoLqtyVA65giSW4E9ubGQ2CfMuATJKKgGULgqzm0v8dug==} 8871 - engines: {node: '>=18.12.0'} 8765 + unplugin-oxc@0.4.3: 8766 + resolution: {integrity: sha512-zX0XkdePwRk9Q2oq6WRtyosJnRUzrZ3qmAlYELrQHbcmqEsZgBKf3DBjN5XbMKTMgBeuprVB7KgenHIg19pSGg==} 8767 + engines: {node: '>=20.18.0'} 8872 8768 peerDependencies: 8873 8769 unloader: '*' 8874 8770 peerDependenciesMeta: 8875 8771 unloader: 8876 8772 optional: true 8877 8773 8878 - unplugin-swc@1.5.2: 8879 - resolution: {integrity: sha512-bf8DJO8lD1wpnwFglQpVH2XEaFfVsSU5C7yFyLwGT1gxskPtejlDeuttKxjtmHTSqrDsQrK0FCFdhw3Ny+K7hA==} 8774 + unplugin-swc@1.5.3: 8775 + resolution: {integrity: sha512-lfBT7Wtauf/1y89xGt+x8+T7yB7bCMq/qXeXcOcqQddKDULGEg/4O2201Eh6eCBxbEi8J1Tmy2scG5dhiBJONg==} 8880 8776 peerDependencies: 8881 8777 '@swc/core': ^1.2.108 8882 8778 ··· 8907 8803 8908 8804 unplugin@2.3.2: 8909 8805 resolution: {integrity: sha512-3n7YA46rROb3zSj8fFxtxC/PqoyvYQ0llwz9wtUPUutr9ig09C8gGo5CWCwHrUzlqC1LLR43kxp5vEIyH1ac1w==} 8806 + engines: {node: '>=18.12.0'} 8807 + 8808 + unplugin@2.3.4: 8809 + resolution: {integrity: sha512-m4PjxTurwpWfpMomp8AptjD5yj8qEZN5uQjjGM3TAs9MWWD2tXSSNNj6jGR2FoVGod4293ytyV6SwBbertfyJg==} 8910 8810 engines: {node: '>=18.12.0'} 8911 8811 8912 8812 unrs-resolver@1.7.2: ··· 9038 8938 yaml: 9039 8939 optional: true 9040 8940 9041 - vitepress-plugin-group-icons@1.5.2: 9042 - resolution: {integrity: sha512-zen07KxZ83y3eecou4EraaEgwIriwHaB5Q0cHAmS4yO1UZEQvbljTylHPqiJ7LNkV39U8VehfcyquAJXg/26LA==} 8941 + vitepress-plugin-group-icons@1.5.5: 8942 + resolution: {integrity: sha512-eVnBL3lVOYxByQg5xo44QZtGPv41JyxWI7YxuwrGcNUU+W8MMIjb9XlivBXb3W8CosFllJlLGiqNCBTnFZHFTA==} 8943 + peerDependencies: 8944 + markdown-it: '>=14' 8945 + vite: ^6.2.0 9043 8946 9044 - vitepress-plugin-tabs@0.7.0: 9045 - resolution: {integrity: sha512-++RyeFNEsj/bJBXJK1IURRbJOB9vRqCahRwk1a2ntp9+SZy+7qgE5806vw9W7+uKR9CMi1iW+6plOcCKpmDnfA==} 8947 + vitepress-plugin-tabs@0.7.1: 8948 + resolution: {integrity: sha512-jxJvsicxnMSIYX9b8mAFLD2nwyKUcMO10dEt4nDSbinZhM8cGvAmMFOHPdf6TBX6gYZRl+/++/iYHtoM14fERQ==} 9046 8949 peerDependencies: 9047 8950 vitepress: ^1.0.0 9048 8951 vue: ^3.5.0 ··· 9059 8962 postcss: 9060 8963 optional: true 9061 8964 9062 - vitest-browser-react@0.1.1: 9063 - resolution: {integrity: sha512-n9l+sIAexKqqfBuEkjVGdfZ4xAn1Gn/+wc4Mo8KsUSUOVoM9evSY0rVXdMIzCQqloT/zvmFGAtziFINkqu+t7g==} 8965 + vitest-browser-react@0.2.0: 8966 + resolution: {integrity: sha512-tVUVngdcTMFPSywxEo42hAAO074VjEF7Q1QkV8wqjI9oiYuguUfqp6Uw4mTbZ+DLFSITHXiked+PYQFH69XkLQ==} 9064 8967 engines: {node: ^18.0.0 || >=20.0.0} 9065 8968 peerDependencies: 9066 8969 '@types/react': '>18.0.0' ··· 9122 9025 peerDependencies: 9123 9026 vue: ^3.0.0 9124 9027 9125 - vue-router@4.5.0: 9126 - resolution: {integrity: sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==} 9028 + vue-router@4.5.1: 9029 + resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==} 9127 9030 peerDependencies: 9128 9031 vue: ^3.2.0 9129 9032 ··· 9141 9044 peerDependencies: 9142 9045 vue: ^3.2.0 9143 9046 9144 - vue@3.5.12: 9145 - resolution: {integrity: sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==} 9146 - peerDependencies: 9147 - typescript: '*' 9148 - peerDependenciesMeta: 9149 - typescript: 9150 - optional: true 9151 - 9152 - vue@3.5.13: 9153 - resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==} 9047 + vue@3.5.14: 9048 + resolution: {integrity: sha512-LbOm50/vZFG6Mhy6KscQYXZMQ0LMCC/y40HDJPPvGFQ+i/lUH+PJHR6C3assgOQiXdl6tAfsXHbXYVBZZu65ew==} 9154 9049 peerDependencies: 9155 9050 typescript: '*' 9156 9051 peerDependenciesMeta: ··· 9176 9071 resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} 9177 9072 engines: {node: '>= 8'} 9178 9073 9179 - webdriver@9.12.6: 9180 - resolution: {integrity: sha512-Alz+JiaVW15b/Qy6zSmJeYXxvmtMIVpEAg7QDfCWqG9miZSKJYWwgWE3xoSrwYn5kTylUszqb17Pb5wyrj7YFw==} 9074 + webdriver@9.14.0: 9075 + resolution: {integrity: sha512-0mVjxafQ5GNdK4l/FVmmmXGUfLHCSBE4Ml2LG23rxgmw53CThAos6h01UgIEINonxIzgKEmwfqJioo3/frbpbQ==} 9181 9076 engines: {node: '>=18.20.0'} 9182 9077 9183 - webdriverio@9.12.7: 9184 - resolution: {integrity: sha512-HxpLQrFuadfE65dqh+Qc2pdvz18FbsdpdiZogy8VUBtxRanijbOsi4cV84ffGXab8Ownzu+bNBJuJjlTBDX00Q==} 9078 + webdriverio@9.14.0: 9079 + resolution: {integrity: sha512-GP0p6J+yjcCXF9uXW7HjB6IEh33OKmZcLTSg/W2rnVYSWgsUEYPujKSXe5I8q5a99QID7OOKNKVMfs5ANoZ2BA==} 9185 9080 engines: {node: '>=18.20.0'} 9186 9081 peerDependencies: 9187 9082 puppeteer-core: '>=22.x || <=24.x' ··· 9325 9220 utf-8-validate: 9326 9221 optional: true 9327 9222 9328 - ws@8.18.1: 9329 - resolution: {integrity: sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==} 9223 + ws@8.18.2: 9224 + resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==} 9330 9225 engines: {node: '>=10.0.0'} 9331 9226 peerDependencies: 9332 9227 bufferutil: ^4.0.1 ··· 9367 9262 engines: {node: '>= 14'} 9368 9263 hasBin: true 9369 9264 9265 + yaml@2.8.0: 9266 + resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==} 9267 + engines: {node: '>= 14.6'} 9268 + hasBin: true 9269 + 9370 9270 yargs-parser@21.1.1: 9371 9271 resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 9372 9272 engines: {node: '>=12'} ··· 9401 9301 resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==} 9402 9302 engines: {node: '>= 14'} 9403 9303 9404 - zustand@4.5.6: 9405 - resolution: {integrity: sha512-ibr/n1hBzLLj5Y+yUcU7dYw8p6WnIVzdJbnX+1YpaScvZVF2ziugqHs+LAmHw4lWO9c/zRj+K1ncgWDQuthEdQ==} 9304 + zustand@4.5.7: 9305 + resolution: {integrity: sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==} 9406 9306 engines: {node: '>=12.7.0'} 9407 9307 peerDependencies: 9408 9308 '@types/react': '>=16.8' ··· 9419 9319 zwitch@2.0.4: 9420 9320 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} 9421 9321 9422 - zx@8.5.3: 9423 - resolution: {integrity: sha512-TsGLAt8Ngr4wDXLZmN9BT+6FWVLFbqdQ0qpXkV3tIfH7F+MgN/WUeSY7W4nNqAntjWunmnRaznpyxtJRPhCbUQ==} 9322 + zx@8.5.4: 9323 + resolution: {integrity: sha512-44oKea9Sa8ZnOkTnS6fRJpg3quzgnbB43nLrVfYnqE86J4sxgZMUDLezzKET/FdOAVkF4X+Alm9Bume+W+RW9Q==} 9424 9324 engines: {node: '>= 12.17.0'} 9425 9325 hasBin: true 9426 9326 ··· 9540 9440 '@jridgewell/gen-mapping': 0.3.5 9541 9441 '@jridgewell/trace-mapping': 0.3.25 9542 9442 9543 - '@antfu/eslint-config@4.13.1(@vue/compiler-sfc@3.5.13)(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)(vitest@packages+vitest)': 9443 + '@antfu/eslint-config@4.13.1(@vue/compiler-sfc@3.5.14)(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)(vitest@packages+vitest)': 9544 9444 dependencies: 9545 9445 '@antfu/install-pkg': 1.1.0 9546 9446 '@clack/prompts': 0.10.1 ··· 9571 9471 eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2)) 9572 9472 eslint-plugin-vue: 10.1.0(eslint@9.27.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.27.0(jiti@2.4.2))) 9573 9473 eslint-plugin-yml: 1.18.0(eslint@9.27.0(jiti@2.4.2)) 9574 - eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.13)(eslint@9.27.0(jiti@2.4.2)) 9474 + eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.14)(eslint@9.27.0(jiti@2.4.2)) 9575 9475 globals: 16.1.0 9576 9476 jsonc-eslint-parser: 2.4.0 9577 9477 local-pkg: 1.1.1 ··· 9586 9486 - typescript 9587 9487 - vitest 9588 9488 9589 - '@antfu/install-pkg@1.0.0': 9590 - dependencies: 9591 - package-manager-detector: 0.2.8 9592 - tinyexec: 0.3.2 9593 - 9594 9489 '@antfu/install-pkg@1.1.0': 9595 9490 dependencies: 9596 9491 package-manager-detector: 1.3.0 9597 9492 tinyexec: 1.0.1 9598 9493 9599 - '@antfu/ni@24.3.0': 9494 + '@antfu/ni@24.4.0': 9600 9495 dependencies: 9601 - ansis: 3.17.0 9496 + ansis: 4.0.0 9602 9497 fzf: 0.5.2 9603 - package-manager-detector: 1.1.0 9498 + package-manager-detector: 1.3.0 9604 9499 tinyexec: 1.0.1 9605 9500 9606 9501 '@antfu/utils@0.7.10': {} ··· 9650 9545 '@babel/traverse': 7.24.7 9651 9546 '@babel/types': 7.24.7 9652 9547 convert-source-map: 2.0.0 9653 - debug: 4.4.0 9548 + debug: 4.4.1 9654 9549 gensync: 1.0.0-beta.2 9655 9550 json5: 2.2.3 9656 9551 semver: 6.3.1 ··· 9670 9565 '@babel/traverse': 7.27.0 9671 9566 '@babel/types': 7.27.0 9672 9567 convert-source-map: 2.0.0 9673 - debug: 4.4.0 9568 + debug: 4.4.1 9674 9569 gensync: 1.0.0-beta.2 9675 9570 json5: 2.2.3 9676 9571 semver: 6.3.1 ··· 9686 9581 9687 9582 '@babel/generator@7.26.2': 9688 9583 dependencies: 9689 - '@babel/parser': 7.26.2 9690 - '@babel/types': 7.26.0 9584 + '@babel/parser': 7.27.2 9585 + '@babel/types': 7.27.0 9691 9586 '@jridgewell/gen-mapping': 0.3.5 9692 9587 '@jridgewell/trace-mapping': 0.3.25 9693 9588 jsesc: 3.1.0 ··· 9702 9597 9703 9598 '@babel/helper-annotate-as-pure@7.25.9': 9704 9599 dependencies: 9705 - '@babel/types': 7.27.0 9600 + '@babel/types': 7.27.1 9706 9601 9707 9602 '@babel/helper-builder-binary-assignment-operator-visitor@7.25.9': 9708 9603 dependencies: 9709 9604 '@babel/traverse': 7.27.0 9710 - '@babel/types': 7.27.0 9605 + '@babel/types': 7.27.1 9711 9606 transitivePeerDependencies: 9712 9607 - supports-color 9713 9608 ··· 9752 9647 '@babel/core': 7.26.10 9753 9648 '@babel/helper-compilation-targets': 7.27.0 9754 9649 '@babel/helper-plugin-utils': 7.25.9 9755 - debug: 4.4.0 9650 + debug: 4.4.1 9756 9651 lodash.debounce: 4.0.8 9757 9652 resolve: 1.22.8 9758 9653 transitivePeerDependencies: ··· 9774 9669 '@babel/helper-member-expression-to-functions@7.25.9': 9775 9670 dependencies: 9776 9671 '@babel/traverse': 7.27.0 9777 - '@babel/types': 7.27.0 9672 + '@babel/types': 7.27.1 9778 9673 transitivePeerDependencies: 9779 9674 - supports-color 9780 9675 ··· 9814 9709 9815 9710 '@babel/helper-optimise-call-expression@7.25.9': 9816 9711 dependencies: 9817 - '@babel/types': 7.27.0 9712 + '@babel/types': 7.27.1 9818 9713 9819 9714 '@babel/helper-plugin-utils@7.25.9': {} 9820 9715 ··· 9846 9741 '@babel/helper-simple-access@7.25.9': 9847 9742 dependencies: 9848 9743 '@babel/traverse': 7.27.0 9849 - '@babel/types': 7.27.0 9744 + '@babel/types': 7.27.1 9850 9745 transitivePeerDependencies: 9851 9746 - supports-color 9852 9747 9853 9748 '@babel/helper-skip-transparent-expression-wrappers@7.25.9': 9854 9749 dependencies: 9855 9750 '@babel/traverse': 7.27.0 9856 - '@babel/types': 7.27.0 9751 + '@babel/types': 7.27.1 9857 9752 transitivePeerDependencies: 9858 9753 - supports-color 9859 9754 ··· 9865 9760 9866 9761 '@babel/helper-string-parser@7.25.9': {} 9867 9762 9763 + '@babel/helper-string-parser@7.27.1': {} 9764 + 9868 9765 '@babel/helper-validator-identifier@7.25.7': {} 9869 9766 9870 9767 '@babel/helper-validator-identifier@7.25.9': {} 9768 + 9769 + '@babel/helper-validator-identifier@7.27.1': {} 9871 9770 9872 9771 '@babel/helper-validator-option@7.24.7': {} 9873 9772 ··· 9877 9776 dependencies: 9878 9777 '@babel/template': 7.27.0 9879 9778 '@babel/traverse': 7.27.0 9880 - '@babel/types': 7.27.0 9779 + '@babel/types': 7.27.1 9881 9780 transitivePeerDependencies: 9882 9781 - supports-color 9883 9782 ··· 9913 9812 '@babel/parser@7.27.0': 9914 9813 dependencies: 9915 9814 '@babel/types': 7.27.0 9815 + 9816 + '@babel/parser@7.27.2': 9817 + dependencies: 9818 + '@babel/types': 7.27.1 9916 9819 9917 9820 '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.10)': 9918 9821 dependencies: ··· 10135 10038 '@babel/core': 7.26.10 10136 10039 '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) 10137 10040 '@babel/helper-plugin-utils': 7.25.9 10138 - '@babel/helper-validator-identifier': 7.25.9 10041 + '@babel/helper-validator-identifier': 7.27.1 10139 10042 '@babel/traverse': 7.27.0 10140 10043 transitivePeerDependencies: 10141 10044 - supports-color ··· 10381 10284 dependencies: 10382 10285 '@babel/core': 7.26.10 10383 10286 '@babel/helper-plugin-utils': 7.25.9 10384 - '@babel/types': 7.27.0 10287 + '@babel/types': 7.27.1 10385 10288 esutils: 2.0.3 10386 10289 10387 10290 '@babel/runtime@7.24.4': ··· 10401 10304 '@babel/template@7.25.9': 10402 10305 dependencies: 10403 10306 '@babel/code-frame': 7.26.2 10404 - '@babel/parser': 7.26.2 10405 - '@babel/types': 7.26.0 10307 + '@babel/parser': 7.27.2 10308 + '@babel/types': 7.27.0 10406 10309 10407 10310 '@babel/template@7.27.0': 10408 10311 dependencies: ··· 10420 10323 '@babel/helper-split-export-declaration': 7.24.7 10421 10324 '@babel/parser': 7.26.2 10422 10325 '@babel/types': 7.26.0 10423 - debug: 4.4.0 10326 + debug: 4.4.1 10424 10327 globals: 11.12.0 10425 10328 transitivePeerDependencies: 10426 10329 - supports-color ··· 10429 10332 dependencies: 10430 10333 '@babel/code-frame': 7.26.2 10431 10334 '@babel/generator': 7.26.2 10432 - '@babel/parser': 7.26.2 10335 + '@babel/parser': 7.27.2 10433 10336 '@babel/template': 7.25.9 10434 - '@babel/types': 7.26.0 10435 - debug: 4.4.0 10337 + '@babel/types': 7.27.0 10338 + debug: 4.4.1 10436 10339 globals: 11.12.0 10437 10340 transitivePeerDependencies: 10438 10341 - supports-color ··· 10444 10347 '@babel/parser': 7.27.0 10445 10348 '@babel/template': 7.27.0 10446 10349 '@babel/types': 7.27.0 10447 - debug: 4.4.0 10350 + debug: 4.4.1 10448 10351 globals: 11.12.0 10449 10352 transitivePeerDependencies: 10450 10353 - supports-color ··· 10464 10367 dependencies: 10465 10368 '@babel/helper-string-parser': 7.25.9 10466 10369 '@babel/helper-validator-identifier': 7.25.9 10370 + 10371 + '@babel/types@7.27.1': 10372 + dependencies: 10373 + '@babel/helper-string-parser': 7.27.1 10374 + '@babel/helper-validator-identifier': 7.27.1 10467 10375 10468 10376 '@bcoe/v8-coverage@1.0.2': {} 10469 10377 ··· 10515 10423 10516 10424 '@docsearch/css@3.9.0': {} 10517 10425 10518 - '@docsearch/js@3.9.0(@algolia/client-search@5.20.0)(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)': 10426 + '@docsearch/js@3.9.0(@algolia/client-search@5.20.0)(@types/react@19.1.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)': 10519 10427 dependencies: 10520 - '@docsearch/react': 3.9.0(@algolia/client-search@5.20.0)(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0) 10428 + '@docsearch/react': 3.9.0(@algolia/client-search@5.20.0)(@types/react@19.1.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0) 10521 10429 preact: 10.21.0 10522 10430 transitivePeerDependencies: 10523 10431 - '@algolia/client-search' ··· 10526 10434 - react-dom 10527 10435 - search-insights 10528 10436 10529 - '@docsearch/react@3.9.0(@algolia/client-search@5.20.0)(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)': 10437 + '@docsearch/react@3.9.0(@algolia/client-search@5.20.0)(@types/react@19.1.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)': 10530 10438 dependencies: 10531 10439 '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0)(search-insights@2.9.0) 10532 10440 '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.20.0)(algoliasearch@5.20.0) 10533 10441 '@docsearch/css': 3.9.0 10534 10442 algoliasearch: 5.20.0 10535 10443 optionalDependencies: 10536 - '@types/react': 19.1.2 10444 + '@types/react': 19.1.4 10537 10445 react: 19.1.0 10538 10446 react-dom: 19.1.0(react@19.1.0) 10539 10447 search-insights: 2.9.0 ··· 10586 10494 '@esbuild/aix-ppc64@0.25.0': 10587 10495 optional: true 10588 10496 10589 - '@esbuild/aix-ppc64@0.25.1': 10590 - optional: true 10591 - 10592 - '@esbuild/aix-ppc64@0.25.3': 10497 + '@esbuild/aix-ppc64@0.25.4': 10593 10498 optional: true 10594 10499 10595 10500 '@esbuild/android-arm64@0.24.2': ··· 10598 10503 '@esbuild/android-arm64@0.25.0': 10599 10504 optional: true 10600 10505 10601 - '@esbuild/android-arm64@0.25.1': 10602 - optional: true 10603 - 10604 - '@esbuild/android-arm64@0.25.3': 10506 + '@esbuild/android-arm64@0.25.4': 10605 10507 optional: true 10606 10508 10607 10509 '@esbuild/android-arm@0.24.2': ··· 10610 10512 '@esbuild/android-arm@0.25.0': 10611 10513 optional: true 10612 10514 10613 - '@esbuild/android-arm@0.25.1': 10614 - optional: true 10615 - 10616 - '@esbuild/android-arm@0.25.3': 10515 + '@esbuild/android-arm@0.25.4': 10617 10516 optional: true 10618 10517 10619 10518 '@esbuild/android-x64@0.24.2': ··· 10622 10521 '@esbuild/android-x64@0.25.0': 10623 10522 optional: true 10624 10523 10625 - '@esbuild/android-x64@0.25.1': 10626 - optional: true 10627 - 10628 - '@esbuild/android-x64@0.25.3': 10524 + '@esbuild/android-x64@0.25.4': 10629 10525 optional: true 10630 10526 10631 10527 '@esbuild/darwin-arm64@0.24.2': ··· 10634 10530 '@esbuild/darwin-arm64@0.25.0': 10635 10531 optional: true 10636 10532 10637 - '@esbuild/darwin-arm64@0.25.1': 10638 - optional: true 10639 - 10640 - '@esbuild/darwin-arm64@0.25.3': 10533 + '@esbuild/darwin-arm64@0.25.4': 10641 10534 optional: true 10642 10535 10643 10536 '@esbuild/darwin-x64@0.24.2': ··· 10646 10539 '@esbuild/darwin-x64@0.25.0': 10647 10540 optional: true 10648 10541 10649 - '@esbuild/darwin-x64@0.25.1': 10650 - optional: true 10651 - 10652 - '@esbuild/darwin-x64@0.25.3': 10542 + '@esbuild/darwin-x64@0.25.4': 10653 10543 optional: true 10654 10544 10655 10545 '@esbuild/freebsd-arm64@0.24.2': ··· 10658 10548 '@esbuild/freebsd-arm64@0.25.0': 10659 10549 optional: true 10660 10550 10661 - '@esbuild/freebsd-arm64@0.25.1': 10662 - optional: true 10663 - 10664 - '@esbuild/freebsd-arm64@0.25.3': 10551 + '@esbuild/freebsd-arm64@0.25.4': 10665 10552 optional: true 10666 10553 10667 10554 '@esbuild/freebsd-x64@0.24.2': ··· 10670 10557 '@esbuild/freebsd-x64@0.25.0': 10671 10558 optional: true 10672 10559 10673 - '@esbuild/freebsd-x64@0.25.1': 10674 - optional: true 10675 - 10676 - '@esbuild/freebsd-x64@0.25.3': 10560 + '@esbuild/freebsd-x64@0.25.4': 10677 10561 optional: true 10678 10562 10679 10563 '@esbuild/linux-arm64@0.24.2': ··· 10682 10566 '@esbuild/linux-arm64@0.25.0': 10683 10567 optional: true 10684 10568 10685 - '@esbuild/linux-arm64@0.25.1': 10686 - optional: true 10687 - 10688 - '@esbuild/linux-arm64@0.25.3': 10569 + '@esbuild/linux-arm64@0.25.4': 10689 10570 optional: true 10690 10571 10691 10572 '@esbuild/linux-arm@0.24.2': ··· 10694 10575 '@esbuild/linux-arm@0.25.0': 10695 10576 optional: true 10696 10577 10697 - '@esbuild/linux-arm@0.25.1': 10698 - optional: true 10699 - 10700 - '@esbuild/linux-arm@0.25.3': 10578 + '@esbuild/linux-arm@0.25.4': 10701 10579 optional: true 10702 10580 10703 10581 '@esbuild/linux-ia32@0.24.2': ··· 10706 10584 '@esbuild/linux-ia32@0.25.0': 10707 10585 optional: true 10708 10586 10709 - '@esbuild/linux-ia32@0.25.1': 10710 - optional: true 10711 - 10712 - '@esbuild/linux-ia32@0.25.3': 10587 + '@esbuild/linux-ia32@0.25.4': 10713 10588 optional: true 10714 10589 10715 10590 '@esbuild/linux-loong64@0.24.2': ··· 10718 10593 '@esbuild/linux-loong64@0.25.0': 10719 10594 optional: true 10720 10595 10721 - '@esbuild/linux-loong64@0.25.1': 10722 - optional: true 10723 - 10724 - '@esbuild/linux-loong64@0.25.3': 10596 + '@esbuild/linux-loong64@0.25.4': 10725 10597 optional: true 10726 10598 10727 10599 '@esbuild/linux-mips64el@0.24.2': ··· 10730 10602 '@esbuild/linux-mips64el@0.25.0': 10731 10603 optional: true 10732 10604 10733 - '@esbuild/linux-mips64el@0.25.1': 10734 - optional: true 10735 - 10736 - '@esbuild/linux-mips64el@0.25.3': 10605 + '@esbuild/linux-mips64el@0.25.4': 10737 10606 optional: true 10738 10607 10739 10608 '@esbuild/linux-ppc64@0.24.2': ··· 10742 10611 '@esbuild/linux-ppc64@0.25.0': 10743 10612 optional: true 10744 10613 10745 - '@esbuild/linux-ppc64@0.25.1': 10746 - optional: true 10747 - 10748 - '@esbuild/linux-ppc64@0.25.3': 10614 + '@esbuild/linux-ppc64@0.25.4': 10749 10615 optional: true 10750 10616 10751 10617 '@esbuild/linux-riscv64@0.24.2': ··· 10754 10620 '@esbuild/linux-riscv64@0.25.0': 10755 10621 optional: true 10756 10622 10757 - '@esbuild/linux-riscv64@0.25.1': 10758 - optional: true 10759 - 10760 - '@esbuild/linux-riscv64@0.25.3': 10623 + '@esbuild/linux-riscv64@0.25.4': 10761 10624 optional: true 10762 10625 10763 10626 '@esbuild/linux-s390x@0.24.2': ··· 10766 10629 '@esbuild/linux-s390x@0.25.0': 10767 10630 optional: true 10768 10631 10769 - '@esbuild/linux-s390x@0.25.1': 10770 - optional: true 10771 - 10772 - '@esbuild/linux-s390x@0.25.3': 10632 + '@esbuild/linux-s390x@0.25.4': 10773 10633 optional: true 10774 10634 10775 10635 '@esbuild/linux-x64@0.24.2': ··· 10778 10638 '@esbuild/linux-x64@0.25.0': 10779 10639 optional: true 10780 10640 10781 - '@esbuild/linux-x64@0.25.1': 10782 - optional: true 10783 - 10784 - '@esbuild/linux-x64@0.25.3': 10641 + '@esbuild/linux-x64@0.25.4': 10785 10642 optional: true 10786 10643 10787 10644 '@esbuild/netbsd-arm64@0.24.2': ··· 10790 10647 '@esbuild/netbsd-arm64@0.25.0': 10791 10648 optional: true 10792 10649 10793 - '@esbuild/netbsd-arm64@0.25.1': 10794 - optional: true 10795 - 10796 - '@esbuild/netbsd-arm64@0.25.3': 10650 + '@esbuild/netbsd-arm64@0.25.4': 10797 10651 optional: true 10798 10652 10799 10653 '@esbuild/netbsd-x64@0.24.2': ··· 10802 10656 '@esbuild/netbsd-x64@0.25.0': 10803 10657 optional: true 10804 10658 10805 - '@esbuild/netbsd-x64@0.25.1': 10806 - optional: true 10807 - 10808 - '@esbuild/netbsd-x64@0.25.3': 10659 + '@esbuild/netbsd-x64@0.25.4': 10809 10660 optional: true 10810 10661 10811 10662 '@esbuild/openbsd-arm64@0.24.2': ··· 10814 10665 '@esbuild/openbsd-arm64@0.25.0': 10815 10666 optional: true 10816 10667 10817 - '@esbuild/openbsd-arm64@0.25.1': 10818 - optional: true 10819 - 10820 - '@esbuild/openbsd-arm64@0.25.3': 10668 + '@esbuild/openbsd-arm64@0.25.4': 10821 10669 optional: true 10822 10670 10823 10671 '@esbuild/openbsd-x64@0.24.2': ··· 10826 10674 '@esbuild/openbsd-x64@0.25.0': 10827 10675 optional: true 10828 10676 10829 - '@esbuild/openbsd-x64@0.25.1': 10830 - optional: true 10831 - 10832 - '@esbuild/openbsd-x64@0.25.3': 10677 + '@esbuild/openbsd-x64@0.25.4': 10833 10678 optional: true 10834 10679 10835 10680 '@esbuild/sunos-x64@0.24.2': ··· 10838 10683 '@esbuild/sunos-x64@0.25.0': 10839 10684 optional: true 10840 10685 10841 - '@esbuild/sunos-x64@0.25.1': 10842 - optional: true 10843 - 10844 - '@esbuild/sunos-x64@0.25.3': 10686 + '@esbuild/sunos-x64@0.25.4': 10845 10687 optional: true 10846 10688 10847 10689 '@esbuild/win32-arm64@0.24.2': ··· 10850 10692 '@esbuild/win32-arm64@0.25.0': 10851 10693 optional: true 10852 10694 10853 - '@esbuild/win32-arm64@0.25.1': 10854 - optional: true 10855 - 10856 - '@esbuild/win32-arm64@0.25.3': 10695 + '@esbuild/win32-arm64@0.25.4': 10857 10696 optional: true 10858 10697 10859 10698 '@esbuild/win32-ia32@0.24.2': ··· 10862 10701 '@esbuild/win32-ia32@0.25.0': 10863 10702 optional: true 10864 10703 10865 - '@esbuild/win32-ia32@0.25.1': 10866 - optional: true 10867 - 10868 - '@esbuild/win32-ia32@0.25.3': 10704 + '@esbuild/win32-ia32@0.25.4': 10869 10705 optional: true 10870 10706 10871 10707 '@esbuild/win32-x64@0.24.2': ··· 10874 10710 '@esbuild/win32-x64@0.25.0': 10875 10711 optional: true 10876 10712 10877 - '@esbuild/win32-x64@0.25.1': 10878 - optional: true 10879 - 10880 - '@esbuild/win32-x64@0.25.3': 10713 + '@esbuild/win32-x64@0.25.4': 10881 10714 optional: true 10882 10715 10883 10716 '@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.27.0(jiti@2.4.2))': ··· 10905 10738 '@eslint/config-array@0.20.0': 10906 10739 dependencies: 10907 10740 '@eslint/object-schema': 2.1.6 10908 - debug: 4.4.0 10741 + debug: 4.4.1 10909 10742 minimatch: 3.1.2 10910 10743 transitivePeerDependencies: 10911 10744 - supports-color ··· 10927 10760 '@eslint/eslintrc@3.3.1': 10928 10761 dependencies: 10929 10762 ajv: 6.12.6 10930 - debug: 4.4.0 10763 + debug: 4.4.1 10931 10764 espree: 10.3.0 10932 10765 globals: 14.0.0 10933 10766 ignore: 5.3.2 ··· 10964 10797 '@eslint/core': 0.14.0 10965 10798 levn: 0.4.1 10966 10799 10967 - '@faker-js/faker@9.7.0': {} 10800 + '@faker-js/faker@9.8.0': {} 10968 10801 10969 10802 '@fastify/ajv-compiler@3.5.0': 10970 10803 dependencies: ··· 11025 10858 11026 10859 '@iconify/utils@2.3.0': 11027 10860 dependencies: 11028 - '@antfu/install-pkg': 1.0.0 10861 + '@antfu/install-pkg': 1.1.0 11029 10862 '@antfu/utils': 8.1.0 11030 10863 '@iconify/types': 2.0.0 11031 - debug: 4.4.0 10864 + debug: 4.4.1 11032 10865 globals: 15.15.0 11033 10866 kolorist: 1.8.0 11034 10867 local-pkg: 1.1.1 ··· 11036 10869 transitivePeerDependencies: 11037 10870 - supports-color 11038 10871 11039 - '@inquirer/confirm@5.0.1(@types/node@22.14.1)': 10872 + '@inquirer/confirm@5.0.1(@types/node@22.15.19)': 11040 10873 dependencies: 11041 - '@inquirer/core': 10.0.1(@types/node@22.14.1) 11042 - '@inquirer/type': 3.0.0(@types/node@22.14.1) 11043 - '@types/node': 22.14.1 10874 + '@inquirer/core': 10.0.1(@types/node@22.15.19) 10875 + '@inquirer/type': 3.0.0(@types/node@22.15.19) 10876 + '@types/node': 22.15.19 11044 10877 11045 - '@inquirer/core@10.0.1(@types/node@22.14.1)': 10878 + '@inquirer/core@10.0.1(@types/node@22.15.19)': 11046 10879 dependencies: 11047 10880 '@inquirer/figures': 1.0.7 11048 - '@inquirer/type': 3.0.0(@types/node@22.14.1) 10881 + '@inquirer/type': 3.0.0(@types/node@22.15.19) 11049 10882 ansi-escapes: 4.3.2 11050 10883 cli-width: 4.1.0 11051 10884 mute-stream: 2.0.0 ··· 11058 10891 11059 10892 '@inquirer/figures@1.0.7': {} 11060 10893 11061 - '@inquirer/type@3.0.0(@types/node@22.14.1)': 10894 + '@inquirer/type@3.0.0(@types/node@22.15.19)': 11062 10895 dependencies: 11063 - '@types/node': 22.14.1 10896 + '@types/node': 22.15.19 11064 10897 11065 10898 '@isaacs/cliui@8.0.2': 11066 10899 dependencies: ··· 11160 10993 11161 10994 '@open-draft/until@2.1.0': {} 11162 10995 11163 - '@oxc-minify/binding-darwin-arm64@0.65.0': 10996 + '@oxc-minify/binding-darwin-arm64@0.69.0': 11164 10997 optional: true 11165 10998 11166 - '@oxc-minify/binding-darwin-x64@0.65.0': 10999 + '@oxc-minify/binding-darwin-x64@0.69.0': 11167 11000 optional: true 11168 11001 11169 - '@oxc-minify/binding-linux-arm-gnueabihf@0.65.0': 11002 + '@oxc-minify/binding-freebsd-x64@0.69.0': 11170 11003 optional: true 11171 11004 11172 - '@oxc-minify/binding-linux-arm64-gnu@0.65.0': 11005 + '@oxc-minify/binding-linux-arm-gnueabihf@0.69.0': 11173 11006 optional: true 11174 11007 11175 - '@oxc-minify/binding-linux-arm64-musl@0.65.0': 11008 + '@oxc-minify/binding-linux-arm64-gnu@0.69.0': 11176 11009 optional: true 11177 11010 11178 - '@oxc-minify/binding-linux-x64-gnu@0.65.0': 11011 + '@oxc-minify/binding-linux-arm64-musl@0.69.0': 11179 11012 optional: true 11180 11013 11181 - '@oxc-minify/binding-linux-x64-musl@0.65.0': 11014 + '@oxc-minify/binding-linux-riscv64-gnu@0.69.0': 11182 11015 optional: true 11183 11016 11184 - '@oxc-minify/binding-wasm32-wasi@0.65.0': 11017 + '@oxc-minify/binding-linux-s390x-gnu@0.69.0': 11018 + optional: true 11019 + 11020 + '@oxc-minify/binding-linux-x64-gnu@0.69.0': 11021 + optional: true 11022 + 11023 + '@oxc-minify/binding-linux-x64-musl@0.69.0': 11024 + optional: true 11025 + 11026 + '@oxc-minify/binding-wasm32-wasi@0.69.0': 11185 11027 dependencies: 11186 11028 '@napi-rs/wasm-runtime': 0.2.9 11187 11029 optional: true 11188 11030 11189 - '@oxc-minify/binding-win32-arm64-msvc@0.65.0': 11031 + '@oxc-minify/binding-win32-arm64-msvc@0.69.0': 11190 11032 optional: true 11191 11033 11192 - '@oxc-minify/binding-win32-x64-msvc@0.65.0': 11034 + '@oxc-minify/binding-win32-x64-msvc@0.69.0': 11193 11035 optional: true 11194 11036 11195 - '@oxc-parser/binding-darwin-arm64@0.65.0': 11037 + '@oxc-parser/binding-darwin-arm64@0.69.0': 11196 11038 optional: true 11197 11039 11198 - '@oxc-parser/binding-darwin-x64@0.65.0': 11040 + '@oxc-parser/binding-darwin-x64@0.69.0': 11199 11041 optional: true 11200 11042 11201 - '@oxc-parser/binding-linux-arm-gnueabihf@0.65.0': 11043 + '@oxc-parser/binding-freebsd-x64@0.69.0': 11202 11044 optional: true 11203 11045 11204 - '@oxc-parser/binding-linux-arm64-gnu@0.65.0': 11046 + '@oxc-parser/binding-linux-arm-gnueabihf@0.69.0': 11205 11047 optional: true 11206 11048 11207 - '@oxc-parser/binding-linux-arm64-musl@0.65.0': 11049 + '@oxc-parser/binding-linux-arm64-gnu@0.69.0': 11208 11050 optional: true 11209 11051 11210 - '@oxc-parser/binding-linux-x64-gnu@0.65.0': 11052 + '@oxc-parser/binding-linux-arm64-musl@0.69.0': 11211 11053 optional: true 11212 11054 11213 - '@oxc-parser/binding-linux-x64-musl@0.65.0': 11055 + '@oxc-parser/binding-linux-riscv64-gnu@0.69.0': 11214 11056 optional: true 11215 11057 11216 - '@oxc-parser/binding-wasm32-wasi@0.65.0': 11058 + '@oxc-parser/binding-linux-s390x-gnu@0.69.0': 11059 + optional: true 11060 + 11061 + '@oxc-parser/binding-linux-x64-gnu@0.69.0': 11062 + optional: true 11063 + 11064 + '@oxc-parser/binding-linux-x64-musl@0.69.0': 11065 + optional: true 11066 + 11067 + '@oxc-parser/binding-wasm32-wasi@0.69.0': 11217 11068 dependencies: 11218 11069 '@napi-rs/wasm-runtime': 0.2.9 11219 11070 optional: true 11220 11071 11221 - '@oxc-parser/binding-win32-arm64-msvc@0.65.0': 11072 + '@oxc-parser/binding-win32-arm64-msvc@0.69.0': 11222 11073 optional: true 11223 11074 11224 - '@oxc-parser/binding-win32-x64-msvc@0.65.0': 11075 + '@oxc-parser/binding-win32-x64-msvc@0.69.0': 11225 11076 optional: true 11226 11077 11227 - '@oxc-project/types@0.65.0': {} 11078 + '@oxc-project/types@0.69.0': {} 11228 11079 11229 - '@oxc-resolver/binding-darwin-arm64@6.0.0': 11080 + '@oxc-resolver/binding-darwin-arm64@9.0.2': 11230 11081 optional: true 11231 11082 11232 - '@oxc-resolver/binding-darwin-x64@6.0.0': 11083 + '@oxc-resolver/binding-darwin-x64@9.0.2': 11233 11084 optional: true 11234 11085 11235 - '@oxc-resolver/binding-freebsd-x64@6.0.0': 11086 + '@oxc-resolver/binding-freebsd-x64@9.0.2': 11236 11087 optional: true 11237 11088 11238 - '@oxc-resolver/binding-linux-arm-gnueabihf@6.0.0': 11089 + '@oxc-resolver/binding-linux-arm-gnueabihf@9.0.2': 11239 11090 optional: true 11240 11091 11241 - '@oxc-resolver/binding-linux-arm64-gnu@6.0.0': 11092 + '@oxc-resolver/binding-linux-arm64-gnu@9.0.2': 11242 11093 optional: true 11243 11094 11244 - '@oxc-resolver/binding-linux-arm64-musl@6.0.0': 11095 + '@oxc-resolver/binding-linux-arm64-musl@9.0.2': 11245 11096 optional: true 11246 11097 11247 - '@oxc-resolver/binding-linux-riscv64-gnu@6.0.0': 11098 + '@oxc-resolver/binding-linux-riscv64-gnu@9.0.2': 11248 11099 optional: true 11249 11100 11250 - '@oxc-resolver/binding-linux-s390x-gnu@6.0.0': 11101 + '@oxc-resolver/binding-linux-s390x-gnu@9.0.2': 11251 11102 optional: true 11252 11103 11253 - '@oxc-resolver/binding-linux-x64-gnu@6.0.0': 11104 + '@oxc-resolver/binding-linux-x64-gnu@9.0.2': 11254 11105 optional: true 11255 11106 11256 - '@oxc-resolver/binding-linux-x64-musl@6.0.0': 11107 + '@oxc-resolver/binding-linux-x64-musl@9.0.2': 11257 11108 optional: true 11258 11109 11259 - '@oxc-resolver/binding-wasm32-wasi@6.0.0': 11110 + '@oxc-resolver/binding-wasm32-wasi@9.0.2': 11260 11111 dependencies: 11261 11112 '@napi-rs/wasm-runtime': 0.2.9 11262 11113 optional: true 11263 11114 11264 - '@oxc-resolver/binding-win32-arm64-msvc@6.0.0': 11115 + '@oxc-resolver/binding-win32-arm64-msvc@9.0.2': 11265 11116 optional: true 11266 11117 11267 - '@oxc-resolver/binding-win32-x64-msvc@6.0.0': 11118 + '@oxc-resolver/binding-win32-x64-msvc@9.0.2': 11268 11119 optional: true 11269 11120 11270 - '@oxc-transform/binding-darwin-arm64@0.65.0': 11121 + '@oxc-transform/binding-darwin-arm64@0.69.0': 11271 11122 optional: true 11272 11123 11273 - '@oxc-transform/binding-darwin-x64@0.65.0': 11124 + '@oxc-transform/binding-darwin-x64@0.69.0': 11274 11125 optional: true 11275 11126 11276 - '@oxc-transform/binding-linux-arm-gnueabihf@0.65.0': 11127 + '@oxc-transform/binding-freebsd-x64@0.69.0': 11277 11128 optional: true 11278 11129 11279 - '@oxc-transform/binding-linux-arm64-gnu@0.65.0': 11130 + '@oxc-transform/binding-linux-arm-gnueabihf@0.69.0': 11280 11131 optional: true 11281 11132 11282 - '@oxc-transform/binding-linux-arm64-musl@0.65.0': 11133 + '@oxc-transform/binding-linux-arm64-gnu@0.69.0': 11283 11134 optional: true 11284 11135 11285 - '@oxc-transform/binding-linux-x64-gnu@0.65.0': 11136 + '@oxc-transform/binding-linux-arm64-musl@0.69.0': 11286 11137 optional: true 11287 11138 11288 - '@oxc-transform/binding-linux-x64-musl@0.65.0': 11139 + '@oxc-transform/binding-linux-riscv64-gnu@0.69.0': 11289 11140 optional: true 11290 11141 11291 - '@oxc-transform/binding-wasm32-wasi@0.65.0': 11142 + '@oxc-transform/binding-linux-s390x-gnu@0.69.0': 11143 + optional: true 11144 + 11145 + '@oxc-transform/binding-linux-x64-gnu@0.69.0': 11146 + optional: true 11147 + 11148 + '@oxc-transform/binding-linux-x64-musl@0.69.0': 11149 + optional: true 11150 + 11151 + '@oxc-transform/binding-wasm32-wasi@0.69.0': 11292 11152 dependencies: 11293 11153 '@napi-rs/wasm-runtime': 0.2.9 11294 11154 optional: true 11295 11155 11296 - '@oxc-transform/binding-win32-arm64-msvc@0.65.0': 11156 + '@oxc-transform/binding-win32-arm64-msvc@0.69.0': 11297 11157 optional: true 11298 11158 11299 - '@oxc-transform/binding-win32-x64-msvc@0.65.0': 11159 + '@oxc-transform/binding-win32-x64-msvc@0.69.0': 11300 11160 optional: true 11301 11161 11302 11162 '@pkgjs/parseargs@0.11.0': ··· 11314 11174 11315 11175 '@puppeteer/browsers@2.7.1': 11316 11176 dependencies: 11317 - debug: 4.4.0 11177 + debug: 4.4.1 11318 11178 extract-zip: 2.0.1 11319 11179 progress: 2.0.3 11320 11180 proxy-agent: 6.5.0 ··· 11324 11184 transitivePeerDependencies: 11325 11185 - supports-color 11326 11186 11327 - '@rollup/plugin-babel@5.3.1(@babel/core@7.26.10)(@types/babel__core@7.20.5)(rollup@4.40.0)': 11187 + '@rollup/plugin-babel@5.3.1(@babel/core@7.26.10)(@types/babel__core@7.20.5)(rollup@4.41.0)': 11328 11188 dependencies: 11329 11189 '@babel/core': 7.26.10 11330 11190 '@babel/helper-module-imports': 7.25.9 11331 - '@rollup/pluginutils': 3.1.0(rollup@4.40.0) 11332 - rollup: 4.40.0 11191 + '@rollup/pluginutils': 3.1.0(rollup@4.41.0) 11192 + rollup: 4.41.0 11333 11193 optionalDependencies: 11334 11194 '@types/babel__core': 7.20.5 11335 11195 transitivePeerDependencies: 11336 11196 - supports-color 11337 11197 11338 - '@rollup/plugin-commonjs@28.0.3(rollup@4.40.0)': 11198 + '@rollup/plugin-commonjs@28.0.3(rollup@4.41.0)': 11339 11199 dependencies: 11340 - '@rollup/pluginutils': 5.1.4(rollup@4.40.0) 11200 + '@rollup/pluginutils': 5.1.4(rollup@4.41.0) 11341 11201 commondir: 1.0.1 11342 11202 estree-walker: 2.0.2 11343 11203 fdir: 6.4.3(picomatch@4.0.2) ··· 11345 11205 magic-string: 0.30.17 11346 11206 picomatch: 4.0.2 11347 11207 optionalDependencies: 11348 - rollup: 4.40.0 11208 + rollup: 4.41.0 11349 11209 11350 - '@rollup/plugin-json@6.1.0(rollup@4.40.0)': 11210 + '@rollup/plugin-json@6.1.0(rollup@4.41.0)': 11351 11211 dependencies: 11352 - '@rollup/pluginutils': 5.1.0(rollup@4.40.0) 11212 + '@rollup/pluginutils': 5.1.0(rollup@4.41.0) 11353 11213 optionalDependencies: 11354 - rollup: 4.40.0 11214 + rollup: 4.41.0 11355 11215 11356 - '@rollup/plugin-node-resolve@15.3.1(rollup@4.40.0)': 11216 + '@rollup/plugin-node-resolve@15.3.1(rollup@4.41.0)': 11357 11217 dependencies: 11358 - '@rollup/pluginutils': 5.1.4(rollup@4.40.0) 11218 + '@rollup/pluginutils': 5.1.4(rollup@4.41.0) 11359 11219 '@types/resolve': 1.20.2 11360 11220 deepmerge: 4.3.1 11361 11221 is-module: 1.0.0 11362 11222 resolve: 1.22.8 11363 11223 optionalDependencies: 11364 - rollup: 4.40.0 11224 + rollup: 4.41.0 11365 11225 11366 - '@rollup/plugin-node-resolve@16.0.1(rollup@4.40.0)': 11226 + '@rollup/plugin-node-resolve@16.0.1(rollup@4.41.0)': 11367 11227 dependencies: 11368 - '@rollup/pluginutils': 5.1.4(rollup@4.40.0) 11228 + '@rollup/pluginutils': 5.1.4(rollup@4.41.0) 11369 11229 '@types/resolve': 1.20.2 11370 11230 deepmerge: 4.3.1 11371 11231 is-module: 1.0.0 11372 11232 resolve: 1.22.8 11373 11233 optionalDependencies: 11374 - rollup: 4.40.0 11234 + rollup: 4.41.0 11375 11235 11376 - '@rollup/plugin-replace@2.4.2(rollup@4.40.0)': 11236 + '@rollup/plugin-replace@2.4.2(rollup@4.41.0)': 11377 11237 dependencies: 11378 - '@rollup/pluginutils': 3.1.0(rollup@4.40.0) 11238 + '@rollup/pluginutils': 3.1.0(rollup@4.41.0) 11379 11239 magic-string: 0.25.9 11380 - rollup: 4.40.0 11240 + rollup: 4.41.0 11381 11241 11382 - '@rollup/plugin-terser@0.4.4(rollup@4.40.0)': 11242 + '@rollup/plugin-terser@0.4.4(rollup@4.41.0)': 11383 11243 dependencies: 11384 11244 serialize-javascript: 6.0.2 11385 11245 smob: 1.5.0 11386 11246 terser: 5.36.0 11387 11247 optionalDependencies: 11388 - rollup: 4.40.0 11248 + rollup: 4.41.0 11389 11249 11390 - '@rollup/pluginutils@3.1.0(rollup@4.40.0)': 11250 + '@rollup/pluginutils@3.1.0(rollup@4.41.0)': 11391 11251 dependencies: 11392 11252 '@types/estree': 0.0.39 11393 11253 estree-walker: 1.0.1 11394 11254 picomatch: 2.3.1 11395 - rollup: 4.40.0 11255 + rollup: 4.41.0 11396 11256 11397 - '@rollup/pluginutils@5.1.0(rollup@4.40.0)': 11257 + '@rollup/pluginutils@5.1.0(rollup@4.41.0)': 11398 11258 dependencies: 11399 11259 '@types/estree': 1.0.7 11400 11260 estree-walker: 2.0.2 11401 11261 picomatch: 2.3.1 11402 11262 optionalDependencies: 11403 - rollup: 4.40.0 11263 + rollup: 4.41.0 11404 11264 11405 - '@rollup/pluginutils@5.1.3(rollup@4.40.0)': 11265 + '@rollup/pluginutils@5.1.3(rollup@4.41.0)': 11406 11266 dependencies: 11407 11267 '@types/estree': 1.0.7 11408 11268 estree-walker: 2.0.2 11409 11269 picomatch: 4.0.2 11410 11270 optionalDependencies: 11411 - rollup: 4.40.0 11271 + rollup: 4.41.0 11412 11272 11413 - '@rollup/pluginutils@5.1.4(rollup@4.40.0)': 11273 + '@rollup/pluginutils@5.1.4(rollup@4.41.0)': 11414 11274 dependencies: 11415 11275 '@types/estree': 1.0.6 11416 11276 estree-walker: 2.0.2 11417 11277 picomatch: 4.0.2 11418 11278 optionalDependencies: 11419 - rollup: 4.40.0 11279 + rollup: 4.41.0 11420 11280 11421 - '@rollup/rollup-android-arm-eabi@4.40.0': 11281 + '@rollup/rollup-android-arm-eabi@4.41.0': 11422 11282 optional: true 11423 11283 11424 - '@rollup/rollup-android-arm64@4.40.0': 11284 + '@rollup/rollup-android-arm64@4.41.0': 11425 11285 optional: true 11426 11286 11427 - '@rollup/rollup-darwin-arm64@4.40.0': 11287 + '@rollup/rollup-darwin-arm64@4.41.0': 11428 11288 optional: true 11429 11289 11430 - '@rollup/rollup-darwin-x64@4.40.0': 11290 + '@rollup/rollup-darwin-x64@4.41.0': 11431 11291 optional: true 11432 11292 11433 - '@rollup/rollup-freebsd-arm64@4.40.0': 11293 + '@rollup/rollup-freebsd-arm64@4.41.0': 11434 11294 optional: true 11435 11295 11436 - '@rollup/rollup-freebsd-x64@4.40.0': 11296 + '@rollup/rollup-freebsd-x64@4.41.0': 11437 11297 optional: true 11438 11298 11439 - '@rollup/rollup-linux-arm-gnueabihf@4.40.0': 11299 + '@rollup/rollup-linux-arm-gnueabihf@4.41.0': 11440 11300 optional: true 11441 11301 11442 - '@rollup/rollup-linux-arm-musleabihf@4.40.0': 11302 + '@rollup/rollup-linux-arm-musleabihf@4.41.0': 11443 11303 optional: true 11444 11304 11445 - '@rollup/rollup-linux-arm64-gnu@4.40.0': 11305 + '@rollup/rollup-linux-arm64-gnu@4.41.0': 11446 11306 optional: true 11447 11307 11448 - '@rollup/rollup-linux-arm64-musl@4.40.0': 11308 + '@rollup/rollup-linux-arm64-musl@4.41.0': 11449 11309 optional: true 11450 11310 11451 - '@rollup/rollup-linux-loongarch64-gnu@4.40.0': 11311 + '@rollup/rollup-linux-loongarch64-gnu@4.41.0': 11452 11312 optional: true 11453 11313 11454 - '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': 11314 + '@rollup/rollup-linux-powerpc64le-gnu@4.41.0': 11455 11315 optional: true 11456 11316 11457 - '@rollup/rollup-linux-riscv64-gnu@4.40.0': 11317 + '@rollup/rollup-linux-riscv64-gnu@4.41.0': 11458 11318 optional: true 11459 11319 11460 - '@rollup/rollup-linux-riscv64-musl@4.40.0': 11320 + '@rollup/rollup-linux-riscv64-musl@4.41.0': 11461 11321 optional: true 11462 11322 11463 - '@rollup/rollup-linux-s390x-gnu@4.40.0': 11323 + '@rollup/rollup-linux-s390x-gnu@4.41.0': 11464 11324 optional: true 11465 11325 11466 - '@rollup/rollup-linux-x64-gnu@4.40.0': 11326 + '@rollup/rollup-linux-x64-gnu@4.41.0': 11467 11327 optional: true 11468 11328 11469 - '@rollup/rollup-linux-x64-musl@4.40.0': 11329 + '@rollup/rollup-linux-x64-musl@4.41.0': 11470 11330 optional: true 11471 11331 11472 - '@rollup/rollup-win32-arm64-msvc@4.40.0': 11332 + '@rollup/rollup-win32-arm64-msvc@4.41.0': 11473 11333 optional: true 11474 11334 11475 - '@rollup/rollup-win32-ia32-msvc@4.40.0': 11335 + '@rollup/rollup-win32-ia32-msvc@4.41.0': 11476 11336 optional: true 11477 11337 11478 - '@rollup/rollup-win32-x64-msvc@4.40.0': 11338 + '@rollup/rollup-win32-x64-msvc@4.41.0': 11479 11339 optional: true 11480 11340 11481 11341 '@sec-ant/readable-stream@0.4.1': {} ··· 11487 11347 '@types/hast': 3.0.4 11488 11348 hast-util-to-html: 9.0.5 11489 11349 11490 - '@shikijs/core@3.3.0': 11350 + '@shikijs/core@3.4.2': 11491 11351 dependencies: 11492 - '@shikijs/types': 3.3.0 11352 + '@shikijs/types': 3.4.2 11493 11353 '@shikijs/vscode-textmate': 10.0.2 11494 11354 '@types/hast': 3.0.4 11495 11355 hast-util-to-html: 9.0.5 ··· 11500 11360 '@shikijs/vscode-textmate': 10.0.2 11501 11361 oniguruma-to-es: 4.1.0 11502 11362 11503 - '@shikijs/engine-javascript@3.3.0': 11363 + '@shikijs/engine-javascript@3.4.2': 11504 11364 dependencies: 11505 - '@shikijs/types': 3.3.0 11365 + '@shikijs/types': 3.4.2 11506 11366 '@shikijs/vscode-textmate': 10.0.2 11507 - oniguruma-to-es: 4.2.0 11367 + oniguruma-to-es: 4.3.3 11508 11368 11509 11369 '@shikijs/engine-oniguruma@3.2.2': 11510 11370 dependencies: 11511 11371 '@shikijs/types': 3.2.2 11512 11372 '@shikijs/vscode-textmate': 10.0.2 11513 11373 11514 - '@shikijs/engine-oniguruma@3.3.0': 11374 + '@shikijs/engine-oniguruma@3.4.2': 11515 11375 dependencies: 11516 - '@shikijs/types': 3.3.0 11376 + '@shikijs/types': 3.4.2 11517 11377 '@shikijs/vscode-textmate': 10.0.2 11518 11378 11519 11379 '@shikijs/langs@3.2.2': 11520 11380 dependencies: 11521 11381 '@shikijs/types': 3.2.2 11522 11382 11523 - '@shikijs/langs@3.3.0': 11383 + '@shikijs/langs@3.4.2': 11524 11384 dependencies: 11525 - '@shikijs/types': 3.3.0 11385 + '@shikijs/types': 3.4.2 11526 11386 11527 11387 '@shikijs/themes@3.2.2': 11528 11388 dependencies: 11529 11389 '@shikijs/types': 3.2.2 11530 11390 11531 - '@shikijs/themes@3.3.0': 11391 + '@shikijs/themes@3.4.2': 11532 11392 dependencies: 11533 - '@shikijs/types': 3.3.0 11393 + '@shikijs/types': 3.4.2 11534 11394 11535 - '@shikijs/transformers@3.3.0': 11395 + '@shikijs/transformers@3.4.2': 11536 11396 dependencies: 11537 - '@shikijs/core': 3.3.0 11538 - '@shikijs/types': 3.3.0 11397 + '@shikijs/core': 3.4.2 11398 + '@shikijs/types': 3.4.2 11539 11399 11540 - '@shikijs/twoslash@3.3.0(typescript@5.8.3)': 11400 + '@shikijs/twoslash@3.4.2(typescript@5.8.3)': 11541 11401 dependencies: 11542 - '@shikijs/core': 3.3.0 11543 - '@shikijs/types': 3.3.0 11402 + '@shikijs/core': 3.4.2 11403 + '@shikijs/types': 3.4.2 11544 11404 twoslash: 0.3.1(typescript@5.8.3) 11545 11405 typescript: 5.8.3 11546 11406 transitivePeerDependencies: ··· 11551 11411 '@shikijs/vscode-textmate': 10.0.2 11552 11412 '@types/hast': 3.0.4 11553 11413 11554 - '@shikijs/types@3.3.0': 11414 + '@shikijs/types@3.4.2': 11555 11415 dependencies: 11556 11416 '@shikijs/vscode-textmate': 10.0.2 11557 11417 '@types/hast': 3.0.4 11558 11418 11559 - '@shikijs/vitepress-twoslash@3.3.0(typescript@5.8.3)': 11419 + '@shikijs/vitepress-twoslash@3.4.2(typescript@5.8.3)': 11560 11420 dependencies: 11561 - '@shikijs/twoslash': 3.3.0(typescript@5.8.3) 11562 - floating-vue: 5.2.2(vue@3.5.13(typescript@5.8.3)) 11421 + '@shikijs/twoslash': 3.4.2(typescript@5.8.3) 11422 + floating-vue: 5.2.2(vue@3.5.14(typescript@5.8.3)) 11563 11423 mdast-util-from-markdown: 2.0.2 11564 11424 mdast-util-gfm: 3.1.0 11565 11425 mdast-util-to-hast: 13.2.0 11566 - shiki: 3.3.0 11426 + shiki: 3.4.2 11567 11427 twoslash: 0.3.1(typescript@5.8.3) 11568 11428 twoslash-vue: 0.3.1(typescript@5.8.3) 11569 - vue: 3.5.13(typescript@5.8.3) 11429 + vue: 3.5.14(typescript@5.8.3) 11570 11430 transitivePeerDependencies: 11571 11431 - '@nuxt/kit' 11572 11432 - supports-color ··· 11712 11572 dependencies: 11713 11573 '@testing-library/dom': 10.4.0 11714 11574 11715 - '@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.12(typescript@5.8.3))': 11575 + '@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.14)(vue@3.5.14(typescript@5.8.3))': 11716 11576 dependencies: 11717 11577 '@babel/runtime': 7.24.4 11718 11578 '@testing-library/dom': 9.3.4 11719 11579 '@vue/test-utils': 2.4.6 11720 - vue: 3.5.12(typescript@5.8.3) 11580 + vue: 3.5.14(typescript@5.8.3) 11721 11581 optionalDependencies: 11722 - '@vue/compiler-sfc': 3.5.13 11582 + '@vue/compiler-sfc': 3.5.14 11723 11583 11724 11584 '@tootallnate/quickjs-emscripten@0.23.0': {} 11725 11585 ··· 11790 11650 11791 11651 '@types/fs-extra@8.1.3': 11792 11652 dependencies: 11793 - '@types/node': 22.14.1 11653 + '@types/node': 22.15.19 11794 11654 11795 11655 '@types/glob@7.2.0': 11796 11656 dependencies: 11797 11657 '@types/minimatch': 5.1.1 11798 - '@types/node': 22.14.1 11658 + '@types/node': 22.15.19 11799 11659 11800 11660 '@types/hast@3.0.4': 11801 11661 dependencies: 11802 11662 '@types/unist': 3.0.2 11803 11663 11804 - '@types/inquirer@9.0.7': 11664 + '@types/inquirer@9.0.8': 11805 11665 dependencies: 11806 11666 '@types/through': 0.0.30 11807 11667 rxjs: 7.8.1 ··· 11829 11689 11830 11690 '@types/jsdom@21.1.7': 11831 11691 dependencies: 11832 - '@types/node': 22.14.1 11692 + '@types/node': 22.15.19 11833 11693 '@types/tough-cookie': 4.0.2 11834 11694 parse5: 7.1.2 11835 11695 ··· 11845 11705 11846 11706 '@types/natural-compare@1.4.3': {} 11847 11707 11848 - '@types/node@20.17.30': 11708 + '@types/node@20.17.48': 11849 11709 dependencies: 11850 11710 undici-types: 6.19.8 11851 11711 11852 - '@types/node@22.14.0': 11853 - dependencies: 11854 - undici-types: 6.21.0 11855 - 11856 - '@types/node@22.14.1': 11712 + '@types/node@22.15.19': 11857 11713 dependencies: 11858 11714 undici-types: 6.21.0 11859 11715 ··· 11861 11717 11862 11718 '@types/prompts@2.4.9': 11863 11719 dependencies: 11864 - '@types/node': 22.14.1 11720 + '@types/node': 22.15.19 11865 11721 kleur: 3.0.3 11866 11722 11867 11723 '@types/react-dom@18.2.14': 11868 11724 dependencies: 11869 - '@types/react': 19.1.2 11725 + '@types/react': 19.1.4 11870 11726 11871 11727 '@types/react-is@19.0.0': 11872 11728 dependencies: 11873 - '@types/react': 19.1.2 11729 + '@types/react': 19.1.4 11874 11730 11875 - '@types/react@19.1.2': 11731 + '@types/react@19.1.4': 11876 11732 dependencies: 11877 11733 csstype: 3.1.3 11878 11734 ··· 11890 11746 11891 11747 '@types/through@0.0.30': 11892 11748 dependencies: 11893 - '@types/node': 22.14.1 11749 + '@types/node': 22.15.19 11894 11750 11895 11751 '@types/tough-cookie@4.0.2': {} 11896 11752 ··· 11912 11768 11913 11769 '@types/ws@8.18.1': 11914 11770 dependencies: 11915 - '@types/node': 22.14.0 11771 + '@types/node': 22.15.19 11916 11772 11917 11773 '@types/yauzl@2.10.3': 11918 11774 dependencies: 11919 - '@types/node': 22.14.1 11775 + '@types/node': 20.17.48 11920 11776 optional: true 11921 11777 11922 11778 '@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)': ··· 11942 11798 '@typescript-eslint/types': 8.32.1 11943 11799 '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3) 11944 11800 '@typescript-eslint/visitor-keys': 8.32.1 11945 - debug: 4.4.0 11801 + debug: 4.4.1 11946 11802 eslint: 9.27.0(jiti@2.4.2) 11947 11803 typescript: 5.8.3 11948 11804 transitivePeerDependencies: ··· 11962 11818 dependencies: 11963 11819 '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3) 11964 11820 '@typescript-eslint/utils': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) 11965 - debug: 4.4.0 11821 + debug: 4.4.1 11966 11822 eslint: 9.27.0(jiti@2.4.2) 11967 11823 ts-api-utils: 2.1.0(typescript@5.8.3) 11968 11824 typescript: 5.8.3 ··· 11977 11833 dependencies: 11978 11834 '@typescript-eslint/types': 8.30.1 11979 11835 '@typescript-eslint/visitor-keys': 8.30.1 11980 - debug: 4.4.0 11836 + debug: 4.4.1 11981 11837 fast-glob: 3.3.3 11982 11838 is-glob: 4.0.3 11983 11839 minimatch: 9.0.5 ··· 11991 11847 dependencies: 11992 11848 '@typescript-eslint/types': 8.32.1 11993 11849 '@typescript-eslint/visitor-keys': 8.32.1 11994 - debug: 4.4.0 11850 + debug: 4.4.1 11995 11851 fast-glob: 3.3.3 11996 11852 is-glob: 4.0.3 11997 11853 minimatch: 9.0.5 ··· 12035 11891 12036 11892 '@typescript/vfs@1.6.1(typescript@5.8.3)': 12037 11893 dependencies: 12038 - debug: 4.4.0 11894 + debug: 4.4.1 12039 11895 typescript: 5.8.3 12040 11896 transitivePeerDependencies: 12041 11897 - supports-color 12042 11898 12043 11899 '@ungap/structured-clone@1.3.0': {} 12044 11900 12045 - '@unocss/astro@0.65.4(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3))': 11901 + '@unocss/astro@0.65.4(rollup@4.41.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3))': 12046 11902 dependencies: 12047 11903 '@unocss/core': 0.65.4 12048 11904 '@unocss/reset': 0.65.4 12049 - '@unocss/vite': 0.65.4(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) 11905 + '@unocss/vite': 0.65.4(rollup@4.41.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 12050 11906 optionalDependencies: 12051 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 11907 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 12052 11908 transitivePeerDependencies: 12053 11909 - rollup 12054 11910 - supports-color 12055 11911 - vue 12056 11912 12057 - '@unocss/cli@0.65.4(rollup@4.40.0)': 11913 + '@unocss/cli@0.65.4(rollup@4.41.0)': 12058 11914 dependencies: 12059 11915 '@ampproject/remapping': 2.3.0 12060 - '@rollup/pluginutils': 5.1.4(rollup@4.40.0) 11916 + '@rollup/pluginutils': 5.1.4(rollup@4.41.0) 12061 11917 '@unocss/config': 0.65.4 12062 11918 '@unocss/core': 0.65.4 12063 11919 '@unocss/preset-uno': 0.65.4 ··· 12086 11942 dependencies: 12087 11943 '@unocss/core': 0.65.4 12088 11944 12089 - '@unocss/inspector@0.65.4(vue@3.5.12(typescript@5.8.3))': 11945 + '@unocss/inspector@0.65.4(vue@3.5.14(typescript@5.8.3))': 12090 11946 dependencies: 12091 11947 '@unocss/core': 0.65.4 12092 11948 '@unocss/rule-utils': 0.65.4 12093 11949 colorette: 2.0.20 12094 11950 gzip-size: 6.0.0 12095 11951 sirv: 3.0.1 12096 - vue-flow-layout: 0.1.1(vue@3.5.12(typescript@5.8.3)) 11952 + vue-flow-layout: 0.1.1(vue@3.5.14(typescript@5.8.3)) 12097 11953 transitivePeerDependencies: 12098 11954 - vue 12099 11955 ··· 12178 12034 dependencies: 12179 12035 '@unocss/core': 0.65.4 12180 12036 12181 - '@unocss/vite@0.65.4(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3))': 12037 + '@unocss/vite@0.65.4(rollup@4.41.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3))': 12182 12038 dependencies: 12183 12039 '@ampproject/remapping': 2.3.0 12184 - '@rollup/pluginutils': 5.1.4(rollup@4.40.0) 12040 + '@rollup/pluginutils': 5.1.4(rollup@4.41.0) 12185 12041 '@unocss/config': 0.65.4 12186 12042 '@unocss/core': 0.65.4 12187 - '@unocss/inspector': 0.65.4(vue@3.5.12(typescript@5.8.3)) 12043 + '@unocss/inspector': 0.65.4(vue@3.5.14(typescript@5.8.3)) 12188 12044 chokidar: 3.6.0 12189 12045 magic-string: 0.30.17 12190 12046 tinyglobby: 0.2.13 12191 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 12047 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 12192 12048 transitivePeerDependencies: 12193 12049 - rollup 12194 12050 - supports-color ··· 12256 12112 sharp-ico: 0.1.5 12257 12113 unconfig: 0.3.11 12258 12114 12259 - '@vite-pwa/vitepress@0.5.4(@vite-pwa/assets-generator@0.2.6)(vite-plugin-pwa@0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0))': 12115 + '@vite-pwa/vitepress@0.5.4(@vite-pwa/assets-generator@0.2.6)(vite-plugin-pwa@0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0))': 12260 12116 dependencies: 12261 - vite-plugin-pwa: 0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0) 12117 + vite-plugin-pwa: 0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0) 12262 12118 optionalDependencies: 12263 12119 '@vite-pwa/assets-generator': 0.2.6 12264 12120 12265 - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))': 12121 + '@vitejs/plugin-basic-ssl@1.2.0(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))': 12266 12122 dependencies: 12267 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 12123 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 12268 12124 12269 - '@vitejs/plugin-react@4.4.1(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))': 12125 + '@vitejs/plugin-react@4.4.1(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))': 12270 12126 dependencies: 12271 12127 '@babel/core': 7.26.10 12272 12128 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.10) 12273 12129 '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.10) 12274 12130 '@types/babel__core': 7.20.5 12275 12131 react-refresh: 0.17.0 12276 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 12132 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 12277 12133 transitivePeerDependencies: 12278 12134 - supports-color 12279 12135 12280 - '@vitejs/plugin-vue@5.2.3(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3))': 12136 + '@vitejs/plugin-vue@5.2.4(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3))': 12281 12137 dependencies: 12282 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 12283 - vue: 3.5.12(typescript@5.8.3) 12284 - 12285 - '@vitejs/plugin-vue@5.2.3(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.3))': 12286 - dependencies: 12287 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 12288 - vue: 3.5.13(typescript@5.8.3) 12138 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 12139 + vue: 3.5.14(typescript@5.8.3) 12289 12140 12290 12141 '@vitest/eslint-plugin@1.2.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)(vitest@packages+vitest)': 12291 12142 dependencies: ··· 12334 12185 '@volar/language-core': 1.11.1 12335 12186 path-browserify: 1.0.1 12336 12187 12337 - '@vue/compiler-core@3.5.12': 12188 + '@vue/compiler-core@3.5.14': 12338 12189 dependencies: 12339 - '@babel/parser': 7.26.2 12340 - '@vue/shared': 3.5.12 12190 + '@babel/parser': 7.27.2 12191 + '@vue/shared': 3.5.14 12341 12192 entities: 4.5.0 12342 12193 estree-walker: 2.0.2 12343 12194 source-map-js: 1.2.1 12344 12195 12345 - '@vue/compiler-core@3.5.13': 12196 + '@vue/compiler-dom@3.5.14': 12346 12197 dependencies: 12347 - '@babel/parser': 7.26.2 12348 - '@vue/shared': 3.5.13 12349 - entities: 4.5.0 12350 - estree-walker: 2.0.2 12351 - source-map-js: 1.2.1 12198 + '@vue/compiler-core': 3.5.14 12199 + '@vue/shared': 3.5.14 12352 12200 12353 - '@vue/compiler-dom@3.5.12': 12201 + '@vue/compiler-sfc@3.5.14': 12354 12202 dependencies: 12355 - '@vue/compiler-core': 3.5.12 12356 - '@vue/shared': 3.5.12 12357 - 12358 - '@vue/compiler-dom@3.5.13': 12359 - dependencies: 12360 - '@vue/compiler-core': 3.5.13 12361 - '@vue/shared': 3.5.13 12362 - 12363 - '@vue/compiler-sfc@3.5.12': 12364 - dependencies: 12365 - '@babel/parser': 7.26.2 12366 - '@vue/compiler-core': 3.5.12 12367 - '@vue/compiler-dom': 3.5.12 12368 - '@vue/compiler-ssr': 3.5.12 12369 - '@vue/shared': 3.5.12 12203 + '@babel/parser': 7.27.2 12204 + '@vue/compiler-core': 3.5.14 12205 + '@vue/compiler-dom': 3.5.14 12206 + '@vue/compiler-ssr': 3.5.14 12207 + '@vue/shared': 3.5.14 12370 12208 estree-walker: 2.0.2 12371 12209 magic-string: 0.30.17 12372 12210 postcss: 8.5.3 12373 12211 source-map-js: 1.2.1 12374 12212 12375 - '@vue/compiler-sfc@3.5.13': 12213 + '@vue/compiler-ssr@3.5.14': 12376 12214 dependencies: 12377 - '@babel/parser': 7.26.2 12378 - '@vue/compiler-core': 3.5.13 12379 - '@vue/compiler-dom': 3.5.13 12380 - '@vue/compiler-ssr': 3.5.13 12381 - '@vue/shared': 3.5.13 12382 - estree-walker: 2.0.2 12383 - magic-string: 0.30.17 12384 - postcss: 8.5.3 12385 - source-map-js: 1.2.1 12386 - 12387 - '@vue/compiler-ssr@3.5.12': 12388 - dependencies: 12389 - '@vue/compiler-dom': 3.5.12 12390 - '@vue/shared': 3.5.12 12391 - 12392 - '@vue/compiler-ssr@3.5.13': 12393 - dependencies: 12394 - '@vue/compiler-dom': 3.5.13 12395 - '@vue/shared': 3.5.13 12215 + '@vue/compiler-dom': 3.5.14 12216 + '@vue/shared': 3.5.14 12396 12217 12397 12218 '@vue/compiler-vue2@2.7.16': 12398 12219 dependencies: ··· 12423 12244 dependencies: 12424 12245 '@volar/language-core': 1.11.1 12425 12246 '@volar/source-map': 1.11.1 12426 - '@vue/compiler-dom': 3.5.13 12427 - '@vue/shared': 3.5.13 12247 + '@vue/compiler-dom': 3.5.14 12248 + '@vue/shared': 3.5.14 12428 12249 computeds: 0.0.1 12429 12250 minimatch: 9.0.5 12430 12251 muggle-string: 0.3.1 ··· 12436 12257 '@vue/language-core@2.2.4(typescript@5.8.3)': 12437 12258 dependencies: 12438 12259 '@volar/language-core': 2.4.12 12439 - '@vue/compiler-dom': 3.5.13 12260 + '@vue/compiler-dom': 3.5.14 12440 12261 '@vue/compiler-vue2': 2.7.16 12441 - '@vue/shared': 3.5.13 12262 + '@vue/shared': 3.5.14 12442 12263 alien-signals: 1.0.7 12443 12264 minimatch: 9.0.5 12444 12265 muggle-string: 0.4.1 ··· 12446 12267 optionalDependencies: 12447 12268 typescript: 5.8.3 12448 12269 12449 - '@vue/reactivity@3.5.12': 12270 + '@vue/reactivity@3.5.14': 12450 12271 dependencies: 12451 - '@vue/shared': 3.5.12 12272 + '@vue/shared': 3.5.14 12452 12273 12453 - '@vue/reactivity@3.5.13': 12274 + '@vue/runtime-core@3.5.14': 12454 12275 dependencies: 12455 - '@vue/shared': 3.5.13 12276 + '@vue/reactivity': 3.5.14 12277 + '@vue/shared': 3.5.14 12456 12278 12457 - '@vue/runtime-core@3.5.12': 12279 + '@vue/runtime-dom@3.5.14': 12458 12280 dependencies: 12459 - '@vue/reactivity': 3.5.12 12460 - '@vue/shared': 3.5.12 12461 - 12462 - '@vue/runtime-core@3.5.13': 12463 - dependencies: 12464 - '@vue/reactivity': 3.5.13 12465 - '@vue/shared': 3.5.13 12466 - 12467 - '@vue/runtime-dom@3.5.12': 12468 - dependencies: 12469 - '@vue/reactivity': 3.5.12 12470 - '@vue/runtime-core': 3.5.12 12471 - '@vue/shared': 3.5.12 12281 + '@vue/reactivity': 3.5.14 12282 + '@vue/runtime-core': 3.5.14 12283 + '@vue/shared': 3.5.14 12472 12284 csstype: 3.1.3 12473 12285 12474 - '@vue/runtime-dom@3.5.13': 12286 + '@vue/server-renderer@3.5.14(vue@3.5.14(typescript@5.8.3))': 12475 12287 dependencies: 12476 - '@vue/reactivity': 3.5.13 12477 - '@vue/runtime-core': 3.5.13 12478 - '@vue/shared': 3.5.13 12479 - csstype: 3.1.3 12480 - 12481 - '@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.8.3))': 12482 - dependencies: 12483 - '@vue/compiler-ssr': 3.5.12 12484 - '@vue/shared': 3.5.12 12485 - vue: 3.5.12(typescript@5.8.3) 12486 - 12487 - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.3))': 12488 - dependencies: 12489 - '@vue/compiler-ssr': 3.5.13 12490 - '@vue/shared': 3.5.13 12491 - vue: 3.5.13(typescript@5.8.3) 12492 - 12493 - '@vue/shared@3.5.12': {} 12288 + '@vue/compiler-ssr': 3.5.14 12289 + '@vue/shared': 3.5.14 12290 + vue: 3.5.14(typescript@5.8.3) 12494 12291 12495 12292 '@vue/shared@3.5.13': {} 12293 + 12294 + '@vue/shared@3.5.14': {} 12496 12295 12497 12296 '@vue/test-utils@2.4.6': 12498 12297 dependencies: 12499 12298 js-beautify: 1.15.1 12500 12299 vue-component-type-helpers: 2.0.17 12501 12300 12502 - '@vueuse/core@10.11.1(vue@3.5.12(typescript@5.8.3))': 12301 + '@vueuse/core@10.11.1(vue@3.5.14(typescript@5.8.3))': 12503 12302 dependencies: 12504 12303 '@types/web-bluetooth': 0.0.20 12505 12304 '@vueuse/metadata': 10.11.1 12506 - '@vueuse/shared': 10.11.1(vue@3.5.12(typescript@5.8.3)) 12507 - vue-demi: 0.14.10(vue@3.5.12(typescript@5.8.3)) 12305 + '@vueuse/shared': 10.11.1(vue@3.5.14(typescript@5.8.3)) 12306 + vue-demi: 0.14.10(vue@3.5.14(typescript@5.8.3)) 12508 12307 transitivePeerDependencies: 12509 12308 - '@vue/composition-api' 12510 12309 - vue ··· 12514 12313 '@types/web-bluetooth': 0.0.21 12515 12314 '@vueuse/metadata': 12.8.2 12516 12315 '@vueuse/shared': 12.8.2(typescript@5.8.3) 12517 - vue: 3.5.13(typescript@5.8.3) 12316 + vue: 3.5.14(typescript@5.8.3) 12518 12317 transitivePeerDependencies: 12519 12318 - typescript 12520 12319 12521 - '@vueuse/core@13.1.0(vue@3.5.13(typescript@5.8.3))': 12320 + '@vueuse/core@13.1.0(vue@3.5.14(typescript@5.8.3))': 12522 12321 dependencies: 12523 12322 '@types/web-bluetooth': 0.0.21 12524 12323 '@vueuse/metadata': 13.1.0 12525 - '@vueuse/shared': 13.1.0(vue@3.5.13(typescript@5.8.3)) 12526 - vue: 3.5.13(typescript@5.8.3) 12324 + '@vueuse/shared': 13.1.0(vue@3.5.14(typescript@5.8.3)) 12325 + vue: 3.5.14(typescript@5.8.3) 12527 12326 12528 - '@vueuse/integrations@10.11.1(axios@0.30.0(debug@4.4.0))(focus-trap@7.6.4)(vue@3.5.12(typescript@5.8.3))': 12327 + '@vueuse/integrations@10.11.1(axios@0.30.0(debug@4.4.1))(focus-trap@7.6.4)(vue@3.5.14(typescript@5.8.3))': 12529 12328 dependencies: 12530 - '@vueuse/core': 10.11.1(vue@3.5.12(typescript@5.8.3)) 12531 - '@vueuse/shared': 10.11.1(vue@3.5.12(typescript@5.8.3)) 12532 - vue-demi: 0.14.10(vue@3.5.12(typescript@5.8.3)) 12329 + '@vueuse/core': 10.11.1(vue@3.5.14(typescript@5.8.3)) 12330 + '@vueuse/shared': 10.11.1(vue@3.5.14(typescript@5.8.3)) 12331 + vue-demi: 0.14.10(vue@3.5.14(typescript@5.8.3)) 12533 12332 optionalDependencies: 12534 - axios: 0.30.0(debug@4.4.0) 12333 + axios: 0.30.0(debug@4.4.1) 12535 12334 focus-trap: 7.6.4 12536 12335 transitivePeerDependencies: 12537 12336 - '@vue/composition-api' 12538 12337 - vue 12539 12338 12540 - '@vueuse/integrations@13.1.0(focus-trap@7.6.4)(vue@3.5.13(typescript@5.8.3))': 12339 + '@vueuse/integrations@13.1.0(focus-trap@7.6.4)(vue@3.5.14(typescript@5.8.3))': 12541 12340 dependencies: 12542 - '@vueuse/core': 13.1.0(vue@3.5.13(typescript@5.8.3)) 12543 - '@vueuse/shared': 13.1.0(vue@3.5.13(typescript@5.8.3)) 12544 - vue: 3.5.13(typescript@5.8.3) 12341 + '@vueuse/core': 13.1.0(vue@3.5.14(typescript@5.8.3)) 12342 + '@vueuse/shared': 13.1.0(vue@3.5.14(typescript@5.8.3)) 12343 + vue: 3.5.14(typescript@5.8.3) 12545 12344 optionalDependencies: 12546 12345 focus-trap: 7.6.4 12547 12346 ··· 12551 12350 12552 12351 '@vueuse/metadata@13.1.0': {} 12553 12352 12554 - '@vueuse/shared@10.11.1(vue@3.5.12(typescript@5.8.3))': 12353 + '@vueuse/shared@10.11.1(vue@3.5.14(typescript@5.8.3))': 12555 12354 dependencies: 12556 - vue-demi: 0.14.10(vue@3.5.12(typescript@5.8.3)) 12355 + vue-demi: 0.14.10(vue@3.5.14(typescript@5.8.3)) 12557 12356 transitivePeerDependencies: 12558 12357 - '@vue/composition-api' 12559 12358 - vue 12560 12359 12561 12360 '@vueuse/shared@12.8.2(typescript@5.8.3)': 12562 12361 dependencies: 12563 - vue: 3.5.13(typescript@5.8.3) 12362 + vue: 3.5.14(typescript@5.8.3) 12564 12363 transitivePeerDependencies: 12565 12364 - typescript 12566 12365 12567 - '@vueuse/shared@13.1.0(vue@3.5.13(typescript@5.8.3))': 12366 + '@vueuse/shared@13.1.0(vue@3.5.14(typescript@5.8.3))': 12568 12367 dependencies: 12569 - vue: 3.5.13(typescript@5.8.3) 12368 + vue: 3.5.14(typescript@5.8.3) 12570 12369 12571 - '@wdio/config@9.12.6': 12370 + '@wdio/config@9.14.0': 12572 12371 dependencies: 12573 12372 '@wdio/logger': 9.4.4 12574 - '@wdio/types': 9.12.6 12575 - '@wdio/utils': 9.12.6 12373 + '@wdio/types': 9.14.0 12374 + '@wdio/utils': 9.14.0 12576 12375 deepmerge-ts: 7.1.5 12577 12376 glob: 10.4.1 12578 12377 import-meta-resolve: 4.0.0 ··· 12586 12385 loglevel-plugin-prefix: 0.8.4 12587 12386 strip-ansi: 7.1.0 12588 12387 12589 - '@wdio/protocols@9.12.5': {} 12388 + '@wdio/protocols@9.14.0': {} 12590 12389 12591 12390 '@wdio/repl@9.4.4': 12592 12391 dependencies: 12593 - '@types/node': 20.17.30 12392 + '@types/node': 20.17.48 12594 12393 12595 - '@wdio/types@9.12.6': 12394 + '@wdio/types@9.14.0': 12596 12395 dependencies: 12597 - '@types/node': 20.17.30 12396 + '@types/node': 20.17.48 12598 12397 12599 - '@wdio/utils@9.12.6': 12398 + '@wdio/utils@9.14.0': 12600 12399 dependencies: 12601 12400 '@puppeteer/browsers': 2.7.1 12602 12401 '@wdio/logger': 9.4.4 12603 - '@wdio/types': 9.12.6 12402 + '@wdio/types': 9.14.0 12604 12403 decamelize: 6.0.0 12605 12404 deepmerge-ts: 7.1.5 12606 12405 edgedriver: 6.1.1 ··· 12643 12442 12644 12443 agent-base@7.1.0: 12645 12444 dependencies: 12646 - debug: 4.4.0 12445 + debug: 4.4.1 12647 12446 transitivePeerDependencies: 12648 12447 - supports-color 12649 12448 ··· 12712 12511 ansi-to-html@0.7.2: 12713 12512 dependencies: 12714 12513 entities: 2.2.0 12715 - 12716 - ansis@3.17.0: {} 12717 12514 12718 12515 ansis@4.0.0: {} 12719 12516 ··· 12812 12609 dependencies: 12813 12610 '@fastify/error': 3.4.1 12814 12611 archy: 1.0.0 12815 - debug: 4.4.0 12612 + debug: 4.4.1 12816 12613 fastq: 1.17.1 12817 12614 transitivePeerDependencies: 12818 12615 - supports-color 12819 12616 12820 - axios@0.30.0(debug@4.4.0): 12617 + axios@0.30.0(debug@4.4.1): 12821 12618 dependencies: 12822 - follow-redirects: 1.15.9(debug@4.4.0) 12619 + follow-redirects: 1.15.9(debug@4.4.1) 12823 12620 form-data: 4.0.1 12824 12621 proxy-from-env: 1.1.0 12825 12622 transitivePeerDependencies: ··· 12964 12761 12965 12762 builtin-modules@5.0.0: {} 12966 12763 12967 - bumpp@10.1.0(magicast@0.3.5): 12764 + bumpp@10.1.1(magicast@0.3.5): 12968 12765 dependencies: 12969 - ansis: 3.17.0 12766 + ansis: 4.0.0 12970 12767 args-tokenizer: 0.3.0 12971 - c12: 3.0.2(magicast@0.3.5) 12768 + c12: 3.0.4(magicast@0.3.5) 12972 12769 cac: 6.7.14(patch_hash=a8f0f3517a47ce716ed90c0cfe6ae382ab763b021a664ada2a608477d0621588) 12973 12770 escalade: 3.2.0 12974 12771 jsonc-parser: 3.3.1 12975 - package-manager-detector: 1.1.0 12976 - semver: 7.7.1 12977 - tinyexec: 0.3.2 12772 + package-manager-detector: 1.3.0 12773 + semver: 7.7.2 12774 + tinyexec: 1.0.1 12978 12775 tinyglobby: 0.2.13 12979 - yaml: 2.7.0 12776 + yaml: 2.8.0 12980 12777 transitivePeerDependencies: 12981 12778 - magicast 12982 12779 ··· 12998 12795 chokidar: 3.6.0 12999 12796 confbox: 0.1.8 13000 12797 defu: 6.1.4 13001 - dotenv: 16.4.5 12798 + dotenv: 16.4.7 13002 12799 giget: 1.2.3 13003 12800 jiti: 1.21.6 13004 12801 mlly: 1.7.4 ··· 13010 12807 optionalDependencies: 13011 12808 magicast: 0.3.5 13012 12809 13013 - c12@3.0.2(magicast@0.3.5): 12810 + c12@3.0.4(magicast@0.3.5): 13014 12811 dependencies: 13015 12812 chokidar: 4.0.3 13016 - confbox: 0.1.8 12813 + confbox: 0.2.2 13017 12814 defu: 6.1.4 13018 - dotenv: 16.4.7 13019 - exsolve: 1.0.2 12815 + dotenv: 16.5.0 12816 + exsolve: 1.0.5 13020 12817 giget: 2.0.0 13021 12818 jiti: 2.4.2 13022 12819 ohash: 2.0.11 ··· 13096 12893 consola: 3.4.0 13097 12894 convert-gitmoji: 0.1.5 13098 12895 mri: 1.2.0 13099 - node-fetch-native: 1.6.4 12896 + node-fetch-native: 1.6.6 13100 12897 ofetch: 1.4.1 13101 12898 open: 10.1.0 13102 12899 pathe: 1.1.2 13103 12900 pkg-types: 1.3.1 13104 12901 scule: 1.3.0 13105 - semver: 7.7.1 13106 - std-env: 3.8.1 12902 + semver: 7.7.2 12903 + std-env: 3.9.0 13107 12904 yaml: 2.7.0 13108 12905 transitivePeerDependencies: 13109 12906 - magicast 13110 12907 13111 - changelogithub@13.13.0(magicast@0.3.5): 12908 + changelogithub@13.14.0(magicast@0.3.5): 13112 12909 dependencies: 13113 - ansis: 3.17.0 13114 - c12: 3.0.2(magicast@0.3.5) 12910 + ansis: 4.0.0 12911 + c12: 3.0.4(magicast@0.3.5) 13115 12912 cac: 6.7.14(patch_hash=a8f0f3517a47ce716ed90c0cfe6ae382ab763b021a664ada2a608477d0621588) 13116 12913 changelogen: 0.5.7(magicast@0.3.5) 13117 12914 convert-gitmoji: 0.1.5 13118 - execa: 9.5.2 12915 + execa: 9.5.3 13119 12916 ofetch: 1.4.1 13120 - semver: 7.7.1 12917 + semver: 7.7.2 13121 12918 transitivePeerDependencies: 13122 12919 - magicast 13123 12920 ··· 13283 13080 confbox@0.1.8: {} 13284 13081 13285 13082 confbox@0.2.1: {} 13083 + 13084 + confbox@0.2.2: {} 13286 13085 13287 13086 config-chain@1.1.13: 13288 13087 dependencies: ··· 13467 13266 dependencies: 13468 13267 ms: 2.1.3 13469 13268 13269 + debug@4.4.1: 13270 + dependencies: 13271 + ms: 2.1.3 13272 + 13470 13273 decamelize@6.0.0: {} 13471 13274 13472 13275 decimal.js@10.5.0: {} ··· 13611 13414 domelementtype: 2.3.0 13612 13415 domhandler: 5.0.3 13613 13416 13614 - dotenv@16.4.5: {} 13615 - 13616 13417 dotenv@16.4.7: {} 13418 + 13419 + dotenv@16.5.0: {} 13617 13420 13618 13421 dunder-proto@1.0.1: 13619 13422 dependencies: ··· 13830 13633 '@esbuild/win32-ia32': 0.25.0 13831 13634 '@esbuild/win32-x64': 0.25.0 13832 13635 13833 - esbuild@0.25.1: 13636 + esbuild@0.25.4: 13834 13637 optionalDependencies: 13835 - '@esbuild/aix-ppc64': 0.25.1 13836 - '@esbuild/android-arm': 0.25.1 13837 - '@esbuild/android-arm64': 0.25.1 13838 - '@esbuild/android-x64': 0.25.1 13839 - '@esbuild/darwin-arm64': 0.25.1 13840 - '@esbuild/darwin-x64': 0.25.1 13841 - '@esbuild/freebsd-arm64': 0.25.1 13842 - '@esbuild/freebsd-x64': 0.25.1 13843 - '@esbuild/linux-arm': 0.25.1 13844 - '@esbuild/linux-arm64': 0.25.1 13845 - '@esbuild/linux-ia32': 0.25.1 13846 - '@esbuild/linux-loong64': 0.25.1 13847 - '@esbuild/linux-mips64el': 0.25.1 13848 - '@esbuild/linux-ppc64': 0.25.1 13849 - '@esbuild/linux-riscv64': 0.25.1 13850 - '@esbuild/linux-s390x': 0.25.1 13851 - '@esbuild/linux-x64': 0.25.1 13852 - '@esbuild/netbsd-arm64': 0.25.1 13853 - '@esbuild/netbsd-x64': 0.25.1 13854 - '@esbuild/openbsd-arm64': 0.25.1 13855 - '@esbuild/openbsd-x64': 0.25.1 13856 - '@esbuild/sunos-x64': 0.25.1 13857 - '@esbuild/win32-arm64': 0.25.1 13858 - '@esbuild/win32-ia32': 0.25.1 13859 - '@esbuild/win32-x64': 0.25.1 13860 - 13861 - esbuild@0.25.3: 13862 - optionalDependencies: 13863 - '@esbuild/aix-ppc64': 0.25.3 13864 - '@esbuild/android-arm': 0.25.3 13865 - '@esbuild/android-arm64': 0.25.3 13866 - '@esbuild/android-x64': 0.25.3 13867 - '@esbuild/darwin-arm64': 0.25.3 13868 - '@esbuild/darwin-x64': 0.25.3 13869 - '@esbuild/freebsd-arm64': 0.25.3 13870 - '@esbuild/freebsd-x64': 0.25.3 13871 - '@esbuild/linux-arm': 0.25.3 13872 - '@esbuild/linux-arm64': 0.25.3 13873 - '@esbuild/linux-ia32': 0.25.3 13874 - '@esbuild/linux-loong64': 0.25.3 13875 - '@esbuild/linux-mips64el': 0.25.3 13876 - '@esbuild/linux-ppc64': 0.25.3 13877 - '@esbuild/linux-riscv64': 0.25.3 13878 - '@esbuild/linux-s390x': 0.25.3 13879 - '@esbuild/linux-x64': 0.25.3 13880 - '@esbuild/netbsd-arm64': 0.25.3 13881 - '@esbuild/netbsd-x64': 0.25.3 13882 - '@esbuild/openbsd-arm64': 0.25.3 13883 - '@esbuild/openbsd-x64': 0.25.3 13884 - '@esbuild/sunos-x64': 0.25.3 13885 - '@esbuild/win32-arm64': 0.25.3 13886 - '@esbuild/win32-ia32': 0.25.3 13887 - '@esbuild/win32-x64': 0.25.3 13638 + '@esbuild/aix-ppc64': 0.25.4 13639 + '@esbuild/android-arm': 0.25.4 13640 + '@esbuild/android-arm64': 0.25.4 13641 + '@esbuild/android-x64': 0.25.4 13642 + '@esbuild/darwin-arm64': 0.25.4 13643 + '@esbuild/darwin-x64': 0.25.4 13644 + '@esbuild/freebsd-arm64': 0.25.4 13645 + '@esbuild/freebsd-x64': 0.25.4 13646 + '@esbuild/linux-arm': 0.25.4 13647 + '@esbuild/linux-arm64': 0.25.4 13648 + '@esbuild/linux-ia32': 0.25.4 13649 + '@esbuild/linux-loong64': 0.25.4 13650 + '@esbuild/linux-mips64el': 0.25.4 13651 + '@esbuild/linux-ppc64': 0.25.4 13652 + '@esbuild/linux-riscv64': 0.25.4 13653 + '@esbuild/linux-s390x': 0.25.4 13654 + '@esbuild/linux-x64': 0.25.4 13655 + '@esbuild/netbsd-arm64': 0.25.4 13656 + '@esbuild/netbsd-x64': 0.25.4 13657 + '@esbuild/openbsd-arm64': 0.25.4 13658 + '@esbuild/openbsd-x64': 0.25.4 13659 + '@esbuild/sunos-x64': 0.25.4 13660 + '@esbuild/win32-arm64': 0.25.4 13661 + '@esbuild/win32-ia32': 0.25.4 13662 + '@esbuild/win32-x64': 0.25.4 13888 13663 13889 13664 escalade@3.2.0: {} 13890 13665 ··· 13961 13736 dependencies: 13962 13737 '@typescript-eslint/utils': 8.32.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) 13963 13738 comment-parser: 1.4.1 13964 - debug: 4.4.0 13739 + debug: 4.4.1 13965 13740 eslint: 9.27.0(jiti@2.4.2) 13966 13741 eslint-import-resolver-node: 0.3.9 13967 13742 get-tsconfig: 4.10.0 ··· 13980 13755 '@es-joy/jsdoccomment': 0.50.1 13981 13756 are-docs-informative: 0.0.2 13982 13757 comment-parser: 1.4.1 13983 - debug: 4.4.0 13758 + debug: 4.4.1 13984 13759 escape-string-regexp: 4.0.0 13985 13760 eslint: 9.27.0(jiti@2.4.2) 13986 13761 espree: 10.3.0 ··· 14052 13827 14053 13828 eslint-plugin-toml@0.12.0(eslint@9.27.0(jiti@2.4.2)): 14054 13829 dependencies: 14055 - debug: 4.4.0 13830 + debug: 4.4.1 14056 13831 eslint: 9.27.0(jiti@2.4.2) 14057 13832 eslint-compat-utils: 0.6.4(eslint@9.27.0(jiti@2.4.2)) 14058 13833 lodash: 4.17.21 ··· 14100 13875 14101 13876 eslint-plugin-yml@1.18.0(eslint@9.27.0(jiti@2.4.2)): 14102 13877 dependencies: 14103 - debug: 4.4.0 13878 + debug: 4.4.1 14104 13879 escape-string-regexp: 4.0.0 14105 13880 eslint: 9.27.0(jiti@2.4.2) 14106 13881 eslint-compat-utils: 0.6.4(eslint@9.27.0(jiti@2.4.2)) ··· 14109 13884 transitivePeerDependencies: 14110 13885 - supports-color 14111 13886 14112 - eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.13)(eslint@9.27.0(jiti@2.4.2)): 13887 + eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.14)(eslint@9.27.0(jiti@2.4.2)): 14113 13888 dependencies: 14114 - '@vue/compiler-sfc': 3.5.13 13889 + '@vue/compiler-sfc': 3.5.14 14115 13890 eslint: 9.27.0(jiti@2.4.2) 14116 13891 14117 13892 eslint-scope@8.3.0: ··· 14141 13916 ajv: 6.12.6 14142 13917 chalk: 4.1.2 14143 13918 cross-spawn: 7.0.6 14144 - debug: 4.4.0 13919 + debug: 4.4.1 14145 13920 escape-string-regexp: 4.0.0 14146 13921 eslint-scope: 8.3.0 14147 13922 eslint-visitor-keys: 4.2.0 ··· 14219 13994 signal-exit: 4.1.0 14220 13995 strip-final-newline: 3.0.0 14221 13996 14222 - execa@9.5.2: 13997 + execa@9.5.3: 14223 13998 dependencies: 14224 13999 '@sindresorhus/merge-streams': 4.0.0 14225 14000 cross-spawn: 7.0.6 ··· 14276 14051 14277 14052 exsolve@1.0.2: {} 14278 14053 14054 + exsolve@1.0.5: {} 14055 + 14279 14056 external-editor@3.1.0: 14280 14057 dependencies: 14281 14058 chardet: 0.7.0 ··· 14289 14066 14290 14067 extract-zip@2.0.1: 14291 14068 dependencies: 14292 - debug: 4.4.0 14069 + debug: 4.4.1 14293 14070 get-stream: 5.2.0 14294 14071 yauzl: 2.10.0 14295 14072 optionalDependencies: ··· 14345 14122 dependencies: 14346 14123 strnum: 1.1.1 14347 14124 14348 - fastify@4.29.0: 14125 + fastify@4.29.1: 14349 14126 dependencies: 14350 14127 '@fastify/ajv-compiler': 3.5.0 14351 14128 '@fastify/error': 3.4.1 ··· 14446 14223 14447 14224 flatted@3.3.3: {} 14448 14225 14449 - floating-vue@5.2.2(vue@3.5.12(typescript@5.8.3)): 14226 + floating-vue@5.2.2(vue@3.5.14(typescript@5.8.3)): 14450 14227 dependencies: 14451 14228 '@floating-ui/dom': 1.1.1 14452 - vue: 3.5.12(typescript@5.8.3) 14453 - vue-resize: 2.0.0-alpha.1(vue@3.5.12(typescript@5.8.3)) 14454 - 14455 - floating-vue@5.2.2(vue@3.5.13(typescript@5.8.3)): 14456 - dependencies: 14457 - '@floating-ui/dom': 1.1.1 14458 - vue: 3.5.13(typescript@5.8.3) 14459 - vue-resize: 2.0.0-alpha.1(vue@3.5.13(typescript@5.8.3)) 14229 + vue: 3.5.14(typescript@5.8.3) 14230 + vue-resize: 2.0.0-alpha.1(vue@3.5.14(typescript@5.8.3)) 14460 14231 14461 14232 focus-trap@7.6.4: 14462 14233 dependencies: 14463 14234 tabbable: 6.2.0 14464 14235 14465 - follow-redirects@1.15.9(debug@4.4.0): 14236 + follow-redirects@1.15.9(debug@4.4.1): 14466 14237 optionalDependencies: 14467 - debug: 4.4.0 14238 + debug: 4.4.1 14468 14239 14469 14240 for-each@0.3.3: 14470 14241 dependencies: ··· 14618 14389 dependencies: 14619 14390 basic-ftp: 5.0.3 14620 14391 data-uri-to-buffer: 5.0.1 14621 - debug: 4.4.0 14392 + debug: 4.4.1 14622 14393 fs-extra: 8.1.0 14623 14394 transitivePeerDependencies: 14624 14395 - supports-color ··· 14628 14399 citty: 0.1.6 14629 14400 consola: 3.4.0 14630 14401 defu: 6.1.4 14631 - node-fetch-native: 1.6.4 14402 + node-fetch-native: 1.6.6 14632 14403 nypm: 0.3.8 14633 14404 ohash: 1.1.4 14634 14405 pathe: 1.1.2 ··· 14725 14496 14726 14497 handle-thing@2.0.1: {} 14727 14498 14728 - happy-dom@17.4.6: 14499 + happy-dom@17.4.7: 14729 14500 dependencies: 14730 14501 webidl-conversions: 7.0.0 14731 14502 whatwg-mimetype: 3.0.0 ··· 14825 14596 http-proxy-agent@7.0.2: 14826 14597 dependencies: 14827 14598 agent-base: 7.1.0 14828 - debug: 4.4.0 14599 + debug: 4.4.1 14829 14600 transitivePeerDependencies: 14830 14601 - supports-color 14831 14602 ··· 14843 14614 https-proxy-agent@7.0.6: 14844 14615 dependencies: 14845 14616 agent-base: 7.1.3 14846 - debug: 4.4.0 14617 + debug: 4.4.1 14847 14618 transitivePeerDependencies: 14848 14619 - supports-color 14849 14620 ··· 14875 14646 14876 14647 immediate@3.0.6: {} 14877 14648 14878 - immutable@5.1.1: {} 14649 + immutable@5.1.2: {} 14879 14650 14880 14651 import-fresh@3.3.0: 14881 14652 dependencies: ··· 14887 14658 importx@0.5.1: 14888 14659 dependencies: 14889 14660 bundle-require: 5.0.0(esbuild@0.24.2) 14890 - debug: 4.4.0 14661 + debug: 4.4.1 14891 14662 esbuild: 0.24.2 14892 - jiti: 2.4.1 14663 + jiti: 2.4.2 14893 14664 pathe: 1.1.2 14894 - tsx: 4.19.3 14665 + tsx: 4.19.4 14895 14666 transitivePeerDependencies: 14896 14667 - supports-color 14897 14668 ··· 15108 14879 istanbul-lib-source-maps@5.0.6: 15109 14880 dependencies: 15110 14881 '@jridgewell/trace-mapping': 0.3.25 15111 - debug: 4.4.0 14882 + debug: 4.4.1 15112 14883 istanbul-lib-coverage: 3.2.2 15113 14884 transitivePeerDependencies: 15114 14885 - supports-color ··· 15139 14910 filelist: 1.0.4 15140 14911 minimatch: 3.1.2 15141 14912 15142 - jest-image-snapshot@6.4.0: 14913 + jest-image-snapshot@6.5.0: 15143 14914 dependencies: 15144 14915 chalk: 4.1.2 15145 14916 get-stdin: 5.0.1 ··· 15147 14918 lodash: 4.17.21 15148 14919 pixelmatch: 5.3.0 15149 14920 pngjs: 3.4.0 15150 - rimraf: 2.7.1 15151 14921 ssim.js: 3.5.0 15152 14922 15153 14923 jiti@1.21.6: {} 15154 - 15155 - jiti@2.4.1: {} 15156 14924 15157 14925 jiti@2.4.2: {} 15158 14926 ··· 15286 15054 process-warning: 3.0.0 15287 15055 set-cookie-parser: 2.6.0 15288 15056 15057 + linkify-it@5.0.0: 15058 + dependencies: 15059 + uc.micro: 2.1.0 15060 + 15289 15061 lit-element@4.2.0: 15290 15062 dependencies: 15291 15063 '@lit-labs/ssr-dom-shim': 1.3.0 ··· 15391 15163 semver: 7.7.1 15392 15164 15393 15165 mark.js@8.11.1: {} 15166 + 15167 + markdown-it@14.1.0: 15168 + dependencies: 15169 + argparse: 2.0.1 15170 + entities: 4.5.0 15171 + linkify-it: 5.0.0 15172 + mdurl: 2.0.0 15173 + punycode.js: 2.3.1 15174 + uc.micro: 2.1.0 15394 15175 15395 15176 markdown-table@3.0.3: {} 15396 15177 ··· 15522 15303 15523 15304 mdn-data@2.12.2: {} 15524 15305 15306 + mdurl@2.0.0: {} 15307 + 15525 15308 media-typer@0.3.0: {} 15526 15309 15527 - memfs@4.17.0: 15310 + memfs@4.17.2: 15528 15311 dependencies: 15529 15312 '@jsonjoy.com/json-pack': 1.2.0(tslib@2.8.1) 15530 15313 '@jsonjoy.com/util': 1.5.0(tslib@2.8.1) ··· 15718 15501 micromark@4.0.0: 15719 15502 dependencies: 15720 15503 '@types/debug': 4.1.12 15721 - debug: 4.4.0 15504 + debug: 4.4.1 15722 15505 decode-named-character-reference: 1.0.2 15723 15506 devlop: 1.1.0 15724 15507 micromark-core-commonmark: 2.0.0 ··· 15826 15609 15827 15610 ms@2.1.3: {} 15828 15611 15829 - msw@2.7.5(@types/node@22.14.1)(typescript@5.8.3): 15612 + msw@2.8.4(@types/node@22.15.19)(typescript@5.8.3): 15830 15613 dependencies: 15831 15614 '@bundled-es-modules/cookie': 2.0.1 15832 15615 '@bundled-es-modules/statuses': 1.0.1 15833 15616 '@bundled-es-modules/tough-cookie': 0.1.6 15834 - '@inquirer/confirm': 5.0.1(@types/node@22.14.1) 15617 + '@inquirer/confirm': 5.0.1(@types/node@22.15.19) 15835 15618 '@mswjs/interceptors': 0.37.3 15836 15619 '@open-draft/deferred-promise': 2.2.0 15837 15620 '@open-draft/until': 2.1.0 ··· 15880 15663 node-addon-api@6.1.0: {} 15881 15664 15882 15665 node-domexception@1.0.0: {} 15883 - 15884 - node-fetch-native@1.6.4: {} 15885 15666 15886 15667 node-fetch-native@1.6.6: {} 15887 15668 ··· 15959 15740 ofetch@1.4.1: 15960 15741 dependencies: 15961 15742 destr: 2.0.3 15962 - node-fetch-native: 1.6.4 15743 + node-fetch-native: 1.6.6 15963 15744 ufo: 1.5.4 15964 15745 15965 15746 ohash@1.1.4: {} ··· 15986 15767 dependencies: 15987 15768 mimic-fn: 4.0.0 15988 15769 15989 - oniguruma-parser@0.11.2: {} 15770 + oniguruma-parser@0.12.1: {} 15990 15771 15991 15772 oniguruma-parser@0.5.4: {} 15992 15773 ··· 15997 15778 regex: 6.0.1 15998 15779 regex-recursion: 6.0.2 15999 15780 16000 - oniguruma-to-es@4.2.0: 15781 + oniguruma-to-es@4.3.3: 16001 15782 dependencies: 16002 - emoji-regex-xs: 1.0.0 16003 - oniguruma-parser: 0.11.2 15783 + oniguruma-parser: 0.12.1 16004 15784 regex: 6.0.1 16005 15785 regex-recursion: 6.0.2 16006 15786 ··· 16036 15816 16037 15817 outvariant@1.4.3: {} 16038 15818 16039 - oxc-minify@0.65.0: 15819 + oxc-minify@0.69.0: 16040 15820 optionalDependencies: 16041 - '@oxc-minify/binding-darwin-arm64': 0.65.0 16042 - '@oxc-minify/binding-darwin-x64': 0.65.0 16043 - '@oxc-minify/binding-linux-arm-gnueabihf': 0.65.0 16044 - '@oxc-minify/binding-linux-arm64-gnu': 0.65.0 16045 - '@oxc-minify/binding-linux-arm64-musl': 0.65.0 16046 - '@oxc-minify/binding-linux-x64-gnu': 0.65.0 16047 - '@oxc-minify/binding-linux-x64-musl': 0.65.0 16048 - '@oxc-minify/binding-wasm32-wasi': 0.65.0 16049 - '@oxc-minify/binding-win32-arm64-msvc': 0.65.0 16050 - '@oxc-minify/binding-win32-x64-msvc': 0.65.0 15821 + '@oxc-minify/binding-darwin-arm64': 0.69.0 15822 + '@oxc-minify/binding-darwin-x64': 0.69.0 15823 + '@oxc-minify/binding-freebsd-x64': 0.69.0 15824 + '@oxc-minify/binding-linux-arm-gnueabihf': 0.69.0 15825 + '@oxc-minify/binding-linux-arm64-gnu': 0.69.0 15826 + '@oxc-minify/binding-linux-arm64-musl': 0.69.0 15827 + '@oxc-minify/binding-linux-riscv64-gnu': 0.69.0 15828 + '@oxc-minify/binding-linux-s390x-gnu': 0.69.0 15829 + '@oxc-minify/binding-linux-x64-gnu': 0.69.0 15830 + '@oxc-minify/binding-linux-x64-musl': 0.69.0 15831 + '@oxc-minify/binding-wasm32-wasi': 0.69.0 15832 + '@oxc-minify/binding-win32-arm64-msvc': 0.69.0 15833 + '@oxc-minify/binding-win32-x64-msvc': 0.69.0 16051 15834 16052 - oxc-parser@0.65.0: 15835 + oxc-parser@0.69.0: 16053 15836 dependencies: 16054 - '@oxc-project/types': 0.65.0 15837 + '@oxc-project/types': 0.69.0 16055 15838 optionalDependencies: 16056 - '@oxc-parser/binding-darwin-arm64': 0.65.0 16057 - '@oxc-parser/binding-darwin-x64': 0.65.0 16058 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.65.0 16059 - '@oxc-parser/binding-linux-arm64-gnu': 0.65.0 16060 - '@oxc-parser/binding-linux-arm64-musl': 0.65.0 16061 - '@oxc-parser/binding-linux-x64-gnu': 0.65.0 16062 - '@oxc-parser/binding-linux-x64-musl': 0.65.0 16063 - '@oxc-parser/binding-wasm32-wasi': 0.65.0 16064 - '@oxc-parser/binding-win32-arm64-msvc': 0.65.0 16065 - '@oxc-parser/binding-win32-x64-msvc': 0.65.0 15839 + '@oxc-parser/binding-darwin-arm64': 0.69.0 15840 + '@oxc-parser/binding-darwin-x64': 0.69.0 15841 + '@oxc-parser/binding-freebsd-x64': 0.69.0 15842 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.69.0 15843 + '@oxc-parser/binding-linux-arm64-gnu': 0.69.0 15844 + '@oxc-parser/binding-linux-arm64-musl': 0.69.0 15845 + '@oxc-parser/binding-linux-riscv64-gnu': 0.69.0 15846 + '@oxc-parser/binding-linux-s390x-gnu': 0.69.0 15847 + '@oxc-parser/binding-linux-x64-gnu': 0.69.0 15848 + '@oxc-parser/binding-linux-x64-musl': 0.69.0 15849 + '@oxc-parser/binding-wasm32-wasi': 0.69.0 15850 + '@oxc-parser/binding-win32-arm64-msvc': 0.69.0 15851 + '@oxc-parser/binding-win32-x64-msvc': 0.69.0 16066 15852 16067 - oxc-resolver@6.0.0: 15853 + oxc-resolver@9.0.2: 16068 15854 optionalDependencies: 16069 - '@oxc-resolver/binding-darwin-arm64': 6.0.0 16070 - '@oxc-resolver/binding-darwin-x64': 6.0.0 16071 - '@oxc-resolver/binding-freebsd-x64': 6.0.0 16072 - '@oxc-resolver/binding-linux-arm-gnueabihf': 6.0.0 16073 - '@oxc-resolver/binding-linux-arm64-gnu': 6.0.0 16074 - '@oxc-resolver/binding-linux-arm64-musl': 6.0.0 16075 - '@oxc-resolver/binding-linux-riscv64-gnu': 6.0.0 16076 - '@oxc-resolver/binding-linux-s390x-gnu': 6.0.0 16077 - '@oxc-resolver/binding-linux-x64-gnu': 6.0.0 16078 - '@oxc-resolver/binding-linux-x64-musl': 6.0.0 16079 - '@oxc-resolver/binding-wasm32-wasi': 6.0.0 16080 - '@oxc-resolver/binding-win32-arm64-msvc': 6.0.0 16081 - '@oxc-resolver/binding-win32-x64-msvc': 6.0.0 15855 + '@oxc-resolver/binding-darwin-arm64': 9.0.2 15856 + '@oxc-resolver/binding-darwin-x64': 9.0.2 15857 + '@oxc-resolver/binding-freebsd-x64': 9.0.2 15858 + '@oxc-resolver/binding-linux-arm-gnueabihf': 9.0.2 15859 + '@oxc-resolver/binding-linux-arm64-gnu': 9.0.2 15860 + '@oxc-resolver/binding-linux-arm64-musl': 9.0.2 15861 + '@oxc-resolver/binding-linux-riscv64-gnu': 9.0.2 15862 + '@oxc-resolver/binding-linux-s390x-gnu': 9.0.2 15863 + '@oxc-resolver/binding-linux-x64-gnu': 9.0.2 15864 + '@oxc-resolver/binding-linux-x64-musl': 9.0.2 15865 + '@oxc-resolver/binding-wasm32-wasi': 9.0.2 15866 + '@oxc-resolver/binding-win32-arm64-msvc': 9.0.2 15867 + '@oxc-resolver/binding-win32-x64-msvc': 9.0.2 16082 15868 16083 - oxc-transform@0.65.0: 15869 + oxc-transform@0.69.0: 16084 15870 optionalDependencies: 16085 - '@oxc-transform/binding-darwin-arm64': 0.65.0 16086 - '@oxc-transform/binding-darwin-x64': 0.65.0 16087 - '@oxc-transform/binding-linux-arm-gnueabihf': 0.65.0 16088 - '@oxc-transform/binding-linux-arm64-gnu': 0.65.0 16089 - '@oxc-transform/binding-linux-arm64-musl': 0.65.0 16090 - '@oxc-transform/binding-linux-x64-gnu': 0.65.0 16091 - '@oxc-transform/binding-linux-x64-musl': 0.65.0 16092 - '@oxc-transform/binding-wasm32-wasi': 0.65.0 16093 - '@oxc-transform/binding-win32-arm64-msvc': 0.65.0 16094 - '@oxc-transform/binding-win32-x64-msvc': 0.65.0 15871 + '@oxc-transform/binding-darwin-arm64': 0.69.0 15872 + '@oxc-transform/binding-darwin-x64': 0.69.0 15873 + '@oxc-transform/binding-freebsd-x64': 0.69.0 15874 + '@oxc-transform/binding-linux-arm-gnueabihf': 0.69.0 15875 + '@oxc-transform/binding-linux-arm64-gnu': 0.69.0 15876 + '@oxc-transform/binding-linux-arm64-musl': 0.69.0 15877 + '@oxc-transform/binding-linux-riscv64-gnu': 0.69.0 15878 + '@oxc-transform/binding-linux-s390x-gnu': 0.69.0 15879 + '@oxc-transform/binding-linux-x64-gnu': 0.69.0 15880 + '@oxc-transform/binding-linux-x64-musl': 0.69.0 15881 + '@oxc-transform/binding-wasm32-wasi': 0.69.0 15882 + '@oxc-transform/binding-win32-arm64-msvc': 0.69.0 15883 + '@oxc-transform/binding-win32-x64-msvc': 0.69.0 16095 15884 16096 15885 p-limit@3.1.0: 16097 15886 dependencies: ··· 16113 15902 dependencies: 16114 15903 '@tootallnate/quickjs-emscripten': 0.23.0 16115 15904 agent-base: 7.1.3 16116 - debug: 4.4.0 15905 + debug: 4.4.1 16117 15906 get-uri: 6.0.1 16118 15907 http-proxy-agent: 7.0.2 16119 15908 https-proxy-agent: 7.0.6 ··· 16128 15917 netmask: 2.0.2 16129 15918 16130 15919 package-json-from-dist@1.0.0: {} 16131 - 16132 - package-manager-detector@0.2.8: {} 16133 - 16134 - package-manager-detector@1.1.0: {} 16135 15920 16136 15921 package-manager-detector@1.3.0: {} 16137 15922 ··· 16363 16148 proxy-agent@6.5.0: 16364 16149 dependencies: 16365 16150 agent-base: 7.1.3 16366 - debug: 4.4.0 16151 + debug: 4.4.1 16367 16152 http-proxy-agent: 7.0.2 16368 16153 https-proxy-agent: 7.0.6 16369 16154 lru-cache: 7.18.3 ··· 16381 16166 dependencies: 16382 16167 end-of-stream: 1.4.4 16383 16168 once: 1.4.0 16169 + 16170 + punycode.js@2.3.1: {} 16384 16171 16385 16172 punycode@1.4.1: {} 16386 16173 ··· 16585 16372 16586 16373 rgb2hex@0.2.5: {} 16587 16374 16588 - rimraf@2.7.1: 16589 - dependencies: 16590 - glob: 7.2.3 16591 - 16592 16375 rimraf@6.0.1: 16593 16376 dependencies: 16594 16377 glob: 11.0.0 ··· 16602 16385 globby: 10.0.1 16603 16386 is-plain-object: 3.0.1 16604 16387 16605 - rollup-plugin-dts@6.2.1(rollup@4.40.0)(typescript@5.8.3): 16388 + rollup-plugin-dts@6.2.1(rollup@4.41.0)(typescript@5.8.3): 16606 16389 dependencies: 16607 16390 magic-string: 0.30.17 16608 - rollup: 4.40.0 16391 + rollup: 4.41.0 16609 16392 typescript: 5.8.3 16610 16393 optionalDependencies: 16611 16394 '@babel/code-frame': 7.26.2 16612 16395 16613 - rollup-plugin-license@3.6.0(picomatch@4.0.2)(rollup@4.40.0): 16396 + rollup-plugin-license@3.6.0(picomatch@4.0.2)(rollup@4.41.0): 16614 16397 dependencies: 16615 16398 commenting: 1.1.0 16616 16399 fdir: 6.4.3(picomatch@4.0.2) ··· 16618 16401 magic-string: 0.30.17 16619 16402 moment: 2.30.1 16620 16403 package-name-regex: 2.0.6 16621 - rollup: 4.40.0 16404 + rollup: 4.41.0 16622 16405 spdx-expression-validate: 2.0.0 16623 16406 spdx-satisfies: 5.0.1 16624 16407 transitivePeerDependencies: 16625 16408 - picomatch 16626 16409 16627 - rollup@4.40.0: 16410 + rollup@4.41.0: 16628 16411 dependencies: 16629 16412 '@types/estree': 1.0.7 16630 16413 optionalDependencies: 16631 - '@rollup/rollup-android-arm-eabi': 4.40.0 16632 - '@rollup/rollup-android-arm64': 4.40.0 16633 - '@rollup/rollup-darwin-arm64': 4.40.0 16634 - '@rollup/rollup-darwin-x64': 4.40.0 16635 - '@rollup/rollup-freebsd-arm64': 4.40.0 16636 - '@rollup/rollup-freebsd-x64': 4.40.0 16637 - '@rollup/rollup-linux-arm-gnueabihf': 4.40.0 16638 - '@rollup/rollup-linux-arm-musleabihf': 4.40.0 16639 - '@rollup/rollup-linux-arm64-gnu': 4.40.0 16640 - '@rollup/rollup-linux-arm64-musl': 4.40.0 16641 - '@rollup/rollup-linux-loongarch64-gnu': 4.40.0 16642 - '@rollup/rollup-linux-powerpc64le-gnu': 4.40.0 16643 - '@rollup/rollup-linux-riscv64-gnu': 4.40.0 16644 - '@rollup/rollup-linux-riscv64-musl': 4.40.0 16645 - '@rollup/rollup-linux-s390x-gnu': 4.40.0 16646 - '@rollup/rollup-linux-x64-gnu': 4.40.0 16647 - '@rollup/rollup-linux-x64-musl': 4.40.0 16648 - '@rollup/rollup-win32-arm64-msvc': 4.40.0 16649 - '@rollup/rollup-win32-ia32-msvc': 4.40.0 16650 - '@rollup/rollup-win32-x64-msvc': 4.40.0 16414 + '@rollup/rollup-android-arm-eabi': 4.41.0 16415 + '@rollup/rollup-android-arm64': 4.41.0 16416 + '@rollup/rollup-darwin-arm64': 4.41.0 16417 + '@rollup/rollup-darwin-x64': 4.41.0 16418 + '@rollup/rollup-freebsd-arm64': 4.41.0 16419 + '@rollup/rollup-freebsd-x64': 4.41.0 16420 + '@rollup/rollup-linux-arm-gnueabihf': 4.41.0 16421 + '@rollup/rollup-linux-arm-musleabihf': 4.41.0 16422 + '@rollup/rollup-linux-arm64-gnu': 4.41.0 16423 + '@rollup/rollup-linux-arm64-musl': 4.41.0 16424 + '@rollup/rollup-linux-loongarch64-gnu': 4.41.0 16425 + '@rollup/rollup-linux-powerpc64le-gnu': 4.41.0 16426 + '@rollup/rollup-linux-riscv64-gnu': 4.41.0 16427 + '@rollup/rollup-linux-riscv64-musl': 4.41.0 16428 + '@rollup/rollup-linux-s390x-gnu': 4.41.0 16429 + '@rollup/rollup-linux-x64-gnu': 4.41.0 16430 + '@rollup/rollup-linux-x64-musl': 4.41.0 16431 + '@rollup/rollup-win32-arm64-msvc': 4.41.0 16432 + '@rollup/rollup-win32-ia32-msvc': 4.41.0 16433 + '@rollup/rollup-win32-x64-msvc': 4.41.0 16651 16434 fsevents: 2.3.3 16652 16435 16653 16436 rrweb-cssom@0.8.0: {} ··· 16718 16501 semver@7.6.3: {} 16719 16502 16720 16503 semver@7.7.1: {} 16504 + 16505 + semver@7.7.2: {} 16721 16506 16722 16507 send@0.18.0: 16723 16508 dependencies: ··· 16817 16602 '@shikijs/vscode-textmate': 10.0.2 16818 16603 '@types/hast': 3.0.4 16819 16604 16820 - shiki@3.3.0: 16605 + shiki@3.4.2: 16821 16606 dependencies: 16822 - '@shikijs/core': 3.3.0 16823 - '@shikijs/engine-javascript': 3.3.0 16824 - '@shikijs/engine-oniguruma': 3.3.0 16825 - '@shikijs/langs': 3.3.0 16826 - '@shikijs/themes': 3.3.0 16827 - '@shikijs/types': 3.3.0 16607 + '@shikijs/core': 3.4.2 16608 + '@shikijs/engine-javascript': 3.4.2 16609 + '@shikijs/engine-oniguruma': 3.4.2 16610 + '@shikijs/langs': 3.4.2 16611 + '@shikijs/themes': 3.4.2 16612 + '@shikijs/types': 3.4.2 16828 16613 '@shikijs/vscode-textmate': 10.0.2 16829 16614 '@types/hast': 3.0.4 16830 16615 ··· 16904 16689 socks-proxy-agent@8.0.5: 16905 16690 dependencies: 16906 16691 agent-base: 7.1.3 16907 - debug: 4.4.0 16692 + debug: 4.4.1 16908 16693 socks: 2.8.4 16909 16694 transitivePeerDependencies: 16910 16695 - supports-color ··· 16971 16756 16972 16757 spdy-transport@3.0.0: 16973 16758 dependencies: 16974 - debug: 4.4.0 16759 + debug: 4.4.1 16975 16760 detect-node: 2.1.0 16976 16761 hpack.js: 2.1.6 16977 16762 obuf: 1.1.2 ··· 16982 16767 16983 16768 spdy@4.0.2: 16984 16769 dependencies: 16985 - debug: 4.4.0 16770 + debug: 4.4.1 16986 16771 handle-thing: 2.0.1 16987 16772 http-deceiver: 1.2.7 16988 16773 select-hose: 2.0.0 ··· 16994 16779 16995 16780 split2@4.2.0: {} 16996 16781 16997 - splitpanes@3.2.0(vue@3.5.12(typescript@5.8.3)): 16782 + splitpanes@3.2.0(vue@3.5.14(typescript@5.8.3)): 16998 16783 dependencies: 16999 - vue: 3.5.12(typescript@5.8.3) 16784 + vue: 3.5.14(typescript@5.8.3) 17000 16785 17001 16786 sprintf-js@1.1.3: {} 17002 16787 ··· 17007 16792 stackback@0.0.2: {} 17008 16793 17009 16794 statuses@2.0.1: {} 17010 - 17011 - std-env@3.8.1: {} 17012 16795 17013 16796 std-env@3.9.0: {} 17014 16797 ··· 17133 16916 dependencies: 17134 16917 component-emitter: 1.3.0 17135 16918 cookiejar: 2.1.4 17136 - debug: 4.4.0 16919 + debug: 4.4.1 17137 16920 fast-safe-stringify: 2.1.1 17138 16921 form-data: 4.0.0 17139 16922 formidable: 2.1.2 17140 16923 methods: 1.1.2 17141 16924 mime: 2.6.0 17142 16925 qs: 6.11.2 17143 - semver: 7.6.3 16926 + semver: 7.7.1 17144 16927 transitivePeerDependencies: 17145 16928 - supports-color 17146 16929 ··· 17165 16948 17166 16949 supports-preserve-symlinks-flag@1.0.0: {} 17167 16950 17168 - sweetalert2@11.19.1: {} 16951 + sweetalert2@11.21.2: {} 17169 16952 17170 16953 symbol-tree@3.2.4: {} 17171 16954 ··· 17345 17128 17346 17129 tslib@2.8.1: {} 17347 17130 17348 - tsx@4.19.3: 17131 + tsx@4.19.4: 17349 17132 dependencies: 17350 - esbuild: 0.25.1 17133 + esbuild: 0.25.4 17351 17134 get-tsconfig: 4.10.0 17352 17135 optionalDependencies: 17353 17136 fsevents: 2.3.3 ··· 17430 17213 17431 17214 typescript@5.8.3: {} 17432 17215 17216 + uc.micro@2.1.0: {} 17217 + 17433 17218 ufo@1.5.4: {} 17434 17219 17435 17220 uglify-js@3.17.0: {} ··· 17475 17260 17476 17261 unicorn-magic@0.3.0: {} 17477 17262 17478 - unimport@3.14.5(rollup@4.40.0): 17263 + unimport@3.14.5(rollup@4.41.0): 17479 17264 dependencies: 17480 - '@rollup/pluginutils': 5.1.4(rollup@4.40.0) 17265 + '@rollup/pluginutils': 5.1.4(rollup@4.41.0) 17481 17266 acorn: 8.11.3(patch_hash=62f89b815dbd769c8a4d5b19b1f6852f28922ecb581d876c8a8377d05c2483c4) 17482 17267 escape-string-regexp: 5.0.0 17483 17268 estree-walker: 3.0.3 ··· 17527 17312 17528 17313 universalify@2.0.1: {} 17529 17314 17530 - unocss@0.65.4(postcss@8.5.3)(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)): 17315 + unocss@0.65.4(postcss@8.5.3)(rollup@4.41.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)): 17531 17316 dependencies: 17532 - '@unocss/astro': 0.65.4(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) 17533 - '@unocss/cli': 0.65.4(rollup@4.40.0) 17317 + '@unocss/astro': 0.65.4(rollup@4.41.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 17318 + '@unocss/cli': 0.65.4(rollup@4.41.0) 17534 17319 '@unocss/core': 0.65.4 17535 17320 '@unocss/postcss': 0.65.4(postcss@8.5.3) 17536 17321 '@unocss/preset-attributify': 0.65.4 ··· 17545 17330 '@unocss/transformer-compile-class': 0.65.4 17546 17331 '@unocss/transformer-directives': 0.65.4 17547 17332 '@unocss/transformer-variant-group': 0.65.4 17548 - '@unocss/vite': 0.65.4(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) 17333 + '@unocss/vite': 0.65.4(rollup@4.41.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 17549 17334 optionalDependencies: 17550 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 17335 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 17551 17336 transitivePeerDependencies: 17552 17337 - postcss 17553 17338 - rollup ··· 17556 17341 17557 17342 unpipe@1.0.0: {} 17558 17343 17559 - unplugin-auto-import@0.19.0(@vueuse/core@12.8.2(typescript@5.8.3))(rollup@4.40.0): 17344 + unplugin-auto-import@0.19.0(@vueuse/core@12.8.2(typescript@5.8.3))(rollup@4.41.0): 17560 17345 dependencies: 17561 17346 '@antfu/utils': 0.7.10 17562 - '@rollup/pluginutils': 5.1.3(rollup@4.40.0) 17347 + '@rollup/pluginutils': 5.1.3(rollup@4.41.0) 17563 17348 local-pkg: 0.5.1 17564 17349 magic-string: 0.30.17 17565 17350 picomatch: 4.0.2 17566 - unimport: 3.14.5(rollup@4.40.0) 17351 + unimport: 3.14.5(rollup@4.41.0) 17567 17352 unplugin: 2.1.0 17568 17353 optionalDependencies: 17569 17354 '@vueuse/core': 12.8.2(typescript@5.8.3) 17570 17355 transitivePeerDependencies: 17571 17356 - rollup 17572 17357 17573 - unplugin-isolated-decl@0.13.9(typescript@5.8.3): 17358 + unplugin-isolated-decl@0.14.1(typescript@5.8.3): 17574 17359 dependencies: 17575 - debug: 4.4.0 17360 + debug: 4.4.1 17576 17361 magic-string: 0.30.17 17577 - oxc-parser: 0.65.0 17578 - oxc-transform: 0.65.0 17362 + oxc-parser: 0.69.0 17363 + oxc-transform: 0.69.0 17579 17364 unplugin: 2.3.2 17580 17365 unplugin-utils: 0.2.4 17581 17366 optionalDependencies: ··· 17583 17368 transitivePeerDependencies: 17584 17369 - supports-color 17585 17370 17586 - unplugin-oxc@0.3.5: 17371 + unplugin-oxc@0.4.3: 17587 17372 dependencies: 17588 - oxc-minify: 0.65.0 17589 - oxc-resolver: 6.0.0 17590 - oxc-transform: 0.65.0 17591 - unplugin: 2.3.2 17373 + oxc-minify: 0.69.0 17374 + oxc-resolver: 9.0.2 17375 + oxc-transform: 0.69.0 17376 + unplugin: 2.3.4 17592 17377 unplugin-utils: 0.2.4 17593 17378 17594 - unplugin-swc@1.5.2(@swc/core@1.4.1)(rollup@4.40.0): 17379 + unplugin-swc@1.5.3(@swc/core@1.4.1)(rollup@4.41.0): 17595 17380 dependencies: 17596 - '@rollup/pluginutils': 5.1.4(rollup@4.40.0) 17381 + '@rollup/pluginutils': 5.1.4(rollup@4.41.0) 17597 17382 '@swc/core': 1.4.1 17598 17383 load-tsconfig: 0.2.5 17599 - unplugin: 1.16.0 17384 + unplugin: 2.3.4 17600 17385 transitivePeerDependencies: 17601 17386 - rollup 17602 17387 ··· 17605 17390 pathe: 2.0.3 17606 17391 picomatch: 4.0.2 17607 17392 17608 - unplugin-vue-components@0.28.0(@babel/parser@7.27.0)(rollup@4.40.0)(vue@3.5.12(typescript@5.8.3)): 17393 + unplugin-vue-components@0.28.0(@babel/parser@7.27.2)(rollup@4.41.0)(vue@3.5.14(typescript@5.8.3)): 17609 17394 dependencies: 17610 17395 '@antfu/utils': 0.7.10 17611 - '@rollup/pluginutils': 5.1.4(rollup@4.40.0) 17396 + '@rollup/pluginutils': 5.1.4(rollup@4.41.0) 17612 17397 chokidar: 3.6.0 17613 17398 debug: 4.4.0 17614 17399 fast-glob: 3.3.3 ··· 17617 17402 minimatch: 9.0.5 17618 17403 mlly: 1.7.4 17619 17404 unplugin: 2.1.0 17620 - vue: 3.5.12(typescript@5.8.3) 17405 + vue: 3.5.14(typescript@5.8.3) 17621 17406 optionalDependencies: 17622 - '@babel/parser': 7.27.0 17407 + '@babel/parser': 7.27.2 17623 17408 transitivePeerDependencies: 17624 17409 - rollup 17625 17410 - supports-color ··· 17635 17420 webpack-virtual-modules: 0.6.2 17636 17421 17637 17422 unplugin@2.3.2: 17423 + dependencies: 17424 + acorn: 8.11.3(patch_hash=62f89b815dbd769c8a4d5b19b1f6852f28922ecb581d876c8a8377d05c2483c4) 17425 + picomatch: 4.0.2 17426 + webpack-virtual-modules: 0.6.2 17427 + 17428 + unplugin@2.3.4: 17638 17429 dependencies: 17639 17430 acorn: 8.11.3(patch_hash=62f89b815dbd769c8a4d5b19b1f6852f28922ecb581d876c8a8377d05c2483c4) 17640 17431 picomatch: 4.0.2 ··· 17723 17514 unist-util-stringify-position: 4.0.0 17724 17515 vfile-message: 4.0.2 17725 17516 17726 - vite-plugin-pages@0.33.0(@vue/compiler-sfc@3.5.13)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue-router@4.5.0(vue@3.5.12(typescript@5.8.3))): 17517 + vite-plugin-pages@0.33.0(@vue/compiler-sfc@3.5.14)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue-router@4.5.1(vue@3.5.14(typescript@5.8.3))): 17727 17518 dependencies: 17728 17519 '@types/debug': 4.1.12 17729 - debug: 4.4.0 17520 + debug: 4.4.1 17730 17521 dequal: 2.0.3 17731 17522 extract-comments: 1.1.0 17732 17523 json5: 2.2.3 ··· 17734 17525 micromatch: 4.0.8 17735 17526 picocolors: 1.1.1 17736 17527 tinyglobby: 0.2.13 17737 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 17528 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 17738 17529 yaml: 2.7.0 17739 17530 optionalDependencies: 17740 - '@vue/compiler-sfc': 3.5.13 17741 - vue-router: 4.5.0(vue@3.5.12(typescript@5.8.3)) 17531 + '@vue/compiler-sfc': 3.5.14 17532 + vue-router: 4.5.1(vue@3.5.14(typescript@5.8.3)) 17742 17533 transitivePeerDependencies: 17743 17534 - supports-color 17744 17535 17745 - vite-plugin-pwa@0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0): 17536 + vite-plugin-pwa@0.21.2(@vite-pwa/assets-generator@0.2.6)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.3.0): 17746 17537 dependencies: 17747 17538 debug: 4.4.0 17748 17539 pretty-bytes: 6.1.1 17749 17540 tinyglobby: 0.2.13 17750 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 17541 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 17751 17542 workbox-build: 7.1.0(@types/babel__core@7.20.5) 17752 17543 workbox-window: 7.3.0 17753 17544 optionalDependencies: ··· 17755 17546 transitivePeerDependencies: 17756 17547 - supports-color 17757 17548 17758 - vite@6.2.0(@types/node@20.17.30)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0): 17549 + vite@6.2.0(@types/node@20.17.48)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0): 17759 17550 dependencies: 17760 17551 esbuild: 0.25.0 17761 17552 postcss: 8.5.3 17762 - rollup: 4.40.0 17553 + rollup: 4.41.0 17763 17554 optionalDependencies: 17764 - '@types/node': 20.17.30 17555 + '@types/node': 20.17.48 17765 17556 fsevents: 2.3.3 17766 17557 jiti: 2.4.2 17767 17558 terser: 5.36.0 17768 - tsx: 4.19.3 17769 - yaml: 2.7.0 17559 + tsx: 4.19.4 17560 + yaml: 2.8.0 17770 17561 17771 - vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0): 17562 + vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0): 17772 17563 dependencies: 17773 17564 esbuild: 0.25.0 17774 17565 postcss: 8.5.3 17775 - rollup: 4.40.0 17566 + rollup: 4.41.0 17776 17567 optionalDependencies: 17777 - '@types/node': 22.14.1 17568 + '@types/node': 22.15.19 17778 17569 fsevents: 2.3.3 17779 17570 jiti: 2.4.2 17780 17571 terser: 5.36.0 17781 - tsx: 4.19.3 17782 - yaml: 2.7.0 17572 + tsx: 4.19.4 17573 + yaml: 2.8.0 17783 17574 17784 - vitepress-plugin-group-icons@1.5.2: 17575 + vitepress-plugin-group-icons@1.5.5(markdown-it@14.1.0)(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0)): 17785 17576 dependencies: 17786 17577 '@iconify-json/logos': 1.2.4 17787 17578 '@iconify-json/vscode-icons': 1.2.19 17788 17579 '@iconify/utils': 2.3.0 17580 + markdown-it: 14.1.0 17581 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 17789 17582 transitivePeerDependencies: 17790 17583 - supports-color 17791 17584 17792 - vitepress-plugin-tabs@0.7.0(vitepress@2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)): 17585 + vitepress-plugin-tabs@0.7.1(vitepress@2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.15.19)(@types/react@19.1.4)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.4)(typescript@5.8.3)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)): 17793 17586 dependencies: 17794 - vitepress: 2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0) 17795 - vue: 3.5.12(typescript@5.8.3) 17587 + vitepress: 2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.15.19)(@types/react@19.1.4)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.4)(typescript@5.8.3)(yaml@2.8.0) 17588 + vue: 3.5.14(typescript@5.8.3) 17796 17589 17797 - vitepress@2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.14.1)(@types/react@19.1.2)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.3)(typescript@5.8.3)(yaml@2.7.0): 17590 + vitepress@2.0.0-alpha.5(@algolia/client-search@5.20.0)(@types/node@22.15.19)(@types/react@19.1.4)(jiti@2.4.2)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0)(terser@5.36.0)(tsx@4.19.4)(typescript@5.8.3)(yaml@2.8.0): 17798 17591 dependencies: 17799 17592 '@docsearch/css': 3.9.0 17800 - '@docsearch/js': 3.9.0(@algolia/client-search@5.20.0)(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0) 17593 + '@docsearch/js': 3.9.0(@algolia/client-search@5.20.0)(@types/react@19.1.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(search-insights@2.9.0) 17801 17594 '@iconify-json/simple-icons': 1.2.33 17802 17595 '@shikijs/core': 3.2.2 17803 - '@shikijs/transformers': 3.3.0 17596 + '@shikijs/transformers': 3.4.2 17804 17597 '@shikijs/types': 3.2.2 17805 - '@vitejs/plugin-vue': 5.2.3(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.3)) 17598 + '@vitejs/plugin-vue': 5.2.4(vite@6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) 17806 17599 '@vue/devtools-api': 7.7.5 17807 17600 '@vue/shared': 3.5.13 17808 - '@vueuse/core': 13.1.0(vue@3.5.13(typescript@5.8.3)) 17809 - '@vueuse/integrations': 13.1.0(focus-trap@7.6.4)(vue@3.5.13(typescript@5.8.3)) 17601 + '@vueuse/core': 13.1.0(vue@3.5.14(typescript@5.8.3)) 17602 + '@vueuse/integrations': 13.1.0(focus-trap@7.6.4)(vue@3.5.14(typescript@5.8.3)) 17810 17603 focus-trap: 7.6.4 17811 17604 mark.js: 8.11.1 17812 17605 minisearch: 7.1.2 17813 17606 shiki: 3.2.2 17814 - vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 17815 - vue: 3.5.13(typescript@5.8.3) 17607 + vite: 6.2.0(@types/node@22.15.19)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.4)(yaml@2.8.0) 17608 + vue: 3.5.14(typescript@5.8.3) 17816 17609 optionalDependencies: 17817 17610 postcss: 8.5.3 17818 17611 transitivePeerDependencies: ··· 17845 17638 - universal-cookie 17846 17639 - yaml 17847 17640 17848 - vitest-browser-react@0.1.1(@types/react-dom@18.2.14)(@types/react@19.1.2)(@vitest/browser@packages+browser)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(vitest@packages+vitest): 17641 + vitest-browser-react@0.2.0(@types/react-dom@18.2.14)(@types/react@19.1.4)(@vitest/browser@packages+browser)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(vitest@packages+vitest): 17849 17642 dependencies: 17850 17643 '@vitest/browser': link:packages/browser 17851 17644 react: 19.1.0 17852 17645 react-dom: 19.1.0(react@19.1.0) 17853 17646 vitest: link:packages/vitest 17854 17647 optionalDependencies: 17855 - '@types/react': 19.1.2 17648 + '@types/react': 19.1.4 17856 17649 '@types/react-dom': 18.2.14 17857 17650 17858 17651 vitest-environment-custom@file:test/core/vitest-environment-custom: {} ··· 17868 17661 17869 17662 vue-component-type-helpers@2.0.17: {} 17870 17663 17871 - vue-demi@0.14.10(vue@3.5.12(typescript@5.8.3)): 17664 + vue-demi@0.14.10(vue@3.5.14(typescript@5.8.3)): 17872 17665 dependencies: 17873 - vue: 3.5.12(typescript@5.8.3) 17666 + vue: 3.5.14(typescript@5.8.3) 17874 17667 17875 17668 vue-eslint-parser@10.1.3(eslint@9.27.0(jiti@2.4.2)): 17876 17669 dependencies: 17877 - debug: 4.4.0 17670 + debug: 4.4.1 17878 17671 eslint: 9.27.0(jiti@2.4.2) 17879 17672 eslint-scope: 8.3.0 17880 17673 eslint-visitor-keys: 4.2.0 ··· 17885 17678 transitivePeerDependencies: 17886 17679 - supports-color 17887 17680 17888 - vue-flow-layout@0.1.1(vue@3.5.12(typescript@5.8.3)): 17681 + vue-flow-layout@0.1.1(vue@3.5.14(typescript@5.8.3)): 17889 17682 dependencies: 17890 - vue: 3.5.12(typescript@5.8.3) 17683 + vue: 3.5.14(typescript@5.8.3) 17891 17684 17892 - vue-observe-visibility@2.0.0-alpha.1(vue@3.5.12(typescript@5.8.3)): 17685 + vue-observe-visibility@2.0.0-alpha.1(vue@3.5.14(typescript@5.8.3)): 17893 17686 dependencies: 17894 - vue: 3.5.12(typescript@5.8.3) 17687 + vue: 3.5.14(typescript@5.8.3) 17895 17688 17896 - vue-resize@2.0.0-alpha.1(vue@3.5.12(typescript@5.8.3)): 17689 + vue-resize@2.0.0-alpha.1(vue@3.5.14(typescript@5.8.3)): 17897 17690 dependencies: 17898 - vue: 3.5.12(typescript@5.8.3) 17691 + vue: 3.5.14(typescript@5.8.3) 17899 17692 17900 - vue-resize@2.0.0-alpha.1(vue@3.5.13(typescript@5.8.3)): 17901 - dependencies: 17902 - vue: 3.5.13(typescript@5.8.3) 17903 - 17904 - vue-router@4.5.0(vue@3.5.12(typescript@5.8.3)): 17693 + vue-router@4.5.1(vue@3.5.14(typescript@5.8.3)): 17905 17694 dependencies: 17906 17695 '@vue/devtools-api': 6.6.4 17907 - vue: 3.5.12(typescript@5.8.3) 17696 + vue: 3.5.14(typescript@5.8.3) 17908 17697 17909 17698 vue-template-compiler@2.7.15: 17910 17699 dependencies: ··· 17918 17707 semver: 7.7.1 17919 17708 typescript: 5.8.3 17920 17709 17921 - vue-virtual-scroller@2.0.0-beta.8(vue@3.5.12(typescript@5.8.3)): 17710 + vue-virtual-scroller@2.0.0-beta.8(vue@3.5.14(typescript@5.8.3)): 17922 17711 dependencies: 17923 17712 mitt: 2.1.0 17924 - vue: 3.5.12(typescript@5.8.3) 17925 - vue-observe-visibility: 2.0.0-alpha.1(vue@3.5.12(typescript@5.8.3)) 17926 - vue-resize: 2.0.0-alpha.1(vue@3.5.12(typescript@5.8.3)) 17713 + vue: 3.5.14(typescript@5.8.3) 17714 + vue-observe-visibility: 2.0.0-alpha.1(vue@3.5.14(typescript@5.8.3)) 17715 + vue-resize: 2.0.0-alpha.1(vue@3.5.14(typescript@5.8.3)) 17927 17716 17928 - vue@3.5.12(typescript@5.8.3): 17717 + vue@3.5.14(typescript@5.8.3): 17929 17718 dependencies: 17930 - '@vue/compiler-dom': 3.5.12 17931 - '@vue/compiler-sfc': 3.5.12 17932 - '@vue/runtime-dom': 3.5.12 17933 - '@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.8.3)) 17934 - '@vue/shared': 3.5.12 17935 - optionalDependencies: 17936 - typescript: 5.8.3 17937 - 17938 - vue@3.5.13(typescript@5.8.3): 17939 - dependencies: 17940 - '@vue/compiler-dom': 3.5.13 17941 - '@vue/compiler-sfc': 3.5.13 17942 - '@vue/runtime-dom': 3.5.13 17943 - '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.8.3)) 17944 - '@vue/shared': 3.5.13 17719 + '@vue/compiler-dom': 3.5.14 17720 + '@vue/compiler-sfc': 3.5.14 17721 + '@vue/runtime-dom': 3.5.14 17722 + '@vue/server-renderer': 3.5.14(vue@3.5.14(typescript@5.8.3)) 17723 + '@vue/shared': 3.5.14 17945 17724 optionalDependencies: 17946 17725 typescript: 5.8.3 17947 17726 ··· 17953 17732 dependencies: 17954 17733 chalk: 4.1.2 17955 17734 commander: 9.5.0 17956 - debug: 4.4.0 17735 + debug: 4.4.1 17957 17736 transitivePeerDependencies: 17958 17737 - supports-color 17959 17738 ··· 17967 17746 17968 17747 web-streams-polyfill@3.2.1: {} 17969 17748 17970 - webdriver@9.12.6: 17749 + webdriver@9.14.0: 17971 17750 dependencies: 17972 - '@types/node': 20.17.30 17751 + '@types/node': 20.17.48 17973 17752 '@types/ws': 8.18.1 17974 - '@wdio/config': 9.12.6 17753 + '@wdio/config': 9.14.0 17975 17754 '@wdio/logger': 9.4.4 17976 - '@wdio/protocols': 9.12.5 17977 - '@wdio/types': 9.12.6 17978 - '@wdio/utils': 9.12.6 17755 + '@wdio/protocols': 9.14.0 17756 + '@wdio/types': 9.14.0 17757 + '@wdio/utils': 9.14.0 17979 17758 deepmerge-ts: 7.1.5 17980 17759 undici: 6.21.1 17981 - ws: 8.18.1 17760 + ws: 8.18.2 17982 17761 transitivePeerDependencies: 17983 17762 - bufferutil 17984 17763 - supports-color 17985 17764 - utf-8-validate 17986 17765 17987 - webdriverio@9.12.7: 17766 + webdriverio@9.14.0: 17988 17767 dependencies: 17989 - '@types/node': 20.17.30 17768 + '@types/node': 20.17.48 17990 17769 '@types/sinonjs__fake-timers': 8.1.5(patch_hash=0218b33f433e26861380c2b90c757bde6fea871cb988083c0bd4a9a1f6c00252) 17991 - '@wdio/config': 9.12.6 17770 + '@wdio/config': 9.14.0 17992 17771 '@wdio/logger': 9.4.4 17993 - '@wdio/protocols': 9.12.5 17772 + '@wdio/protocols': 9.14.0 17994 17773 '@wdio/repl': 9.4.4 17995 - '@wdio/types': 9.12.6 17996 - '@wdio/utils': 9.12.6 17774 + '@wdio/types': 9.14.0 17775 + '@wdio/utils': 9.14.0 17997 17776 archiver: 7.0.1 17998 17777 aria-query: 5.3.0 17999 17778 cheerio: 1.0.0 ··· 18010 17789 rgb2hex: 0.2.5 18011 17790 serialize-error: 11.0.3 18012 17791 urlpattern-polyfill: 10.0.0 18013 - webdriver: 9.12.6 17792 + webdriver: 9.14.0 18014 17793 transitivePeerDependencies: 18015 17794 - bufferutil 18016 17795 - supports-color ··· 18092 17871 '@babel/core': 7.26.10 18093 17872 '@babel/preset-env': 7.26.0(@babel/core@7.26.10) 18094 17873 '@babel/runtime': 7.26.0 18095 - '@rollup/plugin-babel': 5.3.1(@babel/core@7.26.10)(@types/babel__core@7.20.5)(rollup@4.40.0) 18096 - '@rollup/plugin-node-resolve': 15.3.1(rollup@4.40.0) 18097 - '@rollup/plugin-replace': 2.4.2(rollup@4.40.0) 18098 - '@rollup/plugin-terser': 0.4.4(rollup@4.40.0) 17874 + '@rollup/plugin-babel': 5.3.1(@babel/core@7.26.10)(@types/babel__core@7.20.5)(rollup@4.41.0) 17875 + '@rollup/plugin-node-resolve': 15.3.1(rollup@4.41.0) 17876 + '@rollup/plugin-replace': 2.4.2(rollup@4.41.0) 17877 + '@rollup/plugin-terser': 0.4.4(rollup@4.41.0) 18099 17878 '@surma/rollup-plugin-off-main-thread': 2.2.3 18100 17879 ajv: 8.17.1 18101 17880 common-tags: 1.8.2 ··· 18104 17883 glob: 7.2.3 18105 17884 lodash: 4.17.21 18106 17885 pretty-bytes: 5.6.0 18107 - rollup: 4.40.0 17886 + rollup: 4.41.0 18108 17887 source-map: 0.8.0-beta.0 18109 17888 stringify-object: 3.3.0 18110 17889 strip-comments: 2.0.1 ··· 18219 17998 18220 17999 ws@8.18.0: {} 18221 18000 18222 - ws@8.18.1: {} 18001 + ws@8.18.2: {} 18223 18002 18224 18003 xml-name-validator@4.0.0: {} 18225 18004 ··· 18239 18018 yaml: 2.7.0 18240 18019 18241 18020 yaml@2.7.0: {} 18021 + 18022 + yaml@2.8.0: {} 18242 18023 18243 18024 yargs-parser@21.1.1: {} 18244 18025 ··· 18273 18054 compress-commons: 6.0.2 18274 18055 readable-stream: 4.1.0 18275 18056 18276 - zustand@4.5.6(@types/react@19.1.2)(react@19.1.0): 18057 + zustand@4.5.7(@types/react@19.1.4)(react@19.1.0): 18277 18058 dependencies: 18278 18059 use-sync-external-store: 1.4.0(react@19.1.0) 18279 18060 optionalDependencies: 18280 - '@types/react': 19.1.2 18061 + '@types/react': 19.1.4 18281 18062 react: 19.1.0 18282 18063 18283 18064 zwitch@2.0.4: {} 18284 18065 18285 - zx@8.5.3: {} 18066 + zx@8.5.4: {}
+5 -5
pnpm-workspace.yaml
··· 19 19 '@types/test-exclude': ^6.0.2 20 20 '@types/ws': ^8.18.1 21 21 '@unocss/reset': ^0.65.4 22 - '@vitejs/plugin-vue': ^5.2.3 22 + '@vitejs/plugin-vue': ^5.2.4 23 23 '@vueuse/core': ^12.8.2 24 24 acorn-walk: ^8.3.4 25 25 birpc: 2.3.0 26 26 cac: ^6.7.14 27 27 chai: ^5.2.0 28 - debug: ^4.4.0 28 + debug: ^4.4.1 29 29 flatted: ^3.3.3 30 30 istanbul-lib-coverage: ^3.2.2 31 31 istanbul-lib-report: ^3.0.1 ··· 33 33 istanbul-reports: ^3.1.7 34 34 magic-string: ^0.30.17 35 35 magicast: ^0.3.5 36 - msw: ^2.7.5 36 + msw: ^2.8.4 37 37 pathe: ^2.0.3 38 38 sirv: ^3.0.1 39 39 std-env: ^3.9.0 ··· 42 42 tinyrainbow: ^2.0.0 43 43 unocss: ^0.65.4 44 44 unplugin-vue-components: ^0.28.0 45 - vue: 3.5.12 46 - ws: ^8.18.1 45 + vue: ^3.5.14 46 + ws: ^8.18.2
-3
.github/renovate.json5
··· 22 22 // manually bumping 23 23 "node", 24 24 "vite", 25 - // bumping breaks coverage 26 - // https://github.com/vitest-dev/vitest/actions/runs/12121857184/job/33793728382?pr=6920 27 - "vue", 28 25 // we patch these packages 29 26 "@types/chai", 30 27 "@sinonjs/fake-timers",
+4 -4
docs/package.json
··· 20 20 "devDependencies": { 21 21 "@iconify-json/carbon": "catalog:", 22 22 "@iconify-json/logos": "catalog:", 23 - "@shikijs/transformers": "^3.3.0", 24 - "@shikijs/vitepress-twoslash": "^3.3.0", 23 + "@shikijs/transformers": "^3.4.2", 24 + "@shikijs/vitepress-twoslash": "^3.4.2", 25 25 "@unocss/reset": "catalog:", 26 26 "@vite-pwa/assets-generator": "^0.2.6", 27 27 "@vite-pwa/vitepress": "^0.5.4", ··· 33 33 "vite": "^5.2.8", 34 34 "vite-plugin-pwa": "^0.21.2", 35 35 "vitepress": "2.0.0-alpha.5", 36 - "vitepress-plugin-group-icons": "^1.5.2", 37 - "vitepress-plugin-tabs": "^0.7.0", 36 + "vitepress-plugin-group-icons": "^1.5.5", 37 + "vitepress-plugin-tabs": "^0.7.1", 38 38 "workbox-window": "^7.3.0" 39 39 } 40 40 }
+2 -2
examples/fastify/package.json
··· 12 12 }, 13 13 "devDependencies": { 14 14 "@vitest/ui": "latest", 15 - "fastify": "^4.29.0", 15 + "fastify": "^4.29.1", 16 16 "supertest": "^6.3.4", 17 - "tsx": "^4.19.3", 17 + "tsx": "^4.19.4", 18 18 "vite": "latest", 19 19 "vitest": "latest" 20 20 },
+3 -3
examples/projects/package.json
··· 12 12 "@testing-library/jest-dom": "^6.6.3", 13 13 "@testing-library/react": "^13.4.0", 14 14 "@testing-library/user-event": "^14.6.1", 15 - "@types/react": "^19.1.2", 15 + "@types/react": "^19.1.4", 16 16 "@vitejs/plugin-react": "^4.4.1", 17 17 "@vitest/ui": "latest", 18 - "fastify": "^4.29.0", 18 + "fastify": "^4.29.1", 19 19 "jsdom": "^26.1.0", 20 20 "react": "^19.1.0", 21 21 "supertest": "^6.3.4", 22 - "tsx": "^4.19.3", 22 + "tsx": "^4.19.4", 23 23 "vite": "latest", 24 24 "vitest": "latest" 25 25 },
+1 -1
examples/typecheck/package.json
··· 10 10 "test:run": "vitest run" 11 11 }, 12 12 "devDependencies": { 13 - "@types/node": "^20.17.30", 13 + "@types/node": "^20.17.48", 14 14 "@vitest/ui": "latest", 15 15 "typescript": "^5.8.3", 16 16 "vite": "latest",
+3 -3
packages/browser/package.json
··· 102 102 "@vitest/runner": "workspace:*", 103 103 "@vitest/ui": "workspace:*", 104 104 "@vitest/ws-client": "workspace:*", 105 - "@wdio/protocols": "^9.12.5", 106 - "@wdio/types": "^9.12.6", 105 + "@wdio/protocols": "^9.14.0", 106 + "@wdio/types": "^9.14.0", 107 107 "birpc": "catalog:", 108 108 "flatted": "catalog:", 109 109 "ivya": "^1.6.0", ··· 114 114 "playwright-core": "^1.52.0", 115 115 "safaridriver": "^1.0.0", 116 116 "vitest": "workspace:*", 117 - "webdriverio": "^9.12.7" 117 + "webdriverio": "^9.14.0" 118 118 } 119 119 }
+3 -3
packages/ui/package.json
··· 56 56 "tinyrainbow": "catalog:" 57 57 }, 58 58 "devDependencies": { 59 - "@faker-js/faker": "^9.7.0", 59 + "@faker-js/faker": "^9.8.0", 60 60 "@iconify-json/carbon": "catalog:", 61 61 "@iconify-json/logos": "catalog:", 62 62 "@testing-library/vue": "^8.1.0", ··· 76 76 "codemirror-theme-vars": "^0.1.2", 77 77 "d3-graph-controller": "^3.1.0", 78 78 "floating-vue": "^5.2.2", 79 - "rollup": "^4.40.0", 79 + "rollup": "^4.41.0", 80 80 "splitpanes": "^3.2.0", 81 81 "unocss": "catalog:", 82 82 "unplugin-auto-import": "^0.19.0", ··· 84 84 "vite": "^5.0.0", 85 85 "vite-plugin-pages": "^0.33.0", 86 86 "vue": "catalog:", 87 - "vue-router": "^4.5.0", 87 + "vue-router": "^4.5.1", 88 88 "vue-virtual-scroller": "2.0.0-beta.8" 89 89 } 90 90 }
+3 -3
packages/vitest/package.json
··· 176 176 }, 177 177 "devDependencies": { 178 178 "@ampproject/remapping": "catalog:", 179 - "@antfu/install-pkg": "^1.0.0", 179 + "@antfu/install-pkg": "^1.1.0", 180 180 "@edge-runtime/vm": "^5.0.0", 181 181 "@sinonjs/fake-timers": "14.0.0", 182 182 "@types/debug": "catalog:", ··· 184 184 "@types/istanbul-lib-coverage": "catalog:", 185 185 "@types/istanbul-reports": "catalog:", 186 186 "@types/jsdom": "^21.1.7", 187 - "@types/node": "^22.14.1", 187 + "@types/node": "^22.15.19", 188 188 "@types/picomatch": "^4.0.0", 189 189 "@types/prompts": "^2.4.9", 190 190 "@types/sinonjs__fake-timers": "^8.1.5", ··· 194 194 "chai-subset": "^1.6.0", 195 195 "find-up": "^6.3.0", 196 196 "flatted": "catalog:", 197 - "happy-dom": "^17.4.4", 197 + "happy-dom": "^17.4.7", 198 198 "jsdom": "^26.1.0", 199 199 "local-pkg": "^1.1.1", 200 200 "pretty-format": "^29.7.0",
+2 -2
test/browser/package.json
··· 26 26 }, 27 27 "devDependencies": { 28 28 "@testing-library/react": "^13.4.0", 29 - "@types/react": "^19.1.2", 29 + "@types/react": "^19.1.4", 30 30 "@vitejs/plugin-basic-ssl": "^1.2.0", 31 31 "@vitest/browser": "workspace:*", 32 32 "@vitest/bundled-lib": "link:./bundled-lib", ··· 37 37 "react-dom": "^19.1.0", 38 38 "url": "^0.11.4", 39 39 "vitest": "workspace:*", 40 - "vitest-browser-react": "^0.1.1", 40 + "vitest-browser-react": "^0.2.0", 41 41 "ws": "catalog:" 42 42 } 43 43 }
+2 -2
test/cli/package.json
··· 13 13 "@vitest/test-dep-error": "file:./deps/error", 14 14 "@vitest/test-dep-linked": "link:./deps/linked", 15 15 "@vitest/utils": "workspace:*", 16 - "debug": "^4.4.0", 17 - "unplugin-swc": "^1.5.2", 16 + "debug": "^4.4.1", 17 + "unplugin-swc": "^1.5.3", 18 18 "vite": "latest", 19 19 "vitest": "workspace:*", 20 20 "ws": "catalog:"
+5 -5
test/core/package.json
··· 24 24 "@vitest/web-worker": "workspace:^", 25 25 "@vueuse/integrations": "^10.11.1", 26 26 "axios": "^0.30.0", 27 - "debug": "^4.4.0", 28 - "immutable": "5.1.1", 29 - "memfs": "^4.17.0", 27 + "debug": "^4.4.1", 28 + "immutable": "5.1.2", 29 + "memfs": "^4.17.2", 30 30 "react": "^19.1.0", 31 31 "react-18": "npm:react@18.3.1", 32 - "sweetalert2": "^11.19.1", 32 + "sweetalert2": "^11.21.2", 33 33 "tinyrainbow": "catalog:", 34 34 "tinyspy": "^1.1.1", 35 35 "url": "^0.11.4", ··· 38 38 "vitest-environment-custom": "file:./vitest-environment-custom", 39 39 "vitest-package-exports": "^0.1.1", 40 40 "vue": "catalog:", 41 - "zustand": "^4.5.6" 41 + "zustand": "^4.5.7" 42 42 } 43 43 }
+1 -1
test/coverage-test/package.json
··· 21 21 "istanbul-lib-report": "catalog:", 22 22 "magic-string": "^0.30.17", 23 23 "magicast": "^0.3.5", 24 - "unplugin-swc": "^1.5.2", 24 + "unplugin-swc": "^1.5.3", 25 25 "vite": "latest", 26 26 "vitest": "workspace:*", 27 27 "vue": "catalog:"
+1 -1
test/snapshots/package.json
··· 16 16 "vitest": "workspace:*" 17 17 }, 18 18 "devDependencies": { 19 - "jest-image-snapshot": "^6.4.0" 19 + "jest-image-snapshot": "^6.5.0" 20 20 } 21 21 }
+1 -1
test/vite-node/package.json
··· 10 10 "debug": "node --inspect-brk ../../packages/vite-node/dist/cli.cjs" 11 11 }, 12 12 "devDependencies": { 13 - "@types/inquirer": "^9.0.7", 13 + "@types/inquirer": "^9.0.8", 14 14 "inquirer": "^9.3.7", 15 15 "vite-node": "workspace:*", 16 16 "vitest": "workspace:*"
+1 -1
packages/vite-node/src/source-map-handler.ts
··· 410 410 return state.nextPosition.name || originalFunctionName() 411 411 } 412 412 frame.getFileName = function () { 413 - return position.source ?? undefined 413 + return position.source ?? null 414 414 } 415 415 frame.getLineNumber = function () { 416 416 return position.line
+9 -9
test/coverage-test/test/vue.test.ts
··· 26 26 if (isV8Provider() && isBrowser()) { 27 27 expect(coverageMap).toMatchInlineSnapshot(` 28 28 { 29 - "branches": "5/6 (83.33%)", 29 + "branches": "5/7 (71.42%)", 30 30 "functions": "3/5 (60%)", 31 - "lines": "40/48 (83.33%)", 32 - "statements": "40/48 (83.33%)", 31 + "lines": "39/48 (81.25%)", 32 + "statements": "39/48 (81.25%)", 33 33 } 34 34 `) 35 35 } 36 36 else if (isV8Provider()) { 37 37 expect(coverageMap).toMatchInlineSnapshot(` 38 38 { 39 - "branches": "5/6 (83.33%)", 39 + "branches": "5/7 (71.42%)", 40 40 "functions": "3/5 (60%)", 41 - "lines": "35/43 (81.39%)", 42 - "statements": "35/43 (81.39%)", 41 + "lines": "38/47 (80.85%)", 42 + "statements": "38/47 (80.85%)", 43 43 } 44 44 `) 45 45 } 46 46 else { 47 47 expect(coverageMap).toMatchInlineSnapshot(` 48 48 { 49 - "branches": "5/6 (83.33%)", 49 + "branches": "6/8 (75%)", 50 50 "functions": "5/7 (71.42%)", 51 - "lines": "13/16 (81.25%)", 52 - "statements": "14/17 (82.35%)", 51 + "lines": "14/17 (82.35%)", 52 + "statements": "15/18 (83.33%)", 53 53 } 54 54 `) 55 55 }
-1
packages/vitest/src/node/watch-filter.ts
··· 225 225 } 226 226 227 227 private write(data: string) { 228 - // @ts-expect-error -- write() method has different signature on the union type 229 228 this.stdout.write(data) 230 229 } 231 230
+6
packages/vitest/src/runtime/vm/commonjs-executor.ts
··· 92 92 ) 93 93 } 94 94 95 + static registerHooks = () => { 96 + throw new Error( 97 + `[vitest] "registerHooks" is not available when running in Vitest.`, 98 + ) 99 + } 100 + 95 101 _compile(code: string, filename: string) { 96 102 const cjsModule = Module.wrap(code) 97 103 const script = new vm.Script(cjsModule, {