this repo has no description
0
fork

Configure Feed

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

chore: update dependencies

+470 -460
+3 -3
apps/extension/package.json
··· 14 14 }, 15 15 "dependencies": { 16 16 "@open-watch-party/shared": "workspace:*", 17 - "@tailwindcss/vite": "^4.2.2", 17 + "@tailwindcss/vite": "^4.2.4", 18 18 "@webext-core/messaging": "^2.3.0", 19 19 "mitt": "^3.0.1", 20 20 "socket.io-client": "^4.8.3", 21 - "tailwindcss": "^4.2.2", 21 + "tailwindcss": "^4.2.4", 22 22 "ts-pattern": "catalog:", 23 23 "zod": "catalog:" 24 24 }, 25 25 "devDependencies": { 26 26 "@tsconfig/svelte": "^5.0.8", 27 27 "@wxt-dev/module-svelte": "^2.0.5", 28 - "svelte": "^5.55.4", 28 + "svelte": "^5.55.5", 29 29 "svelte-check": "^4.4.6", 30 30 "tslib": "^2.8.1", 31 31 "typescript": "^6.0.3",
+3 -3
package.json
··· 19 19 }, 20 20 "devDependencies": { 21 21 "@types/node": "^25.6.0", 22 - "oxfmt": "^0.46.0", 23 - "oxlint": "^1.61.0", 22 + "oxfmt": "^0.47.0", 23 + "oxlint": "^1.62.0", 24 24 "tsx": "^4.21.0", 25 25 "typescript": "^6.0.3", 26 - "vitest": "^4.1.4" 26 + "vitest": "^4.1.5" 27 27 } 28 28 }
+463 -453
pnpm-lock.yaml
··· 13 13 specifier: ^5.9.0 14 14 version: 5.9.0 15 15 zod: 16 - specifier: ^4.3.6 17 - version: 4.3.6 16 + specifier: ^4.4.1 17 + version: 4.4.1 18 18 19 19 importers: 20 20 ··· 24 24 specifier: ^25.6.0 25 25 version: 25.6.0 26 26 oxfmt: 27 - specifier: ^0.46.0 28 - version: 0.46.0 27 + specifier: ^0.47.0 28 + version: 0.47.0 29 29 oxlint: 30 - specifier: ^1.61.0 31 - version: 1.61.0 30 + specifier: ^1.62.0 31 + version: 1.62.0 32 32 tsx: 33 33 specifier: ^4.21.0 34 34 version: 4.21.0 ··· 36 36 specifier: ^6.0.3 37 37 version: 6.0.3 38 38 vitest: 39 - specifier: ^4.1.4 40 - version: 4.1.4(@types/node@25.6.0)(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 39 + specifier: ^4.1.5 40 + version: 4.1.5(@types/node@25.6.0)(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 41 41 42 42 apps/extension: 43 43 dependencies: ··· 45 45 specifier: workspace:* 46 46 version: link:../../packages/shared 47 47 '@tailwindcss/vite': 48 - specifier: ^4.2.2 49 - version: 4.2.2(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 48 + specifier: ^4.2.4 49 + version: 4.2.4(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 50 50 '@webext-core/messaging': 51 51 specifier: ^2.3.0 52 52 version: 2.3.0 ··· 57 57 specifier: ^4.8.3 58 58 version: 4.8.3 59 59 tailwindcss: 60 - specifier: ^4.2.2 61 - version: 4.2.2 60 + specifier: ^4.2.4 61 + version: 4.2.4 62 + ts-pattern: 63 + specifier: 'catalog:' 64 + version: 5.9.0 62 65 zod: 63 66 specifier: 'catalog:' 64 - version: 4.3.6 67 + version: 4.4.1 65 68 devDependencies: 66 69 '@tsconfig/svelte': 67 70 specifier: ^5.0.8 68 71 version: 5.0.8 69 72 '@wxt-dev/module-svelte': 70 73 specifier: ^2.0.5 71 - version: 2.0.5(svelte@5.55.4)(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))(wxt@0.20.25(@types/node@25.6.0)(jiti@2.6.1)(rollup@4.60.2)(tsx@4.21.0)) 74 + version: 2.0.5(svelte@5.55.5)(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))(wxt@0.20.25(@types/node@25.6.0)(jiti@2.6.1)(rollup@4.60.2)(tsx@4.21.0)) 72 75 svelte: 73 - specifier: ^5.55.4 74 - version: 5.55.4 76 + specifier: ^5.55.5 77 + version: 5.55.5 75 78 svelte-check: 76 79 specifier: ^4.4.6 77 - version: 4.4.6(picomatch@4.0.4)(svelte@5.55.4)(typescript@6.0.3) 80 + version: 4.4.6(picomatch@4.0.4)(svelte@5.55.5)(typescript@6.0.3) 78 81 tslib: 79 82 specifier: ^2.8.1 80 83 version: 2.8.1 ··· 107 110 version: 5.9.0 108 111 zod: 109 112 specifier: 'catalog:' 110 - version: 4.3.6 113 + version: 4.4.1 111 114 112 115 packages/shared: 113 116 dependencies: 114 117 zod: 115 118 specifier: 'catalog:' 116 - version: 4.3.6 119 + version: 4.4.1 117 120 118 121 packages: 119 122 ··· 168 171 engines: {node: '>= 0.10.4'} 169 172 hasBin: true 170 173 171 - '@emnapi/core@1.9.2': 172 - resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==} 174 + '@emnapi/core@1.10.0': 175 + resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} 173 176 174 - '@emnapi/runtime@1.9.2': 175 - resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==} 177 + '@emnapi/runtime@1.10.0': 178 + resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} 176 179 177 180 '@emnapi/wasi-threads@1.2.1': 178 181 resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} ··· 359 362 '@emnapi/core': ^1.7.1 360 363 '@emnapi/runtime': ^1.7.1 361 364 362 - '@oxc-project/types@0.126.0': 363 - resolution: {integrity: sha512-oGfVtjAgwQVVpfBrbtk4e1XDyWHRFta6BS3GWVzrF8xYBT2VGQAk39yJS/wFSMrZqoiCU4oghT3Ch0HaHGIHcQ==} 365 + '@oxc-project/types@0.127.0': 366 + resolution: {integrity: sha512-aIYXQBo4lCbO4z0R3FHeucQHpF46l2LbMdxRvqvuRuW2OxdnSkcng5B8+K12spgLDj93rtN3+J2Vac/TIO+ciQ==} 364 367 365 - '@oxfmt/binding-android-arm-eabi@0.46.0': 366 - resolution: {integrity: sha512-b1doV4WRcJU+BESSlCvCjV+5CEr/T6h0frArAdV26Nir+gGNFNaylvDiiMPfF1pxeV0txZEs38ojzJaxBYg+ng==} 368 + '@oxfmt/binding-android-arm-eabi@0.47.0': 369 + resolution: {integrity: sha512-KrMQRdMi/upr81qT4ijK6X6BNp6jqpMY7FwILQnwIy9QLc3qpnhUx5rsCLGzn4ewsCQ0CNAspN2ogmP1GXLyLw==} 367 370 engines: {node: ^20.19.0 || >=22.12.0} 368 371 cpu: [arm] 369 372 os: [android] 370 373 371 - '@oxfmt/binding-android-arm64@0.46.0': 372 - resolution: {integrity: sha512-v6+HhjsoV3GO0u2u9jLSAZrvWfTraDxKofUIQ7/ktS7tzS+epVsxdHmeM+XxuNcAY/nWxxU1Sg4JcGTNRXraBA==} 374 + '@oxfmt/binding-android-arm64@0.47.0': 375 + resolution: {integrity: sha512-r4ixS/PeUpAFKgrpDoZ5pSkthjZzVzKd95525Aazj+aOv9H4ulK5zYHGb7wFY5n5kZxHK8TbOJUZgoEb1ohddQ==} 373 376 engines: {node: ^20.19.0 || >=22.12.0} 374 377 cpu: [arm64] 375 378 os: [android] 376 379 377 - '@oxfmt/binding-darwin-arm64@0.46.0': 378 - resolution: {integrity: sha512-3eeooJGrqGIlI5MyryDZsAcKXSmKIgAD4yYtfRrRJzXZ0UTFZtiSveIur56YPrGMYZwT4XyVhHsMqrNwr1XeFA==} 380 + '@oxfmt/binding-darwin-arm64@0.47.0': 381 + resolution: {integrity: sha512-CLWxiKpMl+195cm09CuaWEhJK0CirRkoMa07aR9+9AFPat2LfIKtwx1JqxZM0MTvcMe6+adlJNdVL6jdInvq3g==} 379 382 engines: {node: ^20.19.0 || >=22.12.0} 380 383 cpu: [arm64] 381 384 os: [darwin] 382 385 383 - '@oxfmt/binding-darwin-x64@0.46.0': 384 - resolution: {integrity: sha512-QG8BDM0CXWbu84k2SKmCqfEddPQPFiBicwtYnLqHRWZZl57HbtOLRMac/KTq2NO4AEc4ICCBpFxJIV9zcqYfkQ==} 386 + '@oxfmt/binding-darwin-x64@0.47.0': 387 + resolution: {integrity: sha512-Xq5fjTYDC50faUeLSm0rZdBqoTgleXEdD7NpJdARtQIczkCJn3xNjMUSQQkUmh4CtxkKTNL68lytcOK3e/osgg==} 385 388 engines: {node: ^20.19.0 || >=22.12.0} 386 389 cpu: [x64] 387 390 os: [darwin] 388 391 389 - '@oxfmt/binding-freebsd-x64@0.46.0': 390 - resolution: {integrity: sha512-9DdCqS/n2ncu/Chazvt3cpgAjAmIGQDz7hFKSrNItMApyV/Ja9mz3hD4JakIE3nS8PW9smEbPWnb389QLBY4nw==} 392 + '@oxfmt/binding-freebsd-x64@0.47.0': 393 + resolution: {integrity: sha512-QOU9ZIJ52p5askcEC0QJvvr8trHAWoonul8bgISo6gYUL3s50zkqafBYcNAr9LJZQbsZtPfIWHk9+5+nUp1qJQ==} 391 394 engines: {node: ^20.19.0 || >=22.12.0} 392 395 cpu: [x64] 393 396 os: [freebsd] 394 397 395 - '@oxfmt/binding-linux-arm-gnueabihf@0.46.0': 396 - resolution: {integrity: sha512-Dgs7VeE2jT0LHMhw6tPEt0xQYe54kBqHEovmWsv4FVQlegCOvlIJNx0S8n4vj8WUtpT+Z6BD2HhKJPLglLxvZg==} 398 + '@oxfmt/binding-linux-arm-gnueabihf@0.47.0': 399 + resolution: {integrity: sha512-oJxDM1aBhPvz9gmElBv8UpxyiqhwfjcbrSxT5F0xtuUzY6dQI27/AQPIt3eu3Z5Yvn0kQl5R7MA3Z+MbnRvCBw==} 397 400 engines: {node: ^20.19.0 || >=22.12.0} 398 401 cpu: [arm] 399 402 os: [linux] 400 403 401 - '@oxfmt/binding-linux-arm-musleabihf@0.46.0': 402 - resolution: {integrity: sha512-Zxn3adhTH13JKnU4xXJj8FeEfF680XjXh3gSShKl57HCMBRde2tUJTgogV/1MSHA80PJEVrDa7r66TLVq3Ia7Q==} 404 + '@oxfmt/binding-linux-arm-musleabihf@0.47.0': 405 + resolution: {integrity: sha512-g8Lh50VS4ibGz2q6v7r9UZY4D0dM16SdrFYOMzhqIoCwGcai8VMIRUAcqn1/jlCsOOzUXJ741+kCeJt0cofakQ==} 403 406 engines: {node: ^20.19.0 || >=22.12.0} 404 407 cpu: [arm] 405 408 os: [linux] 406 409 407 - '@oxfmt/binding-linux-arm64-gnu@0.46.0': 408 - resolution: {integrity: sha512-+TWipjrgVM8D7aIdDD0tlr3teLTTvQTn7QTE5BpT10H1Fj82gfdn9X6nn2sDgx/MepuSCfSnzFNJq2paLL0OiA==} 410 + '@oxfmt/binding-linux-arm64-gnu@0.47.0': 411 + resolution: {integrity: sha512-YrNT1vQ0asaXoRbrvYENPqmBfOQ9Xr8enPNOULeYfg44VjCcrUowFy5QZr+WawE0zyP8cH9e9Gxxg0fDEFzhcg==} 409 412 engines: {node: ^20.19.0 || >=22.12.0} 410 413 cpu: [arm64] 411 414 os: [linux] 412 415 libc: [glibc] 413 416 414 - '@oxfmt/binding-linux-arm64-musl@0.46.0': 415 - resolution: {integrity: sha512-aAUPBWJ1lGwwnxZUEDLJ94+Iy6MuwJwPxUgO4sCA5mEEyDk7b+cDQ+JpX1VR150Zoyd+D49gsrUzpUK5h587Eg==} 417 + '@oxfmt/binding-linux-arm64-musl@0.47.0': 418 + resolution: {integrity: sha512-IxtQC/sbBi4ubbY+MdwdanRWrG9InQJVZqyMsBa5IUaQcnSg86gQme574HxXMC1p4bo4YhV99zQ+wNnGCvEgzw==} 416 419 engines: {node: ^20.19.0 || >=22.12.0} 417 420 cpu: [arm64] 418 421 os: [linux] 419 422 libc: [musl] 420 423 421 - '@oxfmt/binding-linux-ppc64-gnu@0.46.0': 422 - resolution: {integrity: sha512-ufBCJukyFX/UDrokP/r6BGDoTInnsDs7bxyzKAgMiZlt2Qu8GPJSJ6Zm6whIiJzKk0naxA8ilwmbO1LMw6Htxw==} 424 + '@oxfmt/binding-linux-ppc64-gnu@0.47.0': 425 + resolution: {integrity: sha512-EWXEhOMbWO0q6eJSbu0QLkU8cKi0ljlYLngeDs2Ocu/pm1rrLwyQiYzlFbdnMRURI4w9ndr1sI9rSbhlJ5o23Q==} 423 426 engines: {node: ^20.19.0 || >=22.12.0} 424 427 cpu: [ppc64] 425 428 os: [linux] 426 429 libc: [glibc] 427 430 428 - '@oxfmt/binding-linux-riscv64-gnu@0.46.0': 429 - resolution: {integrity: sha512-eqtlC2YmPqjun76R1gVfGLuKWx7NuEnLEAudZ7n6ipSKbCZTqIKSs1b5Y8K/JHZsRpLkeSmAAjig5HOIg8fQzQ==} 431 + '@oxfmt/binding-linux-riscv64-gnu@0.47.0': 432 + resolution: {integrity: sha512-tZrjS11TUiDuEpRaqdk8K9F9xETRyKXfuZKmdeW+Gj7coBnm7+8sBEfyt033EAFEQSlkniAXvBLh+Qja2ioGBQ==} 430 433 engines: {node: ^20.19.0 || >=22.12.0} 431 434 cpu: [riscv64] 432 435 os: [linux] 433 436 libc: [glibc] 434 437 435 - '@oxfmt/binding-linux-riscv64-musl@0.46.0': 436 - resolution: {integrity: sha512-yccVOO2nMXkQLGgy0He3EQEwKD7NF0zEk+/OWmroznkqXyJdN6bfK0LtNnr6/14Bh3FjpYq7bP33l/VloCnxpA==} 438 + '@oxfmt/binding-linux-riscv64-musl@0.47.0': 439 + resolution: {integrity: sha512-KBFy+2CFKUCZzYwX2ZOPQKck1vjQbz+hextuc19G4r0WRJwadfAeuQMQRQvB+Ivc8brlbOVg7et8K7E467440g==} 437 440 engines: {node: ^20.19.0 || >=22.12.0} 438 441 cpu: [riscv64] 439 442 os: [linux] 440 443 libc: [musl] 441 444 442 - '@oxfmt/binding-linux-s390x-gnu@0.46.0': 443 - resolution: {integrity: sha512-aAf7fG23OQCey6VRPj9IeCraoYtpgtx0ZyJ1CXkPyT1wjzBE7c3xtuxHe/AdHaJfVVb/SXpSk8Gl1LzyQupSqw==} 445 + '@oxfmt/binding-linux-s390x-gnu@0.47.0': 446 + resolution: {integrity: sha512-REUPFKVGSiK99B+9eaPhluEVglzaoj/SMykNC5SUiV2RSsBfV5lWN7Y0iCIc251Wz3GaeAGZsJ/zj3gjarxdFg==} 444 447 engines: {node: ^20.19.0 || >=22.12.0} 445 448 cpu: [s390x] 446 449 os: [linux] 447 450 libc: [glibc] 448 451 449 - '@oxfmt/binding-linux-x64-gnu@0.46.0': 450 - resolution: {integrity: sha512-q0JPsTMyJNjYrBvYFDz4WbVsafNZaPCZv4RnFypRotLqpKROtBZcEaXQW4eb9YmvLU3NckVemLJnzkSZSdmOxw==} 452 + '@oxfmt/binding-linux-x64-gnu@0.47.0': 453 + resolution: {integrity: sha512-KVftVSVEDeIfRW3TIeLe3aNI/iY4m1fu5mDwHcisKMZSCMKLkrhFsjowC7o9RoqNPxbbglm2+/6KAKBIts2t0Q==} 451 454 engines: {node: ^20.19.0 || >=22.12.0} 452 455 cpu: [x64] 453 456 os: [linux] 454 457 libc: [glibc] 455 458 456 - '@oxfmt/binding-linux-x64-musl@0.46.0': 457 - resolution: {integrity: sha512-7LsLY9Cw57GPkhSR+duI3mt9baRczK/DtHYSldQ4BEU92da9igBQNl4z7Vq5U9NNPsh1FmpKvv1q9WDtiUQR1A==} 459 + '@oxfmt/binding-linux-x64-musl@0.47.0': 460 + resolution: {integrity: sha512-DTsmGEaA2860Aq5VUyDO8/MT9NFxwVL93RnRYmpMwK6DsSkThmvEpqoUDDljziEpAedMRG19SCogrNbINSbLUQ==} 458 461 engines: {node: ^20.19.0 || >=22.12.0} 459 462 cpu: [x64] 460 463 os: [linux] 461 464 libc: [musl] 462 465 463 - '@oxfmt/binding-openharmony-arm64@0.46.0': 464 - resolution: {integrity: sha512-lHiBOz8Duaku7JtRNLlps3j++eOaICPZSd8FCVmTDM4DFOPT71Bjn7g6iar1z7StXlKRweUKxWUs4sA+zWGDXg==} 466 + '@oxfmt/binding-openharmony-arm64@0.47.0': 467 + resolution: {integrity: sha512-8r5BDro7fLOBoq1JXHLVSs55OlrxQhEso4HVo0TcY7OXJUPYfjPoOaYL5us+yIwqyP9rQwN+rxuiNFSmaxSuOQ==} 465 468 engines: {node: ^20.19.0 || >=22.12.0} 466 469 cpu: [arm64] 467 470 os: [openharmony] 468 471 469 - '@oxfmt/binding-win32-arm64-msvc@0.46.0': 470 - resolution: {integrity: sha512-/5ktYUliP89RhgC37DBH1x20U5zPSZMy3cMEcO0j3793rbHP9MWsknBwQB6eozRzWmYrh0IFM/p20EbPvDlYlg==} 472 + '@oxfmt/binding-win32-arm64-msvc@0.47.0': 473 + resolution: {integrity: sha512-qtz/gzm8IjSPUlseZ0ofW8zyHLoZsuP5HTfcGGkWkUblB89JT8GNYH3ICqjbDsqsGqXum0/ZndXTFplSdXFIcg==} 471 474 engines: {node: ^20.19.0 || >=22.12.0} 472 475 cpu: [arm64] 473 476 os: [win32] 474 477 475 - '@oxfmt/binding-win32-ia32-msvc@0.46.0': 476 - resolution: {integrity: sha512-3WTnoiuIr8XvV0DIY7SN+1uJSwKf4sPpcbHfobcRT9JutGcLaef/miyBB87jxd3aqH+mS0+G5lsgHuXLUwjjpQ==} 478 + '@oxfmt/binding-win32-ia32-msvc@0.47.0': 479 + resolution: {integrity: sha512-5vIcdcIDE7nCx+MXN6sm8kbC4zajDB31E86rez4i45iHNH/2NjdKlJ720xcHTr3eeiMcttCGPHPhE1TjtBDGZw==} 477 480 engines: {node: ^20.19.0 || >=22.12.0} 478 481 cpu: [ia32] 479 482 os: [win32] 480 483 481 - '@oxfmt/binding-win32-x64-msvc@0.46.0': 482 - resolution: {integrity: sha512-IXxiQpkYnOwNfP23vzwSfhdpxJzyiPTY7eTn6dn3DsriKddESzM8i6kfq9R7CD/PUJwCvQT22NgtygBeug3KoA==} 484 + '@oxfmt/binding-win32-x64-msvc@0.47.0': 485 + resolution: {integrity: sha512-Sr59Y5ms54ONBjxFeWhVlGyQcHXxcl9DxC23f6yXlRkcos7LXBLoO+KDfxexjHIOZh7cWqrWduzvUjJ+pHp8cQ==} 483 486 engines: {node: ^20.19.0 || >=22.12.0} 484 487 cpu: [x64] 485 488 os: [win32] 486 489 487 - '@oxlint/binding-android-arm-eabi@1.61.0': 488 - resolution: {integrity: sha512-6eZBPgiigK5txqoVgRqxbaxiom4lM8AP8CyKPPvpzKnQ3iFRFOIDc+0AapF+qsUSwjOzr5SGk4SxQDpQhkSJMQ==} 490 + '@oxlint/binding-android-arm-eabi@1.62.0': 491 + resolution: {integrity: sha512-pKsthNECyvJh8lPTICz6VcwVy2jOqdhhsp1rlxCkhgZR47aKvXPmaRWQDv+zlXpRae4qm1MaaTnutkaOk5aofg==} 489 492 engines: {node: ^20.19.0 || >=22.12.0} 490 493 cpu: [arm] 491 494 os: [android] 492 495 493 - '@oxlint/binding-android-arm64@1.61.0': 494 - resolution: {integrity: sha512-CkwLR69MUnyv5wjzebvbbtTSUwqLxM35CXE79bHqDIK+NtKmPEUpStTcLQRZMCo4MP0qRT6TXIQVpK0ZVScnMA==} 496 + '@oxlint/binding-android-arm64@1.62.0': 497 + resolution: {integrity: sha512-b1AUNViByvgmR2xJDubvLIr+dSuu3uraG7bsAoKo+xrpspPvu6RIn6Fhr2JUhobfep3jwUTy18Huco6GkwdvGQ==} 495 498 engines: {node: ^20.19.0 || >=22.12.0} 496 499 cpu: [arm64] 497 500 os: [android] 498 501 499 - '@oxlint/binding-darwin-arm64@1.61.0': 500 - resolution: {integrity: sha512-8JbefTkbmvqkqWjmQrHke+MdpgT2UghhD/ktM4FOQSpGeCgbMToJEKdl9zwhr/YWTl92i4QI1KiTwVExpcUN8A==} 502 + '@oxlint/binding-darwin-arm64@1.62.0': 503 + resolution: {integrity: sha512-iG+Tvf70UJ6otfwFYIHk36Sjq9cpPP5YLxkoggANNRtzgi3Tj3g8q6Ybqi6AtkU3+yg9QwF7bDCkCS6bbL4PCg==} 501 504 engines: {node: ^20.19.0 || >=22.12.0} 502 505 cpu: [arm64] 503 506 os: [darwin] 504 507 505 - '@oxlint/binding-darwin-x64@1.61.0': 506 - resolution: {integrity: sha512-uWpoxDT47hTnDLcdEh5jVbso8rlTTu5o0zuqa9J8E0JAKmIWn7kGFEIB03Pycn2hd2vKxybPGLhjURy/9We5FQ==} 508 + '@oxlint/binding-darwin-x64@1.62.0': 509 + resolution: {integrity: sha512-oOWI6YPPr5AJUx+yIDlxmuUbQjS5gZX3OH3QisawYvsZgLiQVvZtR0rPBcJTxLWqt2ClrWg0DlSrlUiG5SQNHg==} 507 510 engines: {node: ^20.19.0 || >=22.12.0} 508 511 cpu: [x64] 509 512 os: [darwin] 510 513 511 - '@oxlint/binding-freebsd-x64@1.61.0': 512 - resolution: {integrity: sha512-K/o4hEyW7flfMel0iBVznmMBt7VIMHGdjADocHKpK1DUF9erpWnJ+BSSWd2W0c8K3mPtpph+CuHzRU6CI3l9jQ==} 514 + '@oxlint/binding-freebsd-x64@1.62.0': 515 + resolution: {integrity: sha512-dLP33T7VLCmLVv4cvjkVX+rmkcwNk2UfxmsZPNur/7BQHoQR60zJ7XLiRvNUawlzn0u8ngCa3itjEG73MAMa/w==} 513 516 engines: {node: ^20.19.0 || >=22.12.0} 514 517 cpu: [x64] 515 518 os: [freebsd] 516 519 517 - '@oxlint/binding-linux-arm-gnueabihf@1.61.0': 518 - resolution: {integrity: sha512-P6040ZkcyweJ0Po9yEFqJCdvZnf3VNCGs1SIHgXDf8AAQNC6ID/heXQs9iSgo2FH7gKaKq32VWc59XZwL34C5Q==} 520 + '@oxlint/binding-linux-arm-gnueabihf@1.62.0': 521 + resolution: {integrity: sha512-fl//LWNks6qo9chNY60UDYyIwtp7a5cEx4Y/rHPjaarhuwqx6jtbzEpD5V5AqmdL4a6Y5D8zeXg5HF2Cr0QmSQ==} 519 522 engines: {node: ^20.19.0 || >=22.12.0} 520 523 cpu: [arm] 521 524 os: [linux] 522 525 523 - '@oxlint/binding-linux-arm-musleabihf@1.61.0': 524 - resolution: {integrity: sha512-bwxrGCzTZkuB+THv2TQ1aTkVEfv5oz8sl+0XZZCpoYzErJD8OhPQOTA0ENPd1zJz8QsVdSzSrS2umKtPq4/JXg==} 526 + '@oxlint/binding-linux-arm-musleabihf@1.62.0': 527 + resolution: {integrity: sha512-i5vkAuxvueTODV3J2dL61/TXewDHhMFKvtD156cIsk7GsdfiAu7zW7kY0NJXhKeFHeiMZIh7eFNjkPYH6J47HQ==} 525 528 engines: {node: ^20.19.0 || >=22.12.0} 526 529 cpu: [arm] 527 530 os: [linux] 528 531 529 - '@oxlint/binding-linux-arm64-gnu@1.61.0': 530 - resolution: {integrity: sha512-vkhb9/wKguMkLlrm3FoJW/Xmdv31GgYAE+x8lxxQ+7HeOxXUySI0q36a3NTVIuQUdLzxCI1zzMGsk1o37FOe3w==} 532 + '@oxlint/binding-linux-arm64-gnu@1.62.0': 533 + resolution: {integrity: sha512-QwN19LLuIGuOjEflSeJkZmOTfBdBMlTmW8xbMf8TZhjd//cxVNYQPq75q7oKZBJc6hRx3gY7sX0Egc8cEIFZYg==} 531 534 engines: {node: ^20.19.0 || >=22.12.0} 532 535 cpu: [arm64] 533 536 os: [linux] 534 537 libc: [glibc] 535 538 536 - '@oxlint/binding-linux-arm64-musl@1.61.0': 537 - resolution: {integrity: sha512-bl1dQh8LnVqsj6oOQAcxwbuOmNJkwc4p6o//HTBZhNTzJy21TLDwAviMqUFNUxDHkPGpmdKTSN4tWTjLryP8xg==} 539 + '@oxlint/binding-linux-arm64-musl@1.62.0': 540 + resolution: {integrity: sha512-8eCy3FCDuWUM5hWujAv6heMvfZPbcCOU3SdQUAkixZLu5bSzOkNfirJiLGoQFO943xceOKkiQRMQNzH++jM3WA==} 538 541 engines: {node: ^20.19.0 || >=22.12.0} 539 542 cpu: [arm64] 540 543 os: [linux] 541 544 libc: [musl] 542 545 543 - '@oxlint/binding-linux-ppc64-gnu@1.61.0': 544 - resolution: {integrity: sha512-QoOX6KB2IiEpyOj/HKqaxi+NQHPnOgNgnr22n9N4ANJCzXkUlj1UmeAbFb4PpqdlHIzvGDM5xZ0OKtcLq9RhiQ==} 546 + '@oxlint/binding-linux-ppc64-gnu@1.62.0': 547 + resolution: {integrity: sha512-NjQ7K7tpTPDe9J+yq8p/s/J0E7lRCkK2uDBDqvT4XIT6f4Z0tlnr59OBg/WcrmVHER1AbrcfyxhGTXgcG8ytWg==} 545 548 engines: {node: ^20.19.0 || >=22.12.0} 546 549 cpu: [ppc64] 547 550 os: [linux] 548 551 libc: [glibc] 549 552 550 - '@oxlint/binding-linux-riscv64-gnu@1.61.0': 551 - resolution: {integrity: sha512-1TGcTerjY6p152wCof3oKElccq3xHljS/Mucp04gV/4ATpP6nO7YNnp7opEg6SHkv2a57/b4b8Ndm9znJ1/qAw==} 553 + '@oxlint/binding-linux-riscv64-gnu@1.62.0': 554 + resolution: {integrity: sha512-oKZed9gmSwze29dEt3/Wnsv6l/Ygw/FUst+8Kfpv2SGeS/glEoTGZAMQw37SVyzFV76UTHJN2snGgxK2t2+8ow==} 552 555 engines: {node: ^20.19.0 || >=22.12.0} 553 556 cpu: [riscv64] 554 557 os: [linux] 555 558 libc: [glibc] 556 559 557 - '@oxlint/binding-linux-riscv64-musl@1.61.0': 558 - resolution: {integrity: sha512-65wXEmZIrX2ADwC8i/qFL4EWLSbeuBpAm3suuX1vu4IQkKd+wLT/HU/BOl84kp91u2SxPkPDyQgu4yrqp8vwVA==} 560 + '@oxlint/binding-linux-riscv64-musl@1.62.0': 561 + resolution: {integrity: sha512-gBjBxQ+9lGpAYq+ELqw0w8QXsBnkZclFc7GRX2r0LnEVn3ZTEqeIKpKcGjucmp76Q53bvJD0i4qBWBhcfhSfGA==} 559 562 engines: {node: ^20.19.0 || >=22.12.0} 560 563 cpu: [riscv64] 561 564 os: [linux] 562 565 libc: [musl] 563 566 564 - '@oxlint/binding-linux-s390x-gnu@1.61.0': 565 - resolution: {integrity: sha512-TVvhgMvor7Qa6COeXxCJ7ENOM+lcAOGsQ0iUdPSCv2hxb9qSHLQ4XF1h50S6RE1gBOJ0WV3rNukg4JJJP1LWRA==} 567 + '@oxlint/binding-linux-s390x-gnu@1.62.0': 568 + resolution: {integrity: sha512-Ew2Kxs9EQ9/mbAIJ2hvocMC0wsOu6YKzStI2eFBDt+Td5O8seVC/oxgRIHqCcl5sf5ratA1nozQBAuv7tphkHg==} 566 569 engines: {node: ^20.19.0 || >=22.12.0} 567 570 cpu: [s390x] 568 571 os: [linux] 569 572 libc: [glibc] 570 573 571 - '@oxlint/binding-linux-x64-gnu@1.61.0': 572 - resolution: {integrity: sha512-SjpS5uYuFoDnDdZPwZE59ndF95AsY47R5MliuneTWR1pDm2CxGJaYXbKULI71t5TVfLQUWmrHEGRL9xvuq6dnA==} 574 + '@oxlint/binding-linux-x64-gnu@1.62.0': 575 + resolution: {integrity: sha512-5z25jcAA0gfKyVwz71A0VXgaPlocPoTAxhlv/hgoK6tlCrfoNuw7haWbDHvGMfjXhdic4EqVXGRv5XsTqFnbRQ==} 573 576 engines: {node: ^20.19.0 || >=22.12.0} 574 577 cpu: [x64] 575 578 os: [linux] 576 579 libc: [glibc] 577 580 578 - '@oxlint/binding-linux-x64-musl@1.61.0': 579 - resolution: {integrity: sha512-gGfAeGD4sNJGILZbc/yKcIimO9wQnPMoYp9swAaKeEtwsSQAbU+rsdQze5SBtIP6j0QDzeYd4XSSUCRCF+LIeQ==} 581 + '@oxlint/binding-linux-x64-musl@1.62.0': 582 + resolution: {integrity: sha512-IWpHmMB6ZDllPvqWDkG6AmXrN7JF5e/c4g/0PuURsmlK+vHoYZPB70rr4u1bn3I4LsKCSpqqfveyx6UCOC8wdg==} 580 583 engines: {node: ^20.19.0 || >=22.12.0} 581 584 cpu: [x64] 582 585 os: [linux] 583 586 libc: [musl] 584 587 585 - '@oxlint/binding-openharmony-arm64@1.61.0': 586 - resolution: {integrity: sha512-OlVT0LrG/ct33EVtWRyR+B/othwmDWeRxfi13wUdPeb3lAT5TgTcFDcfLfarZtzB4W1nWF/zICMgYdkggX2WmQ==} 588 + '@oxlint/binding-openharmony-arm64@1.62.0': 589 + resolution: {integrity: sha512-fjlSxxrD5pA594vkyikCS9MnPRjQawW6/BLgyTYkO+73wwPlYjkcZ7LSd974l0Q2zkHQmu4DPvJFLYA7o8xrxQ==} 587 590 engines: {node: ^20.19.0 || >=22.12.0} 588 591 cpu: [arm64] 589 592 os: [openharmony] 590 593 591 - '@oxlint/binding-win32-arm64-msvc@1.61.0': 592 - resolution: {integrity: sha512-vI//NZPJk6DToiovPtaiwD4iQ7kO1r5ReWQD0sOOyKRtP3E2f6jxin4uvwi3OvDzHA2EFfd7DcZl5dtkQh7g1w==} 594 + '@oxlint/binding-win32-arm64-msvc@1.62.0': 595 + resolution: {integrity: sha512-EiFXr8loNS0Ul3Gu80+9nr1T8jRmnKocqmHHg16tj5ZqTgUXyb97l2rrspVHdDluyFn9JfR4PoJFdNzw4paHww==} 593 596 engines: {node: ^20.19.0 || >=22.12.0} 594 597 cpu: [arm64] 595 598 os: [win32] 596 599 597 - '@oxlint/binding-win32-ia32-msvc@1.61.0': 598 - resolution: {integrity: sha512-0ySj4/4zd2XjePs3XAQq7IigIstN4LPQZgCyigX5/ERMLjdWAJfnxcTsrtxZxuij8guJW8foXuHmhGxW0H4dDA==} 600 + '@oxlint/binding-win32-ia32-msvc@1.62.0': 601 + resolution: {integrity: sha512-IgOFvL73li1bFgab+hThXYA0N2Xms2kV2MvZN95cebV+fmrZ9AVui1JSxfeeqRLo3CpPxKZlzhyq4G0cnaAvIw==} 599 602 engines: {node: ^20.19.0 || >=22.12.0} 600 603 cpu: [ia32] 601 604 os: [win32] 602 605 603 - '@oxlint/binding-win32-x64-msvc@1.61.0': 604 - resolution: {integrity: sha512-0xgSiyeqDLDZxXoe9CVJrOx3TUVsfyoOY7cNi03JbItNcC9WCZqrSNdrAbHONxhSPaVh/lzfnDcON1RqSUMhHw==} 606 + '@oxlint/binding-win32-x64-msvc@1.62.0': 607 + resolution: {integrity: sha512-6hMpyDWQ2zGA1OXFKBrdYMUveUCO8UJhkO6JdwZPd78xIdHZNhjx+pib+4fC2Cljuhjyl0QwA2F3df/bs4Bp6A==} 605 608 engines: {node: ^20.19.0 || >=22.12.0} 606 609 cpu: [x64] 607 610 os: [win32] ··· 621 624 resolution: {integrity: sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==} 622 625 engines: {node: '>=12'} 623 626 624 - '@rolldown/binding-android-arm64@1.0.0-rc.16': 625 - resolution: {integrity: sha512-rhY3k7Bsae9qQfOtph2Pm2jZEA+s8Gmjoz4hhmx70K9iMQ/ddeae+xhRQcM5IuVx5ry1+bGfkvMn7D6MJggVSA==} 627 + '@rolldown/binding-android-arm64@1.0.0-rc.17': 628 + resolution: {integrity: sha512-s70pVGhw4zqGeFnXWvAzJDlvxhlRollagdCCKRgOsgUOH3N1l0LIxf83AtGzmb5SiVM4Hjl5HyarMRfdfj3DaQ==} 626 629 engines: {node: ^20.19.0 || >=22.12.0} 627 630 cpu: [arm64] 628 631 os: [android] 629 632 630 - '@rolldown/binding-darwin-arm64@1.0.0-rc.16': 631 - resolution: {integrity: sha512-rNz0yK078yrNn3DrdgN+PKiMOW8HfQ92jQiXxwX8yW899ayV00MLVdaCNeVBhG/TbH3ouYVObo8/yrkiectkcQ==} 633 + '@rolldown/binding-darwin-arm64@1.0.0-rc.17': 634 + resolution: {integrity: sha512-4ksWc9n0mhlZpZ9PMZgTGjeOPRu8MB1Z3Tz0Mo02eWfWCHMW1zN82Qz/pL/rC+yQa+8ZnutMF0JjJe7PjwasYw==} 632 635 engines: {node: ^20.19.0 || >=22.12.0} 633 636 cpu: [arm64] 634 637 os: [darwin] 635 638 636 - '@rolldown/binding-darwin-x64@1.0.0-rc.16': 637 - resolution: {integrity: sha512-r/OmdR00HmD4i79Z//xO06uEPOq5hRXdhw7nzkxQxwSavs3PSHa1ijntdpOiZ2mzOQ3fVVu8C1M19FoNM+dMUQ==} 639 + '@rolldown/binding-darwin-x64@1.0.0-rc.17': 640 + resolution: {integrity: sha512-SUSDOI6WwUVNcWxd02QEBjLdY1VPHvlEkw6T/8nYG322iYWCTxRb1vzk4E+mWWYehTp7ERibq54LSJGjmouOsw==} 638 641 engines: {node: ^20.19.0 || >=22.12.0} 639 642 cpu: [x64] 640 643 os: [darwin] 641 644 642 - '@rolldown/binding-freebsd-x64@1.0.0-rc.16': 643 - resolution: {integrity: sha512-KcRE5w8h0OnjUatG8pldyD14/CQ5Phs1oxfR+3pKDjboHRo9+MkqQaiIZlZRpsxC15paeXme/I127tUa9TXJ6g==} 645 + '@rolldown/binding-freebsd-x64@1.0.0-rc.17': 646 + resolution: {integrity: sha512-hwnz3nw9dbJ05EDO/PvcjaaewqqDy7Y1rn1UO81l8iIK1GjenME75dl16ajbvSSMfv66WXSRCYKIqfgq2KCfxw==} 644 647 engines: {node: ^20.19.0 || >=22.12.0} 645 648 cpu: [x64] 646 649 os: [freebsd] 647 650 648 - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.16': 649 - resolution: {integrity: sha512-bT0guA1bpxEJ/ZhTRniQf7rNF8ybvXOuWbNIeLABaV5NGjx4EtOWBTSRGWFU9ZWVkPOZ+HNFP8RMcBokBiZ0Kg==} 651 + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.17': 652 + resolution: {integrity: sha512-IS+W7epTcwANmFSQFrS1SivEXHtl1JtuQA9wlxrZTcNi6mx+FDOYrakGevvvTwgj2JvWiK8B29/qD9BELZPyXQ==} 650 653 engines: {node: ^20.19.0 || >=22.12.0} 651 654 cpu: [arm] 652 655 os: [linux] 653 656 654 - '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.16': 655 - resolution: {integrity: sha512-+tHktCHWV8BDQSjemUqm/Jl/TPk3QObCTIjmdDy/nlupcujZghmKK2962LYrqFpWu+ai01AN/REOH3NEpqvYQg==} 657 + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.17': 658 + resolution: {integrity: sha512-e6usGaHKW5BMNZOymS1UcEYGowQMWcgZ71Z17Sl/h2+ZziNJ1a9n3Zvcz6LdRyIW5572wBCTH/Z+bKuZouGk9Q==} 656 659 engines: {node: ^20.19.0 || >=22.12.0} 657 660 cpu: [arm64] 658 661 os: [linux] 659 662 libc: [glibc] 660 663 661 - '@rolldown/binding-linux-arm64-musl@1.0.0-rc.16': 662 - resolution: {integrity: sha512-3fPzdREH806oRLxpTWW1Gt4tQHs0TitZFOECB2xzCFLPKnSOy90gwA7P29cksYilFO6XVRY1kzga0cL2nRjKPg==} 664 + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.17': 665 + resolution: {integrity: sha512-b/CgbwAJpmrRLp02RPfhbudf5tZnN9nsPWK82znefso832etkem8H7FSZwxrOI9djcdTP7U6YfNhbRnh7djErg==} 663 666 engines: {node: ^20.19.0 || >=22.12.0} 664 667 cpu: [arm64] 665 668 os: [linux] 666 669 libc: [musl] 667 670 668 - '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.16': 669 - resolution: {integrity: sha512-EKwI1tSrLs7YVw+JPJT/G2dJQ1jl9qlTTTEG0V2Ok/RdOenRfBw2PQdLPyjhIu58ocdBfP7vIRN/pvMsPxs/AQ==} 671 + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.17': 672 + resolution: {integrity: sha512-4EII1iNGRUN5WwGbF/kOh/EIkoDN9HsupgLQoXfY+D1oyJm7/F4t5PYU5n8SWZgG0FEwakyM8pGgwcBYruGTlA==} 670 673 engines: {node: ^20.19.0 || >=22.12.0} 671 674 cpu: [ppc64] 672 675 os: [linux] 673 676 libc: [glibc] 674 677 675 - '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.16': 676 - resolution: {integrity: sha512-Uknladnb3Sxqu6SEcqBldQyJUpk8NleooZEc0MbRBJ4inEhRYWZX0NJu12vNf2mqAq7gsofAxHrGghiUYjhaLQ==} 678 + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.17': 679 + resolution: {integrity: sha512-AH8oq3XqQo4IibpVXvPeLDI5pzkpYn0WiZAfT05kFzoJ6tQNzwRdDYQ45M8I/gslbodRZwW8uxLhbSBbkv96rA==} 677 680 engines: {node: ^20.19.0 || >=22.12.0} 678 681 cpu: [s390x] 679 682 os: [linux] 680 683 libc: [glibc] 681 684 682 - '@rolldown/binding-linux-x64-gnu@1.0.0-rc.16': 683 - resolution: {integrity: sha512-FIb8+uG49sZBtLTn+zt1AJ20TqVcqWeSIyoVt0or7uAWesgKaHbiBh6OpA/k9v0LTt+PTrb1Lao133kP4uVxkg==} 685 + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.17': 686 + resolution: {integrity: sha512-cLnjV3xfo7KslbU41Z7z8BH/E1y5mzUYzAqih1d1MDaIGZRCMqTijqLv76/P7fyHuvUcfGsIpqCdddbxLLK9rA==} 684 687 engines: {node: ^20.19.0 || >=22.12.0} 685 688 cpu: [x64] 686 689 os: [linux] 687 690 libc: [glibc] 688 691 689 - '@rolldown/binding-linux-x64-musl@1.0.0-rc.16': 690 - resolution: {integrity: sha512-RuERhF9/EgWxZEXYWCOaViUWHIboceK4/ivdtQ3R0T44NjLkIIlGIAVAuCddFxsZ7vnRHtNQUrt2vR2n2slB2w==} 692 + '@rolldown/binding-linux-x64-musl@1.0.0-rc.17': 693 + resolution: {integrity: sha512-0phclDw1spsL7dUB37sIARuis2tAgomCJXAHZlpt8PXZ4Ba0dRP1e+66lsRqrfhISeN9bEGNjQs+T/Fbd7oYGw==} 691 694 engines: {node: ^20.19.0 || >=22.12.0} 692 695 cpu: [x64] 693 696 os: [linux] 694 697 libc: [musl] 695 698 696 - '@rolldown/binding-openharmony-arm64@1.0.0-rc.16': 697 - resolution: {integrity: sha512-mXcXnvd9GpazCxeUCCnZ2+YF7nut+ZOEbE4GtaiPtyY6AkhZWbK70y1KK3j+RDhjVq5+U8FySkKRb/+w0EeUwA==} 699 + '@rolldown/binding-openharmony-arm64@1.0.0-rc.17': 700 + resolution: {integrity: sha512-0ag/hEgXOwgw4t8QyQvUCxvEg+V0KBcA6YuOx9g0r02MprutRF5dyljgm3EmR02O292UX7UeS6HzWHAl6KgyhA==} 698 701 engines: {node: ^20.19.0 || >=22.12.0} 699 702 cpu: [arm64] 700 703 os: [openharmony] 701 704 702 - '@rolldown/binding-wasm32-wasi@1.0.0-rc.16': 703 - resolution: {integrity: sha512-3Q2KQxnC8IJOLqXmUMoYwyIPZU9hzRbnHaoV3Euz+VVnjZKcY8ktnNP8T9R4/GGQtb27C/UYKABxesKWb8lsvQ==} 705 + '@rolldown/binding-wasm32-wasi@1.0.0-rc.17': 706 + resolution: {integrity: sha512-LEXei6vo0E5wTGwpkJ4KoT3OZJRnglwldt5ziLzOlc6qqb55z4tWNq2A+PFqCJuvWWdP53CVhG1Z9NtToDPJrA==} 704 707 engines: {node: ^20.19.0 || >=22.12.0} 705 708 cpu: [wasm32] 706 709 707 - '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.16': 708 - resolution: {integrity: sha512-tj7XRemQcOcFwv7qhpUxMTBbI5mWMlE4c1Omhg5+h8GuLXzyj8HviYgR+bB2DMDgRqUE+jiDleqSCRjx4aYk/Q==} 710 + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.17': 711 + resolution: {integrity: sha512-gUmyzBl3SPMa6hrqFUth9sVfcLBlYsbMzBx5PlexMroZStgzGqlZ26pYG89rBb45Mnia+oil6YAIFeEWGWhoZA==} 709 712 engines: {node: ^20.19.0 || >=22.12.0} 710 713 cpu: [arm64] 711 714 os: [win32] 712 715 713 - '@rolldown/binding-win32-x64-msvc@1.0.0-rc.16': 714 - resolution: {integrity: sha512-PH5DRZT+F4f2PTXRXR8uJxnBq2po/xFtddyabTJVJs/ZYVHqXPEgNIr35IHTEa6bpa0Q8Awg+ymkTaGnKITw4g==} 716 + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.17': 717 + resolution: {integrity: sha512-3hkiolcUAvPB9FLb3UZdfjVVNWherN1f/skkGWJP/fgSQhYUZpSIRr0/I8ZK9TkF3F7kxvJAk0+IcKvPHk9qQg==} 715 718 engines: {node: ^20.19.0 || >=22.12.0} 716 719 cpu: [x64] 717 720 os: [win32] 718 721 719 - '@rolldown/pluginutils@1.0.0-rc.16': 720 - resolution: {integrity: sha512-45+YtqxLYKDWQouLKCrpIZhke+nXxhsw+qAHVzHDVwttyBlHNBVs2K25rDXrZzhpTp9w1FlAlvweV1H++fdZoA==} 722 + '@rolldown/pluginutils@1.0.0-rc.17': 723 + resolution: {integrity: sha512-n8iosDOt6Ig1UhJ2AYqoIhHWh/isz0xpicHTzpKBeotdVsTEcxsSA/i3EVM7gQAj0rU27OLAxCjzlj15IWY7bg==} 721 724 722 725 '@rollup/rollup-android-arm-eabi@4.60.2': 723 726 resolution: {integrity: sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==} ··· 875 878 svelte: ^5.46.4 876 879 vite: ^8.0.0-beta.7 || ^8.0.0 877 880 878 - '@tailwindcss/node@4.2.2': 879 - resolution: {integrity: sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==} 881 + '@tailwindcss/node@4.2.4': 882 + resolution: {integrity: sha512-Ai7+yQPxz3ddrDQzFfBKdHEVBg0w3Zl83jnjuwxnZOsnH9pGn93QHQtpU0p/8rYWxvbFZHneni6p1BSLK4DkGA==} 880 883 881 - '@tailwindcss/oxide-android-arm64@4.2.2': 882 - resolution: {integrity: sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==} 884 + '@tailwindcss/oxide-android-arm64@4.2.4': 885 + resolution: {integrity: sha512-e7MOr1SAn9U8KlZzPi1ZXGZHeC5anY36qjNwmZv9pOJ8E4Q6jmD1vyEHkQFmNOIN7twGPEMXRHmitN4zCMN03g==} 883 886 engines: {node: '>= 20'} 884 887 cpu: [arm64] 885 888 os: [android] 886 889 887 - '@tailwindcss/oxide-darwin-arm64@4.2.2': 888 - resolution: {integrity: sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==} 890 + '@tailwindcss/oxide-darwin-arm64@4.2.4': 891 + resolution: {integrity: sha512-tSC/Kbqpz/5/o/C2sG7QvOxAKqyd10bq+ypZNf+9Fi2TvbVbv1zNpcEptcsU7DPROaSbVgUXmrzKhurFvo5eDg==} 889 892 engines: {node: '>= 20'} 890 893 cpu: [arm64] 891 894 os: [darwin] 892 895 893 - '@tailwindcss/oxide-darwin-x64@4.2.2': 894 - resolution: {integrity: sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==} 896 + '@tailwindcss/oxide-darwin-x64@4.2.4': 897 + resolution: {integrity: sha512-yPyUXn3yO/ufR6+Kzv0t4fCg2qNr90jxXc5QqBpjlPNd0NqyDXcmQb/6weunH/MEDXW5dhyEi+agTDiqa3WsGg==} 895 898 engines: {node: '>= 20'} 896 899 cpu: [x64] 897 900 os: [darwin] 898 901 899 - '@tailwindcss/oxide-freebsd-x64@4.2.2': 900 - resolution: {integrity: sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==} 902 + '@tailwindcss/oxide-freebsd-x64@4.2.4': 903 + resolution: {integrity: sha512-BoMIB4vMQtZsXdGLVc2z+P9DbETkiopogfWZKbWwM8b/1Vinbs4YcUwo+kM/KeLkX3Ygrf4/PsRndKaYhS8Eiw==} 901 904 engines: {node: '>= 20'} 902 905 cpu: [x64] 903 906 os: [freebsd] 904 907 905 - '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2': 906 - resolution: {integrity: sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==} 908 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.4': 909 + resolution: {integrity: sha512-7pIHBLTHYRAlS7V22JNuTh33yLH4VElwKtB3bwchK/UaKUPpQ0lPQiOWcbm4V3WP2I6fNIJ23vABIvoy2izdwA==} 907 910 engines: {node: '>= 20'} 908 911 cpu: [arm] 909 912 os: [linux] 910 913 911 - '@tailwindcss/oxide-linux-arm64-gnu@4.2.2': 912 - resolution: {integrity: sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==} 914 + '@tailwindcss/oxide-linux-arm64-gnu@4.2.4': 915 + resolution: {integrity: sha512-+E4wxJ0ZGOzSH325reXTWB48l42i93kQqMvDyz5gqfRzRZ7faNhnmvlV4EPGJU3QJM/3Ab5jhJ5pCRUsKn6OQw==} 913 916 engines: {node: '>= 20'} 914 917 cpu: [arm64] 915 918 os: [linux] 916 919 libc: [glibc] 917 920 918 - '@tailwindcss/oxide-linux-arm64-musl@4.2.2': 919 - resolution: {integrity: sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==} 921 + '@tailwindcss/oxide-linux-arm64-musl@4.2.4': 922 + resolution: {integrity: sha512-bBADEGAbo4ASnppIziaQJelekCxdMaxisrk+fB7Thit72IBnALp9K6ffA2G4ruj90G9XRS2VQ6q2bCKbfFV82g==} 920 923 engines: {node: '>= 20'} 921 924 cpu: [arm64] 922 925 os: [linux] 923 926 libc: [musl] 924 927 925 - '@tailwindcss/oxide-linux-x64-gnu@4.2.2': 926 - resolution: {integrity: sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==} 928 + '@tailwindcss/oxide-linux-x64-gnu@4.2.4': 929 + resolution: {integrity: sha512-7Mx25E4WTfnht0TVRTyC00j3i0M+EeFe7wguMDTlX4mRxafznw0CA8WJkFjWYH5BlgELd1kSjuU2JiPnNZbJDA==} 927 930 engines: {node: '>= 20'} 928 931 cpu: [x64] 929 932 os: [linux] 930 933 libc: [glibc] 931 934 932 - '@tailwindcss/oxide-linux-x64-musl@4.2.2': 933 - resolution: {integrity: sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==} 935 + '@tailwindcss/oxide-linux-x64-musl@4.2.4': 936 + resolution: {integrity: sha512-2wwJRF7nyhOR0hhHoChc04xngV3iS+akccHTGtz965FwF0up4b2lOdo6kI1EbDaEXKgvcrFBYcYQQ/rrnWFVfA==} 934 937 engines: {node: '>= 20'} 935 938 cpu: [x64] 936 939 os: [linux] 937 940 libc: [musl] 938 941 939 - '@tailwindcss/oxide-wasm32-wasi@4.2.2': 940 - resolution: {integrity: sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==} 942 + '@tailwindcss/oxide-wasm32-wasi@4.2.4': 943 + resolution: {integrity: sha512-FQsqApeor8Fo6gUEklzmaa9994orJZZDBAlQpK2Mq+DslRKFJeD6AjHpBQ0kZFQohVr8o85PPh8eOy86VlSCmw==} 941 944 engines: {node: '>=14.0.0'} 942 945 cpu: [wasm32] 943 946 bundledDependencies: ··· 948 951 - '@emnapi/wasi-threads' 949 952 - tslib 950 953 951 - '@tailwindcss/oxide-win32-arm64-msvc@4.2.2': 952 - resolution: {integrity: sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==} 954 + '@tailwindcss/oxide-win32-arm64-msvc@4.2.4': 955 + resolution: {integrity: sha512-L9BXqxC4ToVgwMFqj3pmZRqyHEztulpUJzCxUtLjobMCzTPsGt1Fa9enKbOpY2iIyVtaHNeNvAK8ERP/64sqGQ==} 953 956 engines: {node: '>= 20'} 954 957 cpu: [arm64] 955 958 os: [win32] 956 959 957 - '@tailwindcss/oxide-win32-x64-msvc@4.2.2': 958 - resolution: {integrity: sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==} 960 + '@tailwindcss/oxide-win32-x64-msvc@4.2.4': 961 + resolution: {integrity: sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw==} 959 962 engines: {node: '>= 20'} 960 963 cpu: [x64] 961 964 os: [win32] 962 965 963 - '@tailwindcss/oxide@4.2.2': 964 - resolution: {integrity: sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==} 966 + '@tailwindcss/oxide@4.2.4': 967 + resolution: {integrity: sha512-9El/iI069DKDSXwTvB9J4BwdO5JhRrOweGaK25taBAvBXyXqJAX+Jqdvs8r8gKpsI/1m0LeJLyQYTf/WLrBT1Q==} 965 968 engines: {node: '>= 20'} 966 969 967 - '@tailwindcss/vite@4.2.2': 968 - resolution: {integrity: sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==} 970 + '@tailwindcss/vite@4.2.4': 971 + resolution: {integrity: sha512-pCvohwOCspk3ZFn6eJzrrX3g4n2JY73H6MmYC87XfGPyTty4YsCjYTMArRZm/zOI8dIt3+EcrLHAFPe5A4bgtw==} 969 972 peerDependencies: 970 973 vite: ^5.2.0 || ^6 || ^7 || ^8 971 974 ··· 1008 1011 '@types/ws@8.18.1': 1009 1012 resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} 1010 1013 1011 - '@vitest/expect@4.1.4': 1012 - resolution: {integrity: sha512-iPBpra+VDuXmBFI3FMKHSFXp3Gx5HfmSCE8X67Dn+bwephCnQCaB7qWK2ldHa+8ncN8hJU8VTMcxjPpyMkUjww==} 1014 + '@vitest/expect@4.1.5': 1015 + resolution: {integrity: sha512-PWBaRY5JoKuRnHlUHfpV/KohFylaDZTupcXN1H9vYryNLOnitSw60Mw9IAE2r67NbwwzBw/Cc/8q9BK3kIX8Kw==} 1013 1016 1014 - '@vitest/mocker@4.1.4': 1015 - resolution: {integrity: sha512-R9HTZBhW6yCSGbGQnDnH3QHfJxokKN4KB+Yvk9Q1le7eQNYwiCyKxmLmurSpFy6BzJanSLuEUDrD+j97Q+ZLPg==} 1017 + '@vitest/mocker@4.1.5': 1018 + resolution: {integrity: sha512-/x2EmFC4mT4NNzqvC3fmesuV97w5FC903KPmey4gsnJiMQ3Be1IlDKVaDaG8iqaLFHqJ2FVEkxZk5VmeLjIItw==} 1016 1019 peerDependencies: 1017 1020 msw: ^2.4.9 1018 1021 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 ··· 1022 1025 vite: 1023 1026 optional: true 1024 1027 1025 - '@vitest/pretty-format@4.1.4': 1026 - resolution: {integrity: sha512-ddmDHU0gjEUyEVLxtZa7xamrpIefdEETu3nZjWtHeZX4QxqJ7tRxSteHVXJOcr8jhiLoGAhkK4WJ3WqBpjx42A==} 1028 + '@vitest/pretty-format@4.1.5': 1029 + resolution: {integrity: sha512-7I3q6l5qr03dVfMX2wCo9FxwSJbPdwKjy2uu/YPpU3wfHvIL4QHwVRp57OfGrDFeUJ8/8QdfBKIV12FTtLn00g==} 1027 1030 1028 - '@vitest/runner@4.1.4': 1029 - resolution: {integrity: sha512-xTp7VZ5aXP5ZJrn15UtJUWlx6qXLnGtF6jNxHepdPHpMfz/aVPx+htHtgcAL2mDXJgKhpoo2e9/hVJsIeFbytQ==} 1031 + '@vitest/runner@4.1.5': 1032 + resolution: {integrity: sha512-2D+o7Pr82IEO46YPpoA/YU0neeyr6FTerQb5Ro7BUnBuv6NQtT/kmVnczngiMEBhzgqz2UZYl5gArejsyERDSQ==} 1030 1033 1031 - '@vitest/snapshot@4.1.4': 1032 - resolution: {integrity: sha512-MCjCFgaS8aZz+m5nTcEcgk/xhWv0rEH4Yl53PPlMXOZ1/Ka2VcZU6CJ+MgYCZbcJvzGhQRjVrGQNZqkGPttIKw==} 1034 + '@vitest/snapshot@4.1.5': 1035 + resolution: {integrity: sha512-zypXEt4KH/XgKGPUz4eC2AvErYx0My5hfL8oDb1HzGFpEk1P62bxSohdyOmvz+d9UJwanI68MKwr2EquOaOgMQ==} 1033 1036 1034 - '@vitest/spy@4.1.4': 1035 - resolution: {integrity: sha512-XxNdAsKW7C+FLydqFJLb5KhJtl3PGCMmYwFRfhvIgxJvLSXhhVI1zM8f1qD3Zg7RCjTSzDVyct6sghs9UEgBEQ==} 1037 + '@vitest/spy@4.1.5': 1038 + resolution: {integrity: sha512-2lNOsh6+R2Idnf1TCZqSwYlKN2E/iDlD8sgU59kYVl+OMDmvldO1VDk39smRfpUNwYpNRVn3w4YfuC7KfbBnkQ==} 1036 1039 1037 - '@vitest/utils@4.1.4': 1038 - resolution: {integrity: sha512-13QMT+eysM5uVGa1rG4kegGYNp6cnQcsTc67ELFbhNLQO+vgsygtYJx2khvdt4gVQqSSpC/KT5FZZxUpP3Oatw==} 1040 + '@vitest/utils@4.1.5': 1041 + resolution: {integrity: sha512-76wdkrmfXfqGjueGgnb45ITPyUi1ycZ4IHgC2bhPDUfWHklY/q3MdLOAB+TF1e6xfl8NxNY0ZYaPCFNWSsw3Ug==} 1039 1042 1040 1043 '@webext-core/fake-browser@1.3.4': 1041 1044 resolution: {integrity: sha512-nZcVWr3JpwpS5E6hKpbAwAMBM/AXZShnfW0F76udW8oLd6Kv0nbW6vFS07md4Na/0ntQonk3hFnlQYGYBAlTrA==} ··· 1398 1401 resolution: {integrity: sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==} 1399 1402 engines: {node: '>=10.0.0'} 1400 1403 1401 - engine.io@6.6.6: 1402 - resolution: {integrity: sha512-U2SN0w3OpjFRVlrc17E6TMDmH58Xl9rai1MblNjAdwWp07Kk+llmzX0hjDpQdrDGzwmvOtgM5yI+meYX6iZ2xA==} 1404 + engine.io@6.6.7: 1405 + resolution: {integrity: sha512-DgOngfDKM2EviOH3Mr9m7ks1q8roetLy/IMmYthAYzbpInMbYc/GS+fWFA3rl1gvwKVsQrVV61fo5emD1y3OJQ==} 1403 1406 engines: {node: '>=10.2.0'} 1404 1407 1405 - enhanced-resolve@5.20.1: 1406 - resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==} 1408 + enhanced-resolve@5.21.0: 1409 + resolution: {integrity: sha512-otxSQPw4lkOZWkHpB3zaEQs6gWYEsmX4xQF68ElXC/TWvGxGMSGOvoNbaLXm6/cS/fSfHtsEdw90y20PCd+sCA==} 1407 1410 engines: {node: '>=10.13.0'} 1408 1411 1409 1412 entities@4.5.0: ··· 1421 1424 error-ex@1.3.4: 1422 1425 resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==} 1423 1426 1424 - es-module-lexer@2.0.0: 1425 - resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==} 1427 + es-module-lexer@2.1.0: 1428 + resolution: {integrity: sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==} 1426 1429 1427 1430 es6-error@4.1.1: 1428 1431 resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} ··· 1485 1488 picomatch: 1486 1489 optional: true 1487 1490 1488 - filesize@11.0.16: 1489 - resolution: {integrity: sha512-XMcUu0Zxnh0L8rY5b5vrdKKs0H3l3osTp9vNEBulRmwLqYfuQe5SJCagpA0/sGMJx2KHbD+IWOyd6QsJQuYEkQ==} 1491 + filesize@11.0.17: 1492 + resolution: {integrity: sha512-oHLTvMLw6imZUl1se/RBQrFlyy50nXce4sU7yGR6Qc0JgCwqnfiFsAnEwotdGmfKLD7SArGUk2/5STU0k8LOBQ==} 1490 1493 engines: {node: '>= 10.8.0'} 1491 1494 1492 1495 firefox-profile@4.7.0: ··· 1690 1693 engines: {node: '>=6'} 1691 1694 hasBin: true 1692 1695 1693 - jsonfile@6.2.0: 1694 - resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} 1696 + jsonfile@6.2.1: 1697 + resolution: {integrity: sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==} 1695 1698 1696 1699 jsonwebtoken@9.0.3: 1697 1700 resolution: {integrity: sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==} ··· 1941 1944 nth-check@2.1.1: 1942 1945 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} 1943 1946 1944 - nypm@0.6.5: 1945 - resolution: {integrity: sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==} 1947 + nypm@0.6.6: 1948 + resolution: {integrity: sha512-vRyr0r4cbBapw07Xw8xrj9Teq3o7MUD35rSaTcanDbW+aK2XHDgJFiU6ZTj2GBw7Q12ysdsyFss+Vdz4hQ0Y6Q==} 1946 1949 engines: {node: '>=18'} 1947 1950 hasBin: true 1948 1951 ··· 1979 1982 resolution: {integrity: sha512-jd0cvB8qQ5uVt0lvCIexBaROw1KyKm5sbulg2fWOHjETisuCzWyt+eTZKEMs8v6HwzoGs8xik26jg7eCM6pS+A==} 1980 1983 engines: {node: '>= 0.4.0'} 1981 1984 1982 - oxfmt@0.46.0: 1983 - resolution: {integrity: sha512-CopwJOwPAjZ9p76fCvz+mSOJTw9/NY3cSksZK3VO/bUQ8UoEcketNgUuYS0UB3p+R9XnXe7wGGXUmyFxc7QxJA==} 1985 + oxfmt@0.47.0: 1986 + resolution: {integrity: sha512-OFbkbzxKCpooQEnRmpTDnuwTX8KHXzZTQ4Df/hz85fpS67Pl+lxPEFvUtin56HIIS0B1k4X8oIzTXRZPufA2CA==} 1984 1987 engines: {node: ^20.19.0 || >=22.12.0} 1985 1988 hasBin: true 1986 1989 1987 - oxlint@1.61.0: 1988 - resolution: {integrity: sha512-ZC0ALuhDZ6ivOFG+sy0D0pEDN49EvsId98zVlmYdkcXHsEM14m/qTNUEsUpiFiCVbpIxYtVBmmLE87nsbUHohQ==} 1990 + oxlint@1.62.0: 1991 + resolution: {integrity: sha512-1uFkg6HakjsGIpW9wNdeW4/2LOHW9MEkoWjZUTUfQtIHyLIZPYt00w3Sg+H3lH+206FgBPHBbW5dVE5l2ExECQ==} 1989 1992 engines: {node: ^20.19.0 || >=22.12.0} 1990 1993 hasBin: true 1991 1994 peerDependencies: ··· 2042 2045 pkg-types@1.3.1: 2043 2046 resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} 2044 2047 2045 - pkg-types@2.3.0: 2046 - resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==} 2048 + pkg-types@2.3.1: 2049 + resolution: {integrity: sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==} 2047 2050 2048 - postcss@8.5.10: 2049 - resolution: {integrity: sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==} 2051 + postcss@8.5.12: 2052 + resolution: {integrity: sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==} 2050 2053 engines: {node: ^10 || ^12 || >=14} 2051 2054 2052 2055 powershell-utils@0.1.0: ··· 2129 2132 rfdc@1.4.1: 2130 2133 resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} 2131 2134 2132 - rolldown@1.0.0-rc.16: 2133 - resolution: {integrity: sha512-rzi5WqKzEZw3SooTt7cgm4eqIoujPIyGcJNGFL7iPEuajQw7vxMHUkXylu4/vhCkJGXsgRmxqMKXUpT6FEgl0g==} 2135 + rolldown@1.0.0-rc.17: 2136 + resolution: {integrity: sha512-ZrT53oAKrtA4+YtBWPQbtPOxIbVDbxT0orcYERKd63VJTF13zPcgXTvD4843L8pcsI7M6MErt8QtON6lrB9tyA==} 2134 2137 engines: {node: ^20.19.0 || >=22.12.0} 2135 2138 hasBin: true 2136 2139 ··· 2261 2264 resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} 2262 2265 engines: {node: '>=18'} 2263 2266 2264 - string-width@8.2.0: 2265 - resolution: {integrity: sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==} 2267 + string-width@8.2.1: 2268 + resolution: {integrity: sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==} 2266 2269 engines: {node: '>=20'} 2267 2270 2268 2271 string_decoder@1.1.1: ··· 2305 2308 svelte: ^4.0.0 || ^5.0.0-next.0 2306 2309 typescript: '>=5.0.0' 2307 2310 2308 - svelte@5.55.4: 2309 - resolution: {integrity: sha512-q8DFohk6vUswSng95IZb9nzWJnbINZsK7OiM1snAa3qCjJBL0ZQpvMyAaVXjUukdM75J/m8UE8xwqat8Ors/zQ==} 2311 + svelte@5.55.5: 2312 + resolution: {integrity: sha512-2uCs/LZ9us+AktdzYJM8OcxQ8qnPS1kpaO7syGT/MgO+6Qr1Ybl+TqPq+97u7PHqmmMlye5ZkoyXONy5mjjAbw==} 2310 2313 engines: {node: '>=18'} 2311 2314 2312 - tailwindcss@4.2.2: 2313 - resolution: {integrity: sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==} 2315 + tailwindcss@4.2.4: 2316 + resolution: {integrity: sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==} 2314 2317 2315 - tapable@2.3.2: 2316 - resolution: {integrity: sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==} 2318 + tapable@2.3.3: 2319 + resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==} 2317 2320 engines: {node: '>=6'} 2318 2321 2319 2322 thread-stream@3.1.0: ··· 2329 2332 tinybench@2.9.0: 2330 2333 resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} 2331 2334 2332 - tinyexec@1.1.1: 2333 - resolution: {integrity: sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==} 2335 + tinyexec@1.1.2: 2336 + resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} 2334 2337 engines: {node: '>=18'} 2335 2338 2336 2339 tinyglobby@0.2.16: ··· 2380 2383 engines: {node: '>=14.17'} 2381 2384 hasBin: true 2382 2385 2383 - ufo@1.6.3: 2384 - resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==} 2386 + ufo@1.6.4: 2387 + resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==} 2385 2388 2386 2389 uhyphen@0.2.0: 2387 2390 resolution: {integrity: sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==} ··· 2393 2396 undici-types@7.19.2: 2394 2397 resolution: {integrity: sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==} 2395 2398 2396 - unimport@6.1.0: 2397 - resolution: {integrity: sha512-ocgNKyiqj7Hw7oHt7A7D3za3fq28eShe1EloL6hsoQgn7CF51Y4CqFT9ISG3rEy0JpA8CCz/sY5h5OovOn62VQ==} 2399 + unimport@6.2.0: 2400 + resolution: {integrity: sha512-4NcqaphAHQff4eBWQ3pjVOCYNLlmVGGMoLDmboobh8+OQe9yP7UyeoMP043M1bG0YNc3CqtukD2VuINxOqm4rQ==} 2398 2401 engines: {node: '>=18.12.0'} 2402 + peerDependencies: 2403 + oxc-parser: '*' 2404 + peerDependenciesMeta: 2405 + oxc-parser: 2406 + optional: true 2399 2407 2400 2408 universalify@2.0.1: 2401 2409 resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} ··· 2418 2426 2419 2427 uuid@8.3.2: 2420 2428 resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} 2429 + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). 2421 2430 hasBin: true 2422 2431 2423 2432 vary@1.1.2: ··· 2429 2438 engines: {node: ^20.19.0 || >=22.12.0} 2430 2439 hasBin: true 2431 2440 2432 - vite@8.0.9: 2433 - resolution: {integrity: sha512-t7g7GVRpMXjNpa67HaVWI/8BWtdVIQPCL2WoozXXA7LBGEFK4AkkKkHx2hAQf5x1GZSlcmEDPkVLSGahxnEEZw==} 2441 + vite@8.0.10: 2442 + resolution: {integrity: sha512-rZuUu9j6J5uotLDs+cAA4O5H4K1SfPliUlQwqa6YEwSrWDZzP4rhm00oJR5snMewjxF5V/K3D4kctsUTsIU9Mw==} 2434 2443 engines: {node: ^20.19.0 || >=22.12.0} 2435 2444 hasBin: true 2436 2445 peerDependencies: ··· 2480 2489 vite: 2481 2490 optional: true 2482 2491 2483 - vitest@4.1.4: 2484 - resolution: {integrity: sha512-tFuJqTxKb8AvfyqMfnavXdzfy3h3sWZRWwfluGbkeR7n0HUev+FmNgZ8SDrRBTVrVCjgH5cA21qGbCffMNtWvg==} 2492 + vitest@4.1.5: 2493 + resolution: {integrity: sha512-9Xx1v3/ih3m9hN+SbfkUyy0JAs72ap3r7joc87XL6jwF0jGg6mFBvQ1SrwaX+h8BlkX6Hz9shdd1uo6AF+ZGpg==} 2485 2494 engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} 2486 2495 hasBin: true 2487 2496 peerDependencies: 2488 2497 '@edge-runtime/vm': '*' 2489 2498 '@opentelemetry/api': ^1.9.0 2490 2499 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 2491 - '@vitest/browser-playwright': 4.1.4 2492 - '@vitest/browser-preview': 4.1.4 2493 - '@vitest/browser-webdriverio': 4.1.4 2494 - '@vitest/coverage-istanbul': 4.1.4 2495 - '@vitest/coverage-v8': 4.1.4 2496 - '@vitest/ui': 4.1.4 2500 + '@vitest/browser-playwright': 4.1.5 2501 + '@vitest/browser-preview': 4.1.5 2502 + '@vitest/browser-webdriverio': 4.1.5 2503 + '@vitest/coverage-istanbul': 4.1.5 2504 + '@vitest/coverage-v8': 4.1.5 2505 + '@vitest/ui': 4.1.5 2497 2506 happy-dom: '*' 2498 2507 jsdom: '*' 2499 2508 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 ··· 2634 2643 zip-dir@2.0.0: 2635 2644 resolution: {integrity: sha512-uhlsJZWz26FLYXOD6WVuq+fIcZ3aBPGo/cFdiLlv3KNwpa52IF3ISV8fLhQLiqVu5No3VhlqlgthN6gehil1Dg==} 2636 2645 2637 - zod@4.3.6: 2638 - resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} 2646 + zod@4.4.1: 2647 + resolution: {integrity: sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==} 2639 2648 2640 2649 snapshots: 2641 2650 ··· 2690 2699 transitivePeerDependencies: 2691 2700 - supports-color 2692 2701 2693 - '@emnapi/core@1.9.2': 2702 + '@emnapi/core@1.10.0': 2694 2703 dependencies: 2695 2704 '@emnapi/wasi-threads': 1.2.1 2696 2705 tslib: 2.8.1 2697 2706 optional: true 2698 2707 2699 - '@emnapi/runtime@1.9.2': 2708 + '@emnapi/runtime@1.10.0': 2700 2709 dependencies: 2701 2710 tslib: 2.8.1 2702 2711 optional: true ··· 2805 2814 2806 2815 '@lukeed/csprng@1.1.0': {} 2807 2816 2808 - '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': 2817 + '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': 2809 2818 dependencies: 2810 - '@emnapi/core': 1.9.2 2811 - '@emnapi/runtime': 1.9.2 2819 + '@emnapi/core': 1.10.0 2820 + '@emnapi/runtime': 1.10.0 2812 2821 '@tybys/wasm-util': 0.10.1 2813 2822 optional: true 2814 2823 2815 - '@oxc-project/types@0.126.0': {} 2824 + '@oxc-project/types@0.127.0': {} 2816 2825 2817 - '@oxfmt/binding-android-arm-eabi@0.46.0': 2826 + '@oxfmt/binding-android-arm-eabi@0.47.0': 2818 2827 optional: true 2819 2828 2820 - '@oxfmt/binding-android-arm64@0.46.0': 2829 + '@oxfmt/binding-android-arm64@0.47.0': 2821 2830 optional: true 2822 2831 2823 - '@oxfmt/binding-darwin-arm64@0.46.0': 2832 + '@oxfmt/binding-darwin-arm64@0.47.0': 2824 2833 optional: true 2825 2834 2826 - '@oxfmt/binding-darwin-x64@0.46.0': 2835 + '@oxfmt/binding-darwin-x64@0.47.0': 2827 2836 optional: true 2828 2837 2829 - '@oxfmt/binding-freebsd-x64@0.46.0': 2838 + '@oxfmt/binding-freebsd-x64@0.47.0': 2830 2839 optional: true 2831 2840 2832 - '@oxfmt/binding-linux-arm-gnueabihf@0.46.0': 2841 + '@oxfmt/binding-linux-arm-gnueabihf@0.47.0': 2833 2842 optional: true 2834 2843 2835 - '@oxfmt/binding-linux-arm-musleabihf@0.46.0': 2844 + '@oxfmt/binding-linux-arm-musleabihf@0.47.0': 2836 2845 optional: true 2837 2846 2838 - '@oxfmt/binding-linux-arm64-gnu@0.46.0': 2847 + '@oxfmt/binding-linux-arm64-gnu@0.47.0': 2839 2848 optional: true 2840 2849 2841 - '@oxfmt/binding-linux-arm64-musl@0.46.0': 2850 + '@oxfmt/binding-linux-arm64-musl@0.47.0': 2842 2851 optional: true 2843 2852 2844 - '@oxfmt/binding-linux-ppc64-gnu@0.46.0': 2853 + '@oxfmt/binding-linux-ppc64-gnu@0.47.0': 2845 2854 optional: true 2846 2855 2847 - '@oxfmt/binding-linux-riscv64-gnu@0.46.0': 2856 + '@oxfmt/binding-linux-riscv64-gnu@0.47.0': 2848 2857 optional: true 2849 2858 2850 - '@oxfmt/binding-linux-riscv64-musl@0.46.0': 2859 + '@oxfmt/binding-linux-riscv64-musl@0.47.0': 2851 2860 optional: true 2852 2861 2853 - '@oxfmt/binding-linux-s390x-gnu@0.46.0': 2862 + '@oxfmt/binding-linux-s390x-gnu@0.47.0': 2854 2863 optional: true 2855 2864 2856 - '@oxfmt/binding-linux-x64-gnu@0.46.0': 2865 + '@oxfmt/binding-linux-x64-gnu@0.47.0': 2857 2866 optional: true 2858 2867 2859 - '@oxfmt/binding-linux-x64-musl@0.46.0': 2868 + '@oxfmt/binding-linux-x64-musl@0.47.0': 2860 2869 optional: true 2861 2870 2862 - '@oxfmt/binding-openharmony-arm64@0.46.0': 2871 + '@oxfmt/binding-openharmony-arm64@0.47.0': 2863 2872 optional: true 2864 2873 2865 - '@oxfmt/binding-win32-arm64-msvc@0.46.0': 2874 + '@oxfmt/binding-win32-arm64-msvc@0.47.0': 2866 2875 optional: true 2867 2876 2868 - '@oxfmt/binding-win32-ia32-msvc@0.46.0': 2877 + '@oxfmt/binding-win32-ia32-msvc@0.47.0': 2869 2878 optional: true 2870 2879 2871 - '@oxfmt/binding-win32-x64-msvc@0.46.0': 2880 + '@oxfmt/binding-win32-x64-msvc@0.47.0': 2872 2881 optional: true 2873 2882 2874 - '@oxlint/binding-android-arm-eabi@1.61.0': 2883 + '@oxlint/binding-android-arm-eabi@1.62.0': 2875 2884 optional: true 2876 2885 2877 - '@oxlint/binding-android-arm64@1.61.0': 2886 + '@oxlint/binding-android-arm64@1.62.0': 2878 2887 optional: true 2879 2888 2880 - '@oxlint/binding-darwin-arm64@1.61.0': 2889 + '@oxlint/binding-darwin-arm64@1.62.0': 2881 2890 optional: true 2882 2891 2883 - '@oxlint/binding-darwin-x64@1.61.0': 2892 + '@oxlint/binding-darwin-x64@1.62.0': 2884 2893 optional: true 2885 2894 2886 - '@oxlint/binding-freebsd-x64@1.61.0': 2895 + '@oxlint/binding-freebsd-x64@1.62.0': 2887 2896 optional: true 2888 2897 2889 - '@oxlint/binding-linux-arm-gnueabihf@1.61.0': 2898 + '@oxlint/binding-linux-arm-gnueabihf@1.62.0': 2890 2899 optional: true 2891 2900 2892 - '@oxlint/binding-linux-arm-musleabihf@1.61.0': 2901 + '@oxlint/binding-linux-arm-musleabihf@1.62.0': 2893 2902 optional: true 2894 2903 2895 - '@oxlint/binding-linux-arm64-gnu@1.61.0': 2904 + '@oxlint/binding-linux-arm64-gnu@1.62.0': 2896 2905 optional: true 2897 2906 2898 - '@oxlint/binding-linux-arm64-musl@1.61.0': 2907 + '@oxlint/binding-linux-arm64-musl@1.62.0': 2899 2908 optional: true 2900 2909 2901 - '@oxlint/binding-linux-ppc64-gnu@1.61.0': 2910 + '@oxlint/binding-linux-ppc64-gnu@1.62.0': 2902 2911 optional: true 2903 2912 2904 - '@oxlint/binding-linux-riscv64-gnu@1.61.0': 2913 + '@oxlint/binding-linux-riscv64-gnu@1.62.0': 2905 2914 optional: true 2906 2915 2907 - '@oxlint/binding-linux-riscv64-musl@1.61.0': 2916 + '@oxlint/binding-linux-riscv64-musl@1.62.0': 2908 2917 optional: true 2909 2918 2910 - '@oxlint/binding-linux-s390x-gnu@1.61.0': 2919 + '@oxlint/binding-linux-s390x-gnu@1.62.0': 2911 2920 optional: true 2912 2921 2913 - '@oxlint/binding-linux-x64-gnu@1.61.0': 2922 + '@oxlint/binding-linux-x64-gnu@1.62.0': 2914 2923 optional: true 2915 2924 2916 - '@oxlint/binding-linux-x64-musl@1.61.0': 2925 + '@oxlint/binding-linux-x64-musl@1.62.0': 2917 2926 optional: true 2918 2927 2919 - '@oxlint/binding-openharmony-arm64@1.61.0': 2928 + '@oxlint/binding-openharmony-arm64@1.62.0': 2920 2929 optional: true 2921 2930 2922 - '@oxlint/binding-win32-arm64-msvc@1.61.0': 2931 + '@oxlint/binding-win32-arm64-msvc@1.62.0': 2923 2932 optional: true 2924 2933 2925 - '@oxlint/binding-win32-ia32-msvc@1.61.0': 2934 + '@oxlint/binding-win32-ia32-msvc@1.62.0': 2926 2935 optional: true 2927 2936 2928 - '@oxlint/binding-win32-x64-msvc@1.61.0': 2937 + '@oxlint/binding-win32-x64-msvc@1.62.0': 2929 2938 optional: true 2930 2939 2931 2940 '@pinojs/redact@0.4.0': {} ··· 2942 2951 '@pnpm/network.ca-file': 1.0.2 2943 2952 config-chain: 1.1.13 2944 2953 2945 - '@rolldown/binding-android-arm64@1.0.0-rc.16': 2954 + '@rolldown/binding-android-arm64@1.0.0-rc.17': 2946 2955 optional: true 2947 2956 2948 - '@rolldown/binding-darwin-arm64@1.0.0-rc.16': 2957 + '@rolldown/binding-darwin-arm64@1.0.0-rc.17': 2949 2958 optional: true 2950 2959 2951 - '@rolldown/binding-darwin-x64@1.0.0-rc.16': 2960 + '@rolldown/binding-darwin-x64@1.0.0-rc.17': 2952 2961 optional: true 2953 2962 2954 - '@rolldown/binding-freebsd-x64@1.0.0-rc.16': 2963 + '@rolldown/binding-freebsd-x64@1.0.0-rc.17': 2955 2964 optional: true 2956 2965 2957 - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.16': 2966 + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.17': 2958 2967 optional: true 2959 2968 2960 - '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.16': 2969 + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.17': 2961 2970 optional: true 2962 2971 2963 - '@rolldown/binding-linux-arm64-musl@1.0.0-rc.16': 2972 + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.17': 2964 2973 optional: true 2965 2974 2966 - '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.16': 2975 + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.17': 2967 2976 optional: true 2968 2977 2969 - '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.16': 2978 + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.17': 2970 2979 optional: true 2971 2980 2972 - '@rolldown/binding-linux-x64-gnu@1.0.0-rc.16': 2981 + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.17': 2973 2982 optional: true 2974 2983 2975 - '@rolldown/binding-linux-x64-musl@1.0.0-rc.16': 2984 + '@rolldown/binding-linux-x64-musl@1.0.0-rc.17': 2976 2985 optional: true 2977 2986 2978 - '@rolldown/binding-openharmony-arm64@1.0.0-rc.16': 2987 + '@rolldown/binding-openharmony-arm64@1.0.0-rc.17': 2979 2988 optional: true 2980 2989 2981 - '@rolldown/binding-wasm32-wasi@1.0.0-rc.16': 2990 + '@rolldown/binding-wasm32-wasi@1.0.0-rc.17': 2982 2991 dependencies: 2983 - '@emnapi/core': 1.9.2 2984 - '@emnapi/runtime': 1.9.2 2985 - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) 2992 + '@emnapi/core': 1.10.0 2993 + '@emnapi/runtime': 1.10.0 2994 + '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 2986 2995 optional: true 2987 2996 2988 - '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.16': 2997 + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.17': 2989 2998 optional: true 2990 2999 2991 - '@rolldown/binding-win32-x64-msvc@1.0.0-rc.16': 3000 + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.17': 2992 3001 optional: true 2993 3002 2994 - '@rolldown/pluginutils@1.0.0-rc.16': {} 3003 + '@rolldown/pluginutils@1.0.0-rc.17': {} 2995 3004 2996 3005 '@rollup/rollup-android-arm-eabi@4.60.2': 2997 3006 optional: true ··· 3076 3085 dependencies: 3077 3086 acorn: 8.16.0 3078 3087 3079 - '@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.4)(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))': 3088 + '@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.5)(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))': 3080 3089 dependencies: 3081 3090 deepmerge: 4.3.1 3082 3091 magic-string: 0.30.21 3083 3092 obug: 2.1.1 3084 - svelte: 5.55.4 3085 - vite: 8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 3086 - vitefu: 1.1.3(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 3093 + svelte: 5.55.5 3094 + vite: 8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 3095 + vitefu: 1.1.3(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 3087 3096 3088 - '@tailwindcss/node@4.2.2': 3097 + '@tailwindcss/node@4.2.4': 3089 3098 dependencies: 3090 3099 '@jridgewell/remapping': 2.3.5 3091 - enhanced-resolve: 5.20.1 3100 + enhanced-resolve: 5.21.0 3092 3101 jiti: 2.6.1 3093 3102 lightningcss: 1.32.0 3094 3103 magic-string: 0.30.21 3095 3104 source-map-js: 1.2.1 3096 - tailwindcss: 4.2.2 3105 + tailwindcss: 4.2.4 3097 3106 3098 - '@tailwindcss/oxide-android-arm64@4.2.2': 3107 + '@tailwindcss/oxide-android-arm64@4.2.4': 3099 3108 optional: true 3100 3109 3101 - '@tailwindcss/oxide-darwin-arm64@4.2.2': 3110 + '@tailwindcss/oxide-darwin-arm64@4.2.4': 3102 3111 optional: true 3103 3112 3104 - '@tailwindcss/oxide-darwin-x64@4.2.2': 3113 + '@tailwindcss/oxide-darwin-x64@4.2.4': 3105 3114 optional: true 3106 3115 3107 - '@tailwindcss/oxide-freebsd-x64@4.2.2': 3116 + '@tailwindcss/oxide-freebsd-x64@4.2.4': 3108 3117 optional: true 3109 3118 3110 - '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2': 3119 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.4': 3111 3120 optional: true 3112 3121 3113 - '@tailwindcss/oxide-linux-arm64-gnu@4.2.2': 3122 + '@tailwindcss/oxide-linux-arm64-gnu@4.2.4': 3114 3123 optional: true 3115 3124 3116 - '@tailwindcss/oxide-linux-arm64-musl@4.2.2': 3125 + '@tailwindcss/oxide-linux-arm64-musl@4.2.4': 3117 3126 optional: true 3118 3127 3119 - '@tailwindcss/oxide-linux-x64-gnu@4.2.2': 3128 + '@tailwindcss/oxide-linux-x64-gnu@4.2.4': 3120 3129 optional: true 3121 3130 3122 - '@tailwindcss/oxide-linux-x64-musl@4.2.2': 3131 + '@tailwindcss/oxide-linux-x64-musl@4.2.4': 3123 3132 optional: true 3124 3133 3125 - '@tailwindcss/oxide-wasm32-wasi@4.2.2': 3134 + '@tailwindcss/oxide-wasm32-wasi@4.2.4': 3126 3135 optional: true 3127 3136 3128 - '@tailwindcss/oxide-win32-arm64-msvc@4.2.2': 3137 + '@tailwindcss/oxide-win32-arm64-msvc@4.2.4': 3129 3138 optional: true 3130 3139 3131 - '@tailwindcss/oxide-win32-x64-msvc@4.2.2': 3140 + '@tailwindcss/oxide-win32-x64-msvc@4.2.4': 3132 3141 optional: true 3133 3142 3134 - '@tailwindcss/oxide@4.2.2': 3143 + '@tailwindcss/oxide@4.2.4': 3135 3144 optionalDependencies: 3136 - '@tailwindcss/oxide-android-arm64': 4.2.2 3137 - '@tailwindcss/oxide-darwin-arm64': 4.2.2 3138 - '@tailwindcss/oxide-darwin-x64': 4.2.2 3139 - '@tailwindcss/oxide-freebsd-x64': 4.2.2 3140 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.2.2 3141 - '@tailwindcss/oxide-linux-arm64-gnu': 4.2.2 3142 - '@tailwindcss/oxide-linux-arm64-musl': 4.2.2 3143 - '@tailwindcss/oxide-linux-x64-gnu': 4.2.2 3144 - '@tailwindcss/oxide-linux-x64-musl': 4.2.2 3145 - '@tailwindcss/oxide-wasm32-wasi': 4.2.2 3146 - '@tailwindcss/oxide-win32-arm64-msvc': 4.2.2 3147 - '@tailwindcss/oxide-win32-x64-msvc': 4.2.2 3145 + '@tailwindcss/oxide-android-arm64': 4.2.4 3146 + '@tailwindcss/oxide-darwin-arm64': 4.2.4 3147 + '@tailwindcss/oxide-darwin-x64': 4.2.4 3148 + '@tailwindcss/oxide-freebsd-x64': 4.2.4 3149 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.2.4 3150 + '@tailwindcss/oxide-linux-arm64-gnu': 4.2.4 3151 + '@tailwindcss/oxide-linux-arm64-musl': 4.2.4 3152 + '@tailwindcss/oxide-linux-x64-gnu': 4.2.4 3153 + '@tailwindcss/oxide-linux-x64-musl': 4.2.4 3154 + '@tailwindcss/oxide-wasm32-wasi': 4.2.4 3155 + '@tailwindcss/oxide-win32-arm64-msvc': 4.2.4 3156 + '@tailwindcss/oxide-win32-x64-msvc': 4.2.4 3148 3157 3149 - '@tailwindcss/vite@4.2.2(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))': 3158 + '@tailwindcss/vite@4.2.4(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))': 3150 3159 dependencies: 3151 - '@tailwindcss/node': 4.2.2 3152 - '@tailwindcss/oxide': 4.2.2 3153 - tailwindcss: 4.2.2 3154 - vite: 8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 3160 + '@tailwindcss/node': 4.2.4 3161 + '@tailwindcss/oxide': 4.2.4 3162 + tailwindcss: 4.2.4 3163 + vite: 8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 3155 3164 3156 3165 '@tsconfig/svelte@5.0.8': {} 3157 3166 ··· 3193 3202 dependencies: 3194 3203 '@types/node': 25.6.0 3195 3204 3196 - '@vitest/expect@4.1.4': 3205 + '@vitest/expect@4.1.5': 3197 3206 dependencies: 3198 3207 '@standard-schema/spec': 1.1.0 3199 3208 '@types/chai': 5.2.3 3200 - '@vitest/spy': 4.1.4 3201 - '@vitest/utils': 4.1.4 3209 + '@vitest/spy': 4.1.5 3210 + '@vitest/utils': 4.1.5 3202 3211 chai: 6.2.2 3203 3212 tinyrainbow: 3.1.0 3204 3213 3205 - '@vitest/mocker@4.1.4(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))': 3214 + '@vitest/mocker@4.1.5(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))': 3206 3215 dependencies: 3207 - '@vitest/spy': 4.1.4 3216 + '@vitest/spy': 4.1.5 3208 3217 estree-walker: 3.0.3 3209 3218 magic-string: 0.30.21 3210 3219 optionalDependencies: 3211 - vite: 8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 3220 + vite: 8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 3212 3221 3213 - '@vitest/pretty-format@4.1.4': 3222 + '@vitest/pretty-format@4.1.5': 3214 3223 dependencies: 3215 3224 tinyrainbow: 3.1.0 3216 3225 3217 - '@vitest/runner@4.1.4': 3226 + '@vitest/runner@4.1.5': 3218 3227 dependencies: 3219 - '@vitest/utils': 4.1.4 3228 + '@vitest/utils': 4.1.5 3220 3229 pathe: 2.0.3 3221 3230 3222 - '@vitest/snapshot@4.1.4': 3231 + '@vitest/snapshot@4.1.5': 3223 3232 dependencies: 3224 - '@vitest/pretty-format': 4.1.4 3225 - '@vitest/utils': 4.1.4 3233 + '@vitest/pretty-format': 4.1.5 3234 + '@vitest/utils': 4.1.5 3226 3235 magic-string: 0.30.21 3227 3236 pathe: 2.0.3 3228 3237 3229 - '@vitest/spy@4.1.4': {} 3238 + '@vitest/spy@4.1.5': {} 3230 3239 3231 - '@vitest/utils@4.1.4': 3240 + '@vitest/utils@4.1.5': 3232 3241 dependencies: 3233 - '@vitest/pretty-format': 4.1.4 3242 + '@vitest/pretty-format': 4.1.5 3234 3243 convert-source-map: 2.0.0 3235 3244 tinyrainbow: 3.1.0 3236 3245 ··· 3255 3264 '@types/filesystem': 0.0.36 3256 3265 '@types/har-format': 1.2.16 3257 3266 3258 - '@wxt-dev/module-svelte@2.0.5(svelte@5.55.4)(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))(wxt@0.20.25(@types/node@25.6.0)(jiti@2.6.1)(rollup@4.60.2)(tsx@4.21.0))': 3267 + '@wxt-dev/module-svelte@2.0.5(svelte@5.55.5)(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0))(wxt@0.20.25(@types/node@25.6.0)(jiti@2.6.1)(rollup@4.60.2)(tsx@4.21.0))': 3259 3268 dependencies: 3260 - '@sveltejs/vite-plugin-svelte': 7.0.0(svelte@5.55.4)(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 3261 - svelte: 5.55.4 3269 + '@sveltejs/vite-plugin-svelte': 7.0.0(svelte@5.55.5)(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 3270 + svelte: 5.55.5 3262 3271 wxt: 0.20.25(@types/node@25.6.0)(jiti@2.6.1)(rollup@4.60.2)(tsx@4.21.0) 3263 3272 transitivePeerDependencies: 3264 3273 - vite ··· 3363 3372 ohash: 2.0.11 3364 3373 pathe: 2.0.3 3365 3374 perfect-debounce: 2.1.0 3366 - pkg-types: 2.3.0 3375 + pkg-types: 2.3.1 3367 3376 rc9: 3.0.1 3368 3377 optionalDependencies: 3369 3378 magicast: 0.5.2 ··· 3408 3417 cli-truncate@5.2.0: 3409 3418 dependencies: 3410 3419 slice-ansi: 8.0.0 3411 - string-width: 8.2.0 3420 + string-width: 8.2.1 3412 3421 3413 3422 cliui@8.0.1: 3414 3423 dependencies: ··· 3567 3576 3568 3577 engine.io-parser@5.2.3: {} 3569 3578 3570 - engine.io@6.6.6: 3579 + engine.io@6.6.7: 3571 3580 dependencies: 3572 3581 '@types/cors': 2.8.19 3573 3582 '@types/node': 25.6.0 ··· 3584 3593 - supports-color 3585 3594 - utf-8-validate 3586 3595 3587 - enhanced-resolve@5.20.1: 3596 + enhanced-resolve@5.21.0: 3588 3597 dependencies: 3589 3598 graceful-fs: 4.2.11 3590 - tapable: 2.3.2 3599 + tapable: 2.3.3 3591 3600 3592 3601 entities@4.5.0: {} 3593 3602 ··· 3599 3608 dependencies: 3600 3609 is-arrayish: 0.2.1 3601 3610 3602 - es-module-lexer@2.0.0: {} 3611 + es-module-lexer@2.1.0: {} 3603 3612 3604 3613 es6-error@4.1.1: {} 3605 3614 ··· 3662 3671 optionalDependencies: 3663 3672 picomatch: 4.0.4 3664 3673 3665 - filesize@11.0.16: {} 3674 + filesize@11.0.17: {} 3666 3675 3667 3676 firefox-profile@4.7.0: 3668 3677 dependencies: ··· 3679 3688 fs-extra@11.3.4: 3680 3689 dependencies: 3681 3690 graceful-fs: 4.2.11 3682 - jsonfile: 6.2.0 3691 + jsonfile: 6.2.1 3683 3692 universalify: 2.0.1 3684 3693 3685 3694 fsevents@2.3.3: ··· 3816 3825 3817 3826 json5@2.2.3: {} 3818 3827 3819 - jsonfile@6.2.0: 3828 + jsonfile@6.2.1: 3820 3829 dependencies: 3821 3830 universalify: 2.0.1 3822 3831 optionalDependencies: ··· 3944 3953 local-pkg@1.1.2: 3945 3954 dependencies: 3946 3955 mlly: 1.8.2 3947 - pkg-types: 2.3.0 3956 + pkg-types: 2.3.1 3948 3957 quansync: 0.2.11 3949 3958 3950 3959 locate-character@3.0.0: {} ··· 4012 4021 acorn: 8.16.0 4013 4022 pathe: 2.0.3 4014 4023 pkg-types: 1.3.1 4015 - ufo: 1.6.3 4024 + ufo: 1.6.4 4016 4025 4017 4026 mri@1.2.0: {} 4018 4027 ··· 4054 4063 dependencies: 4055 4064 boolbase: 1.0.0 4056 4065 4057 - nypm@0.6.5: 4066 + nypm@0.6.6: 4058 4067 dependencies: 4059 4068 citty: 0.2.2 4060 4069 pathe: 2.0.3 4061 - tinyexec: 1.1.1 4070 + tinyexec: 1.1.2 4062 4071 4063 4072 object-assign@4.1.1: {} 4064 4073 ··· 4068 4077 dependencies: 4069 4078 destr: 2.0.5 4070 4079 node-fetch-native: 1.6.7 4071 - ufo: 1.6.3 4080 + ufo: 1.6.4 4072 4081 4073 4082 ohash@2.0.11: {} 4074 4083 ··· 4095 4104 4096 4105 os-shim@0.1.3: {} 4097 4106 4098 - oxfmt@0.46.0: 4107 + oxfmt@0.47.0: 4099 4108 dependencies: 4100 4109 tinypool: 2.1.0 4101 4110 optionalDependencies: 4102 - '@oxfmt/binding-android-arm-eabi': 0.46.0 4103 - '@oxfmt/binding-android-arm64': 0.46.0 4104 - '@oxfmt/binding-darwin-arm64': 0.46.0 4105 - '@oxfmt/binding-darwin-x64': 0.46.0 4106 - '@oxfmt/binding-freebsd-x64': 0.46.0 4107 - '@oxfmt/binding-linux-arm-gnueabihf': 0.46.0 4108 - '@oxfmt/binding-linux-arm-musleabihf': 0.46.0 4109 - '@oxfmt/binding-linux-arm64-gnu': 0.46.0 4110 - '@oxfmt/binding-linux-arm64-musl': 0.46.0 4111 - '@oxfmt/binding-linux-ppc64-gnu': 0.46.0 4112 - '@oxfmt/binding-linux-riscv64-gnu': 0.46.0 4113 - '@oxfmt/binding-linux-riscv64-musl': 0.46.0 4114 - '@oxfmt/binding-linux-s390x-gnu': 0.46.0 4115 - '@oxfmt/binding-linux-x64-gnu': 0.46.0 4116 - '@oxfmt/binding-linux-x64-musl': 0.46.0 4117 - '@oxfmt/binding-openharmony-arm64': 0.46.0 4118 - '@oxfmt/binding-win32-arm64-msvc': 0.46.0 4119 - '@oxfmt/binding-win32-ia32-msvc': 0.46.0 4120 - '@oxfmt/binding-win32-x64-msvc': 0.46.0 4111 + '@oxfmt/binding-android-arm-eabi': 0.47.0 4112 + '@oxfmt/binding-android-arm64': 0.47.0 4113 + '@oxfmt/binding-darwin-arm64': 0.47.0 4114 + '@oxfmt/binding-darwin-x64': 0.47.0 4115 + '@oxfmt/binding-freebsd-x64': 0.47.0 4116 + '@oxfmt/binding-linux-arm-gnueabihf': 0.47.0 4117 + '@oxfmt/binding-linux-arm-musleabihf': 0.47.0 4118 + '@oxfmt/binding-linux-arm64-gnu': 0.47.0 4119 + '@oxfmt/binding-linux-arm64-musl': 0.47.0 4120 + '@oxfmt/binding-linux-ppc64-gnu': 0.47.0 4121 + '@oxfmt/binding-linux-riscv64-gnu': 0.47.0 4122 + '@oxfmt/binding-linux-riscv64-musl': 0.47.0 4123 + '@oxfmt/binding-linux-s390x-gnu': 0.47.0 4124 + '@oxfmt/binding-linux-x64-gnu': 0.47.0 4125 + '@oxfmt/binding-linux-x64-musl': 0.47.0 4126 + '@oxfmt/binding-openharmony-arm64': 0.47.0 4127 + '@oxfmt/binding-win32-arm64-msvc': 0.47.0 4128 + '@oxfmt/binding-win32-ia32-msvc': 0.47.0 4129 + '@oxfmt/binding-win32-x64-msvc': 0.47.0 4121 4130 4122 - oxlint@1.61.0: 4131 + oxlint@1.62.0: 4123 4132 optionalDependencies: 4124 - '@oxlint/binding-android-arm-eabi': 1.61.0 4125 - '@oxlint/binding-android-arm64': 1.61.0 4126 - '@oxlint/binding-darwin-arm64': 1.61.0 4127 - '@oxlint/binding-darwin-x64': 1.61.0 4128 - '@oxlint/binding-freebsd-x64': 1.61.0 4129 - '@oxlint/binding-linux-arm-gnueabihf': 1.61.0 4130 - '@oxlint/binding-linux-arm-musleabihf': 1.61.0 4131 - '@oxlint/binding-linux-arm64-gnu': 1.61.0 4132 - '@oxlint/binding-linux-arm64-musl': 1.61.0 4133 - '@oxlint/binding-linux-ppc64-gnu': 1.61.0 4134 - '@oxlint/binding-linux-riscv64-gnu': 1.61.0 4135 - '@oxlint/binding-linux-riscv64-musl': 1.61.0 4136 - '@oxlint/binding-linux-s390x-gnu': 1.61.0 4137 - '@oxlint/binding-linux-x64-gnu': 1.61.0 4138 - '@oxlint/binding-linux-x64-musl': 1.61.0 4139 - '@oxlint/binding-openharmony-arm64': 1.61.0 4140 - '@oxlint/binding-win32-arm64-msvc': 1.61.0 4141 - '@oxlint/binding-win32-ia32-msvc': 1.61.0 4142 - '@oxlint/binding-win32-x64-msvc': 1.61.0 4133 + '@oxlint/binding-android-arm-eabi': 1.62.0 4134 + '@oxlint/binding-android-arm64': 1.62.0 4135 + '@oxlint/binding-darwin-arm64': 1.62.0 4136 + '@oxlint/binding-darwin-x64': 1.62.0 4137 + '@oxlint/binding-freebsd-x64': 1.62.0 4138 + '@oxlint/binding-linux-arm-gnueabihf': 1.62.0 4139 + '@oxlint/binding-linux-arm-musleabihf': 1.62.0 4140 + '@oxlint/binding-linux-arm64-gnu': 1.62.0 4141 + '@oxlint/binding-linux-arm64-musl': 1.62.0 4142 + '@oxlint/binding-linux-ppc64-gnu': 1.62.0 4143 + '@oxlint/binding-linux-riscv64-gnu': 1.62.0 4144 + '@oxlint/binding-linux-riscv64-musl': 1.62.0 4145 + '@oxlint/binding-linux-s390x-gnu': 1.62.0 4146 + '@oxlint/binding-linux-x64-gnu': 1.62.0 4147 + '@oxlint/binding-linux-x64-musl': 1.62.0 4148 + '@oxlint/binding-openharmony-arm64': 1.62.0 4149 + '@oxlint/binding-win32-arm64-msvc': 1.62.0 4150 + '@oxlint/binding-win32-ia32-msvc': 1.62.0 4151 + '@oxlint/binding-win32-x64-msvc': 1.62.0 4143 4152 4144 4153 package-json@10.0.1: 4145 4154 dependencies: ··· 4212 4221 mlly: 1.8.2 4213 4222 pathe: 2.0.3 4214 4223 4215 - pkg-types@2.3.0: 4224 + pkg-types@2.3.1: 4216 4225 dependencies: 4217 4226 confbox: 0.2.4 4218 4227 exsolve: 1.0.8 4219 4228 pathe: 2.0.3 4220 4229 4221 - postcss@8.5.10: 4230 + postcss@8.5.12: 4222 4231 dependencies: 4223 4232 nanoid: 3.3.11 4224 4233 picocolors: 1.1.1 ··· 4251 4260 jsonwebtoken: 9.0.3 4252 4261 listr2: 10.2.1 4253 4262 ofetch: 1.5.1 4254 - zod: 4.3.6 4263 + zod: 4.4.1 4255 4264 4256 4265 pupa@3.3.0: 4257 4266 dependencies: ··· 4308 4317 4309 4318 rfdc@1.4.1: {} 4310 4319 4311 - rolldown@1.0.0-rc.16: 4320 + rolldown@1.0.0-rc.17: 4312 4321 dependencies: 4313 - '@oxc-project/types': 0.126.0 4314 - '@rolldown/pluginutils': 1.0.0-rc.16 4322 + '@oxc-project/types': 0.127.0 4323 + '@rolldown/pluginutils': 1.0.0-rc.17 4315 4324 optionalDependencies: 4316 - '@rolldown/binding-android-arm64': 1.0.0-rc.16 4317 - '@rolldown/binding-darwin-arm64': 1.0.0-rc.16 4318 - '@rolldown/binding-darwin-x64': 1.0.0-rc.16 4319 - '@rolldown/binding-freebsd-x64': 1.0.0-rc.16 4320 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.16 4321 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.16 4322 - '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.16 4323 - '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.16 4324 - '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.16 4325 - '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.16 4326 - '@rolldown/binding-linux-x64-musl': 1.0.0-rc.16 4327 - '@rolldown/binding-openharmony-arm64': 1.0.0-rc.16 4328 - '@rolldown/binding-wasm32-wasi': 1.0.0-rc.16 4329 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.16 4330 - '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.16 4325 + '@rolldown/binding-android-arm64': 1.0.0-rc.17 4326 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.17 4327 + '@rolldown/binding-darwin-x64': 1.0.0-rc.17 4328 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.17 4329 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.17 4330 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.17 4331 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.17 4332 + '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.17 4333 + '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.17 4334 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.17 4335 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.17 4336 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.17 4337 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.17 4338 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.17 4339 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.17 4331 4340 4332 4341 rollup@4.60.2: 4333 4342 dependencies: ··· 4443 4452 base64id: 2.0.0 4444 4453 cors: 2.8.6 4445 4454 debug: 4.4.3 4446 - engine.io: 6.6.6 4455 + engine.io: 6.6.7 4447 4456 socket.io-adapter: 2.5.6 4448 4457 socket.io-parser: 4.2.6 4449 4458 transitivePeerDependencies: ··· 4493 4502 get-east-asian-width: 1.5.0 4494 4503 strip-ansi: 7.2.0 4495 4504 4496 - string-width@8.2.0: 4505 + string-width@8.2.1: 4497 4506 dependencies: 4498 4507 get-east-asian-width: 1.5.0 4499 4508 strip-ansi: 7.2.0 ··· 4526 4535 4527 4536 stubborn-utils@1.0.2: {} 4528 4537 4529 - svelte-check@4.4.6(picomatch@4.0.4)(svelte@5.55.4)(typescript@6.0.3): 4538 + svelte-check@4.4.6(picomatch@4.0.4)(svelte@5.55.5)(typescript@6.0.3): 4530 4539 dependencies: 4531 4540 '@jridgewell/trace-mapping': 0.3.31 4532 4541 chokidar: 4.0.3 4533 4542 fdir: 6.5.0(picomatch@4.0.4) 4534 4543 picocolors: 1.1.1 4535 4544 sade: 1.8.1 4536 - svelte: 5.55.4 4545 + svelte: 5.55.5 4537 4546 typescript: 6.0.3 4538 4547 transitivePeerDependencies: 4539 4548 - picomatch 4540 4549 4541 - svelte@5.55.4: 4550 + svelte@5.55.5: 4542 4551 dependencies: 4543 4552 '@jridgewell/remapping': 2.3.5 4544 4553 '@jridgewell/sourcemap-codec': 1.5.5 ··· 4559 4568 transitivePeerDependencies: 4560 4569 - '@typescript-eslint/types' 4561 4570 4562 - tailwindcss@4.2.2: {} 4571 + tailwindcss@4.2.4: {} 4563 4572 4564 - tapable@2.3.2: {} 4573 + tapable@2.3.3: {} 4565 4574 4566 4575 thread-stream@3.1.0: 4567 4576 dependencies: ··· 4575 4584 4576 4585 tinybench@2.9.0: {} 4577 4586 4578 - tinyexec@1.1.1: {} 4587 + tinyexec@1.1.2: {} 4579 4588 4580 4589 tinyglobby@0.2.16: 4581 4590 dependencies: ··· 4609 4618 4610 4619 typescript@6.0.3: {} 4611 4620 4612 - ufo@1.6.3: {} 4621 + ufo@1.6.4: {} 4613 4622 4614 4623 uhyphen@0.2.0: {} 4615 4624 ··· 4619 4628 4620 4629 undici-types@7.19.2: {} 4621 4630 4622 - unimport@6.1.0: 4631 + unimport@6.2.0: 4623 4632 dependencies: 4624 4633 acorn: 8.16.0 4625 4634 escape-string-regexp: 5.0.0 ··· 4629 4638 mlly: 1.8.2 4630 4639 pathe: 2.0.3 4631 4640 picomatch: 4.0.4 4632 - pkg-types: 2.3.0 4641 + pkg-types: 2.3.1 4633 4642 scule: 1.3.0 4634 4643 strip-literal: 3.1.0 4635 4644 tinyglobby: 0.2.16 ··· 4671 4680 vite-node@6.0.0(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0): 4672 4681 dependencies: 4673 4682 cac: 7.0.0 4674 - es-module-lexer: 2.0.0 4683 + es-module-lexer: 2.1.0 4675 4684 obug: 2.1.1 4676 4685 pathe: 2.0.3 4677 - vite: 8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 4686 + vite: 8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 4678 4687 transitivePeerDependencies: 4679 4688 - '@types/node' 4680 4689 - '@vitejs/devtools' ··· 4689 4698 - tsx 4690 4699 - yaml 4691 4700 4692 - vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0): 4701 + vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0): 4693 4702 dependencies: 4694 4703 lightningcss: 1.32.0 4695 4704 picomatch: 4.0.4 4696 - postcss: 8.5.10 4697 - rolldown: 1.0.0-rc.16 4705 + postcss: 8.5.12 4706 + rolldown: 1.0.0-rc.17 4698 4707 tinyglobby: 0.2.16 4699 4708 optionalDependencies: 4700 4709 '@types/node': 25.6.0 ··· 4703 4712 jiti: 2.6.1 4704 4713 tsx: 4.21.0 4705 4714 4706 - vitefu@1.1.3(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)): 4715 + vitefu@1.1.3(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)): 4707 4716 optionalDependencies: 4708 - vite: 8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 4717 + vite: 8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 4709 4718 4710 - vitest@4.1.4(@types/node@25.6.0)(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)): 4719 + vitest@4.1.5(@types/node@25.6.0)(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)): 4711 4720 dependencies: 4712 - '@vitest/expect': 4.1.4 4713 - '@vitest/mocker': 4.1.4(vite@8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 4714 - '@vitest/pretty-format': 4.1.4 4715 - '@vitest/runner': 4.1.4 4716 - '@vitest/snapshot': 4.1.4 4717 - '@vitest/spy': 4.1.4 4718 - '@vitest/utils': 4.1.4 4719 - es-module-lexer: 2.0.0 4721 + '@vitest/expect': 4.1.5 4722 + '@vitest/mocker': 4.1.5(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)) 4723 + '@vitest/pretty-format': 4.1.5 4724 + '@vitest/runner': 4.1.5 4725 + '@vitest/snapshot': 4.1.5 4726 + '@vitest/spy': 4.1.5 4727 + '@vitest/utils': 4.1.5 4728 + es-module-lexer: 2.1.0 4720 4729 expect-type: 1.3.0 4721 4730 magic-string: 0.30.21 4722 4731 obug: 2.1.1 ··· 4724 4733 picomatch: 4.0.4 4725 4734 std-env: 4.1.0 4726 4735 tinybench: 2.9.0 4727 - tinyexec: 1.1.1 4736 + tinyexec: 1.1.2 4728 4737 tinyglobby: 0.2.16 4729 4738 tinyrainbow: 3.1.0 4730 - vite: 8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 4739 + vite: 8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 4731 4740 why-is-node-running: 2.3.0 4732 4741 optionalDependencies: 4733 4742 '@types/node': 25.6.0 ··· 4795 4804 wrap-ansi@10.0.0: 4796 4805 dependencies: 4797 4806 ansi-styles: 6.2.3 4798 - string-width: 8.2.0 4807 + string-width: 8.2.1 4799 4808 strip-ansi: 7.2.0 4800 4809 4801 4810 wrap-ansi@7.0.0: ··· 4835 4844 defu: 6.1.7 4836 4845 dotenv-expand: 12.0.3 4837 4846 esbuild: 0.27.7 4838 - filesize: 11.0.16 4847 + filesize: 11.0.17 4839 4848 get-port-please: 3.2.0 4840 4849 giget: 3.2.0 4841 4850 hookable: 6.1.1 ··· 4848 4857 nano-spawn: 2.1.0 4849 4858 nanospinner: 1.2.2 4850 4859 normalize-path: 3.0.0 4851 - nypm: 0.6.5 4860 + nypm: 0.6.6 4852 4861 ohash: 2.0.11 4853 4862 open: 11.0.0 4854 4863 perfect-debounce: 2.1.0 ··· 4857 4866 publish-browser-extension: 4.0.5 4858 4867 scule: 1.3.0 4859 4868 tinyglobby: 0.2.16 4860 - unimport: 6.1.0 4861 - vite: 8.0.9(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 4869 + unimport: 6.2.0 4870 + vite: 8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 4862 4871 vite-node: 6.0.0(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0) 4863 4872 web-ext-run: 0.2.4 4864 4873 transitivePeerDependencies: ··· 4867 4876 - canvas 4868 4877 - jiti 4869 4878 - less 4879 + - oxc-parser 4870 4880 - rollup 4871 4881 - sass 4872 4882 - sass-embedded ··· 4909 4919 async: 3.2.6 4910 4920 jszip: 3.10.1 4911 4921 4912 - zod@4.3.6: {} 4922 + zod@4.4.1: {}
+1 -1
pnpm-workspace.yaml
··· 6 6 default: 7 7 pino: ^10.3.1 8 8 ts-pattern: ^5.9.0 9 - zod: ^4.3.6 9 + zod: ^4.4.1