create-outsystems-astro 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/README.md +50 -11
  2. package/bin/cli.js +66 -5
  3. package/package.json +1 -1
  4. package/template/AGENTS.md +91 -4
  5. package/template/astro.config.mjs +14 -3
  6. package/template/bun.lock +202 -96
  7. package/template/deno.json +16 -1
  8. package/template/deno.lock +571 -309
  9. package/template/eslint.config.mjs +27 -2
  10. package/template/package-lock.json +760 -258
  11. package/template/package.json +38 -29
  12. package/template/patches/{@angular+build+21.2.0.patch → @angular+build+21.2.1.patch} +1 -10
  13. package/template/patches-deno/playwright+1.58.2.patch +26 -0
  14. package/template/playwright.config.ts +1 -1
  15. package/template/pnpm-lock.yaml +984 -599
  16. package/template/src/framework/angular/{Counter.component.ts → Demo.component.ts} +12 -5
  17. package/template/src/framework/angular/Store.component.ts +24 -0
  18. package/template/src/framework/preact/Demo.tsx +86 -0
  19. package/template/src/framework/preact/Store.tsx +31 -0
  20. package/template/src/framework/react/{Counter.tsx → Demo.tsx} +23 -17
  21. package/template/src/framework/react/Store.tsx +31 -0
  22. package/template/src/framework/svelte/{Counter.svelte → Demo.svelte} +8 -11
  23. package/template/src/framework/svelte/Store.svelte +22 -0
  24. package/template/src/framework/vue/{Counter.vue → Demo.vue} +7 -9
  25. package/template/src/framework/vue/Store.vue +28 -0
  26. package/template/src/images/angular.png +0 -0
  27. package/template/src/images/preact.png +0 -0
  28. package/template/src/images/react.png +0 -0
  29. package/template/src/images/svelte.png +0 -0
  30. package/template/src/images/vue.png +0 -0
  31. package/template/src/pages/angular/{angular-counter.astro → angular-demo.astro} +12 -5
  32. package/template/src/pages/multi/store.astro +22 -0
  33. package/template/src/pages/preact/preact-demo.astro +66 -0
  34. package/template/src/pages/react/{react-counter.astro → react-demo.astro} +12 -9
  35. package/template/src/pages/svelte/{svelte-counter.astro → svelte-demo.astro} +9 -9
  36. package/template/src/pages/vue/{vue-counter.astro → vue-demo.astro} +9 -15
  37. package/template/src/stores/framework.ts +10 -0
  38. package/template/src/styles/index.css +4 -0
  39. package/template/test/e2e/angular/angular-counter.spec.ts +7 -1
  40. package/template/test/e2e/preact/preact-counter.spec.ts +42 -0
  41. package/template/test/e2e/react/react-counter.spec.ts +2 -2
  42. package/template/test/e2e/svelte/svelte-counter.spec.ts +2 -2
  43. package/template/test/e2e/vue/vue-counter.spec.ts +2 -2
  44. package/template/test/integration/angular/{Counter.component.spec.ts → Demo.component.spec.ts} +6 -6
  45. package/template/test/integration/preact/Demo.test.tsx +84 -0
  46. package/template/test/integration/react/{Counter.test.tsx → Demo.test.tsx} +10 -9
  47. package/template/test/integration/svelte/{Counter.test.ts → Demo.test.ts} +9 -9
  48. package/template/test/integration/svelte/{SlotCounter.wrapper.svelte → Demo.wrapper.svelte} +3 -3
  49. package/template/test/integration/vue/{Counter.test.ts → Demo.test.ts} +9 -9
  50. package/template/tsconfig.json +0 -1
  51. package/template/vitest.config.ts +12 -0
  52. package/template/yarn.lock +572 -234
  53. /package/template/patches/{@analogjs+astro-angular+2.3.0.patch → @analogjs+astro-angular+2.3.1.patch} +0 -0
@@ -1,82 +1,91 @@
1
1
  {
2
2
  "version": "5",
3
3
  "specifiers": {
4
- "npm:@analogjs/astro-angular@^2.3.0": "2.3.0_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+build@21.2.0__@angular+compiler@21.2.0__@angular+compiler-cli@21.2.0___@angular+compiler@21.2.0___typescript@5.9.3__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+platform-server@21.2.0___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.2___happy-dom@20.7.0___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@types+node@25.3.2__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.7.0_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+compiler@21.2.0_@angular+compiler-cli@21.2.0__@angular+compiler@21.2.0__typescript@5.9.3_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+language-service@21.2.0_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+platform-server@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.2_happy-dom@20.7.0",
5
- "npm:@analogjs/vite-plugin-angular@^2.3.0": "2.3.0_@angular+build@21.2.0__@angular+compiler@21.2.0__@angular+compiler-cli@21.2.0___@angular+compiler@21.2.0___typescript@5.9.3__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+platform-server@21.2.0___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.2___happy-dom@20.7.0___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@types+node@25.3.2__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.7.0_@angular+compiler@21.2.0_@angular+compiler-cli@21.2.0__@angular+compiler@21.2.0__typescript@5.9.3_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+platform-server@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@types+node@25.3.2_happy-dom@20.7.0",
6
- "npm:@analogjs/vitest-angular@^2.3.0": "2.3.0_@analogjs+vite-plugin-angular@2.3.0__@angular+build@21.2.0___@angular+compiler@21.2.0___@angular+compiler-cli@21.2.0____@angular+compiler@21.2.0____typescript@5.9.3___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+platform-server@21.2.0____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+platform-browser@21.2.0_____@angular+animations@21.2.0______@angular+core@21.2.0_______@angular+compiler@21.2.0_______rxjs@7.8.2______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+common@21.2.0______@angular+core@21.2.0_______@angular+compiler@21.2.0_______rxjs@7.8.2______rxjs@7.8.2______@angular+compiler@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____rxjs@7.8.2____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2___tslib@2.8.1___typescript@5.9.3___vitest@4.0.18____@types+node@25.3.2____happy-dom@20.7.0____vite@7.3.1_____@types+node@25.3.2_____sass@1.97.3_____picomatch@4.0.3___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@types+node@25.3.2___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3___sass@1.97.3___happy-dom@20.7.0__@angular+compiler@21.2.0__@angular+compiler-cli@21.2.0___@angular+compiler@21.2.0___typescript@5.9.3__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+platform-server@21.2.0___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.2___happy-dom@20.7.0___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@types+node@25.3.2__happy-dom@20.7.0_@angular-devkit+architect@0.2102.0_@angular-devkit+schematics@21.2.0_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_@angular+build@21.2.0__@angular+compiler@21.2.0__@angular+compiler-cli@21.2.0___@angular+compiler@21.2.0___typescript@5.9.3__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+platform-server@21.2.0___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.2___happy-dom@20.7.0___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@types+node@25.3.2__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.7.0_@types+node@25.3.2_happy-dom@20.7.0_@angular+compiler@21.2.0_@angular+compiler-cli@21.2.0__@angular+compiler@21.2.0__typescript@5.9.3_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+platform-server@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_rxjs@7.8.2_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0",
7
- "npm:@angular-devkit/architect@0.2102": "0.2102.0",
8
- "npm:@angular-devkit/schematics@^21.2.0": "21.2.0",
9
- "npm:@angular/animations@^21.1.6": "21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+compiler@21.2.0_rxjs@7.8.2",
10
- "npm:@angular/build@^21.1.5": "21.2.0_@angular+compiler@21.2.0_@angular+compiler-cli@21.2.0__@angular+compiler@21.2.0__typescript@5.9.3_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+platform-server@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@types+node@25.3.2_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_sass@1.97.3_happy-dom@20.7.0",
11
- "npm:@angular/cli@^21.2.0": "21.2.0_@types+node@25.3.2_@inquirer+prompts@7.10.1__@types+node@25.3.2_listr2@9.0.5_zod@4.3.6",
12
- "npm:@angular/common@^21.1.6": "21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.0",
13
- "npm:@angular/compiler-cli@^21.1.6": "21.2.0_@angular+compiler@21.2.0_typescript@5.9.3",
14
- "npm:@angular/compiler@^21.1.6": "21.2.0",
15
- "npm:@angular/core@^21.1.6": "21.2.0_@angular+compiler@21.2.0_rxjs@7.8.2",
16
- "npm:@angular/language-service@^21.1.6": "21.2.0",
17
- "npm:@angular/platform-browser@^21.1.6": "21.2.0_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.0",
18
- "npm:@angular/platform-server@^21.1.6": "21.2.0_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+compiler@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_rxjs@7.8.2_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2",
19
- "npm:@angular/router@^21.1.6": "21.2.0_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_rxjs@7.8.2_@angular+compiler@21.2.0_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2",
20
- "npm:@astrojs/react@^4.4.2": "4.4.2_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2",
21
- "npm:@astrojs/svelte@^7.2.5": "7.2.5_astro@5.18.0__typescript@5.9.3__@types+node@25.3.2__vite@6.4.1___@types+node@25.3.2___picomatch@4.0.3__zod@3.25.76_svelte@5.53.6__acorn@8.16.0_typescript@5.9.3_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2",
22
- "npm:@astrojs/vue@^5.1.4": "5.1.4_astro@5.18.0__typescript@5.9.3__@types+node@25.3.2__vite@6.4.1___@types+node@25.3.2___picomatch@4.0.3__zod@3.25.76_vue@3.5.29__typescript@5.9.3_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2_typescript@5.9.3",
23
- "npm:@eslint/compat@^2.0.2": "2.0.2_eslint@9.39.3",
24
- "npm:@eslint/js@^9.39.3": "9.39.3",
4
+ "npm:@analogjs/astro-angular@^2.3.1": "2.3.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+language-service@21.2.1_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.5_happy-dom@20.8.3",
5
+ "npm:@analogjs/vite-plugin-angular@^2.3.1": "2.3.1_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@types+node@25.3.5_happy-dom@20.8.3",
6
+ "npm:@analogjs/vitest-angular@^2.3.1": "2.3.1_@analogjs+vite-plugin-angular@2.3.1__@angular+build@21.2.1___@angular+compiler@21.2.1___@angular+compiler-cli@21.2.1____@angular+compiler@21.2.1____typescript@5.9.3___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+platform-server@21.2.1____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+platform-browser@21.2.1_____@angular+animations@21.2.1______@angular+core@21.2.1_______@angular+compiler@21.2.1_______rxjs@7.8.2______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+common@21.2.1______@angular+core@21.2.1_______@angular+compiler@21.2.1_______rxjs@7.8.2______rxjs@7.8.2______@angular+compiler@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____rxjs@7.8.2____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2___tslib@2.8.1___typescript@5.9.3___vitest@4.0.18____@types+node@25.3.5____happy-dom@20.8.3____vite@7.3.1_____@types+node@25.3.5_____sass@1.97.3_____picomatch@4.0.3___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@types+node@25.3.5___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3___sass@1.97.3___happy-dom@20.8.3__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__happy-dom@20.8.3_@angular-devkit+architect@0.2102.1_@angular-devkit+schematics@21.2.1_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@types+node@25.3.5_happy-dom@20.8.3_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1",
7
+ "npm:@angular-devkit/architect@~0.2102.1": "0.2102.1",
8
+ "npm:@angular-devkit/schematics@^21.2.1": "21.2.1",
9
+ "npm:@angular/animations@^21.2.1": "21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+compiler@21.2.1_rxjs@7.8.2",
10
+ "npm:@angular/build@^21.2.1": "21.2.1_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@types+node@25.3.5_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3_happy-dom@20.8.3",
11
+ "npm:@angular/cli@^21.2.1": "21.2.1_@types+node@25.3.5_@inquirer+prompts@7.10.1__@types+node@25.3.5_listr2@9.0.5_zod@4.3.6",
12
+ "npm:@angular/common@^21.2.1": "21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.1",
13
+ "npm:@angular/compiler-cli@^21.2.1": "21.2.1_@angular+compiler@21.2.1_typescript@5.9.3",
14
+ "npm:@angular/compiler@^21.2.1": "21.2.1",
15
+ "npm:@angular/core@^21.2.1": "21.2.1_@angular+compiler@21.2.1_rxjs@7.8.2",
16
+ "npm:@angular/language-service@^21.2.1": "21.2.1",
17
+ "npm:@angular/platform-browser@^21.2.1": "21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.1",
18
+ "npm:@angular/platform-server@^21.2.1": "21.2.1_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2",
19
+ "npm:@angular/router@^21.2.1": "21.2.1_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_rxjs@7.8.2_@angular+compiler@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2",
20
+ "npm:@astrojs/preact@^4.1.3": "4.1.3_preact@10.28.4_@babel+core@7.29.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
21
+ "npm:@astrojs/react@^4.4.2": "4.4.2_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
22
+ "npm:@astrojs/svelte@^7.2.5": "7.2.5_astro@5.18.0__typescript@5.9.3__@types+node@25.3.5__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__zod@3.25.76_svelte@5.53.7__acorn@8.16.0_typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
23
+ "npm:@astrojs/vue@^5.1.4": "5.1.4_astro@5.18.0__typescript@5.9.3__@types+node@25.3.5__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__zod@3.25.76_vue@3.5.29__typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5_typescript@5.9.3",
24
+ "npm:@babel/core@^7.29.0": "7.29.0",
25
+ "npm:@eslint/compat@^2.0.3": "2.0.3_eslint@9.39.4",
26
+ "npm:@eslint/eslintrc@^3.3.5": "3.3.5",
27
+ "npm:@eslint/js@^9.39.4": "9.39.4",
25
28
  "npm:@eslint/markdown@^7.5.1": "7.5.1",
29
+ "npm:@nanostores/preact@1": "1.0.0_nanostores@1.1.1_preact@10.28.4",
26
30
  "npm:@nanostores/react@1": "1.0.0_nanostores@1.1.1_react@19.2.4",
27
- "npm:@nanostores/vue@^1.0.1": "1.0.1_nanostores@1.1.1_vue@3.5.29__typescript@5.9.3_typescript@5.9.3",
28
- "npm:@playwright/test@1.57.0": "1.57.0",
29
- "npm:@sveltejs/vite-plugin-svelte@^6.2.4": "6.2.4_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2",
30
- "npm:@testing-library/angular@^19.1.0": "19.1.0_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+router@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+compiler@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_@testing-library+dom@10.4.1_rxjs@7.8.2_@angular+compiler@21.2.0_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2",
31
+ "npm:@nanostores/vue@^1.1.0": "1.1.0_nanostores@1.1.1_vue@3.5.29__typescript@5.9.3_typescript@5.9.3",
32
+ "npm:@playwright/test@1.58.2": "1.58.2",
33
+ "npm:@preact/preset-vite@^2.10.3": "2.10.3_@babel+core@7.29.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_preact@10.28.4_@types+node@25.3.5",
34
+ "npm:@sveltejs/vite-plugin-svelte@^6.2.4": "6.2.4_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
35
+ "npm:@testing-library/angular@^19.1.0": "19.1.0_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+router@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+compiler@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_@testing-library+dom@10.4.1_rxjs@7.8.2_@angular+compiler@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2",
31
36
  "npm:@testing-library/dom@^10.4.1": "10.4.1",
32
37
  "npm:@testing-library/jest-dom@^6.9.1": "6.9.1",
38
+ "npm:@testing-library/preact@^3.2.4": "3.2.4_preact@10.28.4",
33
39
  "npm:@testing-library/react@^16.3.2": "16.3.2_@testing-library+dom@10.4.1_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4",
34
- "npm:@testing-library/svelte@^5.3.1": "5.3.1_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.2_happy-dom@20.7.0",
40
+ "npm:@testing-library/svelte@^5.3.1": "5.3.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.5_happy-dom@20.8.3",
35
41
  "npm:@testing-library/user-event@^14.6.1": "14.6.1_@testing-library+dom@10.4.1",
36
42
  "npm:@testing-library/vue@^8.1.0": "8.1.0_vue@3.5.29__typescript@5.9.3_typescript@5.9.3",
37
43
  "npm:@types/js-beautify@^1.14.3": "1.14.3",
38
- "npm:@types/node@^25.3.2": "25.3.2",
44
+ "npm:@types/node@^25.3.5": "25.3.5",
39
45
  "npm:@types/react-dom@^19.2.3": "19.2.3_@types+react@19.2.14",
40
46
  "npm:@types/react@^19.2.14": "19.2.14",
41
- "npm:@vitejs/plugin-react@^5.1.4": "5.1.4_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.2",
42
- "npm:@vitejs/plugin-vue@^6.0.4": "6.0.4_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.2_typescript@5.9.3",
43
- "npm:angular-eslint@^21.2.0": "21.2.0_@angular+cli@21.2.0__@types+node@25.3.2__@inquirer+prompts@7.10.1___@types+node@25.3.2__listr2@9.0.5__zod@4.3.6_eslint@9.39.3_typescript@5.9.3_typescript-eslint@8.56.1__eslint@9.39.3__typescript@5.9.3__@typescript-eslint+parser@8.56.1___eslint@9.39.3___typescript@5.9.3_@typescript-eslint+utils@8.56.1__eslint@9.39.3__typescript@5.9.3_@angular-eslint+template-parser@21.2.0__eslint@9.39.3__typescript@5.9.3_@typescript-eslint+types@8.56.1_@types+node@25.3.2",
44
- "npm:astro@^5.18.0": "5.18.0_typescript@5.9.3_@types+node@25.3.2_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_zod@3.25.76",
47
+ "npm:@vitejs/plugin-react@^5.1.4": "5.1.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5",
48
+ "npm:@vitejs/plugin-vue@^6.0.4": "6.0.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3",
49
+ "npm:angular-eslint@^21.3.0": "21.3.0_@angular+cli@21.2.1__@types+node@25.3.5__@inquirer+prompts@7.10.1___@types+node@25.3.5__listr2@9.0.5__zod@4.3.6_eslint@9.39.4_typescript@5.9.3_typescript-eslint@8.56.1__eslint@9.39.4__typescript@5.9.3__@typescript-eslint+parser@8.56.1___eslint@9.39.4___typescript@5.9.3_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_@angular-eslint+template-parser@21.3.0__eslint@9.39.4__typescript@5.9.3_@typescript-eslint+types@8.56.1_@types+node@25.3.5",
50
+ "npm:astro@^5.18.0": "5.18.0_typescript@5.9.3_@types+node@25.3.5_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_zod@3.25.76",
45
51
  "npm:better-npm-audit@^3.11.0": "3.11.0",
46
52
  "npm:dotenv@^17.3.1": "17.3.1",
47
- "npm:eslint-config-prettier@^10.1.8": "10.1.8_eslint@9.39.3",
48
- "npm:eslint-plugin-astro@^1.6.0": "1.6.0_eslint@9.39.3",
49
- "npm:eslint-plugin-import@^2.32.0": "2.32.0_eslint@9.39.3",
50
- "npm:eslint-plugin-jest-dom@^5.5.0": "5.5.0_@testing-library+dom@10.4.1_eslint@9.39.3",
51
- "npm:eslint-plugin-jest@^29.15.0": "29.15.0_eslint@9.39.3_typescript@5.9.3",
52
- "npm:eslint-plugin-perfectionist@^5.6.0": "5.6.0_eslint@9.39.3_typescript@5.9.3",
53
- "npm:eslint-plugin-playwright@^2.8.0": "2.8.0_eslint@9.39.3",
54
- "npm:eslint-plugin-react-hooks@^7.0.1": "7.0.1_eslint@9.39.3_zod@4.3.6",
55
- "npm:eslint-plugin-react@^7.37.5": "7.37.5_eslint@9.39.3",
56
- "npm:eslint-plugin-svelte@^3.15.0": "3.15.0_eslint@9.39.3_svelte@5.53.6__acorn@8.16.0_postcss@8.5.6_ts-node@10.9.2__@types+node@25.3.2__typescript@5.9.3_@types+node@25.3.2_typescript@5.9.3",
57
- "npm:eslint-plugin-testing-library@^7.16.0": "7.16.0_eslint@9.39.3_typescript@5.9.3",
58
- "npm:eslint-plugin-vue@^10.8.0": "10.8.0_eslint@9.39.3_vue-eslint-parser@10.4.0__eslint@9.39.3",
59
- "npm:eslint@^9.39.3": "9.39.3",
60
- "npm:globals@^17.3.0": "17.3.0",
61
- "npm:happy-dom@^20.7.0": "20.7.0",
53
+ "npm:eslint-config-preact@2": "2.0.0_eslint@9.39.4_@babel+core@7.29.0",
54
+ "npm:eslint-config-prettier@^10.1.8": "10.1.8_eslint@9.39.4",
55
+ "npm:eslint-plugin-astro@^1.6.0": "1.6.0_eslint@9.39.4",
56
+ "npm:eslint-plugin-import@^2.32.0": "2.32.0_eslint@9.39.4",
57
+ "npm:eslint-plugin-jest-dom@^5.5.0": "5.5.0_@testing-library+dom@10.4.1_eslint@9.39.4",
58
+ "npm:eslint-plugin-jest@^29.15.0": "29.15.0_eslint@9.39.4_typescript@5.9.3",
59
+ "npm:eslint-plugin-perfectionist@^5.6.0": "5.6.0_eslint@9.39.4_typescript@5.9.3",
60
+ "npm:eslint-plugin-playwright@^2.9.0": "2.9.0_eslint@9.39.4",
61
+ "npm:eslint-plugin-react-hooks@^7.0.1": "7.0.1_eslint@9.39.4_zod@4.3.6",
62
+ "npm:eslint-plugin-react@^7.37.5": "7.37.5_eslint@9.39.4",
63
+ "npm:eslint-plugin-svelte@^3.15.0": "3.15.0_eslint@9.39.4_svelte@5.53.7__acorn@8.16.0_postcss@8.5.6_ts-node@10.9.2__@types+node@25.3.5__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3",
64
+ "npm:eslint-plugin-testing-library@^7.16.0": "7.16.0_eslint@9.39.4_typescript@5.9.3",
65
+ "npm:eslint-plugin-vue@^10.8.0": "10.8.0_eslint@9.39.4_vue-eslint-parser@10.4.0__eslint@9.39.4",
66
+ "npm:eslint@^9.39.4": "9.39.4",
67
+ "npm:globals@^17.4.0": "17.4.0",
68
+ "npm:happy-dom@^20.8.3": "20.8.3",
62
69
  "npm:improved-yarn-audit@^3.0.4": "3.0.4",
63
70
  "npm:js-beautify@^1.15.4": "1.15.4",
64
71
  "npm:nanostores@^1.1.1": "1.1.1",
65
72
  "npm:patch-package@^8.0.1": "8.0.1",
66
- "npm:prettier-plugin-svelte@^3.5.0": "3.5.0_prettier@3.8.1_svelte@5.53.6__acorn@8.16.0",
73
+ "npm:playwright@1.58.2": "1.58.2",
74
+ "npm:preact@^10.28.4": "10.28.4",
75
+ "npm:prettier-plugin-svelte@^3.5.1": "3.5.1_prettier@3.8.1_svelte@5.53.7__acorn@8.16.0",
67
76
  "npm:prettier@^3.8.1": "3.8.1",
68
77
  "npm:react-dom@^19.2.4": "19.2.4_react@19.2.4",
69
78
  "npm:react@^19.2.4": "19.2.4",
70
79
  "npm:rxjs@^7.8.2": "7.8.2",
71
- "npm:svelte-eslint-parser@^1.5.1": "1.5.1_svelte@5.53.6__acorn@8.16.0_postcss@8.5.6",
72
- "npm:svelte@^5.53.6": "5.53.6_acorn@8.16.0",
73
- "npm:ts-node@^10.9.2": "10.9.2_@types+node@25.3.2_typescript@5.9.3",
80
+ "npm:svelte-eslint-parser@^1.6.0": "1.6.0_svelte@5.53.7__acorn@8.16.0_postcss@8.5.6",
81
+ "npm:svelte@^5.53.7": "5.53.7_acorn@8.16.0",
82
+ "npm:ts-node@^10.9.2": "10.9.2_@types+node@25.3.5_typescript@5.9.3",
74
83
  "npm:tslib@^2.8.1": "2.8.1",
75
- "npm:typescript-eslint@^8.56.1": "8.56.1_eslint@9.39.3_typescript@5.9.3_@typescript-eslint+parser@8.56.1__eslint@9.39.3__typescript@5.9.3",
84
+ "npm:typescript-eslint@^8.56.1": "8.56.1_eslint@9.39.4_typescript@5.9.3_@typescript-eslint+parser@8.56.1__eslint@9.39.4__typescript@5.9.3",
76
85
  "npm:typescript@^5.9.3": "5.9.3",
77
- "npm:vite@^6.4.1": "6.4.1_@types+node@25.3.2_picomatch@4.0.3",
78
- "npm:vitest@^4.0.18": "4.0.18_@types+node@25.3.2_happy-dom@20.7.0_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3",
79
- "npm:vue-eslint-parser@^10.4.0": "10.4.0_eslint@9.39.3",
86
+ "npm:vite@^6.4.1": "6.4.1_@types+node@25.3.5_picomatch@4.0.3",
87
+ "npm:vitest@^4.0.18": "4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3",
88
+ "npm:vue-eslint-parser@^10.4.0": "10.4.0_eslint@9.39.4",
80
89
  "npm:vue@^3.5.29": "3.5.29_typescript@5.9.3"
81
90
  },
82
91
  "npm": {
@@ -201,8 +210,8 @@
201
210
  "@jridgewell/trace-mapping@0.3.31"
202
211
  ]
203
212
  },
