[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-capo. capo.js implementation for Nuxt 3
nuxt-module
0

Configure Feed

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

build!: drop cjs build output and use latest module builder

+570 -714
+11 -5
package.json
··· 20 20 "type": "module", 21 21 "exports": { 22 22 ".": { 23 - "import": "./dist/module.mjs", 24 - "require": "./dist/module.cjs" 23 + "types": "./dist/types.d.mts", 24 + "import": "./dist/module.mjs" 25 25 } 26 26 }, 27 - "main": "./dist/module.cjs", 28 - "types": "./dist/types.d.ts", 27 + "main": "./dist/module.mjs", 28 + "typesVersions": { 29 + "*": { 30 + "*": [ 31 + "./dist/types.d.mts" 32 + ] 33 + } 34 + }, 29 35 "files": [ 30 36 "dist" 31 37 ], ··· 53 59 }, 54 60 "devDependencies": { 55 61 "@nuxt/eslint-config": "1.1.0", 56 - "@nuxt/module-builder": "0.8.4", 62 + "@nuxt/module-builder": "1.0.0-alpha.1", 57 63 "@nuxt/schema": "3.13.2", 58 64 "@nuxt/test-utils": "3.14.4", 59 65 "@types/jsdom": "21.1.7",
+558 -709
pnpm-lock.yaml
··· 14 14 dependencies: 15 15 '@nuxt/kit': 16 16 specifier: 3.13.2 17 - version: 3.13.2(magicast@0.3.5)(rollup@3.29.5) 17 + version: 3.13.2(magicast@0.3.5)(rollup@4.24.3) 18 18 colorette: 19 19 specifier: ^2.0.20 20 20 version: 2.0.20 ··· 24 24 devDependencies: 25 25 '@nuxt/eslint-config': 26 26 specifier: 1.1.0 27 - version: 1.1.0(@vue/compiler-sfc@3.5.12)(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 27 + version: 1.1.0(@vue/compiler-sfc@3.5.12)(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 28 28 '@nuxt/module-builder': 29 - specifier: 0.8.4 30 - version: 0.8.4(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@3.29.5))(nuxi@3.15.0)(typescript@5.6.3) 29 + specifier: 1.0.0-alpha.1 30 + version: 1.0.0-alpha.1(nuxi@3.15.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) 31 31 '@nuxt/schema': 32 32 specifier: 3.13.2 33 - version: 3.13.2(rollup@3.29.5) 33 + version: 3.13.2(rollup@4.24.3) 34 34 '@nuxt/test-utils': 35 35 specifier: 3.14.4 36 - version: 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 36 + version: 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 37 37 '@types/jsdom': 38 38 specifier: 21.1.7 39 39 version: 21.1.7 ··· 42 42 version: 22.9.0 43 43 '@vitest/coverage-v8': 44 44 specifier: 3.0.9 45 - version: 3.0.9(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0)) 45 + version: 3.0.9(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0)) 46 46 '@vue/test-utils': 47 47 specifier: 2.4.6 48 48 version: 2.4.6 ··· 51 51 version: 10.0.3(magicast@0.3.5) 52 52 eslint: 53 53 specifier: 9.23.0 54 - version: 9.23.0(jiti@2.4.0) 54 + version: 9.23.0(jiti@2.4.2) 55 55 expect-type: 56 56 specifier: 1.1.0 57 57 version: 1.1.0 ··· 66 66 version: 15.2.10 67 67 nuxt: 68 68 specifier: 3.13.2 69 - version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.0))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(terser@5.36.0)(typescript@5.6.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)) 69 + version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.2))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.3)(terser@5.36.0)(typescript@5.6.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 70 70 playwright: 71 71 specifier: 1.48.2 72 72 version: 1.48.2 ··· 75 75 version: 5.6.3 76 76 vite: 77 77 specifier: 6.2.3 78 - version: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 78 + version: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 79 79 vitest: 80 80 specifier: 3.0.9 81 - version: 3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0) 81 + version: 3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0) 82 82 vitest-environment-nuxt: 83 83 specifier: 1.0.1 84 - version: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 84 + version: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 85 85 vue: 86 86 specifier: 3.5.12 87 87 version: 3.5.12(typescript@5.6.3) ··· 90 90 devDependencies: 91 91 nuxt: 92 92 specifier: 3.13.2 93 - version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.0))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.3)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)) 93 + version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.2))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.8)(terser@5.36.0)(typescript@5.6.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 94 94 nuxt-capo: 95 95 specifier: link:.. 96 96 version: link:.. ··· 296 296 resolution: {integrity: sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==} 297 297 engines: {node: '>=16'} 298 298 299 - '@esbuild/aix-ppc64@0.19.12': 300 - resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} 301 - engines: {node: '>=12'} 302 - cpu: [ppc64] 303 - os: [aix] 304 - 305 299 '@esbuild/aix-ppc64@0.20.2': 306 300 resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} 307 301 engines: {node: '>=12'} ··· 320 314 cpu: [ppc64] 321 315 os: [aix] 322 316 323 - '@esbuild/aix-ppc64@0.24.0': 324 - resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} 317 + '@esbuild/aix-ppc64@0.24.2': 318 + resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} 325 319 engines: {node: '>=18'} 326 320 cpu: [ppc64] 327 321 os: [aix] ··· 332 326 cpu: [ppc64] 333 327 os: [aix] 334 328 335 - '@esbuild/android-arm64@0.19.12': 336 - resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} 337 - engines: {node: '>=12'} 338 - cpu: [arm64] 339 - os: [android] 340 - 341 329 '@esbuild/android-arm64@0.20.2': 342 330 resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} 343 331 engines: {node: '>=12'} ··· 356 344 cpu: [arm64] 357 345 os: [android] 358 346 359 - '@esbuild/android-arm64@0.24.0': 360 - resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} 347 + '@esbuild/android-arm64@0.24.2': 348 + resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} 361 349 engines: {node: '>=18'} 362 350 cpu: [arm64] 363 351 os: [android] ··· 368 356 cpu: [arm64] 369 357 os: [android] 370 358 371 - '@esbuild/android-arm@0.19.12': 372 - resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} 373 - engines: {node: '>=12'} 374 - cpu: [arm] 375 - os: [android] 376 - 377 359 '@esbuild/android-arm@0.20.2': 378 360 resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} 379 361 engines: {node: '>=12'} ··· 392 374 cpu: [arm] 393 375 os: [android] 394 376 395 - '@esbuild/android-arm@0.24.0': 396 - resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} 377 + '@esbuild/android-arm@0.24.2': 378 + resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} 397 379 engines: {node: '>=18'} 398 380 cpu: [arm] 399 381 os: [android] ··· 404 386 cpu: [arm] 405 387 os: [android] 406 388 407 - '@esbuild/android-x64@0.19.12': 408 - resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} 409 - engines: {node: '>=12'} 410 - cpu: [x64] 411 - os: [android] 412 - 413 389 '@esbuild/android-x64@0.20.2': 414 390 resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} 415 391 engines: {node: '>=12'} ··· 428 404 cpu: [x64] 429 405 os: [android] 430 406 431 - '@esbuild/android-x64@0.24.0': 432 - resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} 407 + '@esbuild/android-x64@0.24.2': 408 + resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} 433 409 engines: {node: '>=18'} 434 410 cpu: [x64] 435 411 os: [android] ··· 440 416 cpu: [x64] 441 417 os: [android] 442 418 443 - '@esbuild/darwin-arm64@0.19.12': 444 - resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} 445 - engines: {node: '>=12'} 446 - cpu: [arm64] 447 - os: [darwin] 448 - 449 419 '@esbuild/darwin-arm64@0.20.2': 450 420 resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} 451 421 engines: {node: '>=12'} ··· 464 434 cpu: [arm64] 465 435 os: [darwin] 466 436 467 - '@esbuild/darwin-arm64@0.24.0': 468 - resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} 437 + '@esbuild/darwin-arm64@0.24.2': 438 + resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} 469 439 engines: {node: '>=18'} 470 440 cpu: [arm64] 471 441 os: [darwin] ··· 476 446 cpu: [arm64] 477 447 os: [darwin] 478 448 479 - '@esbuild/darwin-x64@0.19.12': 480 - resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} 481 - engines: {node: '>=12'} 482 - cpu: [x64] 483 - os: [darwin] 484 - 485 449 '@esbuild/darwin-x64@0.20.2': 486 450 resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} 487 451 engines: {node: '>=12'} ··· 500 464 cpu: [x64] 501 465 os: [darwin] 502 466 503 - '@esbuild/darwin-x64@0.24.0': 504 - resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} 467 + '@esbuild/darwin-x64@0.24.2': 468 + resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} 505 469 engines: {node: '>=18'} 506 470 cpu: [x64] 507 471 os: [darwin] ··· 512 476 cpu: [x64] 513 477 os: [darwin] 514 478 515 - '@esbuild/freebsd-arm64@0.19.12': 516 - resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} 517 - engines: {node: '>=12'} 518 - cpu: [arm64] 519 - os: [freebsd] 520 - 521 479 '@esbuild/freebsd-arm64@0.20.2': 522 480 resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} 523 481 engines: {node: '>=12'} ··· 536 494 cpu: [arm64] 537 495 os: [freebsd] 538 496 539 - '@esbuild/freebsd-arm64@0.24.0': 540 - resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} 497 + '@esbuild/freebsd-arm64@0.24.2': 498 + resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} 541 499 engines: {node: '>=18'} 542 500 cpu: [arm64] 543 501 os: [freebsd] ··· 548 506 cpu: [arm64] 549 507 os: [freebsd] 550 508 551 - '@esbuild/freebsd-x64@0.19.12': 552 - resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} 553 - engines: {node: '>=12'} 554 - cpu: [x64] 555 - os: [freebsd] 556 - 557 509 '@esbuild/freebsd-x64@0.20.2': 558 510 resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} 559 511 engines: {node: '>=12'} ··· 572 524 cpu: [x64] 573 525 os: [freebsd] 574 526 575 - '@esbuild/freebsd-x64@0.24.0': 576 - resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} 527 + '@esbuild/freebsd-x64@0.24.2': 528 + resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} 577 529 engines: {node: '>=18'} 578 530 cpu: [x64] 579 531 os: [freebsd] ··· 584 536 cpu: [x64] 585 537 os: [freebsd] 586 538 587 - '@esbuild/linux-arm64@0.19.12': 588 - resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} 589 - engines: {node: '>=12'} 590 - cpu: [arm64] 591 - os: [linux] 592 - 593 539 '@esbuild/linux-arm64@0.20.2': 594 540 resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} 595 541 engines: {node: '>=12'} ··· 608 554 cpu: [arm64] 609 555 os: [linux] 610 556 611 - '@esbuild/linux-arm64@0.24.0': 612 - resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} 557 + '@esbuild/linux-arm64@0.24.2': 558 + resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} 613 559 engines: {node: '>=18'} 614 560 cpu: [arm64] 615 561 os: [linux] ··· 620 566 cpu: [arm64] 621 567 os: [linux] 622 568 623 - '@esbuild/linux-arm@0.19.12': 624 - resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} 625 - engines: {node: '>=12'} 626 - cpu: [arm] 627 - os: [linux] 628 - 629 569 '@esbuild/linux-arm@0.20.2': 630 570 resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} 631 571 engines: {node: '>=12'} ··· 644 584 cpu: [arm] 645 585 os: [linux] 646 586 647 - '@esbuild/linux-arm@0.24.0': 648 - resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} 587 + '@esbuild/linux-arm@0.24.2': 588 + resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} 649 589 engines: {node: '>=18'} 650 590 cpu: [arm] 651 591 os: [linux] ··· 656 596 cpu: [arm] 657 597 os: [linux] 658 598 659 - '@esbuild/linux-ia32@0.19.12': 660 - resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} 661 - engines: {node: '>=12'} 662 - cpu: [ia32] 663 - os: [linux] 664 - 665 599 '@esbuild/linux-ia32@0.20.2': 666 600 resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} 667 601 engines: {node: '>=12'} ··· 680 614 cpu: [ia32] 681 615 os: [linux] 682 616 683 - '@esbuild/linux-ia32@0.24.0': 684 - resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} 617 + '@esbuild/linux-ia32@0.24.2': 618 + resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} 685 619 engines: {node: '>=18'} 686 620 cpu: [ia32] 687 621 os: [linux] ··· 692 626 cpu: [ia32] 693 627 os: [linux] 694 628 695 - '@esbuild/linux-loong64@0.19.12': 696 - resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} 697 - engines: {node: '>=12'} 698 - cpu: [loong64] 699 - os: [linux] 700 - 701 629 '@esbuild/linux-loong64@0.20.2': 702 630 resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} 703 631 engines: {node: '>=12'} ··· 716 644 cpu: [loong64] 717 645 os: [linux] 718 646 719 - '@esbuild/linux-loong64@0.24.0': 720 - resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} 647 + '@esbuild/linux-loong64@0.24.2': 648 + resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} 721 649 engines: {node: '>=18'} 722 650 cpu: [loong64] 723 651 os: [linux] ··· 728 656 cpu: [loong64] 729 657 os: [linux] 730 658 731 - '@esbuild/linux-mips64el@0.19.12': 732 - resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} 733 - engines: {node: '>=12'} 734 - cpu: [mips64el] 735 - os: [linux] 736 - 737 659 '@esbuild/linux-mips64el@0.20.2': 738 660 resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} 739 661 engines: {node: '>=12'} ··· 752 674 cpu: [mips64el] 753 675 os: [linux] 754 676 755 - '@esbuild/linux-mips64el@0.24.0': 756 - resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} 677 + '@esbuild/linux-mips64el@0.24.2': 678 + resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} 757 679 engines: {node: '>=18'} 758 680 cpu: [mips64el] 759 681 os: [linux] ··· 764 686 cpu: [mips64el] 765 687 os: [linux] 766 688 767 - '@esbuild/linux-ppc64@0.19.12': 768 - resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} 769 - engines: {node: '>=12'} 770 - cpu: [ppc64] 771 - os: [linux] 772 - 773 689 '@esbuild/linux-ppc64@0.20.2': 774 690 resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} 775 691 engines: {node: '>=12'} ··· 788 704 cpu: [ppc64] 789 705 os: [linux] 790 706 791 - '@esbuild/linux-ppc64@0.24.0': 792 - resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} 707 + '@esbuild/linux-ppc64@0.24.2': 708 + resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} 793 709 engines: {node: '>=18'} 794 710 cpu: [ppc64] 795 711 os: [linux] ··· 800 716 cpu: [ppc64] 801 717 os: [linux] 802 718 803 - '@esbuild/linux-riscv64@0.19.12': 804 - resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} 805 - engines: {node: '>=12'} 806 - cpu: [riscv64] 807 - os: [linux] 808 - 809 719 '@esbuild/linux-riscv64@0.20.2': 810 720 resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} 811 721 engines: {node: '>=12'} ··· 824 734 cpu: [riscv64] 825 735 os: [linux] 826 736 827 - '@esbuild/linux-riscv64@0.24.0': 828 - resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} 737 + '@esbuild/linux-riscv64@0.24.2': 738 + resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} 829 739 engines: {node: '>=18'} 830 740 cpu: [riscv64] 831 741 os: [linux] ··· 836 746 cpu: [riscv64] 837 747 os: [linux] 838 748 839 - '@esbuild/linux-s390x@0.19.12': 840 - resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} 841 - engines: {node: '>=12'} 842 - cpu: [s390x] 843 - os: [linux] 844 - 845 749 '@esbuild/linux-s390x@0.20.2': 846 750 resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} 847 751 engines: {node: '>=12'} ··· 860 764 cpu: [s390x] 861 765 os: [linux] 862 766 863 - '@esbuild/linux-s390x@0.24.0': 864 - resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} 767 + '@esbuild/linux-s390x@0.24.2': 768 + resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} 865 769 engines: {node: '>=18'} 866 770 cpu: [s390x] 867 771 os: [linux] ··· 872 776 cpu: [s390x] 873 777 os: [linux] 874 778 875 - '@esbuild/linux-x64@0.19.12': 876 - resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} 877 - engines: {node: '>=12'} 878 - cpu: [x64] 879 - os: [linux] 880 - 881 779 '@esbuild/linux-x64@0.20.2': 882 780 resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} 883 781 engines: {node: '>=12'} ··· 896 794 cpu: [x64] 897 795 os: [linux] 898 796 899 - '@esbuild/linux-x64@0.24.0': 900 - resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} 797 + '@esbuild/linux-x64@0.24.2': 798 + resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} 901 799 engines: {node: '>=18'} 902 800 cpu: [x64] 903 801 os: [linux] ··· 908 806 cpu: [x64] 909 807 os: [linux] 910 808 911 - '@esbuild/netbsd-arm64@0.25.0': 912 - resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==} 809 + '@esbuild/netbsd-arm64@0.24.2': 810 + resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} 913 811 engines: {node: '>=18'} 914 812 cpu: [arm64] 915 813 os: [netbsd] 916 814 917 - '@esbuild/netbsd-x64@0.19.12': 918 - resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} 919 - engines: {node: '>=12'} 920 - cpu: [x64] 815 + '@esbuild/netbsd-arm64@0.25.0': 816 + resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==} 817 + engines: {node: '>=18'} 818 + cpu: [arm64] 921 819 os: [netbsd] 922 820 923 821 '@esbuild/netbsd-x64@0.20.2': ··· 938 836 cpu: [x64] 939 837 os: [netbsd] 940 838 941 - '@esbuild/netbsd-x64@0.24.0': 942 - resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} 839 + '@esbuild/netbsd-x64@0.24.2': 840 + resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} 943 841 engines: {node: '>=18'} 944 842 cpu: [x64] 945 843 os: [netbsd] ··· 956 854 cpu: [arm64] 957 855 os: [openbsd] 958 856 959 - '@esbuild/openbsd-arm64@0.24.0': 960 - resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} 857 + '@esbuild/openbsd-arm64@0.24.2': 858 + resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} 961 859 engines: {node: '>=18'} 962 860 cpu: [arm64] 963 861 os: [openbsd] ··· 968 866 cpu: [arm64] 969 867 os: [openbsd] 970 868 971 - '@esbuild/openbsd-x64@0.19.12': 972 - resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} 973 - engines: {node: '>=12'} 974 - cpu: [x64] 975 - os: [openbsd] 976 - 977 869 '@esbuild/openbsd-x64@0.20.2': 978 870 resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} 979 871 engines: {node: '>=12'} ··· 992 884 cpu: [x64] 993 885 os: [openbsd] 994 886 995 - '@esbuild/openbsd-x64@0.24.0': 996 - resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} 887 + '@esbuild/openbsd-x64@0.24.2': 888 + resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} 997 889 engines: {node: '>=18'} 998 890 cpu: [x64] 999 891 os: [openbsd] ··· 1004 896 cpu: [x64] 1005 897 os: [openbsd] 1006 898 1007 - '@esbuild/sunos-x64@0.19.12': 1008 - resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} 1009 - engines: {node: '>=12'} 1010 - cpu: [x64] 1011 - os: [sunos] 1012 - 1013 899 '@esbuild/sunos-x64@0.20.2': 1014 900 resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} 1015 901 engines: {node: '>=12'} ··· 1028 914 cpu: [x64] 1029 915 os: [sunos] 1030 916 1031 - '@esbuild/sunos-x64@0.24.0': 1032 - resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} 917 + '@esbuild/sunos-x64@0.24.2': 918 + resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} 1033 919 engines: {node: '>=18'} 1034 920 cpu: [x64] 1035 921 os: [sunos] ··· 1039 925 engines: {node: '>=18'} 1040 926 cpu: [x64] 1041 927 os: [sunos] 1042 - 1043 - '@esbuild/win32-arm64@0.19.12': 1044 - resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} 1045 - engines: {node: '>=12'} 1046 - cpu: [arm64] 1047 - os: [win32] 1048 928 1049 929 '@esbuild/win32-arm64@0.20.2': 1050 930 resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} ··· 1064 944 cpu: [arm64] 1065 945 os: [win32] 1066 946 1067 - '@esbuild/win32-arm64@0.24.0': 1068 - resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} 947 + '@esbuild/win32-arm64@0.24.2': 948 + resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} 1069 949 engines: {node: '>=18'} 1070 950 cpu: [arm64] 1071 951 os: [win32] ··· 1076 956 cpu: [arm64] 1077 957 os: [win32] 1078 958 1079 - '@esbuild/win32-ia32@0.19.12': 1080 - resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} 1081 - engines: {node: '>=12'} 1082 - cpu: [ia32] 1083 - os: [win32] 1084 - 1085 959 '@esbuild/win32-ia32@0.20.2': 1086 960 resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} 1087 961 engines: {node: '>=12'} ··· 1100 974 cpu: [ia32] 1101 975 os: [win32] 1102 976 1103 - '@esbuild/win32-ia32@0.24.0': 1104 - resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} 977 + '@esbuild/win32-ia32@0.24.2': 978 + resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} 1105 979 engines: {node: '>=18'} 1106 980 cpu: [ia32] 1107 981 os: [win32] ··· 1112 986 cpu: [ia32] 1113 987 os: [win32] 1114 988 1115 - '@esbuild/win32-x64@0.19.12': 1116 - resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} 1117 - engines: {node: '>=12'} 1118 - cpu: [x64] 1119 - os: [win32] 1120 - 1121 989 '@esbuild/win32-x64@0.20.2': 1122 990 resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} 1123 991 engines: {node: '>=12'} ··· 1136 1004 cpu: [x64] 1137 1005 os: [win32] 1138 1006 1139 - '@esbuild/win32-x64@0.24.0': 1140 - resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} 1007 + '@esbuild/win32-x64@0.24.2': 1008 + resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} 1141 1009 engines: {node: '>=18'} 1142 1010 cpu: [x64] 1143 1011 os: [win32] ··· 1325 1193 resolution: {integrity: sha512-KvRw21zU//wdz25IeE1E5m/aFSzhJloBRAQtv+evcFeZvuroIxpIQuUqhbzuwznaUwpiWbmwlcsp5uOWmi4vwA==} 1326 1194 engines: {node: ^14.18.0 || >=16.10.0} 1327 1195 1328 - '@nuxt/module-builder@0.8.4': 1329 - resolution: {integrity: sha512-RSPRfCpBLuJtbDRaAKmc3Qzt3O98kSeRItXcgx0ZLptvROWT+GywoLhnYznRp8kbkz+6Qb5Hfiwa/RYEMRuJ4Q==} 1196 + '@nuxt/module-builder@1.0.0-alpha.1': 1197 + resolution: {integrity: sha512-/xL3SsSTfUacRO+W5XYsNQWws1YE13QI3xRlyUICxVINrlLpMZBkDbxevBS2ja6Ef3MdFY8fvnGyQ6vgS3SK5A==} 1330 1198 hasBin: true 1331 1199 peerDependencies: 1332 - '@nuxt/kit': 3.13.2 1333 - nuxi: ^3.13.1 1200 + nuxi: ^3.18.2 1201 + typescript: ^5.7.2 1334 1202 1335 1203 '@nuxt/schema@3.13.2': 1336 1204 resolution: {integrity: sha512-CCZgpm+MkqtOMDEgF9SWgGPBXlQ01hV/6+2reDEpJuqFPGzV8HYKPBcIFvn7/z5ahtgutHLzjP71Na+hYcqSpw==} ··· 1501 1369 rollup: 1502 1370 optional: true 1503 1371 1372 + '@rollup/plugin-commonjs@28.0.3': 1373 + resolution: {integrity: sha512-pyltgilam1QPdn+Zd9gaCfOLcnjMEJ9gV+bTw6/r73INdvzf1ah9zLIJBm+kW7R6IUFIQ1YO+VqZtYxZNWFPEQ==} 1374 + engines: {node: '>=16.0.0 || 14 >= 14.17'} 1375 + peerDependencies: 1376 + rollup: ^2.68.0||^3.0.0||^4.0.0 1377 + peerDependenciesMeta: 1378 + rollup: 1379 + optional: true 1380 + 1504 1381 '@rollup/plugin-inject@5.0.5': 1505 1382 resolution: {integrity: sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==} 1506 1383 engines: {node: '>=14.0.0'} ··· 1521 1398 1522 1399 '@rollup/plugin-node-resolve@15.3.0': 1523 1400 resolution: {integrity: sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==} 1401 + engines: {node: '>=14.0.0'} 1402 + peerDependencies: 1403 + rollup: ^2.78.0||^3.0.0||^4.0.0 1404 + peerDependenciesMeta: 1405 + rollup: 1406 + optional: true 1407 + 1408 + '@rollup/plugin-node-resolve@16.0.1': 1409 + resolution: {integrity: sha512-tk5YCxJWIG81umIvNkSod2qK5KyQW19qcBF/B78n1bjtOON6gzKoVeSzAE8yHCZEDmqkHKkxplExA8KzdJLJpA==} 1524 1410 engines: {node: '>=14.0.0'} 1525 1411 peerDependencies: 1526 1412 rollup: ^2.78.0||^3.0.0||^4.0.0 ··· 1537 1423 rollup: 1538 1424 optional: true 1539 1425 1426 + '@rollup/plugin-replace@6.0.2': 1427 + resolution: {integrity: sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==} 1428 + engines: {node: '>=14.0.0'} 1429 + peerDependencies: 1430 + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 1431 + peerDependenciesMeta: 1432 + rollup: 1433 + optional: true 1434 + 1540 1435 '@rollup/plugin-terser@0.4.4': 1541 1436 resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} 1542 1437 engines: {node: '>=14.0.0'} ··· 1552 1447 1553 1448 '@rollup/pluginutils@5.1.3': 1554 1449 resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} 1450 + engines: {node: '>=14.0.0'} 1451 + peerDependencies: 1452 + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 1453 + peerDependenciesMeta: 1454 + rollup: 1455 + optional: true 1456 + 1457 + '@rollup/pluginutils@5.1.4': 1458 + resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} 1555 1459 engines: {node: '>=14.0.0'} 1556 1460 peerDependencies: 1557 1461 rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 ··· 2372 2276 confbox@0.1.8: 2373 2277 resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} 2374 2278 2279 + confbox@0.2.1: 2280 + resolution: {integrity: sha512-hkT3yDPFbs95mNCy1+7qNKC6Pro+/ibzYxtM2iqEigpf0sVw+bg4Zh9/snjsBcf990vfIsg5+1U7VyiyBb3etg==} 2281 + 2375 2282 config-chain@1.1.13: 2376 2283 resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} 2377 2284 2378 2285 consola@3.2.3: 2379 2286 resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} 2287 + engines: {node: ^14.18.0 || >=16.10.0} 2288 + 2289 + consola@3.4.2: 2290 + resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==} 2380 2291 engines: {node: ^14.18.0 || >=16.10.0} 2381 2292 2382 2293 console-control-strings@1.1.0: ··· 2615 2526 resolution: {integrity: sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==} 2616 2527 engines: {node: '>=0.3.1'} 2617 2528 2618 - dir-glob@3.0.1: 2619 - resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} 2620 - engines: {node: '>=8'} 2621 - 2622 2529 doctrine@3.0.0: 2623 2530 resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} 2624 2531 engines: {node: '>=6.0.0'} ··· 2702 2609 es-module-lexer@1.6.0: 2703 2610 resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} 2704 2611 2705 - esbuild@0.19.12: 2706 - resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} 2707 - engines: {node: '>=12'} 2708 - hasBin: true 2709 - 2710 2612 esbuild@0.20.2: 2711 2613 resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} 2712 2614 engines: {node: '>=12'} ··· 2722 2624 engines: {node: '>=18'} 2723 2625 hasBin: true 2724 2626 2725 - esbuild@0.24.0: 2726 - resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} 2627 + esbuild@0.24.2: 2628 + resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} 2727 2629 engines: {node: '>=18'} 2728 2630 hasBin: true 2729 2631 ··· 2886 2788 resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==} 2887 2789 engines: {node: '>=12.0.0'} 2888 2790 2791 + exsolve@1.0.4: 2792 + resolution: {integrity: sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==} 2793 + 2889 2794 externality@1.0.2: 2890 2795 resolution: {integrity: sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==} 2891 2796 ··· 2923 2828 picomatch: 2924 2829 optional: true 2925 2830 2831 + fdir@6.4.3: 2832 + resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} 2833 + peerDependencies: 2834 + picomatch: ^3 || ^4 2835 + peerDependenciesMeta: 2836 + picomatch: 2837 + optional: true 2838 + 2926 2839 file-entry-cache@8.0.0: 2927 2840 resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} 2928 2841 engines: {node: '>=16.0.0'} ··· 2941 2854 find-up@5.0.0: 2942 2855 resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} 2943 2856 engines: {node: '>=10'} 2857 + 2858 + fix-dts-default-cjs-exports@1.0.1: 2859 + resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==} 2944 2860 2945 2861 flat-cache@4.0.1: 2946 2862 resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} ··· 3073 2989 globals@15.15.0: 3074 2990 resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} 3075 2991 engines: {node: '>=18'} 3076 - 3077 - globby@13.2.2: 3078 - resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==} 3079 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 3080 2992 3081 2993 globby@14.0.2: 3082 2994 resolution: {integrity: sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==} ··· 3341 3253 resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} 3342 3254 hasBin: true 3343 3255 3256 + jiti@1.21.7: 3257 + resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} 3258 + hasBin: true 3259 + 3344 3260 jiti@2.4.0: 3345 3261 resolution: {integrity: sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==} 3262 + hasBin: true 3263 + 3264 + jiti@2.4.2: 3265 + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} 3346 3266 hasBin: true 3347 3267 3348 3268 js-beautify@1.15.1: ··· 3421 3341 knitwork@1.1.0: 3422 3342 resolution: {integrity: sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw==} 3423 3343 3344 + knitwork@1.2.0: 3345 + resolution: {integrity: sha512-xYSH7AvuQ6nXkq42x0v5S8/Iry+cfulBz/DJQzhIyESdLD7425jXsPy4vn5cCXU+HhRN2kVw51Vd1K6/By4BQg==} 3346 + 3424 3347 kolorist@1.8.0: 3425 3348 resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} 3426 3349 ··· 3610 3533 engines: {node: '>=10'} 3611 3534 hasBin: true 3612 3535 3613 - mkdist@1.6.0: 3614 - resolution: {integrity: sha512-nD7J/mx33Lwm4Q4qoPgRBVA9JQNKgyE7fLo5vdPWVDdjz96pXglGERp/fRnGPCTB37Kykfxs5bDdXa9BWOT9nw==} 3536 + mkdist@2.2.0: 3537 + resolution: {integrity: sha512-GfKwu4A2grXfhj2TZm4ydfzP515NaALqKaPq4WqaZ6NhEnD47BiIQPySoCTTvVqHxYcuqVkNdCXjYf9Bz1Y04Q==} 3615 3538 hasBin: true 3616 3539 peerDependencies: 3617 - sass: ^1.78.0 3618 - typescript: '>=5.5.4' 3540 + sass: ^1.83.0 3541 + typescript: '>=5.7.2' 3542 + vue: ^3.5.13 3619 3543 vue-tsc: ^1.8.27 || ^2.0.21 3620 3544 peerDependenciesMeta: 3621 3545 sass: 3622 3546 optional: true 3623 3547 typescript: 3548 + optional: true 3549 + vue: 3624 3550 optional: true 3625 3551 vue-tsc: 3626 3552 optional: true ··· 3878 3804 resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} 3879 3805 engines: {node: '>=16 || 14 >=14.18'} 3880 3806 3881 - path-type@4.0.0: 3882 - resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} 3883 - engines: {node: '>=8'} 3884 - 3885 3807 path-type@5.0.0: 3886 3808 resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} 3887 3809 engines: {node: '>=12'} ··· 3920 3842 3921 3843 pkg-types@1.3.1: 3922 3844 resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} 3845 + 3846 + pkg-types@2.1.0: 3847 + resolution: {integrity: sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==} 3923 3848 3924 3849 playwright-core@1.48.2: 3925 3850 resolution: {integrity: sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==} ··· 4013 3938 peerDependencies: 4014 3939 postcss: ^8.4.31 4015 3940 4016 - postcss-nested@6.2.0: 4017 - resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} 4018 - engines: {node: '>=12.0'} 3941 + postcss-nested@7.0.2: 3942 + resolution: {integrity: sha512-5osppouFc0VR9/VYzYxO03VaDa3e8F23Kfd6/9qcZTUI8P58GIYlArOET2Wq0ywSl2o2PjELhYOFI4W7l5QHKw==} 3943 + engines: {node: '>=18.0'} 4019 3944 peerDependencies: 4020 3945 postcss: ^8.2.14 4021 3946 ··· 4093 4018 4094 4019 postcss-selector-parser@6.1.2: 4095 4020 resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} 4021 + engines: {node: '>=4'} 4022 + 4023 + postcss-selector-parser@7.1.0: 4024 + resolution: {integrity: sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==} 4096 4025 engines: {node: '>=4'} 4097 4026 4098 4027 postcss-svgo@7.0.1: ··· 4275 4204 rollup: 4276 4205 optional: true 4277 4206 4278 - rollup@3.29.5: 4279 - resolution: {integrity: sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==} 4280 - engines: {node: '>=14.18.0', npm: '>=8.0.0'} 4281 - hasBin: true 4282 - 4283 4207 rollup@4.24.3: 4284 4208 resolution: {integrity: sha512-HBW896xR5HGmoksbi3JBDtmVzWiPAYqp7wip50hjQ67JbDz61nyoMPdqu1DvVW9asYb2M65Z20ZHsyJCMqMyDg==} 4285 4209 engines: {node: '>=18.0.0', npm: '>=8.0.0'} ··· 4384 4308 4385 4309 sisteransi@1.0.5: 4386 4310 resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} 4387 - 4388 - slash@4.0.0: 4389 - resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} 4390 - engines: {node: '>=12'} 4391 4311 4392 4312 slash@5.1.0: 4393 4313 resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} ··· 4588 4508 resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} 4589 4509 engines: {node: '>=12.0.0'} 4590 4510 4511 + tinyglobby@0.2.12: 4512 + resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==} 4513 + engines: {node: '>=12.0.0'} 4514 + 4591 4515 tinyglobby@0.2.6: 4592 4516 resolution: {integrity: sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==} 4593 4517 engines: {node: '>=12.0.0'} ··· 4693 4617 ultrahtml@1.5.3: 4694 4618 resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==} 4695 4619 4696 - unbuild@2.0.0: 4697 - resolution: {integrity: sha512-JWCUYx3Oxdzvw2J9kTAp+DKE8df/BnH/JTSj6JyA4SH40ECdFu7FoJJcrm8G92B7TjofQ6GZGjJs50TRxoH6Wg==} 4620 + unbuild@3.5.0: 4621 + resolution: {integrity: sha512-DPFttsiADnHRb/K+yJ9r9jdn6JyXlsmdT0S12VFC14DFSJD+cxBnHq+v0INmqqPVPxOoUjvJFYUVIb02rWnVeA==} 4698 4622 hasBin: true 4699 4623 peerDependencies: 4700 - typescript: ^5.1.6 4624 + typescript: ^5.7.3 4701 4625 peerDependenciesMeta: 4702 4626 typescript: 4703 4627 optional: true ··· 4799 4723 4800 4724 untyped@1.5.1: 4801 4725 resolution: {integrity: sha512-reBOnkJBFfBZ8pCKaeHgfZLcehXtM6UTxc+vqs1JvCps0c4amLNp3fhdGBZwYp+VLyoY9n3X5KOP7lCyWBUX9A==} 4726 + hasBin: true 4727 + 4728 + untyped@2.0.0: 4729 + resolution: {integrity: sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==} 4802 4730 hasBin: true 4803 4731 4804 4732 unwasm@0.3.9: ··· 5427 5355 esquery: 1.6.0 5428 5356 jsdoc-type-pratt-parser: 4.1.0 5429 5357 5430 - '@esbuild/aix-ppc64@0.19.12': 5431 - optional: true 5432 - 5433 5358 '@esbuild/aix-ppc64@0.20.2': 5434 5359 optional: true 5435 5360 ··· 5439 5364 '@esbuild/aix-ppc64@0.23.1': 5440 5365 optional: true 5441 5366 5442 - '@esbuild/aix-ppc64@0.24.0': 5367 + '@esbuild/aix-ppc64@0.24.2': 5443 5368 optional: true 5444 5369 5445 5370 '@esbuild/aix-ppc64@0.25.0': 5446 5371 optional: true 5447 5372 5448 - '@esbuild/android-arm64@0.19.12': 5449 - optional: true 5450 - 5451 5373 '@esbuild/android-arm64@0.20.2': 5452 5374 optional: true 5453 5375 ··· 5457 5379 '@esbuild/android-arm64@0.23.1': 5458 5380 optional: true 5459 5381 5460 - '@esbuild/android-arm64@0.24.0': 5382 + '@esbuild/android-arm64@0.24.2': 5461 5383 optional: true 5462 5384 5463 5385 '@esbuild/android-arm64@0.25.0': 5464 - optional: true 5465 - 5466 - '@esbuild/android-arm@0.19.12': 5467 5386 optional: true 5468 5387 5469 5388 '@esbuild/android-arm@0.20.2': ··· 5475 5394 '@esbuild/android-arm@0.23.1': 5476 5395 optional: true 5477 5396 5478 - '@esbuild/android-arm@0.24.0': 5397 + '@esbuild/android-arm@0.24.2': 5479 5398 optional: true 5480 5399 5481 5400 '@esbuild/android-arm@0.25.0': 5482 5401 optional: true 5483 5402 5484 - '@esbuild/android-x64@0.19.12': 5485 - optional: true 5486 - 5487 5403 '@esbuild/android-x64@0.20.2': 5488 5404 optional: true 5489 5405 ··· 5493 5409 '@esbuild/android-x64@0.23.1': 5494 5410 optional: true 5495 5411 5496 - '@esbuild/android-x64@0.24.0': 5412 + '@esbuild/android-x64@0.24.2': 5497 5413 optional: true 5498 5414 5499 5415 '@esbuild/android-x64@0.25.0': 5500 5416 optional: true 5501 5417 5502 - '@esbuild/darwin-arm64@0.19.12': 5503 - optional: true 5504 - 5505 5418 '@esbuild/darwin-arm64@0.20.2': 5506 5419 optional: true 5507 5420 ··· 5511 5424 '@esbuild/darwin-arm64@0.23.1': 5512 5425 optional: true 5513 5426 5514 - '@esbuild/darwin-arm64@0.24.0': 5427 + '@esbuild/darwin-arm64@0.24.2': 5515 5428 optional: true 5516 5429 5517 5430 '@esbuild/darwin-arm64@0.25.0': 5518 5431 optional: true 5519 5432 5520 - '@esbuild/darwin-x64@0.19.12': 5521 - optional: true 5522 - 5523 5433 '@esbuild/darwin-x64@0.20.2': 5524 5434 optional: true 5525 5435 ··· 5529 5439 '@esbuild/darwin-x64@0.23.1': 5530 5440 optional: true 5531 5441 5532 - '@esbuild/darwin-x64@0.24.0': 5442 + '@esbuild/darwin-x64@0.24.2': 5533 5443 optional: true 5534 5444 5535 5445 '@esbuild/darwin-x64@0.25.0': 5536 - optional: true 5537 - 5538 - '@esbuild/freebsd-arm64@0.19.12': 5539 5446 optional: true 5540 5447 5541 5448 '@esbuild/freebsd-arm64@0.20.2': ··· 5547 5454 '@esbuild/freebsd-arm64@0.23.1': 5548 5455 optional: true 5549 5456 5550 - '@esbuild/freebsd-arm64@0.24.0': 5457 + '@esbuild/freebsd-arm64@0.24.2': 5551 5458 optional: true 5552 5459 5553 5460 '@esbuild/freebsd-arm64@0.25.0': 5554 - optional: true 5555 - 5556 - '@esbuild/freebsd-x64@0.19.12': 5557 5461 optional: true 5558 5462 5559 5463 '@esbuild/freebsd-x64@0.20.2': ··· 5565 5469 '@esbuild/freebsd-x64@0.23.1': 5566 5470 optional: true 5567 5471 5568 - '@esbuild/freebsd-x64@0.24.0': 5472 + '@esbuild/freebsd-x64@0.24.2': 5569 5473 optional: true 5570 5474 5571 5475 '@esbuild/freebsd-x64@0.25.0': 5572 5476 optional: true 5573 5477 5574 - '@esbuild/linux-arm64@0.19.12': 5575 - optional: true 5576 - 5577 5478 '@esbuild/linux-arm64@0.20.2': 5578 5479 optional: true 5579 5480 ··· 5583 5484 '@esbuild/linux-arm64@0.23.1': 5584 5485 optional: true 5585 5486 5586 - '@esbuild/linux-arm64@0.24.0': 5487 + '@esbuild/linux-arm64@0.24.2': 5587 5488 optional: true 5588 5489 5589 5490 '@esbuild/linux-arm64@0.25.0': 5590 5491 optional: true 5591 5492 5592 - '@esbuild/linux-arm@0.19.12': 5593 - optional: true 5594 - 5595 5493 '@esbuild/linux-arm@0.20.2': 5596 5494 optional: true 5597 5495 ··· 5601 5499 '@esbuild/linux-arm@0.23.1': 5602 5500 optional: true 5603 5501 5604 - '@esbuild/linux-arm@0.24.0': 5502 + '@esbuild/linux-arm@0.24.2': 5605 5503 optional: true 5606 5504 5607 5505 '@esbuild/linux-arm@0.25.0': 5608 5506 optional: true 5609 5507 5610 - '@esbuild/linux-ia32@0.19.12': 5611 - optional: true 5612 - 5613 5508 '@esbuild/linux-ia32@0.20.2': 5614 5509 optional: true 5615 5510 ··· 5619 5514 '@esbuild/linux-ia32@0.23.1': 5620 5515 optional: true 5621 5516 5622 - '@esbuild/linux-ia32@0.24.0': 5517 + '@esbuild/linux-ia32@0.24.2': 5623 5518 optional: true 5624 5519 5625 5520 '@esbuild/linux-ia32@0.25.0': 5626 - optional: true 5627 - 5628 - '@esbuild/linux-loong64@0.19.12': 5629 5521 optional: true 5630 5522 5631 5523 '@esbuild/linux-loong64@0.20.2': ··· 5637 5529 '@esbuild/linux-loong64@0.23.1': 5638 5530 optional: true 5639 5531 5640 - '@esbuild/linux-loong64@0.24.0': 5532 + '@esbuild/linux-loong64@0.24.2': 5641 5533 optional: true 5642 5534 5643 5535 '@esbuild/linux-loong64@0.25.0': 5644 5536 optional: true 5645 5537 5646 - '@esbuild/linux-mips64el@0.19.12': 5647 - optional: true 5648 - 5649 5538 '@esbuild/linux-mips64el@0.20.2': 5650 5539 optional: true 5651 5540 ··· 5655 5544 '@esbuild/linux-mips64el@0.23.1': 5656 5545 optional: true 5657 5546 5658 - '@esbuild/linux-mips64el@0.24.0': 5547 + '@esbuild/linux-mips64el@0.24.2': 5659 5548 optional: true 5660 5549 5661 5550 '@esbuild/linux-mips64el@0.25.0': 5662 5551 optional: true 5663 5552 5664 - '@esbuild/linux-ppc64@0.19.12': 5665 - optional: true 5666 - 5667 5553 '@esbuild/linux-ppc64@0.20.2': 5668 5554 optional: true 5669 5555 ··· 5673 5559 '@esbuild/linux-ppc64@0.23.1': 5674 5560 optional: true 5675 5561 5676 - '@esbuild/linux-ppc64@0.24.0': 5562 + '@esbuild/linux-ppc64@0.24.2': 5677 5563 optional: true 5678 5564 5679 5565 '@esbuild/linux-ppc64@0.25.0': 5680 5566 optional: true 5681 5567 5682 - '@esbuild/linux-riscv64@0.19.12': 5683 - optional: true 5684 - 5685 5568 '@esbuild/linux-riscv64@0.20.2': 5686 5569 optional: true 5687 5570 ··· 5691 5574 '@esbuild/linux-riscv64@0.23.1': 5692 5575 optional: true 5693 5576 5694 - '@esbuild/linux-riscv64@0.24.0': 5577 + '@esbuild/linux-riscv64@0.24.2': 5695 5578 optional: true 5696 5579 5697 5580 '@esbuild/linux-riscv64@0.25.0': 5698 5581 optional: true 5699 5582 5700 - '@esbuild/linux-s390x@0.19.12': 5701 - optional: true 5702 - 5703 5583 '@esbuild/linux-s390x@0.20.2': 5704 5584 optional: true 5705 5585 ··· 5709 5589 '@esbuild/linux-s390x@0.23.1': 5710 5590 optional: true 5711 5591 5712 - '@esbuild/linux-s390x@0.24.0': 5592 + '@esbuild/linux-s390x@0.24.2': 5713 5593 optional: true 5714 5594 5715 5595 '@esbuild/linux-s390x@0.25.0': 5716 5596 optional: true 5717 5597 5718 - '@esbuild/linux-x64@0.19.12': 5719 - optional: true 5720 - 5721 5598 '@esbuild/linux-x64@0.20.2': 5722 5599 optional: true 5723 5600 ··· 5727 5604 '@esbuild/linux-x64@0.23.1': 5728 5605 optional: true 5729 5606 5730 - '@esbuild/linux-x64@0.24.0': 5607 + '@esbuild/linux-x64@0.24.2': 5731 5608 optional: true 5732 5609 5733 5610 '@esbuild/linux-x64@0.25.0': 5734 5611 optional: true 5735 5612 5736 - '@esbuild/netbsd-arm64@0.25.0': 5613 + '@esbuild/netbsd-arm64@0.24.2': 5737 5614 optional: true 5738 5615 5739 - '@esbuild/netbsd-x64@0.19.12': 5616 + '@esbuild/netbsd-arm64@0.25.0': 5740 5617 optional: true 5741 5618 5742 5619 '@esbuild/netbsd-x64@0.20.2': ··· 5748 5625 '@esbuild/netbsd-x64@0.23.1': 5749 5626 optional: true 5750 5627 5751 - '@esbuild/netbsd-x64@0.24.0': 5628 + '@esbuild/netbsd-x64@0.24.2': 5752 5629 optional: true 5753 5630 5754 5631 '@esbuild/netbsd-x64@0.25.0': ··· 5757 5634 '@esbuild/openbsd-arm64@0.23.1': 5758 5635 optional: true 5759 5636 5760 - '@esbuild/openbsd-arm64@0.24.0': 5637 + '@esbuild/openbsd-arm64@0.24.2': 5761 5638 optional: true 5762 5639 5763 5640 '@esbuild/openbsd-arm64@0.25.0': 5764 - optional: true 5765 - 5766 - '@esbuild/openbsd-x64@0.19.12': 5767 5641 optional: true 5768 5642 5769 5643 '@esbuild/openbsd-x64@0.20.2': ··· 5775 5649 '@esbuild/openbsd-x64@0.23.1': 5776 5650 optional: true 5777 5651 5778 - '@esbuild/openbsd-x64@0.24.0': 5652 + '@esbuild/openbsd-x64@0.24.2': 5779 5653 optional: true 5780 5654 5781 5655 '@esbuild/openbsd-x64@0.25.0': 5782 - optional: true 5783 - 5784 - '@esbuild/sunos-x64@0.19.12': 5785 5656 optional: true 5786 5657 5787 5658 '@esbuild/sunos-x64@0.20.2': ··· 5793 5664 '@esbuild/sunos-x64@0.23.1': 5794 5665 optional: true 5795 5666 5796 - '@esbuild/sunos-x64@0.24.0': 5667 + '@esbuild/sunos-x64@0.24.2': 5797 5668 optional: true 5798 5669 5799 5670 '@esbuild/sunos-x64@0.25.0': 5800 - optional: true 5801 - 5802 - '@esbuild/win32-arm64@0.19.12': 5803 5671 optional: true 5804 5672 5805 5673 '@esbuild/win32-arm64@0.20.2': ··· 5811 5679 '@esbuild/win32-arm64@0.23.1': 5812 5680 optional: true 5813 5681 5814 - '@esbuild/win32-arm64@0.24.0': 5682 + '@esbuild/win32-arm64@0.24.2': 5815 5683 optional: true 5816 5684 5817 5685 '@esbuild/win32-arm64@0.25.0': 5818 - optional: true 5819 - 5820 - '@esbuild/win32-ia32@0.19.12': 5821 5686 optional: true 5822 5687 5823 5688 '@esbuild/win32-ia32@0.20.2': ··· 5829 5694 '@esbuild/win32-ia32@0.23.1': 5830 5695 optional: true 5831 5696 5832 - '@esbuild/win32-ia32@0.24.0': 5697 + '@esbuild/win32-ia32@0.24.2': 5833 5698 optional: true 5834 5699 5835 5700 '@esbuild/win32-ia32@0.25.0': 5836 - optional: true 5837 - 5838 - '@esbuild/win32-x64@0.19.12': 5839 5701 optional: true 5840 5702 5841 5703 '@esbuild/win32-x64@0.20.2': ··· 5847 5709 '@esbuild/win32-x64@0.23.1': 5848 5710 optional: true 5849 5711 5850 - '@esbuild/win32-x64@0.24.0': 5712 + '@esbuild/win32-x64@0.24.2': 5851 5713 optional: true 5852 5714 5853 5715 '@esbuild/win32-x64@0.25.0': 5854 5716 optional: true 5855 5717 5856 - '@eslint-community/eslint-utils@4.4.1(eslint@9.23.0(jiti@2.4.0))': 5718 + '@eslint-community/eslint-utils@4.4.1(eslint@9.23.0(jiti@2.4.2))': 5857 5719 dependencies: 5858 - eslint: 9.23.0(jiti@2.4.0) 5720 + eslint: 9.23.0(jiti@2.4.2) 5859 5721 eslint-visitor-keys: 3.4.3 5860 5722 5861 5723 '@eslint-community/regexpp@4.12.1': {} 5862 5724 5863 - '@eslint/compat@1.2.7(eslint@9.23.0(jiti@2.4.0))': 5725 + '@eslint/compat@1.2.7(eslint@9.23.0(jiti@2.4.2))': 5864 5726 optionalDependencies: 5865 - eslint: 9.23.0(jiti@2.4.0) 5727 + eslint: 9.23.0(jiti@2.4.2) 5866 5728 5867 5729 '@eslint/config-array@0.19.2': 5868 5730 dependencies: ··· 6001 5863 6002 5864 '@nuxt/devalue@2.0.2': {} 6003 5865 6004 - '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))': 5866 + '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))': 6005 5867 dependencies: 6006 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@3.29.5) 6007 - '@nuxt/schema': 3.13.2(rollup@3.29.5) 5868 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 5869 + '@nuxt/schema': 3.13.2(rollup@4.24.3) 6008 5870 execa: 7.2.0 6009 - vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 5871 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 6010 5872 transitivePeerDependencies: 6011 5873 - magicast 6012 5874 - rollup 6013 5875 - supports-color 6014 5876 - webpack-sources 6015 5877 6016 - '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@4.24.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))': 5878 + '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@4.34.8)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))': 6017 5879 dependencies: 6018 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 6019 - '@nuxt/schema': 3.13.2(rollup@4.24.3) 5880 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.34.8) 5881 + '@nuxt/schema': 3.13.2(rollup@4.34.8) 6020 5882 execa: 7.2.0 6021 - vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0) 5883 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 6022 5884 transitivePeerDependencies: 6023 5885 - magicast 6024 5886 - rollup ··· 6033 5895 global-directory: 4.0.1 6034 5896 magicast: 0.3.5 6035 5897 pathe: 1.1.2 6036 - pkg-types: 1.2.1 5898 + pkg-types: 1.3.1 6037 5899 prompts: 2.4.2 6038 5900 rc9: 2.1.2 6039 5901 semver: 7.6.3 6040 5902 6041 - '@nuxt/devtools@1.6.0(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3))': 5903 + '@nuxt/devtools@1.6.0(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3))': 6042 5904 dependencies: 6043 5905 '@antfu/utils': 0.7.10 6044 - '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)) 5906 + '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 6045 5907 '@nuxt/devtools-wizard': 1.6.0 6046 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@3.29.5) 6047 - '@vue/devtools-core': 7.4.4(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3)) 5908 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 5909 + '@vue/devtools-core': 7.4.4(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3)) 6048 5910 '@vue/devtools-kit': 7.4.4 6049 5911 birpc: 0.2.19 6050 5912 consola: 3.2.3 ··· 6072 5934 simple-git: 3.27.0 6073 5935 sirv: 2.0.4 6074 5936 tinyglobby: 0.2.6 6075 - unimport: 3.13.1(rollup@3.29.5) 6076 - vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 6077 - vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@3.29.5))(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)) 6078 - vite-plugin-vue-inspector: 5.1.3(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)) 5937 + unimport: 3.13.1(rollup@4.24.3) 5938 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 5939 + vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.3))(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 5940 + vite-plugin-vue-inspector: 5.1.3(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 6079 5941 which: 3.0.1 6080 5942 ws: 8.18.0 6081 5943 transitivePeerDependencies: ··· 6086 5948 - vue 6087 5949 - webpack-sources 6088 5950 6089 - '@nuxt/devtools@1.6.0(rollup@4.24.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))': 5951 + '@nuxt/devtools@1.6.0(rollup@4.34.8)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3))': 6090 5952 dependencies: 6091 5953 '@antfu/utils': 0.7.10 6092 - '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)) 5954 + '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.34.8)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 6093 5955 '@nuxt/devtools-wizard': 1.6.0 6094 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 6095 - '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) 5956 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.34.8) 5957 + '@vue/devtools-core': 7.4.4(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3)) 6096 5958 '@vue/devtools-kit': 7.4.4 6097 5959 birpc: 0.2.19 6098 5960 consola: 3.2.3 ··· 6120 5982 simple-git: 3.27.0 6121 5983 sirv: 2.0.4 6122 5984 tinyglobby: 0.2.6 6123 - unimport: 3.13.1(rollup@4.24.3) 6124 - vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0) 6125 - vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@3.29.5))(rollup@4.24.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)) 6126 - vite-plugin-vue-inspector: 5.1.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)) 5985 + unimport: 3.13.1(rollup@4.34.8) 5986 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 5987 + vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.3))(rollup@4.34.8)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 5988 + vite-plugin-vue-inspector: 5.1.3(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 6127 5989 which: 3.0.1 6128 5990 ws: 8.18.0 6129 5991 transitivePeerDependencies: ··· 6134 5996 - vue 6135 5997 - webpack-sources 6136 5998 6137 - '@nuxt/eslint-config@1.1.0(@vue/compiler-sfc@3.5.12)(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3)': 5999 + '@nuxt/eslint-config@1.1.0(@vue/compiler-sfc@3.5.12)(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3)': 6138 6000 dependencies: 6139 6001 '@antfu/install-pkg': 1.0.0 6140 6002 '@clack/prompts': 0.10.0 6141 6003 '@eslint/js': 9.21.0 6142 - '@nuxt/eslint-plugin': 1.1.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6143 - '@stylistic/eslint-plugin': 4.1.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6144 - '@typescript-eslint/eslint-plugin': 8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6145 - '@typescript-eslint/parser': 8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6146 - eslint: 9.23.0(jiti@2.4.0) 6147 - eslint-config-flat-gitignore: 2.1.0(eslint@9.23.0(jiti@2.4.0)) 6004 + '@nuxt/eslint-plugin': 1.1.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6005 + '@stylistic/eslint-plugin': 4.1.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6006 + '@typescript-eslint/eslint-plugin': 8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3))(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6007 + '@typescript-eslint/parser': 8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6008 + eslint: 9.23.0(jiti@2.4.2) 6009 + eslint-config-flat-gitignore: 2.1.0(eslint@9.23.0(jiti@2.4.2)) 6148 6010 eslint-flat-config-utils: 2.0.1 6149 - eslint-merge-processors: 2.0.0(eslint@9.23.0(jiti@2.4.0)) 6150 - eslint-plugin-import-x: 4.6.1(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6151 - eslint-plugin-jsdoc: 50.6.3(eslint@9.23.0(jiti@2.4.0)) 6152 - eslint-plugin-regexp: 2.7.0(eslint@9.23.0(jiti@2.4.0)) 6153 - eslint-plugin-unicorn: 57.0.0(eslint@9.23.0(jiti@2.4.0)) 6154 - eslint-plugin-vue: 9.32.0(eslint@9.23.0(jiti@2.4.0)) 6155 - eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.12)(eslint@9.23.0(jiti@2.4.0)) 6011 + eslint-merge-processors: 2.0.0(eslint@9.23.0(jiti@2.4.2)) 6012 + eslint-plugin-import-x: 4.6.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6013 + eslint-plugin-jsdoc: 50.6.3(eslint@9.23.0(jiti@2.4.2)) 6014 + eslint-plugin-regexp: 2.7.0(eslint@9.23.0(jiti@2.4.2)) 6015 + eslint-plugin-unicorn: 57.0.0(eslint@9.23.0(jiti@2.4.2)) 6016 + eslint-plugin-vue: 9.32.0(eslint@9.23.0(jiti@2.4.2)) 6017 + eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.12)(eslint@9.23.0(jiti@2.4.2)) 6156 6018 globals: 15.15.0 6157 6019 local-pkg: 1.1.0 6158 6020 pathe: 2.0.3 6159 - vue-eslint-parser: 9.4.3(eslint@9.23.0(jiti@2.4.0)) 6021 + vue-eslint-parser: 9.4.3(eslint@9.23.0(jiti@2.4.2)) 6160 6022 transitivePeerDependencies: 6161 6023 - '@vue/compiler-sfc' 6162 6024 - supports-color 6163 6025 - typescript 6164 6026 6165 - '@nuxt/eslint-plugin@1.1.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3)': 6027 + '@nuxt/eslint-plugin@1.1.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3)': 6166 6028 dependencies: 6167 6029 '@typescript-eslint/types': 8.25.0 6168 - '@typescript-eslint/utils': 8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6169 - eslint: 9.23.0(jiti@2.4.0) 6030 + '@typescript-eslint/utils': 8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6031 + eslint: 9.23.0(jiti@2.4.2) 6170 6032 transitivePeerDependencies: 6171 6033 - supports-color 6172 6034 - typescript 6173 6035 6174 - '@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@3.29.5)': 6036 + '@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.3)': 6175 6037 dependencies: 6176 - '@nuxt/schema': 3.13.2(rollup@3.29.5) 6038 + '@nuxt/schema': 3.13.2(rollup@4.24.3) 6177 6039 c12: 1.11.2(magicast@0.3.5) 6178 6040 consola: 3.2.3 6179 6041 defu: 6.1.4 ··· 6191 6053 semver: 7.6.3 6192 6054 ufo: 1.5.4 6193 6055 unctx: 2.3.1 6194 - unimport: 3.13.1(rollup@3.29.5) 6056 + unimport: 3.13.1(rollup@4.24.3) 6195 6057 untyped: 1.5.1 6196 6058 transitivePeerDependencies: 6197 6059 - magicast ··· 6199 6061 - supports-color 6200 6062 - webpack-sources 6201 6063 6202 - '@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.3)': 6064 + '@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.34.8)': 6203 6065 dependencies: 6204 - '@nuxt/schema': 3.13.2(rollup@4.24.3) 6066 + '@nuxt/schema': 3.13.2(rollup@4.34.8) 6205 6067 c12: 1.11.2(magicast@0.3.5) 6206 6068 consola: 3.2.3 6207 6069 defu: 6.1.4 ··· 6219 6081 semver: 7.6.3 6220 6082 ufo: 1.5.4 6221 6083 unctx: 2.3.1 6222 - unimport: 3.13.1(rollup@4.24.3) 6084 + unimport: 3.13.1(rollup@4.34.8) 6223 6085 untyped: 1.5.1 6224 6086 transitivePeerDependencies: 6225 6087 - magicast ··· 6227 6089 - supports-color 6228 6090 - webpack-sources 6229 6091 6230 - '@nuxt/module-builder@0.8.4(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@3.29.5))(nuxi@3.15.0)(typescript@5.6.3)': 6092 + '@nuxt/module-builder@1.0.0-alpha.1(nuxi@3.15.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))': 6231 6093 dependencies: 6232 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@3.29.5) 6233 6094 citty: 0.1.6 6234 - consola: 3.2.3 6095 + consola: 3.4.2 6235 6096 defu: 6.1.4 6097 + jiti: 2.4.2 6236 6098 magic-regexp: 0.8.0 6237 - mlly: 1.7.2 6099 + mlly: 1.7.4 6238 6100 nuxi: 3.15.0 6239 - pathe: 1.1.2 6240 - pkg-types: 1.2.1 6101 + pathe: 2.0.3 6102 + pkg-types: 1.3.1 6241 6103 tsconfck: 3.1.4(typescript@5.6.3) 6242 - unbuild: 2.0.0(typescript@5.6.3) 6104 + typescript: 5.6.3 6105 + unbuild: 3.5.0(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) 6243 6106 transitivePeerDependencies: 6244 6107 - sass 6245 - - supports-color 6246 - - typescript 6108 + - vue 6247 6109 - vue-tsc 6248 6110 - webpack-sources 6249 6111 6250 - '@nuxt/schema@3.13.2(rollup@3.29.5)': 6112 + '@nuxt/schema@3.13.2(rollup@4.24.3)': 6251 6113 dependencies: 6252 6114 compatx: 0.1.8 6253 6115 consola: 3.2.3 ··· 6259 6121 std-env: 3.7.0 6260 6122 ufo: 1.5.4 6261 6123 uncrypto: 0.1.3 6262 - unimport: 3.13.1(rollup@3.29.5) 6124 + unimport: 3.13.1(rollup@4.24.3) 6263 6125 untyped: 1.5.1 6264 6126 transitivePeerDependencies: 6265 6127 - rollup 6266 6128 - supports-color 6267 6129 - webpack-sources 6268 6130 6269 - '@nuxt/schema@3.13.2(rollup@4.24.3)': 6131 + '@nuxt/schema@3.13.2(rollup@4.34.8)': 6270 6132 dependencies: 6271 6133 compatx: 0.1.8 6272 6134 consola: 3.2.3 ··· 6278 6140 std-env: 3.7.0 6279 6141 ufo: 1.5.4 6280 6142 uncrypto: 0.1.3 6281 - unimport: 3.13.1(rollup@4.24.3) 6143 + unimport: 3.13.1(rollup@4.34.8) 6282 6144 untyped: 1.5.1 6283 6145 transitivePeerDependencies: 6284 6146 - rollup 6285 6147 - supports-color 6286 6148 - webpack-sources 6287 6149 6288 - '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@3.29.5)': 6150 + '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@4.24.3)': 6289 6151 dependencies: 6290 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@3.29.5) 6152 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 6291 6153 ci-info: 4.0.0 6292 6154 consola: 3.2.3 6293 6155 create-require: 1.1.1 ··· 6311 6173 - supports-color 6312 6174 - webpack-sources 6313 6175 6314 - '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@4.24.3)': 6176 + '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@4.34.8)': 6315 6177 dependencies: 6316 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 6178 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.34.8) 6317 6179 ci-info: 4.0.0 6318 6180 consola: 3.2.3 6319 6181 create-require: 1.1.1 ··· 6337 6199 - supports-color 6338 6200 - webpack-sources 6339 6201 6340 - '@nuxt/test-utils@3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))': 6202 + '@nuxt/test-utils@3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))': 6341 6203 dependencies: 6342 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@3.29.5) 6343 - '@nuxt/schema': 3.13.2(rollup@3.29.5) 6204 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 6205 + '@nuxt/schema': 3.13.2(rollup@4.24.3) 6344 6206 c12: 2.0.1(magicast@0.3.5) 6345 6207 consola: 3.2.3 6346 6208 defu: 6.1.4 ··· 6363 6225 ufo: 1.5.4 6364 6226 unenv: 1.10.0 6365 6227 unplugin: 1.15.0 6366 - vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 6367 - vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 6228 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 6229 + vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 6368 6230 vue: 3.5.12(typescript@5.6.3) 6369 6231 vue-router: 4.4.5(vue@3.5.12(typescript@5.6.3)) 6370 6232 optionalDependencies: 6371 6233 '@vue/test-utils': 2.4.6 6372 6234 jsdom: 26.0.0 6373 6235 playwright-core: 1.48.2 6374 - vitest: 3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0) 6236 + vitest: 3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0) 6375 6237 transitivePeerDependencies: 6376 6238 - magicast 6377 6239 - rollup 6378 6240 - supports-color 6379 6241 - webpack-sources 6380 6242 6381 - '@nuxt/vite-builder@3.13.2(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(terser@5.36.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))': 6243 + '@nuxt/vite-builder@3.13.2(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.3)(terser@5.36.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))': 6382 6244 dependencies: 6383 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@3.29.5) 6384 - '@rollup/plugin-replace': 5.0.7(rollup@3.29.5) 6245 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 6246 + '@rollup/plugin-replace': 5.0.7(rollup@4.24.3) 6385 6247 '@vitejs/plugin-vue': 5.1.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) 6386 6248 '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) 6387 6249 autoprefixer: 10.4.20(postcss@8.4.47) ··· 6403 6265 perfect-debounce: 1.0.0 6404 6266 pkg-types: 1.2.1 6405 6267 postcss: 8.4.47 6406 - rollup-plugin-visualizer: 5.12.0(rollup@3.29.5) 6268 + rollup-plugin-visualizer: 5.12.0(rollup@4.24.3) 6407 6269 std-env: 3.7.0 6408 6270 strip-literal: 2.1.0 6409 6271 ufo: 1.5.4 ··· 6411 6273 unplugin: 1.15.0 6412 6274 vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0) 6413 6275 vite-node: 2.1.4(@types/node@22.9.0)(terser@5.36.0) 6414 - vite-plugin-checker: 0.8.0(eslint@9.23.0(jiti@2.4.0))(optionator@0.9.4)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)) 6276 + vite-plugin-checker: 0.8.0(eslint@9.23.0(jiti@2.4.2))(optionator@0.9.4)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)) 6415 6277 vue: 3.5.12(typescript@5.6.3) 6416 6278 vue-bundle-renderer: 2.1.1 6417 6279 transitivePeerDependencies: ··· 6437 6299 - vue-tsc 6438 6300 - webpack-sources 6439 6301 6440 - '@nuxt/vite-builder@3.13.2(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.3)(terser@5.36.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))': 6302 + '@nuxt/vite-builder@3.13.2(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.8)(terser@5.36.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))': 6441 6303 dependencies: 6442 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 6443 - '@rollup/plugin-replace': 5.0.7(rollup@4.24.3) 6304 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.34.8) 6305 + '@rollup/plugin-replace': 5.0.7(rollup@4.34.8) 6444 6306 '@vitejs/plugin-vue': 5.1.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) 6445 6307 '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) 6446 6308 autoprefixer: 10.4.20(postcss@8.4.47) ··· 6462 6324 perfect-debounce: 1.0.0 6463 6325 pkg-types: 1.2.1 6464 6326 postcss: 8.4.47 6465 - rollup-plugin-visualizer: 5.12.0(rollup@4.24.3) 6327 + rollup-plugin-visualizer: 5.12.0(rollup@4.34.8) 6466 6328 std-env: 3.7.0 6467 6329 strip-literal: 2.1.0 6468 6330 ufo: 1.5.4 ··· 6470 6332 unplugin: 1.15.0 6471 6333 vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0) 6472 6334 vite-node: 2.1.4(@types/node@22.9.0)(terser@5.36.0) 6473 - vite-plugin-checker: 0.8.0(eslint@9.23.0(jiti@2.4.0))(optionator@0.9.4)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)) 6335 + vite-plugin-checker: 0.8.0(eslint@9.23.0(jiti@2.4.2))(optionator@0.9.4)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)) 6474 6336 vue: 3.5.12(typescript@5.6.3) 6475 6337 vue-bundle-renderer: 2.1.1 6476 6338 transitivePeerDependencies: ··· 6566 6428 6567 6429 '@polka/url@1.0.0-next.28': {} 6568 6430 6569 - '@rollup/plugin-alias@5.1.1(rollup@3.29.5)': 6570 - optionalDependencies: 6571 - rollup: 3.29.5 6572 - 6573 6431 '@rollup/plugin-alias@5.1.1(rollup@4.24.3)': 6574 6432 optionalDependencies: 6575 6433 rollup: 4.24.3 6576 6434 6577 - '@rollup/plugin-commonjs@25.0.8(rollup@3.29.5)': 6435 + '@rollup/plugin-alias@5.1.1(rollup@4.34.8)': 6436 + optionalDependencies: 6437 + rollup: 4.34.8 6438 + 6439 + '@rollup/plugin-commonjs@25.0.8(rollup@4.24.3)': 6578 6440 dependencies: 6579 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 6441 + '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 6580 6442 commondir: 1.0.1 6581 6443 estree-walker: 2.0.2 6582 6444 glob: 8.1.0 6583 6445 is-reference: 1.2.1 6584 6446 magic-string: 0.30.17 6585 6447 optionalDependencies: 6586 - rollup: 3.29.5 6448 + rollup: 4.24.3 6587 6449 6588 - '@rollup/plugin-commonjs@25.0.8(rollup@4.24.3)': 6450 + '@rollup/plugin-commonjs@28.0.3(rollup@4.34.8)': 6589 6451 dependencies: 6590 - '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 6452 + '@rollup/pluginutils': 5.1.4(rollup@4.34.8) 6591 6453 commondir: 1.0.1 6592 6454 estree-walker: 2.0.2 6593 - glob: 8.1.0 6455 + fdir: 6.4.2(picomatch@4.0.2) 6594 6456 is-reference: 1.2.1 6595 6457 magic-string: 0.30.17 6458 + picomatch: 4.0.2 6596 6459 optionalDependencies: 6597 - rollup: 4.24.3 6460 + rollup: 4.34.8 6598 6461 6599 6462 '@rollup/plugin-inject@5.0.5(rollup@4.24.3)': 6600 6463 dependencies: ··· 6604 6467 optionalDependencies: 6605 6468 rollup: 4.24.3 6606 6469 6607 - '@rollup/plugin-json@6.1.0(rollup@3.29.5)': 6608 - dependencies: 6609 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 6610 - optionalDependencies: 6611 - rollup: 3.29.5 6612 - 6613 6470 '@rollup/plugin-json@6.1.0(rollup@4.24.3)': 6614 6471 dependencies: 6615 6472 '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 6616 6473 optionalDependencies: 6617 6474 rollup: 4.24.3 6618 6475 6619 - '@rollup/plugin-node-resolve@15.3.0(rollup@3.29.5)': 6476 + '@rollup/plugin-json@6.1.0(rollup@4.34.8)': 6620 6477 dependencies: 6621 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 6478 + '@rollup/pluginutils': 5.1.3(rollup@4.34.8) 6479 + optionalDependencies: 6480 + rollup: 4.34.8 6481 + 6482 + '@rollup/plugin-node-resolve@15.3.0(rollup@4.24.3)': 6483 + dependencies: 6484 + '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 6622 6485 '@types/resolve': 1.20.2 6623 6486 deepmerge: 4.3.1 6624 6487 is-module: 1.0.0 6625 6488 resolve: 1.22.8 6626 6489 optionalDependencies: 6627 - rollup: 3.29.5 6490 + rollup: 4.24.3 6628 6491 6629 - '@rollup/plugin-node-resolve@15.3.0(rollup@4.24.3)': 6492 + '@rollup/plugin-node-resolve@16.0.1(rollup@4.34.8)': 6630 6493 dependencies: 6631 - '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 6494 + '@rollup/pluginutils': 5.1.4(rollup@4.34.8) 6632 6495 '@types/resolve': 1.20.2 6633 6496 deepmerge: 4.3.1 6634 6497 is-module: 1.0.0 6635 6498 resolve: 1.22.8 6636 6499 optionalDependencies: 6500 + rollup: 4.34.8 6501 + 6502 + '@rollup/plugin-replace@5.0.7(rollup@4.24.3)': 6503 + dependencies: 6504 + '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 6505 + magic-string: 0.30.17 6506 + optionalDependencies: 6637 6507 rollup: 4.24.3 6638 6508 6639 - '@rollup/plugin-replace@5.0.7(rollup@3.29.5)': 6509 + '@rollup/plugin-replace@5.0.7(rollup@4.34.8)': 6640 6510 dependencies: 6641 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 6511 + '@rollup/pluginutils': 5.1.3(rollup@4.34.8) 6642 6512 magic-string: 0.30.17 6643 6513 optionalDependencies: 6644 - rollup: 3.29.5 6514 + rollup: 4.34.8 6645 6515 6646 - '@rollup/plugin-replace@5.0.7(rollup@4.24.3)': 6516 + '@rollup/plugin-replace@6.0.2(rollup@4.34.8)': 6647 6517 dependencies: 6648 - '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 6518 + '@rollup/pluginutils': 5.1.4(rollup@4.34.8) 6649 6519 magic-string: 0.30.17 6650 6520 optionalDependencies: 6651 - rollup: 4.24.3 6521 + rollup: 4.34.8 6652 6522 6653 6523 '@rollup/plugin-terser@0.4.4(rollup@4.24.3)': 6654 6524 dependencies: ··· 6663 6533 estree-walker: 2.0.2 6664 6534 picomatch: 2.3.1 6665 6535 6666 - '@rollup/pluginutils@5.1.3(rollup@3.29.5)': 6536 + '@rollup/pluginutils@5.1.3(rollup@4.24.3)': 6667 6537 dependencies: 6668 6538 '@types/estree': 1.0.6 6669 6539 estree-walker: 2.0.2 6670 6540 picomatch: 4.0.2 6671 6541 optionalDependencies: 6672 - rollup: 3.29.5 6542 + rollup: 4.24.3 6673 6543 6674 - '@rollup/pluginutils@5.1.3(rollup@4.24.3)': 6544 + '@rollup/pluginutils@5.1.3(rollup@4.34.8)': 6545 + dependencies: 6546 + '@types/estree': 1.0.6 6547 + estree-walker: 2.0.2 6548 + picomatch: 4.0.2 6549 + optionalDependencies: 6550 + rollup: 4.34.8 6551 + 6552 + '@rollup/pluginutils@5.1.4(rollup@4.34.8)': 6675 6553 dependencies: 6676 6554 '@types/estree': 1.0.6 6677 6555 estree-walker: 2.0.2 6678 6556 picomatch: 4.0.2 6679 6557 optionalDependencies: 6680 - rollup: 4.24.3 6558 + rollup: 4.34.8 6681 6559 6682 6560 '@rollup/rollup-android-arm-eabi@4.24.3': 6683 6561 optional: true ··· 6792 6670 6793 6671 '@sindresorhus/merge-streams@2.3.0': {} 6794 6672 6795 - '@stylistic/eslint-plugin@4.1.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3)': 6673 + '@stylistic/eslint-plugin@4.1.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3)': 6796 6674 dependencies: 6797 - '@typescript-eslint/utils': 8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6798 - eslint: 9.23.0(jiti@2.4.0) 6675 + '@typescript-eslint/utils': 8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6676 + eslint: 9.23.0(jiti@2.4.2) 6799 6677 eslint-visitor-keys: 4.2.0 6800 6678 espree: 10.3.0 6801 6679 estraverse: 5.3.0 ··· 6832 6710 6833 6711 '@types/tough-cookie@4.0.5': {} 6834 6712 6835 - '@typescript-eslint/eslint-plugin@8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3)': 6713 + '@typescript-eslint/eslint-plugin@8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3))(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3)': 6836 6714 dependencies: 6837 6715 '@eslint-community/regexpp': 4.12.1 6838 - '@typescript-eslint/parser': 8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6716 + '@typescript-eslint/parser': 8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6839 6717 '@typescript-eslint/scope-manager': 8.25.0 6840 - '@typescript-eslint/type-utils': 8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6841 - '@typescript-eslint/utils': 8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6718 + '@typescript-eslint/type-utils': 8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6719 + '@typescript-eslint/utils': 8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6842 6720 '@typescript-eslint/visitor-keys': 8.25.0 6843 - eslint: 9.23.0(jiti@2.4.0) 6721 + eslint: 9.23.0(jiti@2.4.2) 6844 6722 graphemer: 1.4.0 6845 6723 ignore: 5.3.2 6846 6724 natural-compare: 1.4.0 ··· 6849 6727 transitivePeerDependencies: 6850 6728 - supports-color 6851 6729 6852 - '@typescript-eslint/parser@8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3)': 6730 + '@typescript-eslint/parser@8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3)': 6853 6731 dependencies: 6854 6732 '@typescript-eslint/scope-manager': 8.25.0 6855 6733 '@typescript-eslint/types': 8.25.0 6856 6734 '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.6.3) 6857 6735 '@typescript-eslint/visitor-keys': 8.25.0 6858 6736 debug: 4.4.0 6859 - eslint: 9.23.0(jiti@2.4.0) 6737 + eslint: 9.23.0(jiti@2.4.2) 6860 6738 typescript: 5.6.3 6861 6739 transitivePeerDependencies: 6862 6740 - supports-color ··· 6871 6749 '@typescript-eslint/types': 8.25.0 6872 6750 '@typescript-eslint/visitor-keys': 8.25.0 6873 6751 6874 - '@typescript-eslint/type-utils@8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3)': 6752 + '@typescript-eslint/type-utils@8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3)': 6875 6753 dependencies: 6876 6754 '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.6.3) 6877 - '@typescript-eslint/utils': 8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 6755 + '@typescript-eslint/utils': 8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 6878 6756 debug: 4.4.0 6879 - eslint: 9.23.0(jiti@2.4.0) 6757 + eslint: 9.23.0(jiti@2.4.2) 6880 6758 ts-api-utils: 2.0.1(typescript@5.6.3) 6881 6759 typescript: 5.6.3 6882 6760 transitivePeerDependencies: ··· 6915 6793 transitivePeerDependencies: 6916 6794 - supports-color 6917 6795 6918 - '@typescript-eslint/utils@8.12.2(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3)': 6796 + '@typescript-eslint/utils@8.12.2(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3)': 6919 6797 dependencies: 6920 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.0)) 6798 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2)) 6921 6799 '@typescript-eslint/scope-manager': 8.12.2 6922 6800 '@typescript-eslint/types': 8.12.2 6923 6801 '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.6.3) 6924 - eslint: 9.23.0(jiti@2.4.0) 6802 + eslint: 9.23.0(jiti@2.4.2) 6925 6803 transitivePeerDependencies: 6926 6804 - supports-color 6927 6805 - typescript 6928 6806 6929 - '@typescript-eslint/utils@8.25.0(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3)': 6807 + '@typescript-eslint/utils@8.25.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3)': 6930 6808 dependencies: 6931 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.0)) 6809 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2)) 6932 6810 '@typescript-eslint/scope-manager': 8.25.0 6933 6811 '@typescript-eslint/types': 8.25.0 6934 6812 '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.6.3) 6935 - eslint: 9.23.0(jiti@2.4.0) 6813 + eslint: 9.23.0(jiti@2.4.2) 6936 6814 typescript: 5.6.3 6937 6815 transitivePeerDependencies: 6938 6816 - supports-color ··· 7022 6900 vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0) 7023 6901 vue: 3.5.12(typescript@5.6.3) 7024 6902 7025 - '@vitest/coverage-v8@3.0.9(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))': 6903 + '@vitest/coverage-v8@3.0.9(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))': 7026 6904 dependencies: 7027 6905 '@ampproject/remapping': 2.3.0 7028 6906 '@bcoe/v8-coverage': 1.0.2 ··· 7036 6914 std-env: 3.8.0 7037 6915 test-exclude: 7.0.1 7038 6916 tinyrainbow: 2.0.0 7039 - vitest: 3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0) 6917 + vitest: 3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0) 7040 6918 transitivePeerDependencies: 7041 6919 - supports-color 7042 6920 ··· 7047 6925 chai: 5.2.0 7048 6926 tinyrainbow: 2.0.0 7049 6927 7050 - '@vitest/mocker@3.0.9(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))': 6928 + '@vitest/mocker@3.0.9(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))': 7051 6929 dependencies: 7052 6930 '@vitest/spy': 3.0.9 7053 6931 estree-walker: 3.0.3 7054 6932 magic-string: 0.30.17 7055 6933 optionalDependencies: 7056 - vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 6934 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 7057 6935 7058 6936 '@vitest/pretty-format@3.0.9': 7059 6937 dependencies: ··· 7080 6958 loupe: 3.1.3 7081 6959 tinyrainbow: 2.0.0 7082 6960 7083 - '@vue-macros/common@1.15.0(rollup@3.29.5)(vue@3.5.12(typescript@5.6.3))': 6961 + '@vue-macros/common@1.15.0(rollup@4.24.3)(vue@3.5.12(typescript@5.6.3))': 7084 6962 dependencies: 7085 6963 '@babel/types': 7.26.0 7086 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 6964 + '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 7087 6965 '@vue/compiler-sfc': 3.5.12 7088 6966 ast-kit: 1.3.0 7089 6967 local-pkg: 0.5.0 ··· 7093 6971 transitivePeerDependencies: 7094 6972 - rollup 7095 6973 7096 - '@vue-macros/common@1.15.0(rollup@4.24.3)(vue@3.5.12(typescript@5.6.3))': 6974 + '@vue-macros/common@1.15.0(rollup@4.34.8)(vue@3.5.12(typescript@5.6.3))': 7097 6975 dependencies: 7098 6976 '@babel/types': 7.26.0 7099 - '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 6977 + '@rollup/pluginutils': 5.1.3(rollup@4.34.8) 7100 6978 '@vue/compiler-sfc': 3.5.12 7101 6979 ast-kit: 1.3.0 7102 6980 local-pkg: 0.5.0 ··· 7168 7046 7169 7047 '@vue/devtools-api@6.6.4': {} 7170 7048 7171 - '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))': 7172 - dependencies: 7173 - '@vue/devtools-kit': 7.4.4 7174 - '@vue/devtools-shared': 7.6.2 7175 - mitt: 3.0.1 7176 - nanoid: 3.3.7 7177 - pathe: 1.1.2 7178 - vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)) 7179 - vue: 3.5.12(typescript@5.6.3) 7180 - transitivePeerDependencies: 7181 - - vite 7182 - 7183 - '@vue/devtools-core@7.4.4(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3))': 7049 + '@vue/devtools-core@7.4.4(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3))': 7184 7050 dependencies: 7185 7051 '@vue/devtools-kit': 7.4.4 7186 7052 '@vue/devtools-shared': 7.6.2 7187 7053 mitt: 3.0.1 7188 7054 nanoid: 3.3.7 7189 7055 pathe: 1.1.2 7190 - vite-hot-client: 0.2.3(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)) 7056 + vite-hot-client: 0.2.3(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 7191 7057 vue: 3.5.12(typescript@5.6.3) 7192 7058 transitivePeerDependencies: 7193 7059 - vite ··· 7539 7405 7540 7406 citty@0.1.6: 7541 7407 dependencies: 7542 - consola: 3.2.3 7408 + consola: 3.4.2 7543 7409 7544 7410 clean-regexp@1.0.0: 7545 7411 dependencies: ··· 7614 7480 7615 7481 confbox@0.1.8: {} 7616 7482 7483 + confbox@0.2.1: {} 7484 + 7617 7485 config-chain@1.1.13: 7618 7486 dependencies: 7619 7487 ini: 1.3.8 7620 7488 proto-list: 1.2.4 7621 7489 7622 7490 consola@3.2.3: {} 7491 + 7492 + consola@3.4.2: {} 7623 7493 7624 7494 console-control-strings@1.1.0: {} 7625 7495 ··· 7861 7731 7862 7732 diff@7.0.0: {} 7863 7733 7864 - dir-glob@3.0.1: 7865 - dependencies: 7866 - path-type: 4.0.0 7867 - 7868 7734 doctrine@3.0.0: 7869 7735 dependencies: 7870 7736 esutils: 2.0.3 ··· 7935 7801 7936 7802 es-module-lexer@1.6.0: {} 7937 7803 7938 - esbuild@0.19.12: 7939 - optionalDependencies: 7940 - '@esbuild/aix-ppc64': 0.19.12 7941 - '@esbuild/android-arm': 0.19.12 7942 - '@esbuild/android-arm64': 0.19.12 7943 - '@esbuild/android-x64': 0.19.12 7944 - '@esbuild/darwin-arm64': 0.19.12 7945 - '@esbuild/darwin-x64': 0.19.12 7946 - '@esbuild/freebsd-arm64': 0.19.12 7947 - '@esbuild/freebsd-x64': 0.19.12 7948 - '@esbuild/linux-arm': 0.19.12 7949 - '@esbuild/linux-arm64': 0.19.12 7950 - '@esbuild/linux-ia32': 0.19.12 7951 - '@esbuild/linux-loong64': 0.19.12 7952 - '@esbuild/linux-mips64el': 0.19.12 7953 - '@esbuild/linux-ppc64': 0.19.12 7954 - '@esbuild/linux-riscv64': 0.19.12 7955 - '@esbuild/linux-s390x': 0.19.12 7956 - '@esbuild/linux-x64': 0.19.12 7957 - '@esbuild/netbsd-x64': 0.19.12 7958 - '@esbuild/openbsd-x64': 0.19.12 7959 - '@esbuild/sunos-x64': 0.19.12 7960 - '@esbuild/win32-arm64': 0.19.12 7961 - '@esbuild/win32-ia32': 0.19.12 7962 - '@esbuild/win32-x64': 0.19.12 7963 - 7964 7804 esbuild@0.20.2: 7965 7805 optionalDependencies: 7966 7806 '@esbuild/aix-ppc64': 0.20.2 ··· 8040 7880 '@esbuild/win32-ia32': 0.23.1 8041 7881 '@esbuild/win32-x64': 0.23.1 8042 7882 8043 - esbuild@0.24.0: 7883 + esbuild@0.24.2: 8044 7884 optionalDependencies: 8045 - '@esbuild/aix-ppc64': 0.24.0 8046 - '@esbuild/android-arm': 0.24.0 8047 - '@esbuild/android-arm64': 0.24.0 8048 - '@esbuild/android-x64': 0.24.0 8049 - '@esbuild/darwin-arm64': 0.24.0 8050 - '@esbuild/darwin-x64': 0.24.0 8051 - '@esbuild/freebsd-arm64': 0.24.0 8052 - '@esbuild/freebsd-x64': 0.24.0 8053 - '@esbuild/linux-arm': 0.24.0 8054 - '@esbuild/linux-arm64': 0.24.0 8055 - '@esbuild/linux-ia32': 0.24.0 8056 - '@esbuild/linux-loong64': 0.24.0 8057 - '@esbuild/linux-mips64el': 0.24.0 8058 - '@esbuild/linux-ppc64': 0.24.0 8059 - '@esbuild/linux-riscv64': 0.24.0 8060 - '@esbuild/linux-s390x': 0.24.0 8061 - '@esbuild/linux-x64': 0.24.0 8062 - '@esbuild/netbsd-x64': 0.24.0 8063 - '@esbuild/openbsd-arm64': 0.24.0 8064 - '@esbuild/openbsd-x64': 0.24.0 8065 - '@esbuild/sunos-x64': 0.24.0 8066 - '@esbuild/win32-arm64': 0.24.0 8067 - '@esbuild/win32-ia32': 0.24.0 8068 - '@esbuild/win32-x64': 0.24.0 7885 + '@esbuild/aix-ppc64': 0.24.2 7886 + '@esbuild/android-arm': 0.24.2 7887 + '@esbuild/android-arm64': 0.24.2 7888 + '@esbuild/android-x64': 0.24.2 7889 + '@esbuild/darwin-arm64': 0.24.2 7890 + '@esbuild/darwin-x64': 0.24.2 7891 + '@esbuild/freebsd-arm64': 0.24.2 7892 + '@esbuild/freebsd-x64': 0.24.2 7893 + '@esbuild/linux-arm': 0.24.2 7894 + '@esbuild/linux-arm64': 0.24.2 7895 + '@esbuild/linux-ia32': 0.24.2 7896 + '@esbuild/linux-loong64': 0.24.2 7897 + '@esbuild/linux-mips64el': 0.24.2 7898 + '@esbuild/linux-ppc64': 0.24.2 7899 + '@esbuild/linux-riscv64': 0.24.2 7900 + '@esbuild/linux-s390x': 0.24.2 7901 + '@esbuild/linux-x64': 0.24.2 7902 + '@esbuild/netbsd-arm64': 0.24.2 7903 + '@esbuild/netbsd-x64': 0.24.2 7904 + '@esbuild/openbsd-arm64': 0.24.2 7905 + '@esbuild/openbsd-x64': 0.24.2 7906 + '@esbuild/sunos-x64': 0.24.2 7907 + '@esbuild/win32-arm64': 0.24.2 7908 + '@esbuild/win32-ia32': 0.24.2 7909 + '@esbuild/win32-x64': 0.24.2 8069 7910 8070 7911 esbuild@0.25.0: 8071 7912 optionalDependencies: ··· 8105 7946 8106 7947 escape-string-regexp@5.0.0: {} 8107 7948 8108 - eslint-config-flat-gitignore@2.1.0(eslint@9.23.0(jiti@2.4.0)): 7949 + eslint-config-flat-gitignore@2.1.0(eslint@9.23.0(jiti@2.4.2)): 8109 7950 dependencies: 8110 - '@eslint/compat': 1.2.7(eslint@9.23.0(jiti@2.4.0)) 8111 - eslint: 9.23.0(jiti@2.4.0) 7951 + '@eslint/compat': 1.2.7(eslint@9.23.0(jiti@2.4.2)) 7952 + eslint: 9.23.0(jiti@2.4.2) 8112 7953 8113 7954 eslint-flat-config-utils@2.0.1: 8114 7955 dependencies: ··· 8122 7963 transitivePeerDependencies: 8123 7964 - supports-color 8124 7965 8125 - eslint-merge-processors@2.0.0(eslint@9.23.0(jiti@2.4.0)): 7966 + eslint-merge-processors@2.0.0(eslint@9.23.0(jiti@2.4.2)): 8126 7967 dependencies: 8127 - eslint: 9.23.0(jiti@2.4.0) 7968 + eslint: 9.23.0(jiti@2.4.2) 8128 7969 8129 - eslint-plugin-import-x@4.6.1(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3): 7970 + eslint-plugin-import-x@4.6.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3): 8130 7971 dependencies: 8131 7972 '@types/doctrine': 0.0.9 8132 7973 '@typescript-eslint/scope-manager': 8.12.2 8133 - '@typescript-eslint/utils': 8.12.2(eslint@9.23.0(jiti@2.4.0))(typescript@5.6.3) 7974 + '@typescript-eslint/utils': 8.12.2(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3) 8134 7975 debug: 4.4.0 8135 7976 doctrine: 3.0.0 8136 7977 enhanced-resolve: 5.17.1 8137 - eslint: 9.23.0(jiti@2.4.0) 7978 + eslint: 9.23.0(jiti@2.4.2) 8138 7979 eslint-import-resolver-node: 0.3.9 8139 7980 get-tsconfig: 4.8.1 8140 7981 is-glob: 4.0.3 ··· 8146 7987 - supports-color 8147 7988 - typescript 8148 7989 8149 - eslint-plugin-jsdoc@50.6.3(eslint@9.23.0(jiti@2.4.0)): 7990 + eslint-plugin-jsdoc@50.6.3(eslint@9.23.0(jiti@2.4.2)): 8150 7991 dependencies: 8151 7992 '@es-joy/jsdoccomment': 0.49.0 8152 7993 are-docs-informative: 0.0.2 8153 7994 comment-parser: 1.4.1 8154 7995 debug: 4.4.0 8155 7996 escape-string-regexp: 4.0.0 8156 - eslint: 9.23.0(jiti@2.4.0) 7997 + eslint: 9.23.0(jiti@2.4.2) 8157 7998 espree: 10.3.0 8158 7999 esquery: 1.6.0 8159 8000 parse-imports: 2.2.1 ··· 8163 8004 transitivePeerDependencies: 8164 8005 - supports-color 8165 8006 8166 - eslint-plugin-regexp@2.7.0(eslint@9.23.0(jiti@2.4.0)): 8007 + eslint-plugin-regexp@2.7.0(eslint@9.23.0(jiti@2.4.2)): 8167 8008 dependencies: 8168 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.0)) 8009 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2)) 8169 8010 '@eslint-community/regexpp': 4.12.1 8170 8011 comment-parser: 1.4.1 8171 - eslint: 9.23.0(jiti@2.4.0) 8012 + eslint: 9.23.0(jiti@2.4.2) 8172 8013 jsdoc-type-pratt-parser: 4.1.0 8173 8014 refa: 0.12.1 8174 8015 regexp-ast-analysis: 0.7.1 8175 8016 scslre: 0.3.0 8176 8017 8177 - eslint-plugin-unicorn@57.0.0(eslint@9.23.0(jiti@2.4.0)): 8018 + eslint-plugin-unicorn@57.0.0(eslint@9.23.0(jiti@2.4.2)): 8178 8019 dependencies: 8179 8020 '@babel/helper-validator-identifier': 7.25.9 8180 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.0)) 8021 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2)) 8181 8022 ci-info: 4.1.0 8182 8023 clean-regexp: 1.0.0 8183 8024 core-js-compat: 3.41.0 8184 - eslint: 9.23.0(jiti@2.4.0) 8025 + eslint: 9.23.0(jiti@2.4.2) 8185 8026 esquery: 1.6.0 8186 8027 globals: 15.15.0 8187 8028 indent-string: 5.0.0 ··· 8194 8035 semver: 7.7.1 8195 8036 strip-indent: 4.0.0 8196 8037 8197 - eslint-plugin-vue@9.32.0(eslint@9.23.0(jiti@2.4.0)): 8038 + eslint-plugin-vue@9.32.0(eslint@9.23.0(jiti@2.4.2)): 8198 8039 dependencies: 8199 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.0)) 8200 - eslint: 9.23.0(jiti@2.4.0) 8040 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2)) 8041 + eslint: 9.23.0(jiti@2.4.2) 8201 8042 globals: 13.24.0 8202 8043 natural-compare: 1.4.0 8203 8044 nth-check: 2.1.1 8204 8045 postcss-selector-parser: 6.1.2 8205 8046 semver: 7.7.1 8206 - vue-eslint-parser: 9.4.3(eslint@9.23.0(jiti@2.4.0)) 8047 + vue-eslint-parser: 9.4.3(eslint@9.23.0(jiti@2.4.2)) 8207 8048 xml-name-validator: 4.0.0 8208 8049 transitivePeerDependencies: 8209 8050 - supports-color 8210 8051 8211 - eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.12)(eslint@9.23.0(jiti@2.4.0)): 8052 + eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.12)(eslint@9.23.0(jiti@2.4.2)): 8212 8053 dependencies: 8213 8054 '@vue/compiler-sfc': 3.5.12 8214 - eslint: 9.23.0(jiti@2.4.0) 8055 + eslint: 9.23.0(jiti@2.4.2) 8215 8056 8216 8057 eslint-scope@7.2.2: 8217 8058 dependencies: ··· 8227 8068 8228 8069 eslint-visitor-keys@4.2.0: {} 8229 8070 8230 - eslint@9.23.0(jiti@2.4.0): 8071 + eslint@9.23.0(jiti@2.4.2): 8231 8072 dependencies: 8232 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.0)) 8073 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2)) 8233 8074 '@eslint-community/regexpp': 4.12.1 8234 8075 '@eslint/config-array': 0.19.2 8235 8076 '@eslint/config-helpers': 0.2.0 ··· 8265 8106 natural-compare: 1.4.0 8266 8107 optionator: 0.9.4 8267 8108 optionalDependencies: 8268 - jiti: 2.4.0 8109 + jiti: 2.4.2 8269 8110 transitivePeerDependencies: 8270 8111 - supports-color 8271 8112 ··· 8333 8174 8334 8175 expect-type@1.1.0: {} 8335 8176 8177 + exsolve@1.0.4: {} 8178 + 8336 8179 externality@1.0.2: 8337 8180 dependencies: 8338 8181 enhanced-resolve: 5.17.1 8339 - mlly: 1.7.2 8182 + mlly: 1.7.4 8340 8183 pathe: 1.1.2 8341 8184 ufo: 1.5.4 8342 8185 ··· 8368 8211 optionalDependencies: 8369 8212 picomatch: 4.0.2 8370 8213 8214 + fdir@6.4.3(picomatch@4.0.2): 8215 + optionalDependencies: 8216 + picomatch: 4.0.2 8217 + 8371 8218 file-entry-cache@8.0.0: 8372 8219 dependencies: 8373 8220 flat-cache: 4.0.1 ··· 8384 8231 dependencies: 8385 8232 locate-path: 6.0.0 8386 8233 path-exists: 4.0.0 8234 + 8235 + fix-dts-default-cjs-exports@1.0.1: 8236 + dependencies: 8237 + magic-string: 0.30.17 8238 + mlly: 1.7.4 8239 + rollup: 4.34.8 8387 8240 8388 8241 flat-cache@4.0.1: 8389 8242 dependencies: ··· 8525 8378 8526 8379 globals@15.15.0: {} 8527 8380 8528 - globby@13.2.2: 8529 - dependencies: 8530 - dir-glob: 3.0.1 8531 - fast-glob: 3.3.2 8532 - ignore: 5.3.2 8533 - merge2: 1.4.1 8534 - slash: 4.0.0 8535 - 8536 8381 globby@14.0.2: 8537 8382 dependencies: 8538 8383 '@sindresorhus/merge-streams': 2.3.0 ··· 8641 8486 parent-module: 1.0.1 8642 8487 resolve-from: 4.0.0 8643 8488 8644 - impound@0.1.0(rollup@3.29.5): 8489 + impound@0.1.0(rollup@4.24.3): 8645 8490 dependencies: 8646 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 8491 + '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 8647 8492 mlly: 1.7.2 8648 8493 pathe: 1.1.2 8649 8494 unenv: 1.10.0 ··· 8652 8497 - rollup 8653 8498 - webpack-sources 8654 8499 8655 - impound@0.1.0(rollup@4.24.3): 8500 + impound@0.1.0(rollup@4.34.8): 8656 8501 dependencies: 8657 - '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 8502 + '@rollup/pluginutils': 5.1.3(rollup@4.34.8) 8658 8503 mlly: 1.7.2 8659 8504 pathe: 1.1.2 8660 8505 unenv: 1.10.0 ··· 8802 8647 8803 8648 jiti@1.21.6: {} 8804 8649 8650 + jiti@1.21.7: {} 8651 + 8805 8652 jiti@2.4.0: {} 8653 + 8654 + jiti@2.4.2: {} 8806 8655 8807 8656 js-beautify@1.15.1: 8808 8657 dependencies: ··· 8882 8731 8883 8732 knitwork@1.1.0: {} 8884 8733 8734 + knitwork@1.2.0: {} 8735 + 8885 8736 kolorist@1.8.0: {} 8886 8737 8887 8738 launch-editor@2.9.1: ··· 8928 8779 h3: 1.13.0 8929 8780 http-shutdown: 1.2.2 8930 8781 jiti: 2.4.0 8931 - mlly: 1.7.2 8782 + mlly: 1.7.4 8932 8783 node-forge: 1.3.1 8933 8784 pathe: 1.1.2 8934 8785 std-env: 3.8.0 ··· 8993 8844 magic-regexp@0.8.0: 8994 8845 dependencies: 8995 8846 estree-walker: 3.0.3 8996 - magic-string: 0.30.12 8997 - mlly: 1.7.2 8847 + magic-string: 0.30.17 8848 + mlly: 1.7.4 8998 8849 regexp-tree: 0.1.27 8999 8850 type-level-regexp: 0.1.17 9000 8851 ufo: 1.5.4 ··· 9092 8943 9093 8944 mkdirp@1.0.4: {} 9094 8945 9095 - mkdist@1.6.0(typescript@5.6.3): 8946 + mkdist@2.2.0(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)): 9096 8947 dependencies: 9097 8948 autoprefixer: 10.4.20(postcss@8.5.3) 9098 8949 citty: 0.1.6 9099 8950 cssnano: 7.0.6(postcss@8.5.3) 9100 8951 defu: 6.1.4 9101 - esbuild: 0.24.0 9102 - jiti: 1.21.6 9103 - mlly: 1.7.2 8952 + esbuild: 0.24.2 8953 + jiti: 1.21.7 8954 + mlly: 1.7.4 9104 8955 pathe: 1.1.2 9105 - pkg-types: 1.2.1 8956 + pkg-types: 1.3.1 9106 8957 postcss: 8.5.3 9107 - postcss-nested: 6.2.0(postcss@8.5.3) 9108 - semver: 7.6.3 9109 - tinyglobby: 0.2.10 8958 + postcss-nested: 7.0.2(postcss@8.5.3) 8959 + semver: 7.7.1 8960 + tinyglobby: 0.2.12 9110 8961 optionalDependencies: 9111 8962 typescript: 5.6.3 8963 + vue: 3.5.12(typescript@5.6.3) 9112 8964 9113 8965 mlly@1.7.2: 9114 8966 dependencies: ··· 9287 9139 9288 9140 nuxi@3.15.0: {} 9289 9141 9290 - nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.0))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(terser@5.36.0)(typescript@5.6.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)): 9142 + nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.2))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.3)(terser@5.36.0)(typescript@5.6.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)): 9291 9143 dependencies: 9292 9144 '@nuxt/devalue': 2.0.2 9293 - '@nuxt/devtools': 1.6.0(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3)) 9294 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@3.29.5) 9295 - '@nuxt/schema': 3.13.2(rollup@3.29.5) 9296 - '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@3.29.5) 9297 - '@nuxt/vite-builder': 3.13.2(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(terser@5.36.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) 9145 + '@nuxt/devtools': 1.6.0(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3)) 9146 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 9147 + '@nuxt/schema': 3.13.2(rollup@4.24.3) 9148 + '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.3) 9149 + '@nuxt/vite-builder': 3.13.2(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.3)(terser@5.36.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) 9298 9150 '@unhead/dom': 1.11.11 9299 9151 '@unhead/shared': 1.11.11 9300 9152 '@unhead/ssr': 1.11.10 ··· 9317 9169 h3: 1.13.0 9318 9170 hookable: 5.5.3 9319 9171 ignore: 5.3.2 9320 - impound: 0.1.0(rollup@3.29.5) 9172 + impound: 0.1.0(rollup@4.24.3) 9321 9173 jiti: 1.21.6 9322 9174 klona: 2.0.6 9323 9175 knitwork: 1.1.0 ··· 9344 9196 unctx: 2.3.1 9345 9197 unenv: 1.10.0 9346 9198 unhead: 1.11.10 9347 - unimport: 3.13.1(rollup@3.29.5) 9199 + unimport: 3.13.1(rollup@4.24.3) 9348 9200 unplugin: 1.15.0 9349 - unplugin-vue-router: 0.10.8(rollup@3.29.5)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 9201 + unplugin-vue-router: 0.10.8(rollup@4.24.3)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 9350 9202 unstorage: 1.13.1(ioredis@5.4.1) 9351 9203 untyped: 1.5.1 9352 9204 vue: 3.5.12(typescript@5.6.3) ··· 9400 9252 - webpack-sources 9401 9253 - xml2js 9402 9254 9403 - nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.0))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.3)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)): 9255 + nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.2))(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.8)(terser@5.36.0)(typescript@5.6.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)): 9404 9256 dependencies: 9405 9257 '@nuxt/devalue': 2.0.2 9406 - '@nuxt/devtools': 1.6.0(rollup@4.24.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) 9407 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 9408 - '@nuxt/schema': 3.13.2(rollup@4.24.3) 9409 - '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.3) 9410 - '@nuxt/vite-builder': 3.13.2(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.3)(terser@5.36.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) 9258 + '@nuxt/devtools': 1.6.0(rollup@4.34.8)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vue@3.5.12(typescript@5.6.3)) 9259 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.34.8) 9260 + '@nuxt/schema': 3.13.2(rollup@4.34.8) 9261 + '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.34.8) 9262 + '@nuxt/vite-builder': 3.13.2(@types/node@22.9.0)(eslint@9.23.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.34.8)(terser@5.36.0)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) 9411 9263 '@unhead/dom': 1.11.11 9412 9264 '@unhead/shared': 1.11.11 9413 9265 '@unhead/ssr': 1.11.10 ··· 9430 9282 h3: 1.13.0 9431 9283 hookable: 5.5.3 9432 9284 ignore: 5.3.2 9433 - impound: 0.1.0(rollup@4.24.3) 9285 + impound: 0.1.0(rollup@4.34.8) 9434 9286 jiti: 1.21.6 9435 9287 klona: 2.0.6 9436 9288 knitwork: 1.1.0 ··· 9457 9309 unctx: 2.3.1 9458 9310 unenv: 1.10.0 9459 9311 unhead: 1.11.10 9460 - unimport: 3.13.1(rollup@4.24.3) 9312 + unimport: 3.13.1(rollup@4.34.8) 9461 9313 unplugin: 1.15.0 9462 - unplugin-vue-router: 0.10.8(rollup@4.24.3)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 9314 + unplugin-vue-router: 0.10.8(rollup@4.34.8)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 9463 9315 unstorage: 1.13.1(ioredis@5.4.1) 9464 9316 untyped: 1.5.1 9465 9317 vue: 3.5.12(typescript@5.6.3) ··· 9646 9498 lru-cache: 10.4.3 9647 9499 minipass: 7.1.2 9648 9500 9649 - path-type@4.0.0: {} 9650 - 9651 9501 path-type@5.0.0: {} 9652 9502 9653 9503 pathe@1.1.2: {} ··· 9676 9526 dependencies: 9677 9527 confbox: 0.1.8 9678 9528 mlly: 1.7.4 9529 + pathe: 2.0.3 9530 + 9531 + pkg-types@2.1.0: 9532 + dependencies: 9533 + confbox: 0.2.1 9534 + exsolve: 1.0.4 9679 9535 pathe: 2.0.3 9680 9536 9681 9537 playwright-core@1.48.2: {} ··· 9840 9696 postcss: 8.5.3 9841 9697 postcss-selector-parser: 6.1.2 9842 9698 9843 - postcss-nested@6.2.0(postcss@8.5.3): 9699 + postcss-nested@7.0.2(postcss@8.5.3): 9844 9700 dependencies: 9845 9701 postcss: 8.5.3 9846 - postcss-selector-parser: 6.1.2 9702 + postcss-selector-parser: 7.1.0 9847 9703 9848 9704 postcss-normalize-charset@7.0.0(postcss@8.4.47): 9849 9705 dependencies: ··· 9970 9826 postcss-value-parser: 4.2.0 9971 9827 9972 9828 postcss-selector-parser@6.1.2: 9829 + dependencies: 9830 + cssesc: 3.0.0 9831 + util-deprecate: 1.0.2 9832 + 9833 + postcss-selector-parser@7.1.0: 9973 9834 dependencies: 9974 9835 cssesc: 3.0.0 9975 9836 util-deprecate: 1.0.2 ··· 10144 10005 dependencies: 10145 10006 glob: 7.2.3 10146 10007 10147 - rollup-plugin-dts@6.1.1(rollup@3.29.5)(typescript@5.6.3): 10008 + rollup-plugin-dts@6.1.1(rollup@4.34.8)(typescript@5.6.3): 10148 10009 dependencies: 10149 10010 magic-string: 0.30.17 10150 - rollup: 3.29.5 10011 + rollup: 4.34.8 10151 10012 typescript: 5.6.3 10152 10013 optionalDependencies: 10153 10014 '@babel/code-frame': 7.26.2 10154 10015 10155 - rollup-plugin-visualizer@5.12.0(rollup@3.29.5): 10016 + rollup-plugin-visualizer@5.12.0(rollup@4.24.3): 10156 10017 dependencies: 10157 10018 open: 8.4.2 10158 10019 picomatch: 2.3.1 10159 10020 source-map: 0.7.4 10160 10021 yargs: 17.7.2 10161 10022 optionalDependencies: 10162 - rollup: 3.29.5 10023 + rollup: 4.24.3 10163 10024 10164 - rollup-plugin-visualizer@5.12.0(rollup@4.24.3): 10025 + rollup-plugin-visualizer@5.12.0(rollup@4.34.8): 10165 10026 dependencies: 10166 10027 open: 8.4.2 10167 10028 picomatch: 2.3.1 10168 10029 source-map: 0.7.4 10169 10030 yargs: 17.7.2 10170 10031 optionalDependencies: 10171 - rollup: 4.24.3 10172 - 10173 - rollup@3.29.5: 10174 - optionalDependencies: 10175 - fsevents: 2.3.3 10032 + rollup: 4.34.8 10176 10033 10177 10034 rollup@4.24.3: 10178 10035 dependencies: ··· 10323 10180 totalist: 3.0.1 10324 10181 10325 10182 sisteransi@1.0.5: {} 10326 - 10327 - slash@4.0.0: {} 10328 10183 10329 10184 slash@5.1.0: {} 10330 10185 ··· 10532 10387 fdir: 6.4.2(picomatch@4.0.2) 10533 10388 picomatch: 4.0.2 10534 10389 10390 + tinyglobby@0.2.12: 10391 + dependencies: 10392 + fdir: 6.4.3(picomatch@4.0.2) 10393 + picomatch: 4.0.2 10394 + 10535 10395 tinyglobby@0.2.6: 10536 10396 dependencies: 10537 10397 fdir: 6.4.2(picomatch@4.0.2) ··· 10601 10461 10602 10462 ultrahtml@1.5.3: {} 10603 10463 10604 - unbuild@2.0.0(typescript@5.6.3): 10464 + unbuild@3.5.0(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)): 10605 10465 dependencies: 10606 - '@rollup/plugin-alias': 5.1.1(rollup@3.29.5) 10607 - '@rollup/plugin-commonjs': 25.0.8(rollup@3.29.5) 10608 - '@rollup/plugin-json': 6.1.0(rollup@3.29.5) 10609 - '@rollup/plugin-node-resolve': 15.3.0(rollup@3.29.5) 10610 - '@rollup/plugin-replace': 5.0.7(rollup@3.29.5) 10611 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 10612 - chalk: 5.3.0 10466 + '@rollup/plugin-alias': 5.1.1(rollup@4.34.8) 10467 + '@rollup/plugin-commonjs': 28.0.3(rollup@4.34.8) 10468 + '@rollup/plugin-json': 6.1.0(rollup@4.34.8) 10469 + '@rollup/plugin-node-resolve': 16.0.1(rollup@4.34.8) 10470 + '@rollup/plugin-replace': 6.0.2(rollup@4.34.8) 10471 + '@rollup/pluginutils': 5.1.4(rollup@4.34.8) 10613 10472 citty: 0.1.6 10614 - consola: 3.2.3 10473 + consola: 3.4.2 10615 10474 defu: 6.1.4 10616 - esbuild: 0.19.12 10617 - globby: 13.2.2 10475 + esbuild: 0.25.0 10476 + fix-dts-default-cjs-exports: 1.0.1 10618 10477 hookable: 5.5.3 10619 - jiti: 1.21.6 10620 - magic-string: 0.30.12 10621 - mkdist: 1.6.0(typescript@5.6.3) 10622 - mlly: 1.7.2 10623 - pathe: 1.1.2 10624 - pkg-types: 1.2.1 10478 + jiti: 2.4.2 10479 + magic-string: 0.30.17 10480 + mkdist: 2.2.0(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) 10481 + mlly: 1.7.4 10482 + pathe: 2.0.3 10483 + pkg-types: 2.1.0 10625 10484 pretty-bytes: 6.1.1 10626 - rollup: 3.29.5 10627 - rollup-plugin-dts: 6.1.1(rollup@3.29.5)(typescript@5.6.3) 10485 + rollup: 4.34.8 10486 + rollup-plugin-dts: 6.1.1(rollup@4.34.8)(typescript@5.6.3) 10628 10487 scule: 1.3.0 10629 - untyped: 1.5.1 10488 + tinyglobby: 0.2.12 10489 + untyped: 2.0.0 10630 10490 optionalDependencies: 10631 10491 typescript: 5.6.3 10632 10492 transitivePeerDependencies: 10633 10493 - sass 10634 - - supports-color 10494 + - vue 10635 10495 - vue-tsc 10636 10496 10637 10497 uncrypto@0.1.3: {} ··· 10668 10528 10669 10529 unicorn-magic@0.1.0: {} 10670 10530 10671 - unimport@3.13.1(rollup@3.29.5): 10531 + unimport@3.13.1(rollup@4.24.3): 10672 10532 dependencies: 10673 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 10533 + '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 10674 10534 acorn: 8.12.1 10675 10535 escape-string-regexp: 5.0.0 10676 10536 estree-walker: 3.0.3 ··· 10687 10547 - rollup 10688 10548 - webpack-sources 10689 10549 10690 - unimport@3.13.1(rollup@4.24.3): 10550 + unimport@3.13.1(rollup@4.34.8): 10691 10551 dependencies: 10692 - '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 10552 + '@rollup/pluginutils': 5.1.3(rollup@4.34.8) 10693 10553 acorn: 8.12.1 10694 10554 escape-string-regexp: 5.0.0 10695 10555 estree-walker: 3.0.3 ··· 10708 10568 10709 10569 universalify@2.0.1: {} 10710 10570 10711 - unplugin-vue-router@0.10.8(rollup@3.29.5)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)): 10571 + unplugin-vue-router@0.10.8(rollup@4.24.3)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)): 10712 10572 dependencies: 10713 10573 '@babel/types': 7.26.0 10714 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 10715 - '@vue-macros/common': 1.15.0(rollup@3.29.5)(vue@3.5.12(typescript@5.6.3)) 10574 + '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 10575 + '@vue-macros/common': 1.15.0(rollup@4.24.3)(vue@3.5.12(typescript@5.6.3)) 10716 10576 ast-walker-scope: 0.6.2 10717 10577 chokidar: 3.6.0 10718 10578 fast-glob: 3.3.2 ··· 10731 10591 - vue 10732 10592 - webpack-sources 10733 10593 10734 - unplugin-vue-router@0.10.8(rollup@4.24.3)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)): 10594 + unplugin-vue-router@0.10.8(rollup@4.34.8)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)): 10735 10595 dependencies: 10736 10596 '@babel/types': 7.26.0 10737 - '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 10738 - '@vue-macros/common': 1.15.0(rollup@4.24.3)(vue@3.5.12(typescript@5.6.3)) 10597 + '@rollup/pluginutils': 5.1.3(rollup@4.34.8) 10598 + '@vue-macros/common': 1.15.0(rollup@4.34.8)(vue@3.5.12(typescript@5.6.3)) 10739 10599 ast-walker-scope: 0.6.2 10740 10600 chokidar: 3.6.0 10741 10601 fast-glob: 3.3.2 ··· 10794 10654 transitivePeerDependencies: 10795 10655 - supports-color 10796 10656 10657 + untyped@2.0.0: 10658 + dependencies: 10659 + citty: 0.1.6 10660 + defu: 6.1.4 10661 + jiti: 2.4.2 10662 + knitwork: 1.2.0 10663 + scule: 1.3.0 10664 + 10797 10665 unwasm@0.3.9: 10798 10666 dependencies: 10799 10667 knitwork: 1.1.0 10800 10668 magic-string: 0.30.17 10801 - mlly: 1.7.2 10669 + mlly: 1.7.4 10802 10670 pathe: 1.1.2 10803 - pkg-types: 1.2.1 10671 + pkg-types: 1.3.1 10804 10672 unplugin: 1.15.0 10805 10673 transitivePeerDependencies: 10806 10674 - webpack-sources ··· 10832 10700 spdx-correct: 3.2.0 10833 10701 spdx-expression-parse: 3.0.1 10834 10702 10835 - vite-hot-client@0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)): 10836 - dependencies: 10837 - vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0) 10838 - 10839 - vite-hot-client@0.2.3(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)): 10703 + vite-hot-client@0.2.3(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)): 10840 10704 dependencies: 10841 - vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 10705 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 10842 10706 10843 10707 vite-node@2.1.4(@types/node@22.9.0)(terser@5.36.0): 10844 10708 dependencies: ··· 10857 10721 - supports-color 10858 10722 - terser 10859 10723 10860 - vite-node@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0): 10724 + vite-node@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0): 10861 10725 dependencies: 10862 10726 cac: 6.7.14 10863 10727 debug: 4.4.0 10864 10728 es-module-lexer: 1.6.0 10865 10729 pathe: 2.0.3 10866 - vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 10730 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 10867 10731 transitivePeerDependencies: 10868 10732 - '@types/node' 10869 10733 - jiti ··· 10878 10742 - tsx 10879 10743 - yaml 10880 10744 10881 - vite-plugin-checker@0.8.0(eslint@9.23.0(jiti@2.4.0))(optionator@0.9.4)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)): 10745 + vite-plugin-checker@0.8.0(eslint@9.23.0(jiti@2.4.2))(optionator@0.9.4)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)): 10882 10746 dependencies: 10883 10747 '@babel/code-frame': 7.26.2 10884 10748 ansi-escapes: 4.3.2 ··· 10896 10760 vscode-languageserver-textdocument: 1.0.12 10897 10761 vscode-uri: 3.0.8 10898 10762 optionalDependencies: 10899 - eslint: 9.23.0(jiti@2.4.0) 10763 + eslint: 9.23.0(jiti@2.4.2) 10900 10764 optionator: 0.9.4 10901 10765 typescript: 5.6.3 10902 10766 10903 - vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@3.29.5))(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)): 10767 + vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.3))(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)): 10904 10768 dependencies: 10905 10769 '@antfu/utils': 0.7.10 10906 - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) 10770 + '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 10907 10771 debug: 4.4.0 10908 10772 error-stack-parser-es: 0.1.5 10909 10773 fs-extra: 11.2.0 ··· 10911 10775 perfect-debounce: 1.0.0 10912 10776 picocolors: 1.1.1 10913 10777 sirv: 2.0.4 10914 - vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 10778 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 10915 10779 optionalDependencies: 10916 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@3.29.5) 10780 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 10917 10781 transitivePeerDependencies: 10918 10782 - rollup 10919 10783 - supports-color 10920 10784 10921 - vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@3.29.5))(rollup@4.24.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)): 10785 + vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.3))(rollup@4.34.8)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)): 10922 10786 dependencies: 10923 10787 '@antfu/utils': 0.7.10 10924 - '@rollup/pluginutils': 5.1.3(rollup@4.24.3) 10788 + '@rollup/pluginutils': 5.1.3(rollup@4.34.8) 10925 10789 debug: 4.4.0 10926 10790 error-stack-parser-es: 0.1.5 10927 10791 fs-extra: 11.2.0 ··· 10929 10793 perfect-debounce: 1.0.0 10930 10794 picocolors: 1.1.1 10931 10795 sirv: 2.0.4 10932 - vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0) 10796 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 10933 10797 optionalDependencies: 10934 - '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@3.29.5) 10798 + '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.3) 10935 10799 transitivePeerDependencies: 10936 10800 - rollup 10937 10801 - supports-color 10938 10802 10939 - vite-plugin-vue-inspector@5.1.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)): 10940 - dependencies: 10941 - '@babel/core': 7.26.0 10942 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) 10943 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0) 10944 - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0) 10945 - '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) 10946 - '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) 10947 - '@vue/compiler-dom': 3.5.12 10948 - kolorist: 1.8.0 10949 - magic-string: 0.30.17 10950 - vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0) 10951 - transitivePeerDependencies: 10952 - - supports-color 10953 - 10954 - vite-plugin-vue-inspector@5.1.3(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)): 10803 + vite-plugin-vue-inspector@5.1.3(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)): 10955 10804 dependencies: 10956 10805 '@babel/core': 7.26.0 10957 10806 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) ··· 10962 10811 '@vue/compiler-dom': 3.5.12 10963 10812 kolorist: 1.8.0 10964 10813 magic-string: 0.30.17 10965 - vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 10814 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 10966 10815 transitivePeerDependencies: 10967 10816 - supports-color 10968 10817 ··· 10976 10825 fsevents: 2.3.3 10977 10826 terser: 5.36.0 10978 10827 10979 - vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0): 10828 + vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0): 10980 10829 dependencies: 10981 10830 esbuild: 0.25.0 10982 10831 postcss: 8.5.3 ··· 10984 10833 optionalDependencies: 10985 10834 '@types/node': 22.9.0 10986 10835 fsevents: 2.3.3 10987 - jiti: 2.4.0 10836 + jiti: 2.4.2 10988 10837 terser: 5.36.0 10989 10838 yaml: 2.6.0 10990 10839 10991 - vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)): 10840 + vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)): 10992 10841 dependencies: 10993 - '@nuxt/test-utils': 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@3.29.5)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 10842 + '@nuxt/test-utils': 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(jsdom@26.0.0)(magicast@0.3.5)(nitropack@2.9.7(magicast@0.3.5))(playwright-core@1.48.2)(rollup@4.24.3)(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0))(vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) 10994 10843 transitivePeerDependencies: 10995 10844 - '@cucumber/cucumber' 10996 10845 - '@jest/globals' ··· 11012 10861 - vue-router 11013 10862 - webpack-sources 11014 10863 11015 - vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.0)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0): 10864 + vitest@3.0.9(@types/node@22.9.0)(jiti@2.4.2)(jsdom@26.0.0)(terser@5.36.0)(yaml@2.6.0): 11016 10865 dependencies: 11017 10866 '@vitest/expect': 3.0.9 11018 - '@vitest/mocker': 3.0.9(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0)) 10867 + '@vitest/mocker': 3.0.9(vite@6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0)) 11019 10868 '@vitest/pretty-format': 3.0.9 11020 10869 '@vitest/runner': 3.0.9 11021 10870 '@vitest/snapshot': 3.0.9 ··· 11031 10880 tinyexec: 0.3.2 11032 10881 tinypool: 1.0.2 11033 10882 tinyrainbow: 2.0.0 11034 - vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 11035 - vite-node: 3.0.9(@types/node@22.9.0)(jiti@2.4.0)(terser@5.36.0)(yaml@2.6.0) 10883 + vite: 6.2.3(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 10884 + vite-node: 3.0.9(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(yaml@2.6.0) 11036 10885 why-is-node-running: 2.3.0 11037 10886 optionalDependencies: 11038 10887 '@types/node': 22.9.0 ··· 11082 10931 11083 10932 vue-devtools-stub@0.1.0: {} 11084 10933 11085 - vue-eslint-parser@9.4.3(eslint@9.23.0(jiti@2.4.0)): 10934 + vue-eslint-parser@9.4.3(eslint@9.23.0(jiti@2.4.2)): 11086 10935 dependencies: 11087 10936 debug: 4.4.0 11088 - eslint: 9.23.0(jiti@2.4.0) 10937 + eslint: 9.23.0(jiti@2.4.2) 11089 10938 eslint-scope: 7.2.2 11090 10939 eslint-visitor-keys: 3.4.3 11091 10940 espree: 9.6.1
+1
src/runtime/plugins/capo.client.ts
··· 1 1 import { logWeights } from '../utils/logger' 2 2 import { defineNuxtPlugin, useRouter } from '#imports' 3 + import type {} from 'nuxt/app' 3 4 4 5 export default defineNuxtPlugin(() => { 5 6 useRouter().afterEach(() => {