204
- "@analogjs/astro-angular@2.3.0_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+build@21.2.0__@angular+compiler@21.2.0__@angular+compiler-cli@21.2.0___@angular+compiler@21.2.0___typescript@5.9.3__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+platform-server@21.2.0___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.2___happy-dom@20.7.0___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@types+node@25.3.2__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.7.0_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+compiler@21.2.0_@angular+compiler-cli@21.2.0__@angular+compiler@21.2.0__typescript@5.9.3_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+language-service@21.2.0_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+platform-server@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.2_happy-dom@20.7.0": {
205
- "integrity": "sha512-T1HKXQGQLh9WQJctCmuMWvV4bUSzkhySK11Pf3M/oY5ZED9fjITvZOhULo1JOSHn/kk+ZPnuGJnHcjqtVTMmAg==",
213
+ "@analogjs/astro-angular@2.3.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+language-service@21.2.1_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.5_happy-dom@20.8.3": {
214
+ "integrity": "sha512-t6ZFT5DKLuccBfeHobJuiUOPcetmznIvmzNsOdanbvt7PP8KLiun2Y1s8k1LfdndZC8Lt5r1K7IofyckW6oapg==",
206
215
  "dependencies": [
207
216
  "@analogjs/vite-plugin-angular",
208
217
  "@angular/animations",
@@ -218,8 +227,8 @@
218
227
  "tslib"
219
228
  ]
220
229
  },
221
- "@analogjs/vite-plugin-angular@2.3.0_@angular+build@21.2.0__@angular+compiler@21.2.0__@angular+compiler-cli@21.2.0___@angular+compiler@21.2.0___typescript@5.9.3__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+platform-server@21.2.0___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.2___happy-dom@20.7.0___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@types+node@25.3.2__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.7.0_@angular+compiler@21.2.0_@angular+compiler-cli@21.2.0__@angular+compiler@21.2.0__typescript@5.9.3_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+platform-server@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@types+node@25.3.2_happy-dom@20.7.0": {
222
- "integrity": "sha512-3zbx2Pu/PyP0cw5EMgpdVMerYwYOtZvV1pFXxoViGZAxFzQ8TGHCuJm4ECg3jcs7iBdt1O9ZejMuwebVCXeD3A==",
230
+ "@analogjs/vite-plugin-angular@2.3.1_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@types+node@25.3.5_happy-dom@20.8.3": {
231
+ "integrity": "sha512-6ttSrMFBYwvS5JfovagfhkLaje1RjzztIniBWtH5G8wc6vrud77/sRJWVaVC4Ri4XRBTQ2kG5thSDumccX1B7g==",
223
232
  "dependencies": [
224
233
  "@angular/build",
225
234
  "tinyglobby",
@@ -229,25 +238,25 @@
229
238
  "@angular/build"
230
239
  ]
231
240
  },
232
- "@analogjs/vitest-angular@2.3.0_@analogjs+vite-plugin-angular@2.3.0__@angular+build@21.2.0___@angular+compiler@21.2.0___@angular+compiler-cli@21.2.0____@angular+compiler@21.2.0____typescript@5.9.3___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+platform-server@21.2.0____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+platform-browser@21.2.0_____@angular+animations@21.2.0______@angular+core@21.2.0_______@angular+compiler@21.2.0_______rxjs@7.8.2______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+common@21.2.0______@angular+core@21.2.0_______@angular+compiler@21.2.0_______rxjs@7.8.2______rxjs@7.8.2______@angular+compiler@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____rxjs@7.8.2____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2___tslib@2.8.1___typescript@5.9.3___vitest@4.0.18____@types+node@25.3.2____happy-dom@20.7.0____vite@7.3.1_____@types+node@25.3.2_____sass@1.97.3_____picomatch@4.0.3___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@types+node@25.3.2___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3___sass@1.97.3___happy-dom@20.7.0__@angular+compiler@21.2.0__@angular+compiler-cli@21.2.0___@angular+compiler@21.2.0___typescript@5.9.3__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+platform-server@21.2.0___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.2___happy-dom@20.7.0___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@types+node@25.3.2__happy-dom@20.7.0_@angular-devkit+architect@0.2102.0_@angular-devkit+schematics@21.2.0_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_@angular+build@21.2.0__@angular+compiler@21.2.0__@angular+compiler-cli@21.2.0___@angular+compiler@21.2.0___typescript@5.9.3__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+platform-server@21.2.0___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+platform-browser@21.2.0____@angular+animations@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+common@21.2.0_____@angular+core@21.2.0______@angular+compiler@21.2.0______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___rxjs@7.8.2___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.2___happy-dom@20.7.0___vite@7.3.1____@types+node@25.3.2____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@types+node@25.3.2__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.7.0_@types+node@25.3.2_happy-dom@20.7.0_@angular+compiler@21.2.0_@angular+compiler-cli@21.2.0__@angular+compiler@21.2.0__typescript@5.9.3_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+platform-server@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_rxjs@7.8.2_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0": {
233
- "integrity": "sha512-nQja8a4a0llFNOdYpI8/7KD2iRPNBuqOUpyPEoa9n7MZPc/50PArShzVVpkOCZ8UYlUiZbkG5ykB23xnUD+iYg==",
241
+ "@analogjs/vitest-angular@2.3.1_@analogjs+vite-plugin-angular@2.3.1__@angular+build@21.2.1___@angular+compiler@21.2.1___@angular+compiler-cli@21.2.1____@angular+compiler@21.2.1____typescript@5.9.3___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+platform-server@21.2.1____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+platform-browser@21.2.1_____@angular+animations@21.2.1______@angular+core@21.2.1_______@angular+compiler@21.2.1_______rxjs@7.8.2______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+common@21.2.1______@angular+core@21.2.1_______@angular+compiler@21.2.1_______rxjs@7.8.2______rxjs@7.8.2______@angular+compiler@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____rxjs@7.8.2____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2___tslib@2.8.1___typescript@5.9.3___vitest@4.0.18____@types+node@25.3.5____happy-dom@20.8.3____vite@7.3.1_____@types+node@25.3.5_____sass@1.97.3_____picomatch@4.0.3___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@types+node@25.3.5___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3___sass@1.97.3___happy-dom@20.8.3__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__happy-dom@20.8.3_@angular-devkit+architect@0.2102.1_@angular-devkit+schematics@21.2.1_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@types+node@25.3.5_happy-dom@20.8.3_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1": {
242
+ "integrity": "sha512-wbTLgeWDR9qPohE5vzGi4GJ0oHC/GmAhkzEMbt6xoAHbhvMsRrqsiiku03tejHcPqErMlsBotIeR/huAbJferQ==",
234
243
  "dependencies": [
235
244
  "@analogjs/vite-plugin-angular",
236
245
  "@angular-devkit/architect",
237
246
  "@angular-devkit/schematics",
238
- "vitest@4.0.18_@types+node@25.3.2_happy-dom@20.7.0_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3"
247
+ "vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3"
239
248
  ]
240
249
  },
241
- "@angular-devkit/architect@0.2102.0": {
242
- "integrity": "sha512-kYFwTNzToG2SJMxj2f41w3QRtdqlrFuF+bpZrtIaHOP078Ktld8EPIp9KqB0Y46Vvs69ifby5Q1/wPD9wA3iaw==",
250
+ "@angular-devkit/architect@0.2102.1": {
251
+ "integrity": "sha512-x2Qqz6oLYvEh9UBUG0AP1A4zROO/VP+k+zM9+4c2uZw1uqoBQFmutqgzncjVU7cR9R0RApgx9JRZHDFtQru68w==",
243
252
  "dependencies": [
244
253
  "@angular-devkit/core",
245
254
  "rxjs"
246
255
  ],
247
256
  "bin": true
248
257
  },
249
- "@angular-devkit/core@21.2.0_ajv@8.18.0": {
250
- "integrity": "sha512-HZdTn46Ca6qbb9Zef8R/+TWsk6mNKRm4rJyL3PxHP6HnVCwSPNZ0LNN9BjVREBs+UlRdXqBGFBZh5D1nBgu5GQ==",
258
+ "@angular-devkit/core@21.2.1_ajv@8.18.0": {
259
+ "integrity": "sha512-TpXGjERqVPN8EPt7LdmWAwh0oNQ/6uWFutzGZiXhJy81n1zb1O1XrqhRAmvP1cAo5O+na6IV2JkkCmxL6F8GUg==",
251
260
  "dependencies": [
252
261
  "ajv@8.18.0",
253
262
  "ajv-formats",
@@ -257,8 +266,8 @@
257
266
  "source-map@0.7.6"
258
267
  ]
259
268
  },
260
- "@angular-devkit/schematics@21.2.0": {
261
- "integrity": "sha512-3kn3FI5v7BQ7Zct6raek+WgvyDwOJ8wElbyC903GxMQCDBRGGcevhHvTAIHhknihEsrgplzPhTlWeMbk1JfdFg==",
269
+ "@angular-devkit/schematics@21.2.1": {
270
+ "integrity": "sha512-CWoamHaasAHMjHcYqxbj0tMnoXxdGotcAz2SpiuWtH28Lnf5xfbTaJn/lwdMP8Wdh4tgA+uYh2l45A5auCwmkw==",
262
271
  "dependencies": [
263
272
  "@angular-devkit/core",
264
273
  "jsonc-parser",
@@ -267,8 +276,8 @@
267
276
  "rxjs"
268
277
  ]
269
278
  },
270
- "@angular-eslint/builder@21.2.0_@angular+cli@21.2.0__@types+node@25.3.2__@inquirer+prompts@7.10.1___@types+node@25.3.2__listr2@9.0.5__zod@4.3.6_eslint@9.39.3_typescript@5.9.3_@types+node@25.3.2": {
271
- "integrity": "sha512-wcp3J9cbrDwSeI/o1D/DSvMQa8zpKjc5WhRGTx33omhWijCfiVNEAiBLWiEx5Sb/dWcoX8yFNWY5jSgFVy9Sjw==",
279
+ "@angular-eslint/builder@21.3.0_@angular+cli@21.2.1__@types+node@25.3.5__@inquirer+prompts@7.10.1___@types+node@25.3.5__listr2@9.0.5__zod@4.3.6_eslint@9.39.4_typescript@5.9.3_@types+node@25.3.5": {
280
+ "integrity": "sha512-26QUUouei52biUFAlJSrWNAU9tuF2miKwd8uHdxWwCF31xz+OxC5+NfudWvt1AFaYow7gWueX1QX3rNNtSPDrg==",
272
281
  "dependencies": [
273
282
  "@angular-devkit/architect",
274
283
  "@angular-devkit/core",
@@ -277,11 +286,11 @@
277
286
  "typescript"
278
287
  ]
279
288
  },
280
- "@angular-eslint/bundled-angular-compiler@21.2.0": {
281
- "integrity": "sha512-J0DWL+j6t9ItFIyIADvzHGqwDA1qfVJ9bx+oTmJ/Hlo7cUpIRoXpcTXpug0CEEABFH0RfDu6PDG2b0FoZ1+7bg=="
289
+ "@angular-eslint/bundled-angular-compiler@21.3.0": {
290
+ "integrity": "sha512-l521I24J9gJxyMbRkrM24Tc7W8J8BP+TDAmVs2nT8+lXbS3kg8QpWBRtd+hNUgq6o+vt+lKBkytnEfu8OiqeRg=="
282
291
  },
283
- "@angular-eslint/eslint-plugin-template@21.2.0_@angular-eslint+template-parser@21.2.0__eslint@9.39.3__typescript@5.9.3_@typescript-eslint+types@8.56.1_@typescript-eslint+utils@8.56.1__eslint@9.39.3__typescript@5.9.3_eslint@9.39.3_typescript@5.9.3": {
284
- "integrity": "sha512-lJ13Dj0DjR6YiceQR0sRbyWzSzOQ6uZPwK9CJUF3wuZjYAUvL1D61zaU9QrVLtf89NVOxv+dYZHDdu3IDeIqbA==",
292
+ "@angular-eslint/eslint-plugin-template@21.3.0_@angular-eslint+template-parser@21.3.0__eslint@9.39.4__typescript@5.9.3_@typescript-eslint+types@8.56.1_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
293
+ "integrity": "sha512-lVixd/KypPWgA/5/pUOhJV9MTcaHjYZEqyOi+IiLk+h+maGxn6/s6Ot+20n+XGS85zAgOY+qUw6EEQ11hoojIQ==",
285
294
  "dependencies": [
286
295
  "@angular-eslint/bundled-angular-compiler",
287
296
  "@angular-eslint/template-parser",
@@ -294,8 +303,8 @@
294
303
  "typescript"
295
304
  ]
296
305
  },
297
- "@angular-eslint/eslint-plugin@21.2.0_@typescript-eslint+utils@8.56.1__eslint@9.39.3__typescript@5.9.3_eslint@9.39.3_typescript@5.9.3": {
298
- "integrity": "sha512-X2Qn2viDsjm91CEMxNrxDH3qkKpp6un0C1F1BW2p/m9J4AUVfOcXwWz9UpHFSHTRQ+YlTJbiH1ZwwAPeKhFaxA==",
306
+ "@angular-eslint/eslint-plugin@21.3.0_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
307
+ "integrity": "sha512-Whf/AUUBekOlfSJRS78m76YGrBQAZ3waXE7oOdlW5xEQvn8jBDN9EGuNnjg/syZzvzjK4ZpYC4g1XYXrc+fQIg==",
299
308
  "dependencies": [
300
309
  "@angular-eslint/bundled-angular-compiler",
301
310
  "@angular-eslint/utils",
@@ -305,8 +314,8 @@
305
314
  "typescript"
306
315
  ]
307
316
  },
308
- "@angular-eslint/schematics@21.2.0_@angular+cli@21.2.0__@types+node@25.3.2__@inquirer+prompts@7.10.1___@types+node@25.3.2__listr2@9.0.5__zod@4.3.6_@typescript-eslint+utils@8.56.1__eslint@9.39.3__typescript@5.9.3_eslint@9.39.3_typescript@5.9.3_@angular-eslint+template-parser@21.2.0__eslint@9.39.3__typescript@5.9.3_@typescript-eslint+types@8.56.1_@types+node@25.3.2": {
309
- "integrity": "sha512-WtT4fPKIUQ/hswy+l2GF/rKOdD+42L3fUzzcwRzNutQbe2tU9SimoSOAsay/ylWEuhIOQTs7ysPB8fUgFQoLpA==",
317
+ "@angular-eslint/schematics@21.3.0_@angular+cli@21.2.1__@types+node@25.3.5__@inquirer+prompts@7.10.1___@types+node@25.3.5__listr2@9.0.5__zod@4.3.6_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3_@angular-eslint+template-parser@21.3.0__eslint@9.39.4__typescript@5.9.3_@typescript-eslint+types@8.56.1_@types+node@25.3.5": {
318
+ "integrity": "sha512-8deU/zVY9f8k8kAQQ9PL130ox2VlrZw3fMxgsPNAY5tjQ0xk0J2YVSszYHhcqdMGG1J01IsxIjvQaJ4pFfEmMw==",
310
319
  "dependencies": [
311
320
  "@angular-devkit/core",
312
321
  "@angular-devkit/schematics",
@@ -314,12 +323,12 @@
314
323
  "@angular-eslint/eslint-plugin-template",
315
324
  "@angular/cli",
316
325
  "ignore@7.0.5",
317
- "semver@7.7.3",
326
+ "semver@7.7.4",
318
327
  "strip-json-comments"
319
328
  ]
320
329
  },
321
- "@angular-eslint/template-parser@21.2.0_eslint@9.39.3_typescript@5.9.3": {
322
- "integrity": "sha512-TCb3qYOC/uXKZCo56cJ6N9sHeWdFhyVqrbbYfFjTi09081T6jllgHDZL5Ms7gOMNY8KywWGGbhxwvzeA0RwTgA==",
330
+ "@angular-eslint/template-parser@21.3.0_eslint@9.39.4_typescript@5.9.3": {
331
+ "integrity": "sha512-ysyou1zAY6M6rSZNdIcYKGd4nk6TCapamyFNB3ivmTlVZ0O35TS9o/rJ0aUttuHgDp+Ysgs3ql+LA746PXgCyQ==",
323
332
  "dependencies": [
324
333
  "@angular-eslint/bundled-angular-compiler",
325
334
  "eslint",
@@ -327,8 +336,8 @@
327
336
  "typescript"
328
337
  ]
329
338
  },
330
- "@angular-eslint/utils@21.2.0_@typescript-eslint+utils@8.56.1__eslint@9.39.3__typescript@5.9.3_eslint@9.39.3_typescript@5.9.3": {
331
- "integrity": "sha512-E19/hkuvHoNFvctBkmEiGWpy2bbC6cgbr3GNVrn2nGtbI4jnwnDFCGHv50I4LBfvj0PA9E6TWe73ejJ5qoMJWQ==",
339
+ "@angular-eslint/utils@21.3.0_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
340
+ "integrity": "sha512-oNigH6w3l+owTMboj/uFG0tHOy43uH8BpQRtBOQL1/s2+5in/BJ2Fjobv3SyizxTgeJ1FhRefbkT8GmVjK7jAA==",
332
341
  "dependencies": [
333
342
  "@angular-eslint/bundled-angular-compiler",
334
343
  "@typescript-eslint/utils",
@@ -336,15 +345,15 @@
336
345
  "typescript"
337
346
  ]
338
347
  },
339
- "@angular/animations@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+compiler@21.2.0_rxjs@7.8.2": {
340
- "integrity": "sha512-SzlLoMT/r5wKqPicx5okCAiN5UD5+VE7x/F1G6gSJCcnBfbK5PqHPUmDnMW4jw9Ode06KZDT7ntstn6fG+Ld8w==",
348
+ "@angular/animations@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+compiler@21.2.1_rxjs@7.8.2": {
349
+ "integrity": "sha512-zT/S29pUTbziCLvZ2itBdNWd5i8tsXexofH7KA4n2yvYmK1EhNpE7TlHRjghmsHgtDt4VnGiMW4zXEyrl05Dwg==",
341
350
  "dependencies": [
342
351
  "@angular/core",
343
352
  "tslib"
344
353
  ]
345
354
  },
346
- "@angular/build@21.2.0_@angular+compiler@21.2.0_@angular+compiler-cli@21.2.0__@angular+compiler@21.2.0__typescript@5.9.3_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+platform-server@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@types+node@25.3.2_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_sass@1.97.3_happy-dom@20.7.0": {
347
- "integrity": "sha512-K0EqiHz2y7TSyD4adWD0+C/P9khKlrsSWavXWxGRvoSJC/H3I3SK5Z6BWwftBibXR1Fis7njwvl5IGAlQrDchA==",
355
+ "@angular/build@21.2.1_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@types+node@25.3.5_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3_happy-dom@20.8.3": {
356
+ "integrity": "sha512-cUpLNHJp9taII/FOcJHHfQYlMcZSRaf6eIxgSNS6Xfx1CeGoJNDN+J8+GFk+H1CPJt1EvbfyZ+dE5DbsgTD/QQ==",
348
357
  "dependencies": [
349
358
  "@ampproject/remapping",
350
359
  "@angular-devkit/architect",
@@ -378,8 +387,8 @@
378
387
  "tslib",
379
388
  "typescript",
380
389
  "undici",
381
- "vite@7.3.1_@types+node@25.3.2_sass@1.97.3_picomatch@4.0.3",
382
- "vitest@4.0.18_@types+node@25.3.2_happy-dom@20.7.0_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_sass@1.97.3",
390
+ "vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3",
391
+ "vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3",
383
392
  "watchpack"
384
393
  ],
385
394
  "optionalDependencies": [
@@ -389,11 +398,11 @@
389
398
  "@angular/core",
390
399
  "@angular/platform-browser",
391
400
  "@angular/platform-server",
392
- "vitest@4.0.18_@types+node@25.3.2_happy-dom@20.7.0_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_sass@1.97.3"
401
+ "vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3"
393
402
  ]
394
403
  },
395
- "@angular/cli@21.2.0_@types+node@25.3.2_@inquirer+prompts@7.10.1__@types+node@25.3.2_listr2@9.0.5_zod@4.3.6": {
396
- "integrity": "sha512-yaGEpckqgOemcHkoWeH92i9eNrcbr9iE/dnxL+Du6s9spTAXJ2jjtYfszhmowuQZkCK5rjecMb8ctNtHlaGCjg==",
404
+ "@angular/cli@21.2.1_@types+node@25.3.5_@inquirer+prompts@7.10.1__@types+node@25.3.5_listr2@9.0.5_zod@4.3.6": {
405
+ "integrity": "sha512-5SRfMTgwFj1zXOpfeZWHsxZBni0J4Xz7/CbewG47D6DmbstOrSdgt6eNzJ62R650t0G9dpri2YvToZgImtbjOQ==",
397
406
  "dependencies": [
398
407
  "@angular-devkit/architect",
399
408
  "@angular-devkit/core",
@@ -416,16 +425,16 @@
416
425
  ],
417
426
  "bin": true
418
427
  },
419
- "@angular/common@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.0": {
420
- "integrity": "sha512-6zJMPi0i/XDniEgv3/t2BjuDHiOG44lgIR5PYyxqGpgJ0kqB5hku/0TuentNEi1VnBYgthnfhjek7c+lakXmhw==",
428
+ "@angular/common@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.1": {
429
+ "integrity": "sha512-xhv2i1Q9s1kpGbGsfj+o36+XUC/TQLcZyRuRxn3GwaN7Rv34FabC88ycpvoE+sW/txj4JRx9yPA0dRSZjwZ+Gg==",
421
430
  "dependencies": [
422
431
  "@angular/core",
423
432
  "rxjs",
424
433
  "tslib"
425
434
  ]
426
435
  },
427
- "@angular/compiler-cli@21.2.0_@angular+compiler@21.2.0_typescript@5.9.3": {
428
- "integrity": "sha512-gZd58p0/JjgdxMX3v+LjCB6e3dBIfNVr/YzXoh55TfffdBCUQY94hl1+DFQkJ72K5EX+1zbaz03dIm30kw1bGw==",
436
+ "@angular/compiler-cli@21.2.1_@angular+compiler@21.2.1_typescript@5.9.3": {
437
+ "integrity": "sha512-qYCWLGtEju4cDtYLi4ZzbwKoF0lcGs+Lc31kuESvAzYvWNgk2EUOtwWo8kbgpAzAwSYodtxW6Q90iWEwfU6elw==",
429
438
  "dependencies": [
430
439
  "@angular/compiler",
431
440
  "@babel/core",
@@ -443,14 +452,14 @@
443
452
  ],
444
453
  "bin": true
445
454
  },
446
- "@angular/compiler@21.2.0": {
447
- "integrity": "sha512-0RPkma8UVNpse/VJcXT9w6SKzTMz4J/uMGj0l9enM1frg9xrx1fwi/lLmaVV9Nr9LfqPjQdxNFFlvaBB7g/2zg==",
455
+ "@angular/compiler@21.2.1": {
456
+ "integrity": "sha512-FxWaSaii1vfHIFA+JksqQ8NGB2frfqCrs7Ju50a44kbwR4fmanfn/VsiS/CbwBp9vcyT/Br9X/jAG4RuK/U2nw==",
448
457
  "dependencies": [
449
458
  "tslib"
450
459
  ]
451
460
  },
452
- "@angular/core@21.2.0_@angular+compiler@21.2.0_rxjs@7.8.2": {
453
- "integrity": "sha512-VnTbmZq3g3Q+s3nCZ8VUDMLjMezOg/bqUxAJ/DrRWCrEcTP5JO3mrNPs3FHj+qlB0T+BQP7uQv6QTzPVKybwoA==",
461
+ "@angular/core@21.2.1_@angular+compiler@21.2.1_rxjs@7.8.2": {
462
+ "integrity": "sha512-pFTbg03s2ZI5cHNT+eWsGjwIIKiYkeAnodFbCAHjwFi9KCEYlTykFLjr9lcpGrBddfmAH7GE08Q73vgmsdcNHw==",
454
463
  "dependencies": [
455
464
  "@angular/compiler",
456
465
  "rxjs",
@@ -460,11 +469,11 @@
460
469
  "@angular/compiler"
461
470
  ]
462
471
  },
463
- "@angular/language-service@21.2.0": {
464
- "integrity": "sha512-tWG/8I9kMfSk1NYlS/PvvcVg+Jx1wy4mbZFYIKfcSOoOsVuW/QyHRsHNFtHUG7ZbgzDXoHIWblEk3ESSoPlkjw=="
472
+ "@angular/language-service@21.2.1": {
473
+ "integrity": "sha512-L8EaNhWDKMny18RURg/Ju2Dix2e7qLL/s2yDQrawgjQRmXAMnjimz10w/EiiG7FMK/Hj5fLycS5X8VITq1f2rg=="
465
474
  },
466
- "@angular/platform-browser@21.2.0_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.0": {
467
- "integrity": "sha512-IUGukpvvT2B5Dl76qzk6rY7UIHUT9u4BhT2AwVz+5JqcX9KwQtYD17Gt7wj6bvIgCXKWG+CfN8Zd9DECOCYWjg==",
475
+ "@angular/platform-browser@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.1": {
476
+ "integrity": "sha512-k4SJLxIaLT26vLjLuFL+ho0BiG5PrdxEsjsXFC7w5iUhomeouzkHVTZ4t7gaLNKrdRD7QNtU4Faw0nL0yx0ZPQ==",
468
477
  "dependencies": [
469
478
  "@angular/animations",
470
479
  "@angular/common",
@@ -475,8 +484,8 @@
475
484
  "@angular/animations"
476
485
  ]
477
486
  },
478
- "@angular/platform-server@21.2.0_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+compiler@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_rxjs@7.8.2_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2": {
479
- "integrity": "sha512-XE/0HTYlPpO37aOOc4BEH1AZMDcPOGd2FoZcwGoWDRWhXYrRqzgcX4h1q0WxmMZRe/p7hEd3g9lrf3Vdjj/4ZQ==",
487
+ "@angular/platform-server@21.2.1_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2": {
488
+ "integrity": "sha512-ezIY3hKl98JIjQcy+wq+38w9ln2bplQ8HFpEsaYySjPPu5TYCQ/z8HFxpvgqK80SVfvE7ijbgY+ALzKCE30Fjg==",
480
489
  "dependencies": [
481
490
  "@angular/common",
482
491
  "@angular/compiler",
@@ -487,8 +496,8 @@
487
496
  "xhr2"
488
497
  ]
489
498
  },
490
- "@angular/router@21.2.0_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_rxjs@7.8.2_@angular+compiler@21.2.0_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2": {
491
- "integrity": "sha512-siliJ+jJRUCRZ0cdkqc7zww9Didz56Z0Z2YPIuR2n5TZLiuJY+jAf6xotXKp/v6v8XoGJwLiRNipGgNDRIAlWA==",
499
+ "@angular/router@21.2.1_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_rxjs@7.8.2_@angular+compiler@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2": {
500
+ "integrity": "sha512-FUKG+8ImQYxmlDUdAs7+VeS/VrBNrbo0zGiKkzVNU/bbcCyroKXJLXFtkFI3qmROiJNyIta2IMBCHJvIjLIMig==",
492
501
  "dependencies": [
493
502
  "@angular/common",
494
503
  "@angular/core",
@@ -532,33 +541,43 @@
532
541
  "vfile"
533
542
  ]
534
543
  },
544
+ "@astrojs/preact@4.1.3_preact@10.28.4_@babel+core@7.29.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
545
+ "integrity": "sha512-Ph416wbgyumkmYr7erZ83l/d+LXdZethlHRRCbgoKEn8wo3Rkq13shKFp0QYXYSDYxVaA6UBdkdimeowy/lMLQ==",
546
+ "dependencies": [
547
+ "@preact/preset-vite",
548
+ "@preact/signals",
549
+ "preact",
550
+ "preact-render-to-string",
551
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
552
+ ]
553
+ },
535
554
  "@astrojs/prism@3.3.0": {
536
555
  "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==",
537
556
  "dependencies": [
538
557
  "prismjs"
539
558
  ]
540
559
  },
541
- "@astrojs/react@4.4.2_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2": {
560
+ "@astrojs/react@4.4.2_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
542
561
  "integrity": "sha512-1tl95bpGfuaDMDn8O3x/5Dxii1HPvzjvpL2YTuqOOrQehs60I2DKiDgh1jrKc7G8lv+LQT5H15V6QONQ+9waeQ==",
543
562
  "dependencies": [
544
563
  "@types/react",
545
564
  "@types/react-dom",
546
- "@vitejs/plugin-react@4.7.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.2",
565
+ "@vitejs/plugin-react@4.7.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5",
547
566
  "react",
548
567
  "react-dom",
549
568
  "ultrahtml",
550
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
569
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
551
570
  ]
552
571
  },
553
- "@astrojs/svelte@7.2.5_astro@5.18.0__typescript@5.9.3__@types+node@25.3.2__vite@6.4.1___@types+node@25.3.2___picomatch@4.0.3__zod@3.25.76_svelte@5.53.6__acorn@8.16.0_typescript@5.9.3_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2": {
572
+ "@astrojs/svelte@7.2.5_astro@5.18.0__typescript@5.9.3__@types+node@25.3.5__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__zod@3.25.76_svelte@5.53.7__acorn@8.16.0_typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
554
573
  "integrity": "sha512-Tl5aF/dYbzzd7sLpxMBX6pRz3yJ1B4pilt9G3GJbj0I0/doJHIEmerNQsnlxX0/InNKUhMXXN8wyyet9VhA+Zw==",
555
574
  "dependencies": [
556
- "@sveltejs/vite-plugin-svelte@5.1.1_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2",
575
+ "@sveltejs/vite-plugin-svelte@5.1.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
557
576
  "astro",
558
577
  "svelte",
559
578
  "svelte2tsx",
560
579
  "typescript",
561
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
580
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
562
581
  ]
563
582
  },
564
583
  "@astrojs/telemetry@3.3.0": {
@@ -573,14 +592,14 @@
573
592
  "which-pm-runs"
574
593
  ]
575
594
  },
576
- "@astrojs/vue@5.1.4_astro@5.18.0__typescript@5.9.3__@types+node@25.3.2__vite@6.4.1___@types+node@25.3.2___picomatch@4.0.3__zod@3.25.76_vue@3.5.29__typescript@5.9.3_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2_typescript@5.9.3": {
595
+ "@astrojs/vue@5.1.4_astro@5.18.0__typescript@5.9.3__@types+node@25.3.5__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__zod@3.25.76_vue@3.5.29__typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5_typescript@5.9.3": {
577
596
  "integrity": "sha512-srE+3tgSnGG4FVr7Bs9JAgLcUAg1mtGrbBFdwlj++Y05Awwlc967WCcmOK6rnxQ6q5PcK5+WL2x2tKoWh5SN7A==",
578
597
  "dependencies": [
579
- "@vitejs/plugin-vue@5.2.4_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.2_typescript@5.9.3",
598
+ "@vitejs/plugin-vue@5.2.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3",
580
599
  "@vitejs/plugin-vue-jsx",
581
600
  "@vue/compiler-sfc",
582
601
  "astro",
583
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
602
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
584
603
  "vite-plugin-vue-devtools",
585
604
  "vue"
586
605
  ]
@@ -616,6 +635,16 @@
616
635
  "semver@6.3.1"
617
636
  ]
618
637
  },
638
+ "@babel/eslint-parser@7.28.6_@babel+core@7.29.0_eslint@9.39.4": {
639
+ "integrity": "sha512-QGmsKi2PBO/MHSQk+AAgA9R6OHQr+VqnniFE0eMWZcVcfBZoA2dKn2hUsl3Csg/Plt9opRUWdY7//VXsrIlEiA==",
640
+ "dependencies": [
641
+ "@babel/core",
642
+ "@nicolo-ribaudo/eslint-scope-5-internals",
643
+ "eslint",
644
+ "eslint-visitor-keys@2.1.0",
645
+ "semver@6.3.1"
646
+ ]
647
+ },
619
648
  "@babel/generator@7.29.1": {
620
649
  "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
621
650
  "dependencies": [
@@ -744,6 +773,13 @@
744
773
  "@babel/plugin-syntax-decorators"
745
774
  ]
746
775
  },
776
+ "@babel/plugin-syntax-class-properties@7.12.13_@babel+core@7.29.0": {
777
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
778
+ "dependencies": [
779
+ "@babel/core",
780
+ "@babel/helper-plugin-utils"
781
+ ]
782
+ },
747
783
  "@babel/plugin-syntax-decorators@7.28.6_@babel+core@7.29.0": {
748
784
  "integrity": "sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==",
749
785
  "dependencies": [
@@ -779,6 +815,13 @@
779
815
  "@babel/helper-plugin-utils"
780
816
  ]
781
817
  },
818
+ "@babel/plugin-transform-react-jsx-development@7.27.1_@babel+core@7.29.0": {
819
+ "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==",
820
+ "dependencies": [
821
+ "@babel/core",
822
+ "@babel/plugin-transform-react-jsx"
823
+ ]
824
+ },
782
825
  "@babel/plugin-transform-react-jsx-self@7.27.1_@babel+core@7.29.0": {
783
826
  "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
784
827
  "dependencies": [
@@ -793,6 +836,17 @@
793
836
  "@babel/helper-plugin-utils"
794
837
  ]
795
838
  },
839
+ "@babel/plugin-transform-react-jsx@7.28.6_@babel+core@7.29.0": {
840
+ "integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==",
841
+ "dependencies": [
842
+ "@babel/core",
843
+ "@babel/helper-annotate-as-pure",
844
+ "@babel/helper-module-imports",
845
+ "@babel/helper-plugin-utils",
846
+ "@babel/plugin-syntax-jsx",
847
+ "@babel/types"
848
+ ]
849
+ },
796
850
  "@babel/plugin-transform-typescript@7.28.6_@babel+core@7.29.0": {
797
851
  "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
798
852
  "dependencies": [
@@ -1125,7 +1179,7 @@
1125
1179
  "os": ["win32"],
1126
1180
  "cpu": ["x64"]
1127
1181
  },
1128
- "@eslint-community/eslint-utils@4.9.1_eslint@9.39.3": {
1182
+ "@eslint-community/eslint-utils@4.9.1_eslint@9.39.4": {
1129
1183
  "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
1130
1184
  "dependencies": [
1131
1185
  "eslint",
@@ -1135,18 +1189,18 @@
1135
1189
  "@eslint-community/regexpp@4.12.2": {
1136
1190
  "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew=="
1137
1191
  },
1138
- "@eslint/compat@2.0.2_eslint@9.39.3": {
1139
- "integrity": "sha512-pR1DoD0h3HfF675QZx0xsyrsU8q70Z/plx7880NOhS02NuWLgBCOMDL787nUeQ7EWLkxv3bPQJaarjcPQb2Dwg==",
1192
+ "@eslint/compat@2.0.3_eslint@9.39.4": {
1193
+ "integrity": "sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==",
1140
1194
  "dependencies": [
1141
- "@eslint/core@1.1.0",
1195
+ "@eslint/core@1.1.1",
1142
1196
  "eslint"
1143
1197
  ],
1144
1198
  "optionalPeers": [
1145
1199
  "eslint"
1146
1200
  ]
1147
1201
  },
1148
- "@eslint/config-array@0.21.1": {
1149
- "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
1202
+ "@eslint/config-array@0.21.2": {
1203
+ "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
1150
1204
  "dependencies": [
1151
1205
  "@eslint/object-schema",
1152
1206
  "debug@4.4.3",
@@ -1165,14 +1219,14 @@
1165
1219
  "@types/json-schema"
1166
1220
  ]
1167
1221
  },
1168
- "@eslint/core@1.1.0": {
1169
- "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==",
1222
+ "@eslint/core@1.1.1": {
1223
+ "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==",
1170
1224
  "dependencies": [
1171
1225
  "@types/json-schema"
1172
1226
  ]
1173
1227
  },
1174
- "@eslint/eslintrc@3.3.4": {
1175
- "integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
1228
+ "@eslint/eslintrc@3.3.5": {
1229
+ "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
1176
1230
  "dependencies": [
1177
1231
  "ajv@6.14.0",
1178
1232
  "debug@4.4.3",
@@ -1185,8 +1239,8 @@
1185
1239
  "strip-json-comments"
1186
1240
  ]
1187
1241
  },
1188
- "@eslint/js@9.39.3": {
1189
- "integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw=="
1242
+ "@eslint/js@9.39.4": {
1243
+ "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw=="
1190
1244
  },
1191
1245
  "@eslint/markdown@7.5.1": {
1192
1246
  "integrity": "sha512-R8uZemG9dKTbru/DQRPblbJyXpObwKzo8rv1KYGGuPUPtjM4LXBYM9q5CIZAComzZupws3tWbDwam5AFpPLyJQ==",
@@ -1221,8 +1275,8 @@
1221
1275
  "@harperfast/extended-iterable@1.0.3": {
1222
1276
  "integrity": "sha512-sSAYhQca3rDWtQUHSAPeO7axFIUJOI6hn1gjRC5APVE1a90tuyT8f5WIgRsFhhWA7htNkju2veB9eWL6YHi/Lw=="
1223
1277
  },
1224
- "@hono/node-server@1.19.9_hono@4.12.3": {
1225
- "integrity": "sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==",
1278
+ "@hono/node-server@1.19.10_hono@4.12.5": {
1279
+ "integrity": "sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==",
1226
1280
  "dependencies": [
1227
1281
  "hono"
1228
1282
  ]
@@ -1401,7 +1455,7 @@
1401
1455
  "@inquirer/ansi@1.0.2": {
1402
1456
  "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ=="
1403
1457
  },
1404
- "@inquirer/checkbox@4.3.2_@types+node@25.3.2": {
1458
+ "@inquirer/checkbox@4.3.2_@types+node@25.3.5": {
1405
1459
  "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
1406
1460
  "dependencies": [
1407
1461
  "@inquirer/ansi",
@@ -1415,7 +1469,7 @@
1415
1469
  "@types/node"
1416
1470
  ]
1417
1471
  },
1418
- "@inquirer/confirm@5.1.21_@types+node@25.3.2": {
1472
+ "@inquirer/confirm@5.1.21_@types+node@25.3.5": {
1419
1473
  "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
1420
1474
  "dependencies": [
1421
1475
  "@inquirer/core",
@@ -1426,7 +1480,7 @@
1426
1480
  "@types/node"
1427
1481
  ]
1428
1482
  },
1429
- "@inquirer/core@10.3.2_@types+node@25.3.2": {
1483
+ "@inquirer/core@10.3.2_@types+node@25.3.5": {
1430
1484
  "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
1431
1485
  "dependencies": [
1432
1486
  "@inquirer/ansi",
@@ -1443,7 +1497,7 @@
1443
1497
  "@types/node"
1444
1498
  ]
1445
1499
  },
1446
- "@inquirer/editor@4.2.23_@types+node@25.3.2": {
1500
+ "@inquirer/editor@4.2.23_@types+node@25.3.5": {
1447
1501
  "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
1448
1502
  "dependencies": [
1449
1503
  "@inquirer/core",
@@ -1455,7 +1509,7 @@
1455
1509
  "@types/node"
1456
1510
  ]
1457
1511
  },
1458
- "@inquirer/expand@4.0.23_@types+node@25.3.2": {
1512
+ "@inquirer/expand@4.0.23_@types+node@25.3.5": {
1459
1513
  "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
1460
1514
  "dependencies": [
1461
1515
  "@inquirer/core",
@@ -1467,7 +1521,7 @@
1467
1521
  "@types/node"
1468
1522
  ]
1469
1523
  },
1470
- "@inquirer/external-editor@1.0.3_@types+node@25.3.2": {
1524
+ "@inquirer/external-editor@1.0.3_@types+node@25.3.5": {
1471
1525
  "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
1472
1526
  "dependencies": [
1473
1527
  "@types/node",
@@ -1481,7 +1535,7 @@
1481
1535
  "@inquirer/figures@1.0.15": {
1482
1536
  "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g=="
1483
1537
  },
1484
- "@inquirer/input@4.3.1_@types+node@25.3.2": {
1538
+ "@inquirer/input@4.3.1_@types+node@25.3.5": {
1485
1539
  "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
1486
1540
  "dependencies": [
1487
1541
  "@inquirer/core",
@@ -1492,7 +1546,7 @@
1492
1546
  "@types/node"
1493
1547
  ]
1494
1548
  },
1495
- "@inquirer/number@3.0.23_@types+node@25.3.2": {
1549
+ "@inquirer/number@3.0.23_@types+node@25.3.5": {
1496
1550
  "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
1497
1551
  "dependencies": [
1498
1552
  "@inquirer/core",
@@ -1503,7 +1557,7 @@
1503
1557
  "@types/node"
1504
1558
  ]
1505
1559
  },
1506
- "@inquirer/password@4.0.23_@types+node@25.3.2": {
1560
+ "@inquirer/password@4.0.23_@types+node@25.3.5": {
1507
1561
  "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
1508
1562
  "dependencies": [
1509
1563
  "@inquirer/ansi",
@@ -1515,7 +1569,7 @@
1515
1569
  "@types/node"
1516
1570
  ]
1517
1571
  },
1518
- "@inquirer/prompts@7.10.1_@types+node@25.3.2": {
1572
+ "@inquirer/prompts@7.10.1_@types+node@25.3.5": {
1519
1573
  "integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
1520
1574
  "dependencies": [
1521
1575
  "@inquirer/checkbox",
@@ -1534,7 +1588,7 @@
1534
1588
  "@types/node"
1535
1589
  ]
1536
1590
  },
1537
- "@inquirer/rawlist@4.1.11_@types+node@25.3.2": {
1591
+ "@inquirer/rawlist@4.1.11_@types+node@25.3.5": {
1538
1592
  "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
1539
1593
  "dependencies": [
1540
1594
  "@inquirer/core",
@@ -1546,7 +1600,7 @@
1546
1600
  "@types/node"
1547
1601
  ]
1548
1602
  },
1549
- "@inquirer/search@3.2.2_@types+node@25.3.2": {
1603
+ "@inquirer/search@3.2.2_@types+node@25.3.5": {
1550
1604
  "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
1551
1605
  "dependencies": [
1552
1606
  "@inquirer/core",
@@ -1559,7 +1613,7 @@
1559
1613
  "@types/node"
1560
1614
  ]
1561
1615
  },
1562
- "@inquirer/select@4.4.2_@types+node@25.3.2": {
1616
+ "@inquirer/select@4.4.2_@types+node@25.3.5": {
1563
1617
  "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
1564
1618
  "dependencies": [
1565
1619
  "@inquirer/ansi",
@@ -1573,7 +1627,7 @@
1573
1627
  "@types/node"
1574
1628
  ]
1575
1629
  },
1576
- "@inquirer/type@3.0.10_@types+node@25.3.2": {
1630
+ "@inquirer/type@3.0.10_@types+node@25.3.5": {
1577
1631
  "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
1578
1632
  "dependencies": [
1579
1633
  "@types/node"
@@ -1636,7 +1690,7 @@
1636
1690
  "@jridgewell/sourcemap-codec"
1637
1691
  ]
1638
1692
  },
1639
- "@listr2/prompt-adapter-inquirer@3.0.5_@inquirer+prompts@7.10.1__@types+node@25.3.2_listr2@9.0.5_@types+node@25.3.2": {
1693
+ "@listr2/prompt-adapter-inquirer@3.0.5_@inquirer+prompts@7.10.1__@types+node@25.3.5_listr2@9.0.5_@types+node@25.3.5": {
1640
1694
  "integrity": "sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==",
1641
1695
  "dependencies": [
1642
1696
  "@inquirer/prompts",
@@ -1679,7 +1733,13 @@
1679
1733
  "os": ["win32"],
1680
1734
  "cpu": ["x64"]
1681
1735
  },
1682
- "@modelcontextprotocol/sdk@1.26.0_zod@4.3.6_hono@4.12.3_ajv@8.18.0_express@5.2.1": {
1736
+ "@mdn/browser-compat-data@5.7.6": {
1737
+ "integrity": "sha512-7xdrMX0Wk7grrTZQwAoy1GkvPMFoizStUoL+VmtUkAxegbCCec+3FKwOM6yc/uGU5+BEczQHXAlWiqvM8JeENg=="
1738
+ },
1739
+ "@mdn/browser-compat-data@6.1.5": {
1740
+ "integrity": "sha512-PzdZZzRhcXvKB0begee28n5lvwAcinGKYuLZOVxHAZm+n7y01ddEGfdS1ZXRuVcV+ndG6mSEAE8vgudom5UjYg=="
1741
+ },
1742
+ "@modelcontextprotocol/sdk@1.26.0_zod@4.3.6_hono@4.12.5_ajv@8.18.0_express@5.2.1": {
1683
1743
  "integrity": "sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==",
1684
1744
  "dependencies": [
1685
1745
  "@hono/node-server",
@@ -1731,6 +1791,13 @@
1731
1791
  "os": ["win32"],
1732
1792
  "cpu": ["x64"]
1733
1793
  },
1794
+ "@nanostores/preact@1.0.0_nanostores@1.1.1_preact@10.28.4": {
1795
+ "integrity": "sha512-woHYvSwau1YtO9AEnGsh/jRPU2u5DTfNSrDHtKMZOeDUWV6EJfvyv7dJ7AaMps2I9uJcY6OlqXKkA9qTctEjyw==",
1796
+ "dependencies": [
1797
+ "nanostores",
1798
+ "preact"
1799
+ ]
1800
+ },
1734
1801
  "@nanostores/react@1.0.0_nanostores@1.1.1_react@19.2.4": {
1735
1802
  "integrity": "sha512-eDduyNy+lbQJMg6XxZ/YssQqF6b4OXMFEZMYKPJCCmBevp1lg0g+4ZRi94qGHirMtsNfAWKNwsjOhC+q1gvC+A==",
1736
1803
  "dependencies": [
@@ -1738,8 +1805,8 @@
1738
1805
  "react"
1739
1806
  ]
1740
1807
  },
1741
- "@nanostores/vue@1.0.1_nanostores@1.1.1_vue@3.5.29__typescript@5.9.3_typescript@5.9.3": {
1742
- "integrity": "sha512-0VwubMTMvEdWQhVN4BAvDZ+vHQH3O1G9BaOfgrjfF4erqBsWScoK/zyaBeRfFjptNOb25947EFPHBZwEf9JcMg==",
1808
+ "@nanostores/vue@1.1.0_nanostores@1.1.1_vue@3.5.29__typescript@5.9.3_typescript@5.9.3": {
1809
+ "integrity": "sha512-14eY8/YA0AbtWkAjk8zHKxbjcuPubF+M7y9afQzg2b5VqRJcashwA0100vprau13BTBSynUmU6ZsU6x03YidjA==",
1743
1810
  "dependencies": [
1744
1811
  "nanostores",
1745
1812
  "vue"
@@ -1860,6 +1927,12 @@
1860
1927
  "@tybys/wasm-util"
1861
1928
  ]
1862
1929
  },
1930
+ "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": {
1931
+ "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
1932
+ "dependencies": [
1933
+ "eslint-scope@5.1.1"
1934
+ ]
1935
+ },
1863
1936
  "@nodelib/fs.scandir@2.1.5": {
1864
1937
  "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
1865
1938
  "dependencies": [
@@ -2053,8 +2126,8 @@
2053
2126
  "@pkgr/core@0.2.9": {
2054
2127
  "integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA=="
2055
2128
  },
2056
- "@playwright/test@1.57.0": {
2057
- "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==",
2129
+ "@playwright/test@1.58.2": {
2130
+ "integrity": "sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==",
2058
2131
  "dependencies": [
2059
2132
  "playwright"
2060
2133
  ],
@@ -2063,6 +2136,55 @@
2063
2136
  "@polka/url@1.0.0-next.29": {
2064
2137
  "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww=="
2065
2138
  },
2139
+ "@preact/preset-vite@2.10.3_@babel+core@7.29.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_preact@10.28.4_@types+node@25.3.5": {
2140
+ "integrity": "sha512-1SiS+vFItpkNdBs7q585PSAIln0wBeBdcpJYbzPs1qipsb/FssnkUioNXuRsb8ZnU8YEQHr+3v8+/mzWSnTQmg==",
2141
+ "dependencies": [
2142
+ "@babel/core",
2143
+ "@babel/plugin-transform-react-jsx",
2144
+ "@babel/plugin-transform-react-jsx-development",
2145
+ "@prefresh/vite",
2146
+ "@rollup/pluginutils@5.3.0",
2147
+ "babel-plugin-transform-hook-names",
2148
+ "debug@4.4.3",
2149
+ "picocolors",
2150
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
2151
+ "vite-prerender-plugin"
2152
+ ]
2153
+ },
2154
+ "@preact/signals-core@1.13.0": {
2155
+ "integrity": "sha512-slT6XeTCAbdql61GVLlGU4x7XHI7kCZV5Um5uhE4zLX4ApgiiXc0UYFvVOKq06xcovzp7p+61l68oPi563ARKg=="
2156
+ },
2157
+ "@preact/signals@2.8.1_preact@10.28.4": {
2158
+ "integrity": "sha512-wX6U0SpcCukZTJBs5ChljvBZb3XmYzA5gd4vKHgX8wZZKaQCo2WHtmThdLx+mcVvlBa5u3XShC7ffbETJD4BiQ==",
2159
+ "dependencies": [
2160
+ "@preact/signals-core",
2161
+ "preact"
2162
+ ]
2163
+ },
2164
+ "@prefresh/babel-plugin@0.5.3": {
2165
+ "integrity": "sha512-57LX2SHs4BX2s1IwCjNzTE2OJeEepRCNf1VTEpbNcUyHfMO68eeOWGDIt4ob9aYlW6PEWZ1SuwNikuoIXANDtQ=="
2166
+ },
2167
+ "@prefresh/core@1.5.9_preact@10.28.4": {
2168
+ "integrity": "sha512-IKBKCPaz34OFVC+adiQ2qaTF5qdztO2/4ZPf4KsRTgjKosWqxVXmEbxCiUydYZRY8GVie+DQlKzQr9gt6HQ+EQ==",
2169
+ "dependencies": [
2170
+ "preact"
2171
+ ]
2172
+ },
2173
+ "@prefresh/utils@1.2.1": {
2174
+ "integrity": "sha512-vq/sIuN5nYfYzvyayXI4C2QkprfNaHUQ9ZX+3xLD8nL3rWyzpxOm1+K7RtMbhd+66QcaISViK7amjnheQ/4WZw=="
2175
+ },
2176
+ "@prefresh/vite@2.4.12_preact@10.28.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
2177
+ "integrity": "sha512-FY1fzXpUjiuosznMV0YM7XAOPZjB5FIdWS0W24+XnlxYkt9hNAwwsiKYn+cuTEoMtD/ZVazS5QVssBr9YhpCQA==",
2178
+ "dependencies": [
2179
+ "@babel/core",
2180
+ "@prefresh/babel-plugin",
2181
+ "@prefresh/core",
2182
+ "@prefresh/utils",
2183
+ "@rollup/pluginutils@4.2.1",
2184
+ "preact",
2185
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
2186
+ ]
2187
+ },
2066
2188
  "@rolldown/binding-android-arm64@1.0.0-rc.4": {
2067
2189
  "integrity": "sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==",
2068
2190
  "os": ["android"],
@@ -2142,6 +2264,13 @@
2142
2264
  "@rolldown/pluginutils@1.0.0-rc.4": {
2143
2265
  "integrity": "sha512-1BrrmTu0TWfOP1riA8uakjFc9bpIUGzVKETsOtzY39pPga8zELGDl8eu1Dx7/gjM5CAz14UknsUMpBO8L+YntQ=="
2144
2266
  },
2267
+ "@rollup/pluginutils@4.2.1": {
2268
+ "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
2269
+ "dependencies": [
2270
+ "estree-walker@2.0.2",
2271
+ "picomatch@2.3.1"
2272
+ ]
2273
+ },
2145
2274
  "@rollup/pluginutils@5.3.0": {
2146
2275
  "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
2147
2276
  "dependencies": [
@@ -2278,8 +2407,8 @@
2278
2407
  "@rtsao/scc@1.1.0": {
2279
2408
  "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g=="
2280
2409
  },
2281
- "@schematics/angular@21.2.0": {
2282
- "integrity": "sha512-GQUIeGzZwCT9/W5MAkKnkwETROPbA1eRmy3JF56jLmvr95tJnypGOG8jGYy0d+tcEVujIouh48r4J3bJQg5mrw==",
2410
+ "@schematics/angular@21.2.1": {
2411
+ "integrity": "sha512-DjrHRMoILhbZ6tc7aNZWuHA1wCm1iU/JN1TxAwNEyIBgyU3Fx8Z5baK4w0TCpOIPt0RLWVgP2L7kka9aXWCUFA==",
2283
2412
  "dependencies": [
2284
2413
  "@angular-devkit/core",
2285
2414
  "@angular-devkit/schematics",
@@ -2385,50 +2514,50 @@
2385
2514
  "acorn"
2386
2515
  ]
2387
2516
  },
2388
- "@sveltejs/vite-plugin-svelte-inspector@4.0.1_@sveltejs+vite-plugin-svelte@5.1.1__svelte@5.53.6___acorn@8.16.0__vite@6.4.1___@types+node@25.3.2___picomatch@4.0.3__@types+node@25.3.2_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2": {
2517
+ "@sveltejs/vite-plugin-svelte-inspector@4.0.1_@sveltejs+vite-plugin-svelte@5.1.1__svelte@5.53.7___acorn@8.16.0__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__@types+node@25.3.5_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
2389
2518
  "integrity": "sha512-J/Nmb2Q2y7mck2hyCX4ckVHcR5tu2J+MtBEQqpDrrgELZ2uvraQcK/ioCV61AqkdXFgriksOKIceDcQmqnGhVw==",
2390
2519
  "dependencies": [
2391
- "@sveltejs/vite-plugin-svelte@5.1.1_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2",
2520
+ "@sveltejs/vite-plugin-svelte@5.1.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
2392
2521
  "debug@4.4.3",
2393
2522
  "svelte",
2394
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
2523
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
2395
2524
  ]
2396
2525
  },
2397
- "@sveltejs/vite-plugin-svelte-inspector@5.0.2_@sveltejs+vite-plugin-svelte@6.2.4__svelte@5.53.6___acorn@8.16.0__vite@6.4.1___@types+node@25.3.2___picomatch@4.0.3__@types+node@25.3.2_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2": {
2526
+ "@sveltejs/vite-plugin-svelte-inspector@5.0.2_@sveltejs+vite-plugin-svelte@6.2.4__svelte@5.53.7___acorn@8.16.0__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__@types+node@25.3.5_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
2398
2527
  "integrity": "sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==",
2399
2528
  "dependencies": [
2400
- "@sveltejs/vite-plugin-svelte@6.2.4_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2",
2529
+ "@sveltejs/vite-plugin-svelte@6.2.4_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
2401
2530
  "obug",
2402
2531
  "svelte",
2403
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
2532
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
2404
2533
  ]
2405
2534
  },
2406
- "@sveltejs/vite-plugin-svelte@5.1.1_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2": {
2535
+ "@sveltejs/vite-plugin-svelte@5.1.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
2407
2536
  "integrity": "sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==",
2408
2537
  "dependencies": [
2409
- "@sveltejs/vite-plugin-svelte-inspector@4.0.1_@sveltejs+vite-plugin-svelte@5.1.1__svelte@5.53.6___acorn@8.16.0__vite@6.4.1___@types+node@25.3.2___picomatch@4.0.3__@types+node@25.3.2_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2",
2538
+ "@sveltejs/vite-plugin-svelte-inspector@4.0.1_@sveltejs+vite-plugin-svelte@5.1.1__svelte@5.53.7___acorn@8.16.0__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__@types+node@25.3.5_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
2410
2539
  "debug@4.4.3",
2411
2540
  "deepmerge",
2412
2541
  "kleur@4.1.5",
2413
2542
  "magic-string",
2414
2543
  "svelte",
2415
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
2544
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
2416
2545
  "vitefu"
2417
2546
  ]
2418
2547
  },
2419
- "@sveltejs/vite-plugin-svelte@6.2.4_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2": {
2548
+ "@sveltejs/vite-plugin-svelte@6.2.4_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
2420
2549
  "integrity": "sha512-ou/d51QSdTyN26D7h6dSpusAKaZkAiGM55/AKYi+9AGZw7q85hElbjK3kEyzXHhLSnRISHOYzVge6x0jRZ7DXA==",
2421
2550
  "dependencies": [
2422
- "@sveltejs/vite-plugin-svelte-inspector@5.0.2_@sveltejs+vite-plugin-svelte@6.2.4__svelte@5.53.6___acorn@8.16.0__vite@6.4.1___@types+node@25.3.2___picomatch@4.0.3__@types+node@25.3.2_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2",
2551
+ "@sveltejs/vite-plugin-svelte-inspector@5.0.2_@sveltejs+vite-plugin-svelte@6.2.4__svelte@5.53.7___acorn@8.16.0__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__@types+node@25.3.5_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
2423
2552
  "deepmerge",
2424
2553
  "magic-string",
2425
2554
  "obug",
2426
2555
  "svelte",
2427
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
2556
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
2428
2557
  "vitefu"
2429
2558
  ]
2430
2559
  },
2431
- "@testing-library/angular@19.1.0_@angular+common@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+core@21.2.0__@angular+compiler@21.2.0__rxjs@7.8.2_@angular+platform-browser@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.0_@angular+router@21.2.0__@angular+common@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+platform-browser@21.2.0___@angular+animations@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+common@21.2.0____@angular+core@21.2.0_____@angular+compiler@21.2.0_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.0__rxjs@7.8.2__@angular+compiler@21.2.0__@angular+animations@21.2.0___@angular+core@21.2.0____@angular+compiler@21.2.0____rxjs@7.8.2___@angular+compiler@21.2.0___rxjs@7.8.2_@testing-library+dom@10.4.1_rxjs@7.8.2_@angular+compiler@21.2.0_@angular+animations@21.2.0__@angular+core@21.2.0___@angular+compiler@21.2.0___rxjs@7.8.2__@angular+compiler@21.2.0__rxjs@7.8.2": {
2560
+ "@testing-library/angular@19.1.0_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+router@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+compiler@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_@testing-library+dom@10.4.1_rxjs@7.8.2_@angular+compiler@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2": {
2432
2561
  "integrity": "sha512-gBWEWUWzprbGd0/UQwG/n+Da8b/9TcFXTL6+XlZTjC96Lm9ukcItcBiKEG5HXS8iugK9/fMRkiDF1fgU4hO6nQ==",
2433
2562
  "dependencies": [
2434
2563
  "@angular/common",
@@ -2452,6 +2581,19 @@
2452
2581
  "pretty-format"
2453
2582
  ]
2454
2583
  },
2584
+ "@testing-library/dom@8.20.1": {
2585
+ "integrity": "sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==",
2586
+ "dependencies": [
2587
+ "@babel/code-frame",
2588
+ "@babel/runtime",
2589
+ "@types/aria-query",
2590
+ "aria-query@5.1.3",
2591
+ "chalk@4.1.2",
2592
+ "dom-accessibility-api@0.5.16",
2593
+ "lz-string",
2594
+ "pretty-format"
2595
+ ]
2596
+ },
2455
2597
  "@testing-library/dom@9.3.4": {
2456
2598
  "integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==",
2457
2599
  "dependencies": [
@@ -2476,6 +2618,13 @@
2476
2618
  "redent"
2477
2619
  ]
2478
2620
  },
2621
+ "@testing-library/preact@3.2.4_preact@10.28.4": {
2622
+ "integrity": "sha512-F+kJ243LP6VmEK1M809unzTE/ijg+bsMNuiRN0JEDIJBELKKDNhdgC/WrUSZ7klwJvtlO3wQZ9ix+jhObG07Fg==",
2623
+ "dependencies": [
2624
+ "@testing-library/dom@8.20.1",
2625
+ "preact"
2626
+ ]
2627
+ },
2479
2628
  "@testing-library/react@16.3.2_@testing-library+dom@10.4.1_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4": {
2480
2629
  "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==",
2481
2630
  "dependencies": [
@@ -2491,24 +2640,24 @@
2491
2640
  "@types/react-dom"
2492
2641
  ]
2493
2642
  },
2494
- "@testing-library/svelte-core@1.0.0_svelte@5.53.6__acorn@8.16.0": {
2643
+ "@testing-library/svelte-core@1.0.0_svelte@5.53.7__acorn@8.16.0": {
2495
2644
  "integrity": "sha512-VkUePoLV6oOYwSUvX6ShA8KLnJqZiYMIbP2JW2t0GLWLkJxKGvuH5qrrZBV/X7cXFnLGuFQEC7RheYiZOW68KQ==",
2496
2645
  "dependencies": [
2497
2646
  "svelte"
2498
2647
  ]
2499
2648
  },
2500
- "@testing-library/svelte@5.3.1_svelte@5.53.6__acorn@8.16.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_vitest@4.0.18__@types+node@25.3.2__happy-dom@20.7.0__vite@7.3.1___@types+node@25.3.2___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.2_happy-dom@20.7.0": {
2649
+ "@testing-library/svelte@5.3.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.5_happy-dom@20.8.3": {
2501
2650
  "integrity": "sha512-8Ez7ZOqW5geRf9PF5rkuopODe5RGy3I9XR+kc7zHh26gBiktLaxTfKmhlGaSHYUOTQE7wFsLMN9xCJVCszw47w==",
2502
2651
  "dependencies": [
2503
2652
  "@testing-library/dom@10.4.1",
2504
2653
  "@testing-library/svelte-core",
2505
2654
  "svelte",
2506
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
2507
- "vitest@4.0.18_@types+node@25.3.2_happy-dom@20.7.0_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3"
2655
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
2656
+ "vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3"
2508
2657
  ],
2509
2658
  "optionalPeers": [
2510
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
2511
- "vitest@4.0.18_@types+node@25.3.2_happy-dom@20.7.0_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3"
2659
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
2660
+ "vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3"
2512
2661
  ]
2513
2662
  },
2514
2663
  "@testing-library/user-event@14.6.1_@testing-library+dom@10.4.1": {
@@ -2647,8 +2796,8 @@
2647
2796
  "@types/unist"
2648
2797
  ]
2649
2798
  },
2650
- "@types/node@25.3.2": {
2651
- "integrity": "sha512-RpV6r/ij22zRRdyBPcxDeKAzH43phWVKEjL2iksqo1Vz3CuBUrgmPpPhALKiRfU7OMCmeeO9vECBMsV0hMTG8Q==",
2799
+ "@types/node@25.3.5": {
2800
+ "integrity": "sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==",
2652
2801
  "dependencies": [
2653
2802
  "undici-types"
2654
2803
  ]
@@ -2680,7 +2829,7 @@
2680
2829
  "@types/node"
2681
2830
  ]
2682
2831
  },
2683
- "@typescript-eslint/eslint-plugin@8.56.1_@typescript-eslint+parser@8.56.1__eslint@9.39.3__typescript@5.9.3_eslint@9.39.3_typescript@5.9.3": {
2832
+ "@typescript-eslint/eslint-plugin@8.56.1_@typescript-eslint+parser@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
2684
2833
  "integrity": "sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==",
2685
2834
  "dependencies": [
2686
2835
  "@eslint-community/regexpp",
@@ -2696,7 +2845,7 @@
2696
2845
  "typescript"
2697
2846
  ]
2698
2847
  },
2699
- "@typescript-eslint/parser@8.56.1_eslint@9.39.3_typescript@5.9.3": {
2848
+ "@typescript-eslint/parser@8.56.1_eslint@9.39.4_typescript@5.9.3": {
2700
2849
  "integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==",
2701
2850
  "dependencies": [
2702
2851
  "@typescript-eslint/scope-manager",
@@ -2730,7 +2879,7 @@
2730
2879
  "typescript"
2731
2880
  ]
2732
2881
  },
2733
- "@typescript-eslint/type-utils@8.56.1_eslint@9.39.3_typescript@5.9.3": {
2882
+ "@typescript-eslint/type-utils@8.56.1_eslint@9.39.4_typescript@5.9.3": {
2734
2883
  "integrity": "sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==",
2735
2884
  "dependencies": [
2736
2885
  "@typescript-eslint/types",
@@ -2760,7 +2909,7 @@
2760
2909
  "typescript"
2761
2910
  ]
2762
2911
  },
2763
- "@typescript-eslint/utils@8.56.1_eslint@9.39.3_typescript@5.9.3": {
2912
+ "@typescript-eslint/utils@8.56.1_eslint@9.39.4_typescript@5.9.3": {
2764
2913
  "integrity": "sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==",
2765
2914
  "dependencies": [
2766
2915
  "@eslint-community/eslint-utils",
@@ -2781,13 +2930,13 @@
2781
2930
  "@ungap/structured-clone@1.3.0": {
2782
2931
  "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g=="
2783
2932
  },
2784
- "@vitejs/plugin-basic-ssl@2.1.4_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.2_sass@1.97.3": {
2933
+ "@vitejs/plugin-basic-ssl@2.1.4_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5_sass@1.97.3": {
2785
2934
  "integrity": "sha512-HXciTXN/sDBYWgeAD4V4s0DN0g72x5mlxQhHxtYu3Tt8BLa6MzcJZUyDVFCdtjNs3bfENVHVzOsmooTVuNgAAw==",
2786
2935
  "dependencies": [
2787
- "vite@7.3.1_@types+node@25.3.2_sass@1.97.3_picomatch@4.0.3"
2936
+ "vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
2788
2937
  ]
2789
2938
  },
2790
- "@vitejs/plugin-react@4.7.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.2": {
2939
+ "@vitejs/plugin-react@4.7.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5": {
2791
2940
  "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
2792
2941
  "dependencies": [
2793
2942
  "@babel/core",
@@ -2796,10 +2945,10 @@
2796
2945
  "@rolldown/pluginutils@1.0.0-beta.27",
2797
2946
  "@types/babel__core",
2798
2947
  "react-refresh@0.17.0",
2799
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
2948
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
2800
2949
  ]
2801
2950
  },
2802
- "@vitejs/plugin-react@5.1.4_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.2": {
2951
+ "@vitejs/plugin-react@5.1.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5": {
2803
2952
  "integrity": "sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==",
2804
2953
  "dependencies": [
2805
2954
  "@babel/core",
@@ -2808,32 +2957,32 @@
2808
2957
  "@rolldown/pluginutils@1.0.0-rc.3",
2809
2958
  "@types/babel__core",
2810
2959
  "react-refresh@0.18.0",
2811
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
2960
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
2812
2961
  ]
2813
2962
  },
2814
- "@vitejs/plugin-vue-jsx@4.2.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@babel+core@7.29.0_@types+node@25.3.2_typescript@5.9.3": {
2963
+ "@vitejs/plugin-vue-jsx@4.2.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@babel+core@7.29.0_@types+node@25.3.5_typescript@5.9.3": {
2815
2964
  "integrity": "sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==",
2816
2965
  "dependencies": [
2817
2966
  "@babel/core",
2818
2967
  "@babel/plugin-transform-typescript",
2819
2968
  "@rolldown/pluginutils@1.0.0-rc.4",
2820
2969
  "@vue/babel-plugin-jsx",
2821
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
2970
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
2822
2971
  "vue"
2823
2972
  ]
2824
2973
  },
2825
- "@vitejs/plugin-vue@5.2.4_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.2_typescript@5.9.3": {
2974
+ "@vitejs/plugin-vue@5.2.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
2826
2975
  "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
2827
2976
  "dependencies": [
2828
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
2977
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
2829
2978
  "vue"
2830
2979
  ]
2831
2980
  },
2832
- "@vitejs/plugin-vue@6.0.4_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.2_typescript@5.9.3": {
2981
+ "@vitejs/plugin-vue@6.0.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
2833
2982
  "integrity": "sha512-uM5iXipgYIn13UUQCZNdWkYk+sysBeA97d5mHsAoAt1u/wpN3+zxOmsVJWosuzX+IMGRzeYUNytztrYznboIkQ==",
2834
2983
  "dependencies": [
2835
2984
  "@rolldown/pluginutils@1.0.0-rc.2",
2836
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
2985
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
2837
2986
  "vue"
2838
2987
  ]
2839
2988
  },
@@ -2848,28 +2997,28 @@
2848
2997
  "tinyrainbow"
2849
2998
  ]
2850
2999
  },
2851
- "@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.2": {
3000
+ "@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5": {
2852
3001
  "integrity": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==",
2853
3002
  "dependencies": [
2854
3003
  "@vitest/spy",
2855
3004
  "estree-walker@3.0.3",
2856
3005
  "magic-string",
2857
- "vite@7.3.1_@types+node@25.3.2_sass@1.97.3_picomatch@4.0.3"
3006
+ "vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
2858
3007
  ],
2859
3008
  "optionalPeers": [
2860
- "vite@7.3.1_@types+node@25.3.2_sass@1.97.3_picomatch@4.0.3"
3009
+ "vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
2861
3010
  ]
2862
3011
  },
2863
- "@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.2_sass@1.97.3": {
3012
+ "@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5_sass@1.97.3": {
2864
3013
  "integrity": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==",
2865
3014
  "dependencies": [
2866
3015
  "@vitest/spy",
2867
3016
  "estree-walker@3.0.3",
2868
3017
  "magic-string",
2869
- "vite@7.3.1_@types+node@25.3.2_sass@1.97.3_picomatch@4.0.3"
3018
+ "vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
2870
3019
  ],
2871
3020
  "optionalPeers": [
2872
- "vite@7.3.1_@types+node@25.3.2_sass@1.97.3_picomatch@4.0.3"
3021
+ "vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
2873
3022
  ]
2874
3023
  },
2875
3024
  "@vitest/pretty-format@4.0.18": {
@@ -2973,7 +3122,7 @@
2973
3122
  "@vue/shared"
2974
3123
  ]
2975
3124
  },
2976
- "@vue/devtools-core@7.7.9_vue@3.5.29__typescript@5.9.3_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_typescript@5.9.3_@types+node@25.3.2": {
3125
+ "@vue/devtools-core@7.7.9_vue@3.5.29__typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_typescript@5.9.3_@types+node@25.3.5": {
2977
3126
  "integrity": "sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==",
2978
3127
  "dependencies": [
2979
3128
  "@vue/devtools-kit",
@@ -3124,8 +3273,8 @@
3124
3273
  "@algolia/requester-node-http"
3125
3274
  ]
3126
3275
  },
3127
- "angular-eslint@21.2.0_@angular+cli@21.2.0__@types+node@25.3.2__@inquirer+prompts@7.10.1___@types+node@25.3.2__listr2@9.0.5__zod@4.3.6_eslint@9.39.3_typescript@5.9.3_typescript-eslint@8.56.1__eslint@9.39.3__typescript@5.9.3__@typescript-eslint+parser@8.56.1___eslint@9.39.3___typescript@5.9.3_@typescript-eslint+utils@8.56.1__eslint@9.39.3__typescript@5.9.3_@angular-eslint+template-parser@21.2.0__eslint@9.39.3__typescript@5.9.3_@typescript-eslint+types@8.56.1_@types+node@25.3.2": {
3128
- "integrity": "sha512-pERqqHIMwD34UT0FoHSNTt4V332vHiAzgkY0rgdUaqSamS94IzbF02EfFxygr53UogQQOXhpLbSSDMOyovB3TA==",
3276
+ "angular-eslint@21.3.0_@angular+cli@21.2.1__@types+node@25.3.5__@inquirer+prompts@7.10.1___@types+node@25.3.5__listr2@9.0.5__zod@4.3.6_eslint@9.39.4_typescript@5.9.3_typescript-eslint@8.56.1__eslint@9.39.4__typescript@5.9.3__@typescript-eslint+parser@8.56.1___eslint@9.39.4___typescript@5.9.3_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_@angular-eslint+template-parser@21.3.0__eslint@9.39.4__typescript@5.9.3_@typescript-eslint+types@8.56.1_@types+node@25.3.5": {
3277
+ "integrity": "sha512-K4+I41fSxzOavbv87EOnG5rdXiscs31j5pIAQG0aX21OHdSSjFCKOAQNmj8zv5OxUuYj5uYRToR3PuKQSN6i/A==",
3129
3278
  "dependencies": [
3130
3279
  "@angular-devkit/core",
3131
3280
  "@angular-devkit/schematics",
@@ -3292,6 +3441,12 @@
3292
3441
  "assertion-error@2.0.1": {
3293
3442
  "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA=="
3294
3443
  },
3444
+ "ast-metadata-inferer@0.8.1": {
3445
+ "integrity": "sha512-ht3Dm6Zr7SXv6t1Ra6gFo0+kLDglHGrEbYihTkcycrbHw7WCcuhBzPlJYHEsIpycaUwzsJHje+vUcxXUX4ztTA==",
3446
+ "dependencies": [
3447
+ "@mdn/browser-compat-data@5.7.6"
3448
+ ]
3449
+ },
3295
3450
  "astral-regex@2.0.0": {
3296
3451
  "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ=="
3297
3452
  },
@@ -3312,7 +3467,7 @@
3312
3467
  "semver@7.7.4"
3313
3468
  ]
3314
3469
  },
3315
- "astro@5.18.0_typescript@5.9.3_@types+node@25.3.2_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_zod@3.25.76": {
3470
+ "astro@5.18.0_typescript@5.9.3_@types+node@25.3.5_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_zod@3.25.76": {
3316
3471
  "integrity": "sha512-CHiohwJIS4L0G6/IzE1Fx3dgWqXBCXus/od0eGUfxrZJD2um2pE7ehclMmgL/fXqbU7NfE1Ze2pq34h2QaA6iQ==",
3317
3472
  "dependencies": [
3318
3473
  "@astrojs/compiler",
@@ -3321,7 +3476,7 @@
3321
3476
  "@astrojs/telemetry",
3322
3477
  "@capsizecss/unpack",
3323
3478
  "@oslojs/encoding",
3324
- "@rollup/pluginutils",
3479
+ "@rollup/pluginutils@5.3.0",
3325
3480
  "acorn",
3326
3481
  "aria-query@5.3.2",
3327
3482
  "axobject-query",
@@ -3370,7 +3525,7 @@
3370
3525
  "unist-util-visit",
3371
3526
  "unstorage",
3372
3527
  "vfile",
3373
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
3528
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
3374
3529
  "vitefu",
3375
3530
  "xxhash-wasm",
3376
3531
  "yargs-parser@21.1.1",
@@ -3403,6 +3558,12 @@
3403
3558
  "axobject-query@4.1.0": {
3404
3559
  "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ=="
3405
3560
  },
3561
+ "babel-plugin-transform-hook-names@1.0.2_@babel+core@7.29.0": {
3562
+ "integrity": "sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==",
3563
+ "dependencies": [
3564
+ "@babel/core"
3565
+ ]
3566
+ },
3406
3567
  "bail@2.0.2": {
3407
3568
  "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw=="
3408
3569
  },
@@ -4263,14 +4424,29 @@
4263
4424
  "escape-string-regexp@5.0.0": {
4264
4425
  "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="
4265
4426
  },
4266
- "eslint-compat-utils@0.6.5_eslint@9.39.3": {
4427
+ "eslint-compat-utils@0.6.5_eslint@9.39.4": {
4267
4428
  "integrity": "sha512-vAUHYzue4YAa2hNACjB8HvUQj5yehAZgiClyFVVom9cP8z5NSFq3PwB/TtJslN2zAMgRX6FCFCjYBbQh71g5RQ==",
4268
4429
  "dependencies": [
4269
4430
  "eslint",
4270
4431
  "semver@7.7.4"
4271
4432
  ]
4272
4433
  },
4273
- "eslint-config-prettier@10.1.8_eslint@9.39.3": {
4434
+ "eslint-config-preact@2.0.0_eslint@9.39.4_@babel+core@7.29.0": {
4435
+ "integrity": "sha512-TFj70lEE7y3R9DQAFJ/clRfVmyaXdwE3q56gA9zm+iTmlpYjtZKtV1jv/jtgdF2LqgvJjlGlGE1rHVwE9yNdkg==",
4436
+ "dependencies": [
4437
+ "@babel/core",
4438
+ "@babel/eslint-parser",
4439
+ "@babel/plugin-syntax-class-properties",
4440
+ "@babel/plugin-syntax-jsx",
4441
+ "@eslint/js",
4442
+ "eslint",
4443
+ "eslint-plugin-compat",
4444
+ "eslint-plugin-react",
4445
+ "eslint-plugin-react-hooks@5.2.0_eslint@9.39.4",
4446
+ "globals@16.5.0"
4447
+ ]
4448
+ },
4449
+ "eslint-config-prettier@10.1.8_eslint@9.39.4": {
4274
4450
  "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
4275
4451
  "dependencies": [
4276
4452
  "eslint"
@@ -4291,7 +4467,7 @@
4291
4467
  "debug@3.2.7"
4292
4468
  ]
4293
4469
  },
4294
- "eslint-plugin-astro@1.6.0_eslint@9.39.3": {
4470
+ "eslint-plugin-astro@1.6.0_eslint@9.39.4": {
4295
4471
  "integrity": "sha512-yGIbLHuj5MOUXa0s4sZ6cVhv6ehb+WLF80tsrGaxMk6VTUExruMzubQDzhOYt8fbR1c9vILCCRSCsKI7M1whig==",
4296
4472
  "dependencies": [
4297
4473
  "@eslint-community/eslint-utils",
@@ -4305,7 +4481,20 @@
4305
4481
  "postcss-selector-parser"
4306
4482
  ]
4307
4483
  },
4308
- "eslint-plugin-import@2.32.0_eslint@9.39.3": {
4484
+ "eslint-plugin-compat@6.2.1_eslint@9.39.4": {
4485
+ "integrity": "sha512-gLKqUH+lQcCL+HzsROUjBDvakc5Zaga51Y4ZAkPCXc41pzKBfyluqTr2j8zOx8QQQb7zyglu1LVoL5aSNWf2SQ==",
4486
+ "dependencies": [
4487
+ "@mdn/browser-compat-data@6.1.5",
4488
+ "ast-metadata-inferer",
4489
+ "browserslist",
4490
+ "eslint",
4491
+ "find-up",
4492
+ "globals@15.15.0",
4493
+ "lodash.memoize",
4494
+ "semver@7.7.4"
4495
+ ]
4496
+ },
4497
+ "eslint-plugin-import@2.32.0_eslint@9.39.4": {
4309
4498
  "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
4310
4499
  "dependencies": [
4311
4500
  "@rtsao/scc",
@@ -4330,7 +4519,7 @@
4330
4519
  "tsconfig-paths"
4331
4520
  ]
4332
4521
  },
4333
- "eslint-plugin-jest-dom@5.5.0_@testing-library+dom@10.4.1_eslint@9.39.3": {
4522
+ "eslint-plugin-jest-dom@5.5.0_@testing-library+dom@10.4.1_eslint@9.39.4": {
4334
4523
  "integrity": "sha512-CRlXfchTr7EgC3tDI7MGHY6QjdJU5Vv2RPaeeGtkXUHnKZf04kgzMPIJUXt4qKCvYWVVIEo9ut9Oq1vgXAykEA==",
4335
4524
  "dependencies": [
4336
4525
  "@babel/runtime",
@@ -4342,7 +4531,7 @@
4342
4531
  "@testing-library/dom@10.4.1"
4343
4532
  ]
4344
4533
  },
4345
- "eslint-plugin-jest@29.15.0_eslint@9.39.3_typescript@5.9.3": {
4534
+ "eslint-plugin-jest@29.15.0_eslint@9.39.4_typescript@5.9.3": {
4346
4535
  "integrity": "sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==",
4347
4536
  "dependencies": [
4348
4537
  "@typescript-eslint/utils",
@@ -4353,7 +4542,7 @@
4353
4542
  "typescript"
4354
4543
  ]
4355
4544
  },
4356
- "eslint-plugin-perfectionist@5.6.0_eslint@9.39.3_typescript@5.9.3": {
4545
+ "eslint-plugin-perfectionist@5.6.0_eslint@9.39.4_typescript@5.9.3": {
4357
4546
  "integrity": "sha512-pxrLrfRp5wl1Vol1fAEa/G5yTXxefTPJjz07qC7a8iWFXcOZNuWBItMQ2OtTzfQIvMq6bMyYcrzc3Wz++na55Q==",
4358
4547
  "dependencies": [
4359
4548
  "@typescript-eslint/utils",
@@ -4361,14 +4550,20 @@
4361
4550
  "natural-orderby"
4362
4551
  ]
4363
4552
  },
4364
- "eslint-plugin-playwright@2.8.0_eslint@9.39.3": {
4365
- "integrity": "sha512-BRCXbnX20l/ZPOOi1jEqNvqU/UjXpkZRJaghQxSM2kjAvsDph8+osn9u1iMmvoa9Cegbp9d0Skh7vro7242t+Q==",
4553
+ "eslint-plugin-playwright@2.9.0_eslint@9.39.4": {
4554
+ "integrity": "sha512-k3xrG6YzrallWNFMoGUjMNeu3SFFKXN79KJQBD2PkM4PasJegqV2Up+mPY5od2UmPKQGT+MeIhCmWH8r5eYuQQ==",
4366
4555
  "dependencies": [
4367
4556
  "eslint",
4368
- "globals@17.3.0"
4557
+ "globals@17.4.0"
4558
+ ]
4559
+ },
4560
+ "eslint-plugin-react-hooks@5.2.0_eslint@9.39.4": {
4561
+ "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
4562
+ "dependencies": [
4563
+ "eslint"
4369
4564
  ]
4370
4565
  },
4371
- "eslint-plugin-react-hooks@7.0.1_eslint@9.39.3_zod@4.3.6": {
4566
+ "eslint-plugin-react-hooks@7.0.1_eslint@9.39.4_zod@4.3.6": {
4372
4567
  "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
4373
4568
  "dependencies": [
4374
4569
  "@babel/core",
@@ -4379,7 +4574,7 @@
4379
4574
  "zod-validation-error"
4380
4575
  ]
4381
4576
  },
4382
- "eslint-plugin-react@7.37.5_eslint@9.39.3": {
4577
+ "eslint-plugin-react@7.37.5_eslint@9.39.4": {
4383
4578
  "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
4384
4579
  "dependencies": [
4385
4580
  "array-includes",
@@ -4389,7 +4584,7 @@
4389
4584
  "doctrine",
4390
4585
  "es-iterator-helpers",
4391
4586
  "eslint",
4392
- "estraverse",
4587
+ "estraverse@5.3.0",
4393
4588
  "hasown",
4394
4589
  "jsx-ast-utils",
4395
4590
  "minimatch@3.1.5",
@@ -4403,7 +4598,7 @@
4403
4598
  "string.prototype.repeat"
4404
4599
  ]
4405
4600
  },
4406
- "eslint-plugin-svelte@3.15.0_eslint@9.39.3_svelte@5.53.6__acorn@8.16.0_postcss@8.5.6_ts-node@10.9.2__@types+node@25.3.2__typescript@5.9.3_@types+node@25.3.2_typescript@5.9.3": {
4601
+ "eslint-plugin-svelte@3.15.0_eslint@9.39.4_svelte@5.53.7__acorn@8.16.0_postcss@8.5.6_ts-node@10.9.2__@types+node@25.3.5__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
4407
4602
  "integrity": "sha512-QKB7zqfuB8aChOfBTComgDptMf2yxiJx7FE04nneCmtQzgTHvY8UJkuh8J2Rz7KB9FFV9aTHX6r7rdYGvG8T9Q==",
4408
4603
  "dependencies": [
4409
4604
  "@eslint-community/eslint-utils",
@@ -4423,7 +4618,7 @@
4423
4618
  "svelte"
4424
4619
  ]
4425
4620
  },
4426
- "eslint-plugin-testing-library@7.16.0_eslint@9.39.3_typescript@5.9.3": {
4621
+ "eslint-plugin-testing-library@7.16.0_eslint@9.39.4_typescript@5.9.3": {
4427
4622
  "integrity": "sha512-lHZI6/Olb2oZqxd1+s1nOLCtL2PXKrc1ERz6oDbUKS0xZAMFH3Fy6wJo75z3pXTop3BV6+loPi2MSjIYt3vpAg==",
4428
4623
  "dependencies": [
4429
4624
  "@typescript-eslint/scope-manager",
@@ -4431,7 +4626,7 @@
4431
4626
  "eslint"
4432
4627
  ]
4433
4628
  },
4434
- "eslint-plugin-vue@10.8.0_eslint@9.39.3_vue-eslint-parser@10.4.0__eslint@9.39.3": {
4629
+ "eslint-plugin-vue@10.8.0_eslint@9.39.4_vue-eslint-parser@10.4.0__eslint@9.39.4": {
4435
4630
  "integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==",
4436
4631
  "dependencies": [
4437
4632
  "@eslint-community/eslint-utils",
@@ -4444,11 +4639,18 @@
4444
4639
  "xml-name-validator"
4445
4640
  ]
4446
4641
  },
4642
+ "eslint-scope@5.1.1": {
4643
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
4644
+ "dependencies": [
4645
+ "esrecurse",
4646
+ "estraverse@4.3.0"
4647
+ ]
4648
+ },
4447
4649
  "eslint-scope@8.4.0": {
4448
4650
  "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
4449
4651
  "dependencies": [
4450
4652
  "esrecurse",
4451
- "estraverse"
4653
+ "estraverse@5.3.0"
4452
4654
  ]
4453
4655
  },
4454
4656
  "eslint-scope@9.1.1": {
@@ -4457,9 +4659,12 @@
4457
4659
  "@types/esrecurse",
4458
4660
  "@types/estree",
4459
4661
  "esrecurse",
4460
- "estraverse"
4662
+ "estraverse@5.3.0"
4461
4663
  ]
4462
4664
  },
4665
+ "eslint-visitor-keys@2.1.0": {
4666
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
4667
+ },
4463
4668
  "eslint-visitor-keys@3.4.3": {
4464
4669
  "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag=="
4465
4670
  },
@@ -4469,8 +4674,8 @@
4469
4674
  "eslint-visitor-keys@5.0.1": {
4470
4675
  "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA=="
4471
4676
  },
4472
- "eslint@9.39.3": {
4473
- "integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
4677
+ "eslint@9.39.4": {
4678
+ "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==",
4474
4679
  "dependencies": [
4475
4680
  "@eslint-community/eslint-utils",
4476
4681
  "@eslint-community/regexpp",
@@ -4523,7 +4728,7 @@
4523
4728
  "esquery@1.7.0": {
4524
4729
  "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
4525
4730
  "dependencies": [
4526
- "estraverse"
4731
+ "estraverse@5.3.0"
4527
4732
  ]
4528
4733
  },
4529
4734
  "esrap@2.2.3": {
@@ -4535,9 +4740,12 @@
4535
4740
  "esrecurse@4.3.0": {
4536
4741
  "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
4537
4742
  "dependencies": [
4538
- "estraverse"
4743
+ "estraverse@5.3.0"
4539
4744
  ]
4540
4745
  },
4746
+ "estraverse@4.3.0": {
4747
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
4748
+ },
4541
4749
  "estraverse@5.3.0": {
4542
4750
  "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
4543
4751
  },
@@ -4591,8 +4799,8 @@
4591
4799
  "exponential-backoff@3.1.3": {
4592
4800
  "integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA=="
4593
4801
  },
4594
- "express-rate-limit@8.2.1_express@5.2.1": {
4595
- "integrity": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==",
4802
+ "express-rate-limit@8.2.2_express@5.2.1": {
4803
+ "integrity": "sha512-Ybv7bqtOgA914MLwaHWVFXMpMYeR1MQu/D+z2MaLYteqBsTIp9sY3AU7mGNLMJv8eLg8uQMpE20I+L2Lv49nSg==",
4596
4804
  "dependencies": [
4597
4805
  "express",
4598
4806
  "ip-address"
@@ -4906,11 +5114,14 @@
4906
5114
  "globals@14.0.0": {
4907
5115
  "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ=="
4908
5116
  },
5117
+ "globals@15.15.0": {
5118
+ "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg=="
5119
+ },
4909
5120
  "globals@16.5.0": {
4910
5121
  "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ=="
4911
5122
  },
4912
- "globals@17.3.0": {
4913
- "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw=="
5123
+ "globals@17.4.0": {
5124
+ "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw=="
4914
5125
  },
4915
5126
  "globalthis@1.0.4": {
4916
5127
  "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
@@ -4939,8 +5150,8 @@
4939
5150
  "uncrypto"
4940
5151
  ]
4941
5152
  },
4942
- "happy-dom@20.7.0": {
4943
- "integrity": "sha512-hR/uLYQdngTyEfxnOoa+e6KTcfBFyc1hgFj/Cc144A5JJUuHFYqIEBDcD4FeGqUeKLRZqJ9eN9u7/GDjYEgS1g==",
5153
+ "happy-dom@20.8.3": {
5154
+ "integrity": "sha512-lMHQRRwIPyJ70HV0kkFT7jH/gXzSI7yDkQFe07E2flwmNDFoWUTRMKpW2sglsnpeA7b6S2TJPp98EbQxai8eaQ==",
4944
5155
  "dependencies": [
4945
5156
  "@types/node",
4946
5157
  "@types/whatwg-mimetype",
@@ -5090,6 +5301,10 @@
5090
5301
  "space-separated-tokens"
5091
5302
  ]
5092
5303
  },
5304
+ "he@1.2.0": {
5305
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
5306
+ "bin": true
5307
+ },
5093
5308
  "hermes-estree@0.25.1": {
5094
5309
  "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw=="
5095
5310
  },
@@ -5099,8 +5314,8 @@
5099
5314
  "hermes-estree"
5100
5315
  ]
5101
5316
  },
5102
- "hono@4.12.3": {
5103
- "integrity": "sha512-SFsVSjp8sj5UumXOOFlkZOG6XS9SJDKw0TbwFeV+AJ8xlST8kxK5Z/5EYa111UY8732lK2S/xB653ceuaoGwpg=="
5317
+ "hono@4.12.5": {
5318
+ "integrity": "sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZbg8p8B88iDBBAYSfZDS75t8MN7Vg=="
5104
5319
  },
5105
5320
  "hookable@5.5.3": {
5106
5321
  "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
@@ -5174,8 +5389,8 @@
5174
5389
  "ignore@7.0.5": {
5175
5390
  "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg=="
5176
5391
  },
5177
- "immutable@5.1.4": {
5178
- "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA=="
5392
+ "immutable@5.1.5": {
5393
+ "integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A=="
5179
5394
  },
5180
5395
  "import-fresh@3.3.1": {
5181
5396
  "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
@@ -5214,8 +5429,8 @@
5214
5429
  "side-channel"
5215
5430
  ]
5216
5431
  },
5217
- "ip-address@10.0.1": {
5218
- "integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA=="
5432
+ "ip-address@10.1.0": {
5433
+ "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q=="
5219
5434
  },
5220
5435
  "ipaddr.js@1.9.1": {
5221
5436
  "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
@@ -5660,6 +5875,9 @@
5660
5875
  "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
5661
5876
  "deprecated": true
5662
5877
  },
5878
+ "lodash.memoize@4.1.2": {
5879
+ "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
5880
+ },
5663
5881
  "lodash.merge@4.6.2": {
5664
5882
  "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
5665
5883
  },
@@ -6359,6 +6577,13 @@
6359
6577
  ],
6360
6578
  "bin": true
6361
6579
  },
6580
+ "node-html-parser@6.1.13": {
6581
+ "integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==",
6582
+ "dependencies": [
6583
+ "css-select@5.2.2",
6584
+ "he"
6585
+ ]
6586
+ },
6362
6587
  "node-mock-http@1.0.4": {
6363
6588
  "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ=="
6364
6589
  },
@@ -6792,12 +7017,12 @@
6792
7017
  "pkce-challenge@5.0.1": {
6793
7018
  "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ=="
6794
7019
  },
6795
- "playwright-core@1.57.0": {
6796
- "integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==",
7020
+ "playwright-core@1.58.2": {
7021
+ "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==",
6797
7022
  "bin": true
6798
7023
  },
6799
- "playwright@1.57.0": {
6800
- "integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==",
7024
+ "playwright@1.58.2": {
7025
+ "integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==",
6801
7026
  "dependencies": [
6802
7027
  "playwright-core"
6803
7028
  ],
@@ -6809,7 +7034,7 @@
6809
7034
  "possible-typed-array-names@1.1.0": {
6810
7035
  "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg=="
6811
7036
  },
6812
- "postcss-load-config@3.1.4_postcss@8.5.6_ts-node@10.9.2__@types+node@25.3.2__typescript@5.9.3_@types+node@25.3.2_typescript@5.9.3": {
7037
+ "postcss-load-config@3.1.4_postcss@8.5.6_ts-node@10.9.2__@types+node@25.3.5__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
6813
7038
  "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
6814
7039
  "dependencies": [
6815
7040
  "lilconfig",
@@ -6852,11 +7077,20 @@
6852
7077
  "source-map-js"
6853
7078
  ]
6854
7079
  },
7080
+ "preact-render-to-string@6.6.6_preact@10.28.4": {
7081
+ "integrity": "sha512-EfqZJytnjJldV+YaaqhthU2oXsEf5e+6rDv957p+zxAvNfFLQOPfvBOTncscQ+akzu6Wrl7s3Pa0LjUQmWJsGQ==",
7082
+ "dependencies": [
7083
+ "preact"
7084
+ ]
7085
+ },
7086
+ "preact@10.28.4": {
7087
+ "integrity": "sha512-uKFfOHWuSNpRFVTnljsCluEFq57OKT+0QdOiQo8XWnQ/pSvg7OpX5eNOejELXJMWy+BwM2nobz0FkvzmnpCNsQ=="
7088
+ },
6855
7089
  "prelude-ls@1.2.1": {
6856
7090
  "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
6857
7091
  },
6858
- "prettier-plugin-svelte@3.5.0_prettier@3.8.1_svelte@5.53.6__acorn@8.16.0": {
6859
- "integrity": "sha512-2lLO/7EupnjO/95t+XZesXs8Bf3nYLIDfCo270h5QWbj/vjLqmrQ1LiRk9LPggxSDsnVYfehamZNf+rgQYApZg==",
7092
+ "prettier-plugin-svelte@3.5.1_prettier@3.8.1_svelte@5.53.7__acorn@8.16.0": {
7093
+ "integrity": "sha512-65+fr5+cgIKWKiqM1Doum4uX6bY8iFCdztvvp2RcF+AJoieaw9kJOFMNcJo/bkmKYsxFaM9OsVZK/gWauG/5mg==",
6860
7094
  "dependencies": [
6861
7095
  "prettier",
6862
7096
  "svelte"
@@ -7310,8 +7544,8 @@
7310
7544
  ],
7311
7545
  "bin": true
7312
7546
  },
7313
- "sax@1.4.4": {
7314
- "integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw=="
7547
+ "sax@1.5.0": {
7548
+ "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA=="
7315
7549
  },
7316
7550
  "scheduler@0.27.0": {
7317
7551
  "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q=="
@@ -7323,10 +7557,6 @@
7323
7557
  "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
7324
7558
  "bin": true
7325
7559
  },
7326
- "semver@7.7.3": {
7327
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
7328
- "bin": true
7329
- },
7330
7560
  "semver@7.7.4": {
7331
7561
  "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
7332
7562
  "bin": true
@@ -7497,6 +7727,12 @@
7497
7727
  "@sigstore/verify"
7498
7728
  ]
7499
7729
  },
7730
+ "simple-code-frame@1.3.0": {
7731
+ "integrity": "sha512-MB4pQmETUBlNs62BBeRjIFGeuy/x6gGKh7+eRUemn1rCFhqo7K+4slPqsyizCbcbYLnaYqaoZ2FWsZ/jN06D8w==",
7732
+ "dependencies": [
7733
+ "kolorist"
7734
+ ]
7735
+ },
7500
7736
  "sirv@3.0.2": {
7501
7737
  "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
7502
7738
  "dependencies": [
@@ -7588,6 +7824,9 @@
7588
7824
  "minipass@7.1.3"
7589
7825
  ]
7590
7826
  },
7827
+ "stack-trace@1.0.0-pre2": {
7828
+ "integrity": "sha512-2ztBJRek8IVofG9DBJqdy2N5kulaacX30Nz7xmkYF6ale9WBVmIy6mFBchvGX7Vx/MyjBhx+Rcxqrj+dbOnQ6A=="
7829
+ },
7591
7830
  "stackback@0.0.2": {
7592
7831
  "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw=="
7593
7832
  },
@@ -7741,8 +7980,8 @@
7741
7980
  "supports-preserve-symlinks-flag@1.0.0": {
7742
7981
  "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
7743
7982
  },
7744
- "svelte-eslint-parser@1.5.1_svelte@5.53.6__acorn@8.16.0_postcss@8.5.6": {
7745
- "integrity": "sha512-UbY7DYoDg+x4AKLUcX5xWuEWylgmm8ZD2Z89YT/AK6Wm/ckeMTnOMwr6AVC99znXbRC26xzWEPhSgmB62E07Gg==",
7983
+ "svelte-eslint-parser@1.6.0_svelte@5.53.7__acorn@8.16.0_postcss@8.5.6": {
7984
+ "integrity": "sha512-qoB1ehychT6OxEtQAqc/guSqLS20SlA53Uijl7x375s8nlUT0lb9ol/gzraEEatQwsyPTJo87s2CmKL9Xab+Uw==",
7746
7985
  "dependencies": [
7747
7986
  "eslint-scope@8.4.0",
7748
7987
  "eslint-visitor-keys@4.2.1",
@@ -7757,7 +7996,7 @@
7757
7996
  "svelte"
7758
7997
  ]
7759
7998
  },
7760
- "svelte2tsx@0.7.51_svelte@5.53.6__acorn@8.16.0_typescript@5.9.3": {
7999
+ "svelte2tsx@0.7.51_svelte@5.53.7__acorn@8.16.0_typescript@5.9.3": {
7761
8000
  "integrity": "sha512-YbVMQi5LtQkVGOMdATTY8v3SMtkNjzYtrVDGaN3Bv+0LQ47tGXu/Oc8ryTkcYuEJWTZFJ8G2+2I8ORcQVGt9Ag==",
7762
8001
  "dependencies": [
7763
8002
  "dedent-js",
@@ -7766,8 +8005,8 @@
7766
8005
  "typescript"
7767
8006
  ]
7768
8007
  },
7769
- "svelte@5.53.6_acorn@8.16.0": {
7770
- "integrity": "sha512-lP5DGF3oDDI9fhHcSpaBiJEkFLuS16h92DhM1L5K1lFm0WjOmUh1i2sNkBBk8rkxJRpob0dBE75jRfUzGZUOGA==",
8008
+ "svelte@5.53.7_acorn@8.16.0": {
8009
+ "integrity": "sha512-uxck1KI7JWtlfP3H6HOWi/94soAl23jsGJkBzN2BAWcQng0+lTrRNhxActFqORgnO9BHVd1hKJhG+ljRuIUWfQ==",
7771
8010
  "dependencies": [
7772
8011
  "@jridgewell/remapping",
7773
8012
  "@jridgewell/sourcemap-codec",
@@ -7787,8 +8026,8 @@
7787
8026
  "zimmerframe"
7788
8027
  ]
7789
8028
  },
7790
- "svgo@4.0.0": {
7791
- "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
8029
+ "svgo@4.0.1": {
8030
+ "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
7792
8031
  "dependencies": [
7793
8032
  "commander@11.1.0",
7794
8033
  "css-select@5.2.2",
@@ -7816,8 +8055,8 @@
7816
8055
  "strip-ansi@6.0.1"
7817
8056
  ]
7818
8057
  },
7819
- "tar@7.5.9": {
7820
- "integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==",
8058
+ "tar@7.5.10": {
8059
+ "integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==",
7821
8060
  "dependencies": [
7822
8061
  "@isaacs/fs-minipass",
7823
8062
  "chownr",
@@ -7879,7 +8118,7 @@
7879
8118
  "code-block-writer"
7880
8119
  ]
7881
8120
  },
7882
- "ts-node@10.9.2_@types+node@25.3.2_typescript@5.9.3": {
8121
+ "ts-node@10.9.2_@types+node@25.3.5_typescript@5.9.3": {
7883
8122
  "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
7884
8123
  "dependencies": [
7885
8124
  "@cspotcode/source-map-support",
@@ -7988,7 +8227,7 @@
7988
8227
  "reflect.getprototypeof"
7989
8228
  ]
7990
8229
  },
7991
- "typescript-eslint@8.56.1_eslint@9.39.3_typescript@5.9.3_@typescript-eslint+parser@8.56.1__eslint@9.39.3__typescript@5.9.3": {
8230
+ "typescript-eslint@8.56.1_eslint@9.39.4_typescript@5.9.3_@typescript-eslint+parser@8.56.1__eslint@9.39.4__typescript@5.9.3": {
7992
8231
  "integrity": "sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==",
7993
8232
  "dependencies": [
7994
8233
  "@typescript-eslint/eslint-plugin",
@@ -8189,17 +8428,17 @@
8189
8428
  "vfile-message"
8190
8429
  ]
8191
8430
  },
8192
- "vite-hot-client@2.1.0_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2": {
8431
+ "vite-hot-client@2.1.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
8193
8432
  "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
8194
8433
  "dependencies": [
8195
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
8434
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
8196
8435
  ]
8197
8436
  },
8198
- "vite-plugin-inspect@0.8.9_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2": {
8437
+ "vite-plugin-inspect@0.8.9_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
8199
8438
  "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
8200
8439
  "dependencies": [
8201
8440
  "@antfu/utils",
8202
- "@rollup/pluginutils",
8441
+ "@rollup/pluginutils@5.3.0",
8203
8442
  "debug@4.4.3",
8204
8443
  "error-stack-parser-es",
8205
8444
  "fs-extra@11.3.3",
@@ -8207,10 +8446,10 @@
8207
8446
  "perfect-debounce",
8208
8447
  "picocolors",
8209
8448
  "sirv",
8210
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
8449
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
8211
8450
  ]
8212
8451
  },
8213
- "vite-plugin-vue-devtools@7.7.9_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.2_typescript@5.9.3": {
8452
+ "vite-plugin-vue-devtools@7.7.9_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
8214
8453
  "integrity": "sha512-08DvePf663SxqLFJeMVNW537zzVyakp9KIrI2K7lwgaTqA5R/ydN/N2K8dgZO34tg/Qmw0ch84fOKoBtCEdcGg==",
8215
8454
  "dependencies": [
8216
8455
  "@vue/devtools-core",
@@ -8218,12 +8457,12 @@
8218
8457
  "@vue/devtools-shared",
8219
8458
  "execa",
8220
8459
  "sirv",
8221
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3",
8460
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
8222
8461
  "vite-plugin-inspect",
8223
8462
  "vite-plugin-vue-inspector"
8224
8463
  ]
8225
8464
  },
8226
- "vite-plugin-vue-inspector@5.3.2_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.2": {
8465
+ "vite-plugin-vue-inspector@5.3.2_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5": {
8227
8466
  "integrity": "sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==",
8228
8467
  "dependencies": [
8229
8468
  "@babel/core",
@@ -8235,10 +8474,22 @@
8235
8474
  "@vue/compiler-dom",
8236
8475
  "kolorist",
8237
8476
  "magic-string",
8238
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
8477
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
8478
+ ]
8479
+ },
8480
+ "vite-prerender-plugin@0.5.12_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
8481
+ "integrity": "sha512-EiwhbMn+flg14EysbLTmZSzq8NGTxhytgK3bf4aGRF1evWLGwZiHiUJ1KZDvbxgKbMf2pG6fJWGEa3UZXOnR1g==",
8482
+ "dependencies": [
8483
+ "kolorist",
8484
+ "magic-string",
8485
+ "node-html-parser",
8486
+ "simple-code-frame",
8487
+ "source-map@0.7.6",
8488
+ "stack-trace",
8489
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
8239
8490
  ]
8240
8491
  },
8241
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3": {
8492
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3": {
8242
8493
  "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
8243
8494
  "dependencies": [
8244
8495
  "@types/node",
@@ -8257,7 +8508,7 @@
8257
8508
  ],
8258
8509
  "bin": true
8259
8510
  },
8260
- "vite@7.3.1_@types+node@25.3.2_sass@1.97.3_picomatch@4.0.3": {
8511
+ "vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3": {
8261
8512
  "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
8262
8513
  "dependencies": [
8263
8514
  "@types/node",
@@ -8278,21 +8529,21 @@
8278
8529
  ],
8279
8530
  "bin": true
8280
8531
  },
8281
- "vitefu@1.1.2_vite@6.4.1__@types+node@25.3.2__picomatch@4.0.3_@types+node@25.3.2": {
8532
+ "vitefu@1.1.2_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
8282
8533
  "integrity": "sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==",
8283
8534
  "dependencies": [
8284
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
8535
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
8285
8536
  ],
8286
8537
  "optionalPeers": [
8287
- "vite@6.4.1_@types+node@25.3.2_picomatch@4.0.3"
8538
+ "vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
8288
8539
  ]
8289
8540
  },
8290
- "vitest@4.0.18_@types+node@25.3.2_happy-dom@20.7.0_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3": {
8541
+ "vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3": {
8291
8542
  "integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==",
8292
8543
  "dependencies": [
8293
8544
  "@types/node",
8294
8545
  "@vitest/expect",
8295
- "@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.2",
8546
+ "@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5",
8296
8547
  "@vitest/pretty-format",
8297
8548
  "@vitest/runner",
8298
8549
  "@vitest/snapshot",
@@ -8310,7 +8561,7 @@
8310
8561
  "tinyexec",
8311
8562
  "tinyglobby",
8312
8563
  "tinyrainbow",
8313
- "vite@7.3.1_@types+node@25.3.2_sass@1.97.3_picomatch@4.0.3",
8564
+ "vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3",
8314
8565
  "why-is-node-running"
8315
8566
  ],
8316
8567
  "optionalPeers": [
@@ -8319,12 +8570,12 @@
8319
8570
  ],
8320
8571
  "bin": true
8321
8572
  },
8322
- "vitest@4.0.18_@types+node@25.3.2_happy-dom@20.7.0_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_sass@1.97.3": {
8573
+ "vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3": {
8323
8574
  "integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==",
8324
8575
  "dependencies": [
8325
8576
  "@types/node",
8326
8577
  "@vitest/expect",
8327
- "@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.2__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.2_sass@1.97.3",
8578
+ "@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5_sass@1.97.3",
8328
8579
  "@vitest/pretty-format",
8329
8580
  "@vitest/runner",
8330
8581
  "@vitest/snapshot",
@@ -8342,7 +8593,7 @@
8342
8593
  "tinyexec",
8343
8594
  "tinyglobby",
8344
8595
  "tinyrainbow",
8345
- "vite@7.3.1_@types+node@25.3.2_sass@1.97.3_picomatch@4.0.3",
8596
+ "vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3",
8346
8597
  "why-is-node-running"
8347
8598
  ],
8348
8599
  "optionalPeers": [
@@ -8354,7 +8605,7 @@
8354
8605
  "vue-component-type-helpers@2.2.12": {
8355
8606
  "integrity": "sha512-YbGqHZ5/eW4SnkPNR44mKVc6ZKQoRs/Rux1sxC6rdwXb4qpbOSYfDr9DsTHolOTGmIKgM9j141mZbBeg05R1pw=="
8356
8607
  },
8357
- "vue-eslint-parser@10.4.0_eslint@9.39.3": {
8608
+ "vue-eslint-parser@10.4.0_eslint@9.39.4": {
8358
8609
  "integrity": "sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==",
8359
8610
  "dependencies": [
8360
8611
  "debug@4.4.3",
@@ -8628,77 +8879,88 @@
8628
8879
  }
8629
8880
  },
8630
8881
  "workspace": {
8882
+ "dependencies": [
8883
+ "npm:playwright@1.58.2"
8884
+ ],
8631
8885
  "packageJson": {
8632
8886
  "dependencies": [
8633
- "npm:@analogjs/astro-angular@^2.3.0",
8634
- "npm:@analogjs/vite-plugin-angular@^2.3.0",
8635
- "npm:@analogjs/vitest-angular@^2.3.0",
8636
- "npm:@angular-devkit/architect@0.2102",
8637
- "npm:@angular-devkit/schematics@^21.2.0",
8638
- "npm:@angular/animations@^21.1.6",
8639
- "npm:@angular/build@^21.1.5",
8640
- "npm:@angular/cli@^21.2.0",
8641
- "npm:@angular/common@^21.1.6",
8642
- "npm:@angular/compiler-cli@^21.1.6",
8643
- "npm:@angular/compiler@^21.1.6",
8644
- "npm:@angular/core@^21.1.6",
8645
- "npm:@angular/language-service@^21.1.6",
8646
- "npm:@angular/platform-browser@^21.1.6",
8647
- "npm:@angular/platform-server@^21.1.6",
8648
- "npm:@angular/router@^21.1.6",
8887
+ "npm:@analogjs/astro-angular@^2.3.1",
8888
+ "npm:@analogjs/vite-plugin-angular@^2.3.1",
8889
+ "npm:@analogjs/vitest-angular@^2.3.1",
8890
+ "npm:@angular-devkit/architect@~0.2102.1",
8891
+ "npm:@angular-devkit/schematics@^21.2.1",
8892
+ "npm:@angular/animations@^21.2.1",
8893
+ "npm:@angular/build@^21.2.1",
8894
+ "npm:@angular/cli@^21.2.1",
8895
+ "npm:@angular/common@^21.2.1",
8896
+ "npm:@angular/compiler-cli@^21.2.1",
8897
+ "npm:@angular/compiler@^21.2.1",
8898
+ "npm:@angular/core@^21.2.1",
8899
+ "npm:@angular/language-service@^21.2.1",
8900
+ "npm:@angular/platform-browser@^21.2.1",
8901
+ "npm:@angular/platform-server@^21.2.1",
8902
+ "npm:@angular/router@^21.2.1",
8903
+ "npm:@astrojs/preact@^4.1.3",
8649
8904
  "npm:@astrojs/react@^4.4.2",
8650
8905
  "npm:@astrojs/svelte@^7.2.5",
8651
8906
  "npm:@astrojs/vue@^5.1.4",
8652
- "npm:@eslint/compat@^2.0.2",
8653
- "npm:@eslint/js@^9.39.3",
8907
+ "npm:@babel/core@^7.29.0",
8908
+ "npm:@eslint/compat@^2.0.3",
8909
+ "npm:@eslint/eslintrc@^3.3.5",
8910
+ "npm:@eslint/js@^9.39.4",
8654
8911
  "npm:@eslint/markdown@^7.5.1",
8912
+ "npm:@nanostores/preact@1",
8655
8913
  "npm:@nanostores/react@1",
8656
- "npm:@nanostores/vue@^1.0.1",
8657
- "npm:@playwright/test@1.57.0",
8914
+ "npm:@nanostores/vue@^1.1.0",
8915
+ "npm:@playwright/test@1.58.2",
8916
+ "npm:@preact/preset-vite@^2.10.3",
8658
8917
  "npm:@sveltejs/vite-plugin-svelte@^6.2.4",
8659
8918
  "npm:@testing-library/angular@^19.1.0",
8660
8919
  "npm:@testing-library/dom@^10.4.1",
8661
8920
  "npm:@testing-library/jest-dom@^6.9.1",
8921
+ "npm:@testing-library/preact@^3.2.4",
8662
8922
  "npm:@testing-library/react@^16.3.2",
8663
8923
  "npm:@testing-library/svelte@^5.3.1",
8664
8924
  "npm:@testing-library/user-event@^14.6.1",
8665
8925
  "npm:@testing-library/vue@^8.1.0",
8666
8926
  "npm:@types/js-beautify@^1.14.3",
8667
- "npm:@types/node@^25.3.2",
8927
+ "npm:@types/node@^25.3.5",
8668
8928
  "npm:@types/react-dom@^19.2.3",
8669
8929
  "npm:@types/react@^19.2.14",
8670
8930
  "npm:@vitejs/plugin-react@^5.1.4",
8671
8931
  "npm:@vitejs/plugin-vue@^6.0.4",
8672
- "npm:angular-eslint@^21.2.0",
8932
+ "npm:angular-eslint@^21.3.0",
8673
8933
  "npm:astro@^5.18.0",
8674
8934
  "npm:better-npm-audit@^3.11.0",
8675
8935
  "npm:dotenv@^17.3.1",
8936
+ "npm:eslint-config-preact@2",
8676
8937
  "npm:eslint-config-prettier@^10.1.8",
8677
8938
  "npm:eslint-plugin-astro@^1.6.0",
8678
8939
  "npm:eslint-plugin-import@^2.32.0",
8679
8940
  "npm:eslint-plugin-jest-dom@^5.5.0",
8680
8941
  "npm:eslint-plugin-jest@^29.15.0",
8681
8942
  "npm:eslint-plugin-perfectionist@^5.6.0",
8682
- "npm:eslint-plugin-playwright@^2.8.0",
8943
+ "npm:eslint-plugin-playwright@^2.9.0",
8683
8944
  "npm:eslint-plugin-react-hooks@^7.0.1",
8684
8945
  "npm:eslint-plugin-react@^7.37.5",
8685
8946
  "npm:eslint-plugin-svelte@^3.15.0",
8686
8947
  "npm:eslint-plugin-testing-library@^7.16.0",
8687
8948
  "npm:eslint-plugin-vue@^10.8.0",
8688
- "npm:eslint@^9.39.3",
8689
- "npm:globals@^17.3.0",
8690
- "npm:happy-dom@^20.7.0",
8949
+ "npm:eslint@^9.39.4",
8950
+ "npm:globals@^17.4.0",
8951
+ "npm:happy-dom@^20.8.3",
8691
8952
  "npm:improved-yarn-audit@^3.0.4",
8692
8953
  "npm:js-beautify@^1.15.4",
8693
8954
  "npm:nanostores@^1.1.1",
8694
8955
  "npm:patch-package@^8.0.1",
8695
- "npm:prettier-plugin-svelte@^3.5.0",
8956
+ "npm:preact@^10.28.4",
8957
+ "npm:prettier-plugin-svelte@^3.5.1",
8696
8958
  "npm:prettier@^3.8.1",
8697
8959
  "npm:react-dom@^19.2.4",
8698
8960
  "npm:react@^19.2.4",
8699
8961
  "npm:rxjs@^7.8.2",
8700
- "npm:svelte-eslint-parser@^1.5.1",
8701
- "npm:svelte@^5.53.6",
8962
+ "npm:svelte-eslint-parser@^1.6.0",
8963
+ "npm:svelte@^5.53.7",
8702
8964
  "npm:ts-node@^10.9.2",
8703
8965
  "npm:tslib@^2.8.1",
8704
8966
  "npm:typescript-eslint@^8.56.1",