create-outsystems-astro 0.7.2 → 0.8.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 (30) hide show
  1. package/README.md +1 -0
  2. package/bin/cli.js +10 -1
  3. package/package.json +1 -1
  4. package/template/.github/workflows/test.yml +13 -13
  5. package/template/.prettierrc +1 -1
  6. package/template/AGENTS.md +74 -2
  7. package/template/astro.config.mjs +5 -0
  8. package/template/bun.lock +640 -190
  9. package/template/deno.json +1 -17
  10. package/template/deno.lock +889 -461
  11. package/template/eslint.config.mjs +5 -0
  12. package/template/package-lock.json +7593 -3817
  13. package/template/package.json +44 -84
  14. package/template/pnpm-lock.yaml +1602 -733
  15. package/template/src/framework/solid/Demo.tsx +85 -0
  16. package/template/src/framework/solid/Store.tsx +31 -0
  17. package/template/src/images/solid.png +0 -0
  18. package/template/src/pages/multi/store.astro +3 -1
  19. package/template/src/pages/solid/solid-demo.astro +65 -0
  20. package/template/src/stores/framework.ts +1 -0
  21. package/template/test/e2e/solid/solid-demo.spec.ts +42 -0
  22. package/template/test/integration/solid/Demo.test.tsx +90 -0
  23. package/template/vitest.config.ts +12 -0
  24. package/template/yarn.lock +945 -392
  25. /package/template/patches/{@angular+build+21.2.2.patch → @angular+build+21.2.5.patch} +0 -0
  26. /package/template/test/e2e/angular/{angular-counter.spec.ts → angular-demo.spec.ts} +0 -0
  27. /package/template/test/e2e/preact/{preact-counter.spec.ts → preact-demo.spec.ts} +0 -0
  28. /package/template/test/e2e/react/{react-counter.spec.ts → react-demo.spec.ts} +0 -0
  29. /package/template/test/e2e/svelte/{svelte-counter.spec.ts → svelte-demo.spec.ts} +0 -0
  30. /package/template/test/e2e/vue/{vue-counter.spec.ts → vue-demo.spec.ts} +0 -0
@@ -4,79 +4,67 @@ settings:
4
4
  autoInstallPeers: true
5
5
  excludeLinksFromLockfile: false
6
6
 
7
- overrides:
8
- devalue: ^5.6.4
9
- flatted: ^3.4.2
10
- h3: ^1.15.6
11
- hono: ^4.12.7
12
- path-to-regexp: ^8.4.0
13
- smol-toml: ^1.6.1
14
- tar: ^7.5.11
15
- undici: ^7.24.0
16
- brace-expansion@1: ^1.1.13
17
- brace-expansion@2: ^2.0.3
18
- brace-expansion@5: ^5.0.5
19
- picomatch@2: ^2.3.2
20
- picomatch@3: ^3.0.2
21
- picomatch@4: ^4.0.4
22
- yaml@1: ^1.10.3
23
- yaml@2: ^2.8.3
24
-
25
7
  importers:
26
8
 
27
9
  .:
28
10
  dependencies:
29
11
  '@analogjs/astro-angular':
30
12
  specifier: ^2.3.1
31
- version: 2.3.1(2b972e67d7dec3cf7dd0bf677a021c00)
13
+ version: 2.3.1(52c929a77a1763c25f2f5a1d1f447276)
32
14
  '@angular/animations':
33
- specifier: ^21.2.4
34
- version: 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
15
+ specifier: ^21.2.6
16
+ version: 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
35
17
  '@angular/common':
36
- specifier: ^21.2.4
37
- version: 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
18
+ specifier: ^21.2.6
19
+ version: 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
38
20
  '@angular/core':
39
- specifier: ^21.2.4
40
- version: 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
21
+ specifier: ^21.2.6
22
+ version: 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
41
23
  '@angular/platform-browser':
42
- specifier: ^21.2.4
43
- version: 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
24
+ specifier: ^21.2.6
25
+ version: 21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
44
26
  '@angular/platform-server':
45
- specifier: ^21.2.4
46
- version: 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
27
+ specifier: ^21.2.6
28
+ version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2)
47
29
  '@angular/router':
48
- specifier: ^21.2.4
49
- version: 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
30
+ specifier: ^21.2.6
31
+ version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2)
50
32
  '@astrojs/preact':
51
33
  specifier: ^4.1.3
52
- version: 4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)
34
+ version: 4.1.3(@babel/core@7.29.0)(@types/node@25.5.0)(lightningcss@1.32.0)(preact@10.29.0)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)
53
35
  '@astrojs/react':
54
36
  specifier: ^4.4.2
55
- version: 4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)
37
+ version: 4.4.2(@types/node@25.5.0)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(lightningcss@1.32.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)
38
+ '@astrojs/solid-js':
39
+ specifier: ^5.1.3
40
+ version: 5.1.3(@testing-library/jest-dom@6.9.1)(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(solid-js@1.9.12)(yaml@2.8.3)
56
41
  '@astrojs/svelte':
57
42
  specifier: ^7.2.5
58
- version: 7.2.5(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(sass@1.97.3)(svelte@5.53.7)(typescript@5.9.3)(yaml@2.8.3)
43
+ version: 7.2.5(@types/node@25.5.0)(astro@5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(lightningcss@1.32.0)(sass@1.97.3)(svelte@5.55.0)(typescript@5.9.3)(yaml@2.8.3)
59
44
  '@astrojs/vue':
60
45
  specifier: ^5.1.4
61
- version: 5.1.4(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(rollup@4.59.0)(sass@1.97.3)(vue@3.5.29(typescript@5.9.3))(yaml@2.8.3)
46
+ version: 5.1.4(@types/node@25.5.0)(astro@5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(vue@3.5.31(typescript@5.9.3))(yaml@2.8.3)
62
47
  '@nanostores/preact':
63
- specifier: ^1.0.0
64
- version: 1.0.0(nanostores@1.1.1)(preact@10.28.4)
48
+ specifier: ^1.1.0
49
+ version: 1.1.0(nanostores@1.2.0)(preact@10.29.0)
65
50
  '@nanostores/react':
66
- specifier: ^1.0.0
67
- version: 1.0.0(nanostores@1.1.1)(react@19.2.4)
51
+ specifier: ^1.1.0
52
+ version: 1.1.0(nanostores@1.2.0)(react@19.2.4)
53
+ '@nanostores/solid':
54
+ specifier: ^1.1.1
55
+ version: 1.1.1(nanostores@1.2.0)(solid-js@1.9.12)
68
56
  '@nanostores/vue':
69
57
  specifier: ^1.1.0
70
- version: 1.1.0(nanostores@1.1.1)(vue@3.5.29(typescript@5.9.3))
58
+ version: 1.1.0(nanostores@1.2.0)(vue@3.5.31(typescript@5.9.3))
71
59
  astro:
72
60
  specifier: ^5.18.1
73
- version: 5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
61
+ version: 5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
74
62
  nanostores:
75
- specifier: ^1.1.1
76
- version: 1.1.1
63
+ specifier: ^1.2.0
64
+ version: 1.2.0
77
65
  preact:
78
- specifier: ^10.28.4
79
- version: 10.28.4
66
+ specifier: ^10.29.0
67
+ version: 10.29.0
80
68
  react:
81
69
  specifier: ^19.2.4
82
70
  version: 19.2.4
@@ -86,43 +74,46 @@ importers:
86
74
  rxjs:
87
75
  specifier: ^7.8.2
88
76
  version: 7.8.2
77
+ solid-js:
78
+ specifier: ^1.9.12
79
+ version: 1.9.12
89
80
  svelte:
90
- specifier: ^5.53.7
91
- version: 5.53.7
81
+ specifier: ^5.55.0
82
+ version: 5.55.0
92
83
  tslib:
93
84
  specifier: ^2.8.1
94
85
  version: 2.8.1
95
86
  vue:
96
- specifier: ^3.5.29
97
- version: 3.5.29(typescript@5.9.3)
87
+ specifier: ^3.5.31
88
+ version: 3.5.31(typescript@5.9.3)
98
89
  devDependencies:
99
90
  '@analogjs/vite-plugin-angular':
100
91
  specifier: ^2.3.1
101
- version: 2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))
92
+ version: 2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))
102
93
  '@analogjs/vitest-angular':
103
94
  specifier: ^2.3.1
104
- version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)))(@angular-devkit/architect@0.2102.2(chokidar@5.0.0))(@angular-devkit/schematics@21.2.2(chokidar@5.0.0))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))
95
+ version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d)))(@angular-devkit/architect@0.2102.5(chokidar@5.0.0))(@angular-devkit/schematics@21.2.5(chokidar@5.0.0))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))
105
96
  '@angular-devkit/architect':
106
- specifier: ^0.2102.2
107
- version: 0.2102.2(chokidar@5.0.0)
97
+ specifier: ^0.2102.5
98
+ version: 0.2102.5(chokidar@5.0.0)
108
99
  '@angular-devkit/schematics':
109
- specifier: ^21.2.2
110
- version: 21.2.2(chokidar@5.0.0)
100
+ specifier: ^21.2.5
101
+ version: 21.2.5(chokidar@5.0.0)
111
102
  '@angular/build':
112
- specifier: ^21.2.2
113
- version: 21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)
103
+ specifier: ^21.2.5
104
+ version: 21.2.5(baf64ce12e602603ce982c1c5ab3274d)
114
105
  '@angular/cli':
115
- specifier: ^21.2.2
116
- version: 21.2.2(@types/node@25.3.5)(chokidar@5.0.0)
106
+ specifier: ^21.2.5
107
+ version: 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
117
108
  '@angular/compiler':
118
- specifier: ^21.2.4
119
- version: 21.2.4
109
+ specifier: ^21.2.6
110
+ version: 21.2.6
120
111
  '@angular/compiler-cli':
121
- specifier: ^21.2.4
122
- version: 21.2.4(@angular/compiler@21.2.4)(typescript@5.9.3)
112
+ specifier: ^21.2.6
113
+ version: 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
123
114
  '@angular/language-service':
124
- specifier: ^21.2.4
125
- version: 21.2.4
115
+ specifier: ^21.2.6
116
+ version: 21.2.6
126
117
  '@babel/core':
127
118
  specifier: ^7.29.0
128
119
  version: 7.29.0
@@ -136,20 +127,26 @@ importers:
136
127
  specifier: ^9.39.4
137
128
  version: 9.39.4
138
129
  '@eslint/markdown':
139
- specifier: ^7.5.1
140
- version: 7.5.1
130
+ specifier: ^8.0.0
131
+ version: 8.0.0
132
+ '@oxc-project/runtime':
133
+ specifier: ^0.122.0
134
+ version: 0.122.0
141
135
  '@playwright/test':
142
136
  specifier: 1.58.2
143
137
  version: 1.58.2
144
138
  '@preact/preset-vite':
145
- specifier: ^2.10.3
146
- version: 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
139
+ specifier: ^2.10.5
140
+ version: 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
141
+ '@solidjs/testing-library':
142
+ specifier: ^0.8.10
143
+ version: 0.8.10(solid-js@1.9.12)
147
144
  '@sveltejs/vite-plugin-svelte':
148
- specifier: ^6.2.4
149
- version: 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
145
+ specifier: ^7.0.0
146
+ version: 7.0.0(svelte@5.55.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
150
147
  '@testing-library/angular':
151
- specifier: ^19.1.0
152
- version: 19.1.0(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/router@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)
148
+ specifier: ^19.1.10
149
+ version: 19.2.1(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/router@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)
153
150
  '@testing-library/dom':
154
151
  specifier: ^10.4.1
155
152
  version: 10.4.1
@@ -158,25 +155,25 @@ importers:
158
155
  version: 6.9.1
159
156
  '@testing-library/preact':
160
157
  specifier: ^3.2.4
161
- version: 3.2.4(preact@10.28.4)
158
+ version: 3.2.4(preact@10.29.0)
162
159
  '@testing-library/react':
163
160
  specifier: ^16.3.2
164
161
  version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
165
162
  '@testing-library/svelte':
166
163
  specifier: ^5.3.1
167
- version: 5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))
164
+ version: 5.3.1(svelte@5.55.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))
168
165
  '@testing-library/user-event':
169
166
  specifier: ^14.6.1
170
167
  version: 14.6.1(@testing-library/dom@10.4.1)
171
168
  '@testing-library/vue':
172
169
  specifier: ^8.1.0
173
- version: 8.1.0(@vue/compiler-sfc@3.5.29)(vue@3.5.29(typescript@5.9.3))
170
+ version: 8.1.0(@vue/compiler-sfc@3.5.31)(vue@3.5.31(typescript@5.9.3))
174
171
  '@types/js-beautify':
175
172
  specifier: ^1.14.3
176
173
  version: 1.14.3
177
174
  '@types/node':
178
- specifier: ^25.3.5
179
- version: 25.3.5
175
+ specifier: ^25.5.0
176
+ version: 25.5.0
180
177
  '@types/react':
181
178
  specifier: ^19.2.14
182
179
  version: 19.2.14
@@ -184,14 +181,14 @@ importers:
184
181
  specifier: ^19.2.3
185
182
  version: 19.2.3(@types/react@19.2.14)
186
183
  '@vitejs/plugin-react':
187
- specifier: ^5.1.4
188
- version: 5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
184
+ specifier: ^6.0.1
185
+ version: 6.0.1(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
189
186
  '@vitejs/plugin-vue':
190
- specifier: ^6.0.4
191
- version: 6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
187
+ specifier: ^6.0.5
188
+ version: 6.0.5(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
192
189
  angular-eslint:
193
- specifier: ^21.3.0
194
- version: 21.3.0(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.56.1(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3)
190
+ specifier: ^21.3.1
191
+ version: 21.3.1(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.57.2(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3)
195
192
  better-npm-audit:
196
193
  specifier: ^3.11.0
197
194
  version: 3.11.0
@@ -212,40 +209,43 @@ importers:
212
209
  version: 1.6.0(eslint@9.39.4)
213
210
  eslint-plugin-import:
214
211
  specifier: ^2.32.0
215
- version: 2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
212
+ version: 2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
216
213
  eslint-plugin-jest:
217
- specifier: ^29.15.0
218
- version: 29.15.0(@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))(eslint@9.39.4)(typescript@5.9.3)
214
+ specifier: ^29.15.1
215
+ version: 29.15.1(@typescript-eslint/eslint-plugin@8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
219
216
  eslint-plugin-jest-dom:
220
217
  specifier: ^5.5.0
221
218
  version: 5.5.0(@testing-library/dom@10.4.1)(eslint@9.39.4)
222
219
  eslint-plugin-perfectionist:
223
- specifier: ^5.6.0
224
- version: 5.6.0(eslint@9.39.4)(typescript@5.9.3)
220
+ specifier: ^5.7.0
221
+ version: 5.7.0(eslint@9.39.4)(typescript@5.9.3)
225
222
  eslint-plugin-playwright:
226
- specifier: ^2.9.0
227
- version: 2.9.0(eslint@9.39.4)
223
+ specifier: ^2.10.1
224
+ version: 2.10.1(eslint@9.39.4)
228
225
  eslint-plugin-react:
229
226
  specifier: ^7.37.5
230
227
  version: 7.37.5(eslint@9.39.4)
231
228
  eslint-plugin-react-hooks:
232
229
  specifier: ^7.0.1
233
230
  version: 7.0.1(eslint@9.39.4)
231
+ eslint-plugin-solid:
232
+ specifier: ^0.14.5
233
+ version: 0.14.5(eslint@9.39.4)(typescript@5.9.3)
234
234
  eslint-plugin-svelte:
235
- specifier: ^3.15.0
236
- version: 3.15.0(eslint@9.39.4)(svelte@5.53.7)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3))
235
+ specifier: ^3.16.0
236
+ version: 3.16.0(eslint@9.39.4)(svelte@5.55.0)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3))
237
237
  eslint-plugin-testing-library:
238
- specifier: ^7.16.0
239
- version: 7.16.0(eslint@9.39.4)(typescript@5.9.3)
238
+ specifier: ^7.16.2
239
+ version: 7.16.2(eslint@9.39.4)(typescript@5.9.3)
240
240
  eslint-plugin-vue:
241
241
  specifier: ^10.8.0
242
- version: 10.8.0(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
242
+ version: 10.8.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
243
243
  globals:
244
244
  specifier: ^17.4.0
245
245
  version: 17.4.0
246
246
  happy-dom:
247
- specifier: ^20.8.8
248
- version: 20.8.8
247
+ specifier: ^20.8.9
248
+ version: 20.8.9
249
249
  improved-yarn-audit:
250
250
  specifier: ^3.0.4
251
251
  version: 3.0.4
@@ -258,27 +258,33 @@ importers:
258
258
  prettier:
259
259
  specifier: ^3.8.1
260
260
  version: 3.8.1
261
+ prettier-plugin-solidity:
262
+ specifier: ^2.3.1
263
+ version: 2.3.1(prettier@3.8.1)
261
264
  prettier-plugin-svelte:
262
265
  specifier: ^3.5.1
263
- version: 3.5.1(prettier@3.8.1)(svelte@5.53.7)
266
+ version: 3.5.1(prettier@3.8.1)(svelte@5.55.0)
264
267
  svelte-eslint-parser:
265
268
  specifier: ^1.6.0
266
- version: 1.6.0(svelte@5.53.7)
269
+ version: 1.6.0(svelte@5.55.0)
267
270
  ts-node:
268
271
  specifier: ^10.9.2
269
- version: 10.9.2(@types/node@25.3.5)(typescript@5.9.3)
272
+ version: 10.9.2(@types/node@25.5.0)(typescript@5.9.3)
270
273
  typescript:
271
274
  specifier: ^5.9.3
272
275
  version: 5.9.3
273
276
  typescript-eslint:
274
- specifier: ^8.56.1
275
- version: 8.56.1(eslint@9.39.4)(typescript@5.9.3)
277
+ specifier: ^8.57.2
278
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
276
279
  vite:
277
- specifier: ^6.4.1
278
- version: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
280
+ specifier: ^8.0.1
281
+ version: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
282
+ vite-plugin-solid:
283
+ specifier: ^2.11.11
284
+ version: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
279
285
  vitest:
280
- specifier: ^4.0.18
281
- version: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
286
+ specifier: ^4.1.2
287
+ version: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
282
288
  vue-eslint-parser:
283
289
  specifier: ^10.4.0
284
290
  version: 10.4.0(eslint@9.39.4)
@@ -386,13 +392,13 @@ packages:
386
392
  zone.js:
387
393
  optional: true
388
394
 
389
- '@angular-devkit/architect@0.2102.2':
390
- resolution: {integrity: sha512-CDvFtXwyBtMRkTQnm+LfBNLL0yLV8ZGskrM1T6VkcGwXGFDott1FxUdj96ViodYsYL5fbJr0MNA6TlLcanV3kQ==}
395
+ '@angular-devkit/architect@0.2102.5':
396
+ resolution: {integrity: sha512-9xE7G177R9G9Kte+4AtbEMlEeZUupnvdBUMVBlZRa/n4UDUyAkB/vj58KrzRCCIVQ/ypHVMwUilaDTO484dd+g==}
391
397
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
392
398
  hasBin: true
393
399
 
394
- '@angular-devkit/core@21.2.1':
395
- resolution: {integrity: sha512-TpXGjERqVPN8EPt7LdmWAwh0oNQ/6uWFutzGZiXhJy81n1zb1O1XrqhRAmvP1cAo5O+na6IV2JkkCmxL6F8GUg==}
400
+ '@angular-devkit/core@21.2.5':
401
+ resolution: {integrity: sha512-9z9w7UxKKVmib5QHFZTOfJpAiSudqQwwEZFpQy31yaXR3tJw85xO5owi+66sgTpEvNh9Ix2THhcUq//ToP/0VA==}
396
402
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
397
403
  peerDependencies:
398
404
  chokidar: ^5.0.0
@@ -400,71 +406,62 @@ packages:
400
406
  chokidar:
401
407
  optional: true
402
408
 
403
- '@angular-devkit/core@21.2.2':
404
- resolution: {integrity: sha512-xUeKGe4BDQpkz0E6fnAPIJXE0y0nqtap0KhJIBhvN7xi3NenIzTmoi6T9Yv5OOBUdLZbOm4SOel8MhdXiIBpAQ==}
405
- engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
406
- peerDependencies:
407
- chokidar: ^5.0.0
408
- peerDependenciesMeta:
409
- chokidar:
410
- optional: true
411
-
412
- '@angular-devkit/schematics@21.2.2':
413
- resolution: {integrity: sha512-CCeyQxGUq+oyGnHd7PfcYIVbj9pRnqjQq0rAojoAqs1BJdtInx9weLBCLy+AjM3NHePeZrnwm+wEVr8apED8kg==}
409
+ '@angular-devkit/schematics@21.2.5':
410
+ resolution: {integrity: sha512-gEg84eipTX6lcpNTDVUXBBwp0vs3rXM319Qom+sCLOKBGyqE0mvb1RM1WwfNcyOqeSMQC/vLUwRKqnP0wg1UDg==}
414
411
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
415
412
 
416
- '@angular-eslint/builder@21.3.0':
417
- resolution: {integrity: sha512-26QUUouei52biUFAlJSrWNAU9tuF2miKwd8uHdxWwCF31xz+OxC5+NfudWvt1AFaYow7gWueX1QX3rNNtSPDrg==}
413
+ '@angular-eslint/builder@21.3.1':
414
+ resolution: {integrity: sha512-1f1Lyp5e7OH6txiV224HaY3G1uRCj91OSKq7hT2Vw9NRw6zWFc1anBpDeLVjpL9ptUxzUGIQR5jEV54hOPayoQ==}
418
415
  peerDependencies:
419
416
  '@angular/cli': '>= 21.0.0 < 22.0.0'
420
417
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
421
418
  typescript: '*'
422
419
 
423
- '@angular-eslint/bundled-angular-compiler@21.3.0':
424
- resolution: {integrity: sha512-l521I24J9gJxyMbRkrM24Tc7W8J8BP+TDAmVs2nT8+lXbS3kg8QpWBRtd+hNUgq6o+vt+lKBkytnEfu8OiqeRg==}
420
+ '@angular-eslint/bundled-angular-compiler@21.3.1':
421
+ resolution: {integrity: sha512-jjbnJPUXQeQBJ8RM+ahlbt4GH2emVN8JvG3AhFbPci1FrqXi9cOOfkbwLmvpoyTli4LF8gy7g4ctFqnlRgqryw==}
425
422
 
426
- '@angular-eslint/eslint-plugin-template@21.3.0':
427
- resolution: {integrity: sha512-lVixd/KypPWgA/5/pUOhJV9MTcaHjYZEqyOi+IiLk+h+maGxn6/s6Ot+20n+XGS85zAgOY+qUw6EEQ11hoojIQ==}
423
+ '@angular-eslint/eslint-plugin-template@21.3.1':
424
+ resolution: {integrity: sha512-ndPWJodkcEOu2PVUxlUwyz4D2u3r9KO7veWmStVNOLeNrICJA+nQvrz2BWCu0l48rO0K5ezsy0JFcQDVwE/5mw==}
428
425
  peerDependencies:
429
- '@angular-eslint/template-parser': 21.3.0
426
+ '@angular-eslint/template-parser': 21.3.1
430
427
  '@typescript-eslint/types': ^7.11.0 || ^8.0.0
431
428
  '@typescript-eslint/utils': ^7.11.0 || ^8.0.0
432
429
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
433
430
  typescript: '*'
434
431
 
435
- '@angular-eslint/eslint-plugin@21.3.0':
436
- resolution: {integrity: sha512-Whf/AUUBekOlfSJRS78m76YGrBQAZ3waXE7oOdlW5xEQvn8jBDN9EGuNnjg/syZzvzjK4ZpYC4g1XYXrc+fQIg==}
432
+ '@angular-eslint/eslint-plugin@21.3.1':
433
+ resolution: {integrity: sha512-08NNTxwawRLTWPLl8dg1BnXMwimx93y4wMEwx2aWQpJbIt4pmNvwJzd+NgoD/Ag2VdLS/gOMadhJH5fgaYKsPQ==}
437
434
  peerDependencies:
438
435
  '@typescript-eslint/utils': ^7.11.0 || ^8.0.0
439
436
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
440
437
  typescript: '*'
441
438
 
442
- '@angular-eslint/schematics@21.3.0':
443
- resolution: {integrity: sha512-8deU/zVY9f8k8kAQQ9PL130ox2VlrZw3fMxgsPNAY5tjQ0xk0J2YVSszYHhcqdMGG1J01IsxIjvQaJ4pFfEmMw==}
439
+ '@angular-eslint/schematics@21.3.1':
440
+ resolution: {integrity: sha512-1U2u4ZsZvwT30aXRLsIJf6tULIiioo9BtASNsldpYecU3/m/1+F61lCYG79qt7YWbif9KABPYZlFTJUFGN8HWA==}
444
441
  peerDependencies:
445
442
  '@angular/cli': '>= 21.0.0 < 22.0.0'
446
443
 
447
- '@angular-eslint/template-parser@21.3.0':
448
- resolution: {integrity: sha512-ysyou1zAY6M6rSZNdIcYKGd4nk6TCapamyFNB3ivmTlVZ0O35TS9o/rJ0aUttuHgDp+Ysgs3ql+LA746PXgCyQ==}
444
+ '@angular-eslint/template-parser@21.3.1':
445
+ resolution: {integrity: sha512-moERVCTekQKOvR8RMuEOtWSO3VS1qrzA3keI1dPto/JVB8Nqp9w3R5ZpEoXHzh4zgEryosxmPgdi6UczJe2ouQ==}
449
446
  peerDependencies:
450
447
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
451
448
  typescript: '*'
452
449
 
453
- '@angular-eslint/utils@21.3.0':
454
- resolution: {integrity: sha512-oNigH6w3l+owTMboj/uFG0tHOy43uH8BpQRtBOQL1/s2+5in/BJ2Fjobv3SyizxTgeJ1FhRefbkT8GmVjK7jAA==}
450
+ '@angular-eslint/utils@21.3.1':
451
+ resolution: {integrity: sha512-Q3SGA1/36phZhmsp1mYrKzp/jcmqofRr861MYn46FaWIKSYXBYRzl+H3FIJKBu5CE36Bggu6hbNpwGPuUp+MCg==}
455
452
  peerDependencies:
456
453
  '@typescript-eslint/utils': ^7.11.0 || ^8.0.0
457
454
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
458
455
  typescript: '*'
459
456
 
460
- '@angular/animations@21.2.4':
461
- resolution: {integrity: sha512-hO1P7ks9n7lW3D31bzHohSuoAaj05xJUlK8rZgX8IkH5DLx4qhvfNh0t4bbLuBJLP2r1TaLsQ8KFcemCkFRO2w==}
457
+ '@angular/animations@21.2.6':
458
+ resolution: {integrity: sha512-SPzTOlkyVagPdb7OMe9hw3dnpMGq2p/nADatzNfRUMXwit8AU8VaiPIrFRsCD52sAL1zDDj60gKsk/dprzIyFA==}
462
459
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
463
460
  peerDependencies:
464
- '@angular/core': 21.2.4
461
+ '@angular/core': 21.2.6
465
462
 
466
- '@angular/build@21.2.2':
467
- resolution: {integrity: sha512-Vq2eIneNxzhHm1MwEmRqEJDwHU9ODfSRDaMWwtysGMhpoMQmLdfTqkQDmkC2qVUr8mV8Z1i5I+oe5ZJaMr/PlQ==}
463
+ '@angular/build@21.2.5':
464
+ resolution: {integrity: sha512-AfE09K+pkgS3VB84R74XG/XB9LQmO6Q6YfpssjDwMnWGwDGGwUGydXn8AKdhnhI4mM2nFKoe+QYszFgrzu5HeQ==}
468
465
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
469
466
  peerDependencies:
470
467
  '@angular/compiler': ^21.0.0
@@ -474,7 +471,7 @@ packages:
474
471
  '@angular/platform-browser': ^21.0.0
475
472
  '@angular/platform-server': ^21.0.0
476
473
  '@angular/service-worker': ^21.0.0
477
- '@angular/ssr': ^21.2.2
474
+ '@angular/ssr': ^21.2.5
478
475
  karma: ^6.4.0
479
476
  less: ^4.2.0
480
477
  ng-packagr: ^21.0.0
@@ -509,38 +506,38 @@ packages:
509
506
  vitest:
510
507
  optional: true
511
508
 
512
- '@angular/cli@21.2.2':
513
- resolution: {integrity: sha512-eZo8/qX+ZIpIWc0CN+cCX13Lbgi/031wAp8DRVhDDO6SMVtcr/ObOQ2S16+pQdOMXxiG3vby6IhzJuz9WACzMQ==}
509
+ '@angular/cli@21.2.5':
510
+ resolution: {integrity: sha512-nLpyqXQ0s96jC/vR8CsKM3q94/F/nZwtbjM3E6g5lXpKe7cHfJkCfERPexx+jzzYP5JBhtm+u61aH6auu9KYQw==}
514
511
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
515
512
  hasBin: true
516
513
 
517
- '@angular/common@21.2.4':
518
- resolution: {integrity: sha512-NrP6qOuUpo3fqq14UJ1b2bIRtWsfvxh1qLqOyFV4gfBrHhXd0XffU1LUlUw1qp4w1uBSgPJ0/N5bSPUWrAguVg==}
514
+ '@angular/common@21.2.6':
515
+ resolution: {integrity: sha512-2FcpZ1h6AZ4JwCIlnpHCYrbRTGQTOj/RFXkuX/qw7K6cFmJGfWFMmr++xWtHZEvUddfbR9hqDo+v1mkqEKE/Kw==}
519
516
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
520
517
  peerDependencies:
521
- '@angular/core': 21.2.4
518
+ '@angular/core': 21.2.6
522
519
  rxjs: ^6.5.3 || ^7.4.0
523
520
 
524
- '@angular/compiler-cli@21.2.4':
525
- resolution: {integrity: sha512-vGjd7DZo/Ox50pQCm5EycmBu91JclimPtZoyNXu/2hSxz3oAkzwiHCwlHwk2g58eheSSp+lYtYRLmHAqSVZLjg==}
521
+ '@angular/compiler-cli@21.2.6':
522
+ resolution: {integrity: sha512-CiPmat4+D+hWXMTAY++09WeII/5D0r6iTjdLdaTq8tlo0uJcrOlazib4CpA94kJ2CRdzfhmC1H+ttwBI1xIlTg==}
526
523
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
527
524
  hasBin: true
528
525
  peerDependencies:
529
- '@angular/compiler': 21.2.4
526
+ '@angular/compiler': 21.2.6
530
527
  typescript: '>=5.9 <6.1'
531
528
  peerDependenciesMeta:
532
529
  typescript:
533
530
  optional: true
534
531
 
535
- '@angular/compiler@21.2.4':
536
- resolution: {integrity: sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==}
532
+ '@angular/compiler@21.2.6':
533
+ resolution: {integrity: sha512-shGkb/aAIPbG8oSYkVJ0msGlRdDVcJBVaUVx2KenMltifQjfLn5N8DFMAzOR6haaA3XeugFExxKqmvySjrVq+A==}
537
534
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
538
535
 
539
- '@angular/core@21.2.4':
540
- resolution: {integrity: sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==}
536
+ '@angular/core@21.2.6':
537
+ resolution: {integrity: sha512-svgK5DhFlQlS+sMybXftn08rHHRiDGY/uIKT5LZUaKgyffnkPb8uClpMIW0NzANtU8qs8pwgDZFoJw85Ia3oqQ==}
541
538
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
542
539
  peerDependencies:
543
- '@angular/compiler': 21.2.4
540
+ '@angular/compiler': 21.2.6
544
541
  rxjs: ^6.5.3 || ^7.4.0
545
542
  zone.js: ~0.15.0 || ~0.16.0
546
543
  peerDependenciesMeta:
@@ -549,38 +546,38 @@ packages:
549
546
  zone.js:
550
547
  optional: true
551
548
 
552
- '@angular/language-service@21.2.4':
553
- resolution: {integrity: sha512-seWlXWhayTwuL62Cfz+Ky/Wv67oYLX+cXplYoIinDVJPgQaU9jXpakLfKq8RwdRXVmgTE0HQ5dyoTozuWgJ8Nw==}
549
+ '@angular/language-service@21.2.6':
550
+ resolution: {integrity: sha512-ui2Zf/h736Kf/jwyXHN2OBQC9fEzGUCz5fJr72sEe4nqa6aTiCL0FfkTarHDLKEYPNr8M+ZX/icgo3j9yztJhQ==}
554
551
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
555
552
 
556
- '@angular/platform-browser@21.2.4':
557
- resolution: {integrity: sha512-1A9e/cQVu+3BkRCktLcO3RZGuw8NOTHw1frUUrpAz+iMyvIT4sDRFbL+U1g8qmOCZqRNC1Pi1HZfZ1kl6kvrcQ==}
553
+ '@angular/platform-browser@21.2.6':
554
+ resolution: {integrity: sha512-LW1vPXVHvy71LBahn+fSzPlWQl25kJIdcXq+ptG7HsMVgbPQ3/vvkKXAHYaRdppLGCFL+v+3dQGHYLNLiYL9qg==}
558
555
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
559
556
  peerDependencies:
560
- '@angular/animations': 21.2.4
561
- '@angular/common': 21.2.4
562
- '@angular/core': 21.2.4
557
+ '@angular/animations': 21.2.6
558
+ '@angular/common': 21.2.6
559
+ '@angular/core': 21.2.6
563
560
  peerDependenciesMeta:
564
561
  '@angular/animations':
565
562
  optional: true
566
563
 
567
- '@angular/platform-server@21.2.4':
568
- resolution: {integrity: sha512-3xc06g4tSiPs7R4YnOITaALzoZECaxyzTX9eVNCh5bVJF2NxxdkDNXnyEtwocCqoleJmphVCaZTMMFbdJngmIw==}
564
+ '@angular/platform-server@21.2.6':
565
+ resolution: {integrity: sha512-IatXqKzRRT8H1UolijS3Lv3SgthH5w3qHe5ZpQADYi9NIaIvtVMnDH3kIxWGhepjMtvUz235J3E6FrPer6mNZA==}
569
566
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
570
567
  peerDependencies:
571
- '@angular/common': 21.2.4
572
- '@angular/compiler': 21.2.4
573
- '@angular/core': 21.2.4
574
- '@angular/platform-browser': 21.2.4
568
+ '@angular/common': 21.2.6
569
+ '@angular/compiler': 21.2.6
570
+ '@angular/core': 21.2.6
571
+ '@angular/platform-browser': 21.2.6
575
572
  rxjs: ^6.5.3 || ^7.4.0
576
573
 
577
- '@angular/router@21.2.4':
578
- resolution: {integrity: sha512-OjWze4XT8i2MThcBXMv7ru1k6/5L6QYZbcXuseqimFCHm2avEJ+mXPovY066fMBZJhqbXdjB82OhHAWkIHjglQ==}
574
+ '@angular/router@21.2.6':
575
+ resolution: {integrity: sha512-0ajhkKYeOqHQEEH88+Q0HrheR3helwTvdTqD/0gTaapCe+HOoC+SYwmzzsYP2zwAxBNQEg4JHOGKQ30X9/gwgw==}
579
576
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
580
577
  peerDependencies:
581
- '@angular/common': 21.2.4
582
- '@angular/core': 21.2.4
583
- '@angular/platform-browser': 21.2.4
578
+ '@angular/common': 21.2.6
579
+ '@angular/core': 21.2.6
580
+ '@angular/platform-browser': 21.2.6
584
581
  rxjs: ^6.5.3 || ^7.4.0
585
582
 
586
583
  '@antfu/utils@0.7.10':
@@ -614,6 +611,16 @@ packages:
614
611
  react: ^17.0.2 || ^18.0.0 || ^19.0.0
615
612
  react-dom: ^17.0.2 || ^18.0.0 || ^19.0.0
616
613
 
614
+ '@astrojs/solid-js@5.1.3':
615
+ resolution: {integrity: sha512-KxfYt4y1d7BuSw6EsN1EaPoGYsIES7bEI6AtTbncuabRUUMZs+mOWOeOdmgnwVLj+jbNbhBjUZsqr77eUviZdw==}
616
+ engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
617
+ peerDependencies:
618
+ solid-devtools: ^0.30.1
619
+ solid-js: ^1.8.5
620
+ peerDependenciesMeta:
621
+ solid-devtools:
622
+ optional: true
623
+
617
624
  '@astrojs/svelte@7.2.5':
618
625
  resolution: {integrity: sha512-Tl5aF/dYbzzd7sLpxMBX6pRz3yJ1B4pilt9G3GJbj0I0/doJHIEmerNQsnlxX0/InNKUhMXXN8wyyet9VhA+Zw==}
619
626
  engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
@@ -678,6 +685,10 @@ packages:
678
685
  resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
679
686
  engines: {node: '>=6.9.0'}
680
687
 
688
+ '@babel/helper-module-imports@7.18.6':
689
+ resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
690
+ engines: {node: '>=6.9.0'}
691
+
681
692
  '@babel/helper-module-imports@7.28.6':
682
693
  resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
683
694
  engines: {node: '>=6.9.0'}
@@ -731,6 +742,11 @@ packages:
731
742
  engines: {node: '>=6.0.0'}
732
743
  hasBin: true
733
744
 
745
+ '@babel/parser@7.29.2':
746
+ resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
747
+ engines: {node: '>=6.0.0'}
748
+ hasBin: true
749
+
734
750
  '@babel/plugin-proposal-decorators@7.29.0':
735
751
  resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==}
736
752
  engines: {node: '>=6.9.0'}
@@ -817,6 +833,9 @@ packages:
817
833
  resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
818
834
  engines: {node: '>=6.9.0'}
819
835
 
836
+ '@bytecodealliance/preview2-shim@0.17.8':
837
+ resolution: {integrity: sha512-wS5kg8u0KCML1UeHQPJ1IuOI24x/XLentCzsqPER1+gDNC5Cz2hG4G2blLOZap+3CEGhIhnJ9mmZYj6a2W0Lww==}
838
+
820
839
  '@capsizecss/unpack@4.0.0':
821
840
  resolution: {integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==}
822
841
  engines: {node: '>=18'}
@@ -1189,9 +1208,9 @@ packages:
1189
1208
  resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
1190
1209
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1191
1210
 
1192
- '@eslint/markdown@7.5.1':
1193
- resolution: {integrity: sha512-R8uZemG9dKTbru/DQRPblbJyXpObwKzo8rv1KYGGuPUPtjM4LXBYM9q5CIZAComzZupws3tWbDwam5AFpPLyJQ==}
1194
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1211
+ '@eslint/markdown@8.0.0':
1212
+ resolution: {integrity: sha512-Rh3+76uHdnkk/ocLMZfWHXoPA/MK+GOqqjCAioiyNk2eYBC8UniRHdTMbM+2XZqTLWAcQo/SuU1CsXtdIOTX1g==}
1213
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1195
1214
 
1196
1215
  '@eslint/object-schema@2.1.7':
1197
1216
  resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
@@ -1201,6 +1220,10 @@ packages:
1201
1220
  resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
1202
1221
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1203
1222
 
1223
+ '@eslint/plugin-kit@0.6.1':
1224
+ resolution: {integrity: sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==}
1225
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1226
+
1204
1227
  '@gar/promise-retry@1.0.2':
1205
1228
  resolution: {integrity: sha512-Lm/ZLhDZcBECta3TmCQSngiQykFdfw+QtI1/GYMsZd4l3nG+P8WLB16XuS7WaBGLQ+9E+cOcWQsth9cayuGt8g==}
1206
1229
  engines: {node: ^20.17.0 || >=22.9.0}
@@ -1212,7 +1235,7 @@ packages:
1212
1235
  resolution: {integrity: sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==}
1213
1236
  engines: {node: '>=18.14.1'}
1214
1237
  peerDependencies:
1215
- hono: ^4.12.7
1238
+ hono: ^4
1216
1239
 
1217
1240
  '@humanfs/core@0.19.1':
1218
1241
  resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
@@ -1636,20 +1659,26 @@ packages:
1636
1659
  cpu: [x64]
1637
1660
  os: [win32]
1638
1661
 
1639
- '@nanostores/preact@1.0.0':
1640
- resolution: {integrity: sha512-woHYvSwau1YtO9AEnGsh/jRPU2u5DTfNSrDHtKMZOeDUWV6EJfvyv7dJ7AaMps2I9uJcY6OlqXKkA9qTctEjyw==}
1662
+ '@nanostores/preact@1.1.0':
1663
+ resolution: {integrity: sha512-oiu9z85AiZlBTKJ8YsfAs8TALpDij70LmmKuRkeF22rS9zUBhVtYDWXEvV1qUUStNNwSFdhTMkwzOYL/IsA+UA==}
1641
1664
  engines: {node: ^20.0.0 || >=22.0.0}
1642
1665
  peerDependencies:
1643
- nanostores: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^1.0.0
1666
+ nanostores: ^1.2.0
1644
1667
  preact: '>=10.0.0'
1645
1668
 
1646
- '@nanostores/react@1.0.0':
1647
- resolution: {integrity: sha512-eDduyNy+lbQJMg6XxZ/YssQqF6b4OXMFEZMYKPJCCmBevp1lg0g+4ZRi94qGHirMtsNfAWKNwsjOhC+q1gvC+A==}
1669
+ '@nanostores/react@1.1.0':
1670
+ resolution: {integrity: sha512-MbH35fjhcf7LAubYX5vhOChYUfTLzNLqH/mBGLVsHkcvjy0F8crO1WQwdmQ2xKbAmtpalDa2zBt3Hlg5kqr8iw==}
1648
1671
  engines: {node: ^20.0.0 || >=22.0.0}
1649
1672
  peerDependencies:
1650
- nanostores: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^1.0.0
1673
+ nanostores: ^1.2.0
1651
1674
  react: '>=18.0.0'
1652
1675
 
1676
+ '@nanostores/solid@1.1.1':
1677
+ resolution: {integrity: sha512-gF0Eat1/c3hOaklBMSVoEjcNzJc5zGk4VSg94H9LPmXYww1pxgr7zylpi3jjyxRu24c8+aYNkmRWzolAwzSA1A==}
1678
+ peerDependencies:
1679
+ nanostores: '>=0.9.0 <2.0.0'
1680
+ solid-js: ^1.6.0
1681
+
1653
1682
  '@nanostores/vue@1.1.0':
1654
1683
  resolution: {integrity: sha512-14eY8/YA0AbtWkAjk8zHKxbjcuPubF+M7y9afQzg2b5VqRJcashwA0100vprau13BTBSynUmU6ZsU6x03YidjA==}
1655
1684
  engines: {node: ^20.0.0 || >=22.0.0}
@@ -1795,6 +1824,9 @@ packages:
1795
1824
  resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
1796
1825
  engines: {node: '>= 8'}
1797
1826
 
1827
+ '@nomicfoundation/slang@1.3.4':
1828
+ resolution: {integrity: sha512-ghzrPSYH1sZO65id6+Bq2Ood87HT54QP3RGC8EkmpcrJ6tT9Ky0RtaJfrzV5G4jpDsnNua6+YEDpzOMori04hQ==}
1829
+
1798
1830
  '@npmcli/agent@4.0.0':
1799
1831
  resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==}
1800
1832
  engines: {node: ^20.17.0 || >=22.9.0}
@@ -1838,9 +1870,16 @@ packages:
1838
1870
  '@oslojs/encoding@1.1.0':
1839
1871
  resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==}
1840
1872
 
1873
+ '@oxc-project/runtime@0.122.0':
1874
+ resolution: {integrity: sha512-vevyz3bNjevQFCV2Yg5o6Sp9BSoiYiJVymMrzA3S1ZGj4J8ak4YiywhFyQMueQ3UNlJU6HZOZYDy70TUc99aHw==}
1875
+ engines: {node: ^20.19.0 || >=22.12.0}
1876
+
1841
1877
  '@oxc-project/types@0.113.0':
1842
1878
  resolution: {integrity: sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==}
1843
1879
 
1880
+ '@oxc-project/types@0.122.0':
1881
+ resolution: {integrity: sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==}
1882
+
1844
1883
  '@parcel/watcher-android-arm64@2.5.6':
1845
1884
  resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
1846
1885
  engines: {node: '>= 10.0.0'}
@@ -1945,11 +1984,11 @@ packages:
1945
1984
  '@polka/url@1.0.0-next.29':
1946
1985
  resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
1947
1986
 
1948
- '@preact/preset-vite@2.10.3':
1949
- resolution: {integrity: sha512-1SiS+vFItpkNdBs7q585PSAIln0wBeBdcpJYbzPs1qipsb/FssnkUioNXuRsb8ZnU8YEQHr+3v8+/mzWSnTQmg==}
1987
+ '@preact/preset-vite@2.10.5':
1988
+ resolution: {integrity: sha512-p0vJpxiVO7KWWazWny3LUZ+saXyZKWv6Ju0bYMWNJRp2YveufRPgSUB1C4MTqGJfz07EehMgfN+AJNwQy+w6Iw==}
1950
1989
  peerDependencies:
1951
1990
  '@babel/core': 7.x
1952
- vite: 2.x || 3.x || 4.x || 5.x || 6.x || 7.x
1991
+ vite: 2.x || 3.x || 4.x || 5.x || 6.x || 7.x || 8.x
1953
1992
 
1954
1993
  '@preact/signals-core@1.13.0':
1955
1994
  resolution: {integrity: sha512-slT6XeTCAbdql61GVLlGU4x7XHI7kCZV5Um5uhE4zLX4ApgiiXc0UYFvVOKq06xcovzp7p+61l68oPi563ARKg==}
@@ -1976,36 +2015,73 @@ packages:
1976
2015
  preact: ^10.4.0 || ^11.0.0-0
1977
2016
  vite: '>=2.0.0'
1978
2017
 
2018
+ '@rolldown/binding-android-arm64@1.0.0-rc.12':
2019
+ resolution: {integrity: sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==}
2020
+ engines: {node: ^20.19.0 || >=22.12.0}
2021
+ cpu: [arm64]
2022
+ os: [android]
2023
+
1979
2024
  '@rolldown/binding-android-arm64@1.0.0-rc.4':
1980
2025
  resolution: {integrity: sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==}
1981
2026
  engines: {node: ^20.19.0 || >=22.12.0}
1982
2027
  cpu: [arm64]
1983
2028
  os: [android]
1984
2029
 
2030
+ '@rolldown/binding-darwin-arm64@1.0.0-rc.12':
2031
+ resolution: {integrity: sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==}
2032
+ engines: {node: ^20.19.0 || >=22.12.0}
2033
+ cpu: [arm64]
2034
+ os: [darwin]
2035
+
1985
2036
  '@rolldown/binding-darwin-arm64@1.0.0-rc.4':
1986
2037
  resolution: {integrity: sha512-kFgEvkWLqt3YCgKB5re9RlIrx9bRsvyVUnaTakEpOPuLGzLpLapYxE9BufJNvPg8GjT6mB1alN4yN1NjzoeM8Q==}
1987
2038
  engines: {node: ^20.19.0 || >=22.12.0}
1988
2039
  cpu: [arm64]
1989
2040
  os: [darwin]
1990
2041
 
2042
+ '@rolldown/binding-darwin-x64@1.0.0-rc.12':
2043
+ resolution: {integrity: sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==}
2044
+ engines: {node: ^20.19.0 || >=22.12.0}
2045
+ cpu: [x64]
2046
+ os: [darwin]
2047
+
1991
2048
  '@rolldown/binding-darwin-x64@1.0.0-rc.4':
1992
2049
  resolution: {integrity: sha512-JXmaOJGsL/+rsmMfutcDjxWM2fTaVgCHGoXS7nE8Z3c9NAYjGqHvXrAhMUZvMpHS/k7Mg+X7n/MVKb7NYWKKww==}
1993
2050
  engines: {node: ^20.19.0 || >=22.12.0}
1994
2051
  cpu: [x64]
1995
2052
  os: [darwin]
1996
2053
 
2054
+ '@rolldown/binding-freebsd-x64@1.0.0-rc.12':
2055
+ resolution: {integrity: sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==}
2056
+ engines: {node: ^20.19.0 || >=22.12.0}
2057
+ cpu: [x64]
2058
+ os: [freebsd]
2059
+
1997
2060
  '@rolldown/binding-freebsd-x64@1.0.0-rc.4':
1998
2061
  resolution: {integrity: sha512-ep3Catd6sPnHTM0P4hNEvIv5arnDvk01PfyJIJ+J3wVCG1eEaPo09tvFqdtcaTrkwQy0VWR24uz+cb4IsK53Qw==}
1999
2062
  engines: {node: ^20.19.0 || >=22.12.0}
2000
2063
  cpu: [x64]
2001
2064
  os: [freebsd]
2002
2065
 
2066
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
2067
+ resolution: {integrity: sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==}
2068
+ engines: {node: ^20.19.0 || >=22.12.0}
2069
+ cpu: [arm]
2070
+ os: [linux]
2071
+
2003
2072
  '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
2004
2073
  resolution: {integrity: sha512-LwA5ayKIpnsgXJEwWc3h8wPiS33NMIHd9BhsV92T8VetVAbGe2qXlJwNVDGHN5cOQ22R9uYvbrQir2AB+ntT2w==}
2005
2074
  engines: {node: ^20.19.0 || >=22.12.0}
2006
2075
  cpu: [arm]
2007
2076
  os: [linux]
2008
2077
 
2078
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
2079
+ resolution: {integrity: sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==}
2080
+ engines: {node: ^20.19.0 || >=22.12.0}
2081
+ cpu: [arm64]
2082
+ os: [linux]
2083
+ libc: [glibc]
2084
+
2009
2085
  '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
2010
2086
  resolution: {integrity: sha512-AC1WsGdlV1MtGay/OQ4J9T7GRadVnpYRzTcygV1hKnypbYN20Yh4t6O1Sa2qRBMqv1etulUknqXjc3CTIsBu6A==}
2011
2087
  engines: {node: ^20.19.0 || >=22.12.0}
@@ -2013,6 +2089,13 @@ packages:
2013
2089
  os: [linux]
2014
2090
  libc: [glibc]
2015
2091
 
2092
+ '@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
2093
+ resolution: {integrity: sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==}
2094
+ engines: {node: ^20.19.0 || >=22.12.0}
2095
+ cpu: [arm64]
2096
+ os: [linux]
2097
+ libc: [musl]
2098
+
2016
2099
  '@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
2017
2100
  resolution: {integrity: sha512-lU+6rgXXViO61B4EudxtVMXSOfiZONR29Sys5VGSetUY7X8mg9FCKIIjcPPj8xNDeYzKl+H8F/qSKOBVFJChCQ==}
2018
2101
  engines: {node: ^20.19.0 || >=22.12.0}
@@ -2020,6 +2103,27 @@ packages:
2020
2103
  os: [linux]
2021
2104
  libc: [musl]
2022
2105
 
2106
+ '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
2107
+ resolution: {integrity: sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==}
2108
+ engines: {node: ^20.19.0 || >=22.12.0}
2109
+ cpu: [ppc64]
2110
+ os: [linux]
2111
+ libc: [glibc]
2112
+
2113
+ '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
2114
+ resolution: {integrity: sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==}
2115
+ engines: {node: ^20.19.0 || >=22.12.0}
2116
+ cpu: [s390x]
2117
+ os: [linux]
2118
+ libc: [glibc]
2119
+
2120
+ '@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
2121
+ resolution: {integrity: sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==}
2122
+ engines: {node: ^20.19.0 || >=22.12.0}
2123
+ cpu: [x64]
2124
+ os: [linux]
2125
+ libc: [glibc]
2126
+
2023
2127
  '@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
2024
2128
  resolution: {integrity: sha512-DZaN1f0PGp/bSvKhtw50pPsnln4T13ycDq1FrDWRiHmWt1JeW+UtYg9touPFf8yt993p8tS2QjybpzKNTxYEwg==}
2025
2129
  engines: {node: ^20.19.0 || >=22.12.0}
@@ -2027,6 +2131,13 @@ packages:
2027
2131
  os: [linux]
2028
2132
  libc: [glibc]
2029
2133
 
2134
+ '@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
2135
+ resolution: {integrity: sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==}
2136
+ engines: {node: ^20.19.0 || >=22.12.0}
2137
+ cpu: [x64]
2138
+ os: [linux]
2139
+ libc: [musl]
2140
+
2030
2141
  '@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
2031
2142
  resolution: {integrity: sha512-RnGxwZLN7fhMMAItnD6dZ7lvy+TI7ba+2V54UF4dhaWa/p8I/ys1E73KO6HmPmgz92ZkfD8TXS1IMV8+uhbR9g==}
2032
2143
  engines: {node: ^20.19.0 || >=22.12.0}
@@ -2034,23 +2145,46 @@ packages:
2034
2145
  os: [linux]
2035
2146
  libc: [musl]
2036
2147
 
2148
+ '@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
2149
+ resolution: {integrity: sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==}
2150
+ engines: {node: ^20.19.0 || >=22.12.0}
2151
+ cpu: [arm64]
2152
+ os: [openharmony]
2153
+
2037
2154
  '@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
2038
2155
  resolution: {integrity: sha512-6lcI79+X8klGiGd8yHuTgQRjuuJYNggmEml+RsyN596P23l/zf9FVmJ7K0KVKkFAeYEdg0iMUKyIxiV5vebDNQ==}
2039
2156
  engines: {node: ^20.19.0 || >=22.12.0}
2040
2157
  cpu: [arm64]
2041
2158
  os: [openharmony]
2042
2159
 
2160
+ '@rolldown/binding-wasm32-wasi@1.0.0-rc.12':
2161
+ resolution: {integrity: sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==}
2162
+ engines: {node: '>=14.0.0'}
2163
+ cpu: [wasm32]
2164
+
2043
2165
  '@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
2044
2166
  resolution: {integrity: sha512-wz7ohsKCAIWy91blZ/1FlpPdqrsm1xpcEOQVveWoL6+aSPKL4VUcoYmmzuLTssyZxRpEwzuIxL/GDsvpjaBtOw==}
2045
2167
  engines: {node: '>=14.0.0'}
2046
2168
  cpu: [wasm32]
2047
2169
 
2170
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
2171
+ resolution: {integrity: sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==}
2172
+ engines: {node: ^20.19.0 || >=22.12.0}
2173
+ cpu: [arm64]
2174
+ os: [win32]
2175
+
2048
2176
  '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
2049
2177
  resolution: {integrity: sha512-cfiMrfuWCIgsFmcVG0IPuO6qTRHvF7NuG3wngX1RZzc6dU8FuBFb+J3MIR5WrdTNozlumfgL4cvz+R4ozBCvsQ==}
2050
2178
  engines: {node: ^20.19.0 || >=22.12.0}
2051
2179
  cpu: [arm64]
2052
2180
  os: [win32]
2053
2181
 
2182
+ '@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
2183
+ resolution: {integrity: sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==}
2184
+ engines: {node: ^20.19.0 || >=22.12.0}
2185
+ cpu: [x64]
2186
+ os: [win32]
2187
+
2054
2188
  '@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
2055
2189
  resolution: {integrity: sha512-p6UeR9y7ht82AH57qwGuFYn69S6CZ7LLKdCKy/8T3zS9VTrJei2/CGsTUV45Da4Z9Rbhc7G4gyWQ/Ioamqn09g==}
2056
2190
  engines: {node: ^20.19.0 || >=22.12.0}
@@ -2060,18 +2194,21 @@ packages:
2060
2194
  '@rolldown/pluginutils@1.0.0-beta.27':
2061
2195
  resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
2062
2196
 
2197
+ '@rolldown/pluginutils@1.0.0-rc.12':
2198
+ resolution: {integrity: sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==}
2199
+
2063
2200
  '@rolldown/pluginutils@1.0.0-rc.2':
2064
2201
  resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==}
2065
2202
 
2066
- '@rolldown/pluginutils@1.0.0-rc.3':
2067
- resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==}
2068
-
2069
2203
  '@rolldown/pluginutils@1.0.0-rc.4':
2070
2204
  resolution: {integrity: sha512-1BrrmTu0TWfOP1riA8uakjFc9bpIUGzVKETsOtzY39pPga8zELGDl8eu1Dx7/gjM5CAz14UknsUMpBO8L+YntQ==}
2071
2205
 
2072
2206
  '@rolldown/pluginutils@1.0.0-rc.6':
2073
2207
  resolution: {integrity: sha512-Y0+JT8Mi1mmW08K6HieG315XNRu4L0rkfCpA364HtytjgiqYnMYRdFPcxRl+BQQqNXzecL2S9nii+RUpO93XIA==}
2074
2208
 
2209
+ '@rolldown/pluginutils@1.0.0-rc.7':
2210
+ resolution: {integrity: sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==}
2211
+
2075
2212
  '@rollup/pluginutils@4.2.1':
2076
2213
  resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==}
2077
2214
  engines: {node: '>= 8.0.0'}
@@ -2226,8 +2363,8 @@ packages:
2226
2363
  '@rtsao/scc@1.1.0':
2227
2364
  resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
2228
2365
 
2229
- '@schematics/angular@21.2.2':
2230
- resolution: {integrity: sha512-Ywa6HDtX7TRBQZTVMMnxX3Mk7yVnG8KtSFaXWrkx779+q8tqYdBwNwAqbNd4Zatr1GccKaz9xcptHJta5+DTxw==}
2366
+ '@schematics/angular@21.2.5':
2367
+ resolution: {integrity: sha512-orOiXcG86t34ejqbkm7ZHEkGfwTU/ySYFgY7BOQdaYFCoNQXxtU87fZoHckJ2xYpVitoKTvbf1bxDDphXb3ycw==}
2231
2368
  engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
2232
2369
 
2233
2370
  '@sec-ant/readable-stream@0.4.1':
@@ -2282,6 +2419,19 @@ packages:
2282
2419
  resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
2283
2420
  engines: {node: '>=18'}
2284
2421
 
2422
+ '@solidity-parser/parser@0.20.2':
2423
+ resolution: {integrity: sha512-rbu0bzwNvMcwAjH86hiEAcOeRI2EeK8zCkHDrFykh/Al8mvJeFmjy3UrE7GYQjNwOgbGUUtCn5/k8CB8zIu7QA==}
2424
+
2425
+ '@solidjs/testing-library@0.8.10':
2426
+ resolution: {integrity: sha512-qdeuIerwyq7oQTIrrKvV0aL9aFeuwTd86VYD3afdq5HYEwoox1OBTJy4y8A3TFZr8oAR0nujYgCzY/8wgHGfeQ==}
2427
+ engines: {node: '>= 14'}
2428
+ peerDependencies:
2429
+ '@solidjs/router': '>=0.9.0'
2430
+ solid-js: '>=1.0.0'
2431
+ peerDependenciesMeta:
2432
+ '@solidjs/router':
2433
+ optional: true
2434
+
2285
2435
  '@standard-schema/spec@1.1.0':
2286
2436
  resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
2287
2437
 
@@ -2298,14 +2448,6 @@ packages:
2298
2448
  svelte: ^5.0.0
2299
2449
  vite: ^6.0.0
2300
2450
 
2301
- '@sveltejs/vite-plugin-svelte-inspector@5.0.2':
2302
- resolution: {integrity: sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==}
2303
- engines: {node: ^20.19 || ^22.12 || >=24}
2304
- peerDependencies:
2305
- '@sveltejs/vite-plugin-svelte': ^6.0.0-next.0
2306
- svelte: ^5.0.0
2307
- vite: ^6.3.0 || ^7.0.0
2308
-
2309
2451
  '@sveltejs/vite-plugin-svelte@5.1.1':
2310
2452
  resolution: {integrity: sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==}
2311
2453
  engines: {node: ^18.0.0 || ^20.0.0 || >=22}
@@ -2313,15 +2455,15 @@ packages:
2313
2455
  svelte: ^5.0.0
2314
2456
  vite: ^6.0.0
2315
2457
 
2316
- '@sveltejs/vite-plugin-svelte@6.2.4':
2317
- resolution: {integrity: sha512-ou/d51QSdTyN26D7h6dSpusAKaZkAiGM55/AKYi+9AGZw7q85hElbjK3kEyzXHhLSnRISHOYzVge6x0jRZ7DXA==}
2458
+ '@sveltejs/vite-plugin-svelte@7.0.0':
2459
+ resolution: {integrity: sha512-ILXmxC7HAsnkK2eslgPetrqqW1BKSL7LktsFgqzNj83MaivMGZzluWq32m25j2mDOjmSKX7GGWahePhuEs7P/g==}
2318
2460
  engines: {node: ^20.19 || ^22.12 || >=24}
2319
2461
  peerDependencies:
2320
- svelte: ^5.0.0
2321
- vite: ^6.3.0 || ^7.0.0
2462
+ svelte: ^5.46.4
2463
+ vite: ^8.0.0-beta.7 || ^8.0.0
2322
2464
 
2323
- '@testing-library/angular@19.1.0':
2324
- resolution: {integrity: sha512-gBWEWUWzprbGd0/UQwG/n+Da8b/9TcFXTL6+XlZTjC96Lm9ukcItcBiKEG5HXS8iugK9/fMRkiDF1fgU4hO6nQ==}
2465
+ '@testing-library/angular@19.2.1':
2466
+ resolution: {integrity: sha512-COWnkcTKFwb4fReLlInNATH1cPYmujWINnVMXdy0oJHidz0XIrdJopx/jwCBDIAgD4qtz+wEDsUWM4gI78Hakw==}
2325
2467
  peerDependencies:
2326
2468
  '@angular/common': '>= 21.0.0'
2327
2469
  '@angular/core': '>= 21.0.0'
@@ -2469,6 +2611,9 @@ packages:
2469
2611
  '@types/json5@0.0.29':
2470
2612
  resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
2471
2613
 
2614
+ '@types/katex@0.16.8':
2615
+ resolution: {integrity: sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==}
2616
+
2472
2617
  '@types/mdast@4.0.4':
2473
2618
  resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
2474
2619
 
@@ -2478,8 +2623,8 @@ packages:
2478
2623
  '@types/nlcst@2.0.3':
2479
2624
  resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
2480
2625
 
2481
- '@types/node@25.3.5':
2482
- resolution: {integrity: sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==}
2626
+ '@types/node@25.5.0':
2627
+ resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==}
2483
2628
 
2484
2629
  '@types/react-dom@19.2.3':
2485
2630
  resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
@@ -2501,16 +2646,16 @@ packages:
2501
2646
  '@types/ws@8.18.1':
2502
2647
  resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
2503
2648
 
2504
- '@typescript-eslint/eslint-plugin@8.56.1':
2505
- resolution: {integrity: sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==}
2649
+ '@typescript-eslint/eslint-plugin@8.57.2':
2650
+ resolution: {integrity: sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==}
2506
2651
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2507
2652
  peerDependencies:
2508
- '@typescript-eslint/parser': ^8.56.1
2653
+ '@typescript-eslint/parser': ^8.57.2
2509
2654
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2510
2655
  typescript: '>=4.8.4 <6.0.0'
2511
2656
 
2512
- '@typescript-eslint/parser@8.56.1':
2513
- resolution: {integrity: sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==}
2657
+ '@typescript-eslint/parser@8.57.2':
2658
+ resolution: {integrity: sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==}
2514
2659
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2515
2660
  peerDependencies:
2516
2661
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -2522,18 +2667,34 @@ packages:
2522
2667
  peerDependencies:
2523
2668
  typescript: '>=4.8.4 <6.0.0'
2524
2669
 
2670
+ '@typescript-eslint/project-service@8.57.2':
2671
+ resolution: {integrity: sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==}
2672
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2673
+ peerDependencies:
2674
+ typescript: '>=4.8.4 <6.0.0'
2675
+
2525
2676
  '@typescript-eslint/scope-manager@8.56.1':
2526
2677
  resolution: {integrity: sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==}
2527
2678
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2528
2679
 
2680
+ '@typescript-eslint/scope-manager@8.57.2':
2681
+ resolution: {integrity: sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==}
2682
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2683
+
2529
2684
  '@typescript-eslint/tsconfig-utils@8.56.1':
2530
2685
  resolution: {integrity: sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==}
2531
2686
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2532
2687
  peerDependencies:
2533
2688
  typescript: '>=4.8.4 <6.0.0'
2534
2689
 
2535
- '@typescript-eslint/type-utils@8.56.1':
2536
- resolution: {integrity: sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==}
2690
+ '@typescript-eslint/tsconfig-utils@8.57.2':
2691
+ resolution: {integrity: sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==}
2692
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2693
+ peerDependencies:
2694
+ typescript: '>=4.8.4 <6.0.0'
2695
+
2696
+ '@typescript-eslint/type-utils@8.57.2':
2697
+ resolution: {integrity: sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==}
2537
2698
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2538
2699
  peerDependencies:
2539
2700
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -2543,12 +2704,22 @@ packages:
2543
2704
  resolution: {integrity: sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==}
2544
2705
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2545
2706
 
2707
+ '@typescript-eslint/types@8.57.2':
2708
+ resolution: {integrity: sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==}
2709
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2710
+
2546
2711
  '@typescript-eslint/typescript-estree@8.56.1':
2547
2712
  resolution: {integrity: sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==}
2548
2713
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2549
2714
  peerDependencies:
2550
2715
  typescript: '>=4.8.4 <6.0.0'
2551
2716
 
2717
+ '@typescript-eslint/typescript-estree@8.57.2':
2718
+ resolution: {integrity: sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==}
2719
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2720
+ peerDependencies:
2721
+ typescript: '>=4.8.4 <6.0.0'
2722
+
2552
2723
  '@typescript-eslint/utils@8.56.1':
2553
2724
  resolution: {integrity: sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==}
2554
2725
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -2556,10 +2727,21 @@ packages:
2556
2727
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2557
2728
  typescript: '>=4.8.4 <6.0.0'
2558
2729
 
2730
+ '@typescript-eslint/utils@8.57.2':
2731
+ resolution: {integrity: sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==}
2732
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2733
+ peerDependencies:
2734
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2735
+ typescript: '>=4.8.4 <6.0.0'
2736
+
2559
2737
  '@typescript-eslint/visitor-keys@8.56.1':
2560
2738
  resolution: {integrity: sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==}
2561
2739
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2562
2740
 
2741
+ '@typescript-eslint/visitor-keys@8.57.2':
2742
+ resolution: {integrity: sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==}
2743
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2744
+
2563
2745
  '@ungap/structured-clone@1.3.0':
2564
2746
  resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
2565
2747
 
@@ -2575,11 +2757,18 @@ packages:
2575
2757
  peerDependencies:
2576
2758
  vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
2577
2759
 
2578
- '@vitejs/plugin-react@5.1.4':
2579
- resolution: {integrity: sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==}
2760
+ '@vitejs/plugin-react@6.0.1':
2761
+ resolution: {integrity: sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==}
2580
2762
  engines: {node: ^20.19.0 || >=22.12.0}
2581
2763
  peerDependencies:
2582
- vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
2764
+ '@rolldown/plugin-babel': ^0.1.7 || ^0.2.0
2765
+ babel-plugin-react-compiler: ^1.0.0
2766
+ vite: ^8.0.0
2767
+ peerDependenciesMeta:
2768
+ '@rolldown/plugin-babel':
2769
+ optional: true
2770
+ babel-plugin-react-compiler:
2771
+ optional: true
2583
2772
 
2584
2773
  '@vitejs/plugin-vue-jsx@4.2.0':
2585
2774
  resolution: {integrity: sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==}
@@ -2595,41 +2784,41 @@ packages:
2595
2784
  vite: ^5.0.0 || ^6.0.0
2596
2785
  vue: ^3.2.25
2597
2786
 
2598
- '@vitejs/plugin-vue@6.0.4':
2599
- resolution: {integrity: sha512-uM5iXipgYIn13UUQCZNdWkYk+sysBeA97d5mHsAoAt1u/wpN3+zxOmsVJWosuzX+IMGRzeYUNytztrYznboIkQ==}
2787
+ '@vitejs/plugin-vue@6.0.5':
2788
+ resolution: {integrity: sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==}
2600
2789
  engines: {node: ^20.19.0 || >=22.12.0}
2601
2790
  peerDependencies:
2602
- vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
2791
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
2603
2792
  vue: ^3.2.25
2604
2793
 
2605
- '@vitest/expect@4.0.18':
2606
- resolution: {integrity: sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==}
2794
+ '@vitest/expect@4.1.2':
2795
+ resolution: {integrity: sha512-gbu+7B0YgUJ2nkdsRJrFFW6X7NTP44WlhiclHniUhxADQJH5Szt9mZ9hWnJPJ8YwOK5zUOSSlSvyzRf0u1DSBQ==}
2607
2796
 
2608
- '@vitest/mocker@4.0.18':
2609
- resolution: {integrity: sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==}
2797
+ '@vitest/mocker@4.1.2':
2798
+ resolution: {integrity: sha512-Ize4iQtEALHDttPRCmN+FKqOl2vxTiNUhzobQFFt/BM1lRUTG7zRCLOykG/6Vo4E4hnUdfVLo5/eqKPukcWW7Q==}
2610
2799
  peerDependencies:
2611
2800
  msw: ^2.4.9
2612
- vite: ^6.0.0 || ^7.0.0-0
2801
+ vite: ^6.0.0 || ^7.0.0 || ^8.0.0
2613
2802
  peerDependenciesMeta:
2614
2803
  msw:
2615
2804
  optional: true
2616
2805
  vite:
2617
2806
  optional: true
2618
2807
 
2619
- '@vitest/pretty-format@4.0.18':
2620
- resolution: {integrity: sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==}
2808
+ '@vitest/pretty-format@4.1.2':
2809
+ resolution: {integrity: sha512-dwQga8aejqeuB+TvXCMzSQemvV9hNEtDDpgUKDzOmNQayl2OG241PSWeJwKRH3CiC+sESrmoFd49rfnq7T4RnA==}
2621
2810
 
2622
- '@vitest/runner@4.0.18':
2623
- resolution: {integrity: sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==}
2811
+ '@vitest/runner@4.1.2':
2812
+ resolution: {integrity: sha512-Gr+FQan34CdiYAwpGJmQG8PgkyFVmARK8/xSijia3eTFgVfpcpztWLuP6FttGNfPLJhaZVP/euvujeNYar36OQ==}
2624
2813
 
2625
- '@vitest/snapshot@4.0.18':
2626
- resolution: {integrity: sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==}
2814
+ '@vitest/snapshot@4.1.2':
2815
+ resolution: {integrity: sha512-g7yfUmxYS4mNxk31qbOYsSt2F4m1E02LFqO53Xpzg3zKMhLAPZAjjfyl9e6z7HrW6LvUdTwAQR3HHfLjpko16A==}
2627
2816
 
2628
- '@vitest/spy@4.0.18':
2629
- resolution: {integrity: sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==}
2817
+ '@vitest/spy@4.1.2':
2818
+ resolution: {integrity: sha512-DU4fBnbVCJGNBwVA6xSToNXrkZNSiw59H8tcuUspVMsBDBST4nfvsPsEHDHGtWRRnqBERBQu7TrTKskmjqTXKA==}
2630
2819
 
2631
- '@vitest/utils@4.0.18':
2632
- resolution: {integrity: sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==}
2820
+ '@vitest/utils@4.1.2':
2821
+ resolution: {integrity: sha512-xw2/TiX82lQHA06cgbqRKFb5lCAy3axQ4H4SoUFhUsg+wztiet+co86IAMDtF6Vm1hc7J6j09oh/rgDn+JdKIQ==}
2633
2822
 
2634
2823
  '@vue/babel-helper-vue-transform-on@1.5.0':
2635
2824
  resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
@@ -2650,15 +2839,27 @@ packages:
2650
2839
  '@vue/compiler-core@3.5.29':
2651
2840
  resolution: {integrity: sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==}
2652
2841
 
2842
+ '@vue/compiler-core@3.5.31':
2843
+ resolution: {integrity: sha512-k/ueL14aNIEy5Onf0OVzR8kiqF/WThgLdFhxwa4e/KF/0qe38IwIdofoSWBTvvxQOesaz6riAFAUaYjoF9fLLQ==}
2844
+
2653
2845
  '@vue/compiler-dom@3.5.29':
2654
2846
  resolution: {integrity: sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==}
2655
2847
 
2848
+ '@vue/compiler-dom@3.5.31':
2849
+ resolution: {integrity: sha512-BMY/ozS/xxjYqRFL+tKdRpATJYDTTgWSo0+AJvJNg4ig+Hgb0dOsHPXvloHQ5hmlivUqw1Yt2pPIqp4e0v1GUw==}
2850
+
2656
2851
  '@vue/compiler-sfc@3.5.29':
2657
2852
  resolution: {integrity: sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==}
2658
2853
 
2854
+ '@vue/compiler-sfc@3.5.31':
2855
+ resolution: {integrity: sha512-M8wpPgR9UJ8MiRGjppvx9uWJfLV7A/T+/rL8s/y3QG3u0c2/YZgff3d6SuimKRIhcYnWg5fTfDMlz2E6seUW8Q==}
2856
+
2659
2857
  '@vue/compiler-ssr@3.5.29':
2660
2858
  resolution: {integrity: sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==}
2661
2859
 
2860
+ '@vue/compiler-ssr@3.5.31':
2861
+ resolution: {integrity: sha512-h0xIMxrt/LHOvJKMri+vdYT92BrK3HFLtDqq9Pr/lVVfE4IyKZKvWf0vJFW10Yr6nX02OR4MkJwI0c1HDa1hog==}
2862
+
2662
2863
  '@vue/devtools-core@7.7.9':
2663
2864
  resolution: {integrity: sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==}
2664
2865
  peerDependencies:
@@ -2670,23 +2871,26 @@ packages:
2670
2871
  '@vue/devtools-shared@7.7.9':
2671
2872
  resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
2672
2873
 
2673
- '@vue/reactivity@3.5.29':
2674
- resolution: {integrity: sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==}
2874
+ '@vue/reactivity@3.5.31':
2875
+ resolution: {integrity: sha512-DtKXxk9E/KuVvt8VxWu+6Luc9I9ETNcqR1T1oW1gf02nXaZ1kuAx58oVu7uX9XxJR0iJCro6fqBLw9oSBELo5g==}
2675
2876
 
2676
- '@vue/runtime-core@3.5.29':
2677
- resolution: {integrity: sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==}
2877
+ '@vue/runtime-core@3.5.31':
2878
+ resolution: {integrity: sha512-AZPmIHXEAyhpkmN7aWlqjSfYynmkWlluDNPHMCZKFHH+lLtxP/30UJmoVhXmbDoP1Ng0jG0fyY2zCj1PnSSA6Q==}
2678
2879
 
2679
- '@vue/runtime-dom@3.5.29':
2680
- resolution: {integrity: sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==}
2880
+ '@vue/runtime-dom@3.5.31':
2881
+ resolution: {integrity: sha512-xQJsNRmGPeDCJq/u813tyonNgWBFjzfVkBwDREdEWndBnGdHLHgkwNBQxLtg4zDrzKTEcnikUy1UUNecb3lJ6g==}
2681
2882
 
2682
- '@vue/server-renderer@3.5.29':
2683
- resolution: {integrity: sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==}
2883
+ '@vue/server-renderer@3.5.31':
2884
+ resolution: {integrity: sha512-GJuwRvMcdZX/CriUnyIIOGkx3rMV3H6sOu0JhdKbduaeCji6zb60iOGMY7tFoN24NfsUYoFBhshZtGxGpxO4iA==}
2684
2885
  peerDependencies:
2685
- vue: 3.5.29
2886
+ vue: 3.5.31
2686
2887
 
2687
2888
  '@vue/shared@3.5.29':
2688
2889
  resolution: {integrity: sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==}
2689
2890
 
2891
+ '@vue/shared@3.5.31':
2892
+ resolution: {integrity: sha512-nBxuiuS9Lj5bPkPbWogPUnjxxWpkRniX7e5UBQDWl6Fsf4roq9wwV+cR7ezQ4zXswNvPIlsdj1slcLB7XCsRAw==}
2893
+
2690
2894
  '@vue/test-utils@2.4.6':
2691
2895
  resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
2692
2896
 
@@ -2741,8 +2945,8 @@ packages:
2741
2945
  resolution: {integrity: sha512-Rf7xmeuIo7nb6S4mp4abW2faW8DauZyE2faBIKFaUfP3wnpOvNSbiI5AwVhqBNj0jPgBWEvhyCu0sLjN2q77Rg==}
2742
2946
  engines: {node: '>= 14.0.0'}
2743
2947
 
2744
- angular-eslint@21.3.0:
2745
- resolution: {integrity: sha512-K4+I41fSxzOavbv87EOnG5rdXiscs31j5pIAQG0aX21OHdSSjFCKOAQNmj8zv5OxUuYj5uYRToR3PuKQSN6i/A==}
2948
+ angular-eslint@21.3.1:
2949
+ resolution: {integrity: sha512-VGQWTyuPAEO/AnZuqHxGBJMYSiZ0tbrHx/OgPCRTKHfbrFU4x+zivS84h9UWoDpDtius1RyD+ZReFjTAEWptiA==}
2746
2950
  peerDependencies:
2747
2951
  '@angular/cli': '>= 21.0.0 < 22.0.0'
2748
2952
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -2873,11 +3077,25 @@ packages:
2873
3077
  resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
2874
3078
  engines: {node: '>= 0.4'}
2875
3079
 
3080
+ babel-plugin-jsx-dom-expressions@0.40.6:
3081
+ resolution: {integrity: sha512-v3P1MW46Lm7VMpAkq0QfyzLWWkC8fh+0aE5Km4msIgDx5kjenHU0pF2s+4/NH8CQn/kla6+Hvws+2AF7bfV5qQ==}
3082
+ peerDependencies:
3083
+ '@babel/core': ^7.20.12
3084
+
2876
3085
  babel-plugin-transform-hook-names@1.0.2:
2877
3086
  resolution: {integrity: sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==}
2878
3087
  peerDependencies:
2879
3088
  '@babel/core': ^7.12.10
2880
3089
 
3090
+ babel-preset-solid@1.9.12:
3091
+ resolution: {integrity: sha512-LLqnuKVDlKpyBlMPcH6qEvs/wmS9a+NczppxJ3ryS/c0O5IiSFOIBQi9GzyiGDSbcJpx4Gr87jyFTos1MyEuWg==}
3092
+ peerDependencies:
3093
+ '@babel/core': ^7.0.0
3094
+ solid-js: ^1.9.12
3095
+ peerDependenciesMeta:
3096
+ solid-js:
3097
+ optional: true
3098
+
2881
3099
  bail@2.0.2:
2882
3100
  resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
2883
3101
 
@@ -3390,6 +3608,9 @@ packages:
3390
3608
  es-module-lexer@1.7.0:
3391
3609
  resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
3392
3610
 
3611
+ es-module-lexer@2.0.0:
3612
+ resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==}
3613
+
3393
3614
  es-object-atoms@1.1.1:
3394
3615
  resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
3395
3616
  engines: {node: '>= 0.4'}
@@ -3504,14 +3725,14 @@ packages:
3504
3725
  '@testing-library/dom':
3505
3726
  optional: true
3506
3727
 
3507
- eslint-plugin-jest@29.15.0:
3508
- resolution: {integrity: sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==}
3728
+ eslint-plugin-jest@29.15.1:
3729
+ resolution: {integrity: sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==}
3509
3730
  engines: {node: ^20.12.0 || ^22.0.0 || >=24.0.0}
3510
3731
  peerDependencies:
3511
3732
  '@typescript-eslint/eslint-plugin': ^8.0.0
3512
3733
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
3513
3734
  jest: '*'
3514
- typescript: '>=4.8.4 <6.0.0'
3735
+ typescript: '>=4.8.4 <7.0.0'
3515
3736
  peerDependenciesMeta:
3516
3737
  '@typescript-eslint/eslint-plugin':
3517
3738
  optional: true
@@ -3520,14 +3741,14 @@ packages:
3520
3741
  typescript:
3521
3742
  optional: true
3522
3743
 
3523
- eslint-plugin-perfectionist@5.6.0:
3524
- resolution: {integrity: sha512-pxrLrfRp5wl1Vol1fAEa/G5yTXxefTPJjz07qC7a8iWFXcOZNuWBItMQ2OtTzfQIvMq6bMyYcrzc3Wz++na55Q==}
3744
+ eslint-plugin-perfectionist@5.7.0:
3745
+ resolution: {integrity: sha512-WRHj7OZS/INutQ/gKN5C1ZGnMhkQ3oKZQAA2I7rl5yM8keBtSd9oj/qlJaHuwh5873FhMPqYlttcadF0YsTN7g==}
3525
3746
  engines: {node: ^20.0.0 || >=22.0.0}
3526
3747
  peerDependencies:
3527
3748
  eslint: ^8.45.0 || ^9.0.0 || ^10.0.0
3528
3749
 
3529
- eslint-plugin-playwright@2.9.0:
3530
- resolution: {integrity: sha512-k3xrG6YzrallWNFMoGUjMNeu3SFFKXN79KJQBD2PkM4PasJegqV2Up+mPY5od2UmPKQGT+MeIhCmWH8r5eYuQQ==}
3750
+ eslint-plugin-playwright@2.10.1:
3751
+ resolution: {integrity: sha512-qea3UxBOb8fTwJ77FMApZKvRye5DOluDHcev0LDJwID3RELeun0JlqzrNIXAB/SXCyB/AesCW/6sZfcT9q3Edg==}
3531
3752
  engines: {node: '>=16.9.0'}
3532
3753
  peerDependencies:
3533
3754
  eslint: '>=8.40.0'
@@ -3550,8 +3771,15 @@ packages:
3550
3771
  peerDependencies:
3551
3772
  eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
3552
3773
 
3553
- eslint-plugin-svelte@3.15.0:
3554
- resolution: {integrity: sha512-QKB7zqfuB8aChOfBTComgDptMf2yxiJx7FE04nneCmtQzgTHvY8UJkuh8J2Rz7KB9FFV9aTHX6r7rdYGvG8T9Q==}
3774
+ eslint-plugin-solid@0.14.5:
3775
+ resolution: {integrity: sha512-nfuYK09ah5aJG/oEN6P1qziy1zLgW4PDWe75VNPi4CEFYk1x2AEqwFeQfEPR7gNn0F2jOeqKhx2E+5oNCOBYWQ==}
3776
+ engines: {node: '>=18.0.0'}
3777
+ peerDependencies:
3778
+ eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
3779
+ typescript: '>=4.8.4'
3780
+
3781
+ eslint-plugin-svelte@3.16.0:
3782
+ resolution: {integrity: sha512-DJXxqpYZUxcE0SfYo8EJzV2ZC+zAD7fJp1n1HwcEMRR1cOEUYvjT9GuzJeNghMjgb7uxuK3IJAzI+x6zzUxO5A==}
3555
3783
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3556
3784
  peerDependencies:
3557
3785
  eslint: ^8.57.1 || ^9.0.0 || ^10.0.0
@@ -3560,8 +3788,8 @@ packages:
3560
3788
  svelte:
3561
3789
  optional: true
3562
3790
 
3563
- eslint-plugin-testing-library@7.16.0:
3564
- resolution: {integrity: sha512-lHZI6/Olb2oZqxd1+s1nOLCtL2PXKrc1ERz6oDbUKS0xZAMFH3Fy6wJo75z3pXTop3BV6+loPi2MSjIYt3vpAg==}
3791
+ eslint-plugin-testing-library@7.16.2:
3792
+ resolution: {integrity: sha512-8gleGnQXK2ZA3hHwjCwpYTZvM+9VsrJ+/9kDI8CjqAQGAdMQOdn/rJNu7ZySENuiWlGKQWyZJ4ZjEg2zamaRHw==}
3565
3793
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3566
3794
  peerDependencies:
3567
3795
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -3592,6 +3820,10 @@ packages:
3592
3820
  resolution: {integrity: sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==}
3593
3821
  engines: {node: ^20.19.0 || ^22.13.0 || >=24}
3594
3822
 
3823
+ eslint-scope@9.1.2:
3824
+ resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
3825
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
3826
+
3595
3827
  eslint-visitor-keys@2.1.0:
3596
3828
  resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
3597
3829
  engines: {node: '>=10'}
@@ -3723,7 +3955,7 @@ packages:
3723
3955
  resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
3724
3956
  engines: {node: '>=12.0.0'}
3725
3957
  peerDependencies:
3726
- picomatch: ^3.0.2
3958
+ picomatch: ^3 || ^4
3727
3959
  peerDependenciesMeta:
3728
3960
  picomatch:
3729
3961
  optional: true
@@ -3906,8 +4138,8 @@ packages:
3906
4138
  h3@1.15.9:
3907
4139
  resolution: {integrity: sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==}
3908
4140
 
3909
- happy-dom@20.8.8:
3910
- resolution: {integrity: sha512-5/F8wxkNxYtsN0bXfMwIyNLZ9WYsoOYPbmoluqVJqv8KBUbcyKZawJ7uYK4WTX8IHBLYv+VXIwfeNDPy1oKMwQ==}
4141
+ happy-dom@20.8.9:
4142
+ resolution: {integrity: sha512-Tz23LR9T9jOGVZm2x1EPdXqwA37G/owYMxRwU0E4miurAtFsPMQ1d2Jc2okUaSjZqAFz2oEn3FLXC5a0a+siyA==}
3911
4143
  engines: {node: '>=20.0.0'}
3912
4144
 
3913
4145
  has-bigints@1.1.0:
@@ -3988,9 +4220,16 @@ packages:
3988
4220
  resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==}
3989
4221
  engines: {node: ^20.17.0 || >=22.9.0}
3990
4222
 
4223
+ html-entities@2.3.3:
4224
+ resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
4225
+
3991
4226
  html-escaper@3.0.3:
3992
4227
  resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==}
3993
4228
 
4229
+ html-tags@3.3.1:
4230
+ resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
4231
+ engines: {node: '>=8'}
4232
+
3994
4233
  html-void-elements@3.0.0:
3995
4234
  resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
3996
4235
 
@@ -4064,6 +4303,9 @@ packages:
4064
4303
  resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==}
4065
4304
  engines: {node: ^20.17.0 || >=22.9.0}
4066
4305
 
4306
+ inline-style-parser@0.2.7:
4307
+ resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
4308
+
4067
4309
  internal-slot@1.1.0:
4068
4310
  resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
4069
4311
  engines: {node: '>= 0.4'}
@@ -4149,6 +4391,10 @@ packages:
4149
4391
  resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
4150
4392
  engines: {node: '>=0.10.0'}
4151
4393
 
4394
+ is-html@2.0.0:
4395
+ resolution: {integrity: sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==}
4396
+ engines: {node: '>=8'}
4397
+
4152
4398
  is-inside-container@1.0.0:
4153
4399
  resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
4154
4400
  engines: {node: '>=14.16'}
@@ -4228,6 +4474,10 @@ packages:
4228
4474
  resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==}
4229
4475
  engines: {node: '>= 0.4'}
4230
4476
 
4477
+ is-what@4.1.16:
4478
+ resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
4479
+ engines: {node: '>=12.13'}
4480
+
4231
4481
  is-what@5.5.0:
4232
4482
  resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==}
4233
4483
  engines: {node: '>=18'}
@@ -4338,6 +4588,13 @@ packages:
4338
4588
  resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
4339
4589
  engines: {node: '>=4.0'}
4340
4590
 
4591
+ katex@0.16.44:
4592
+ resolution: {integrity: sha512-EkxoDTk8ufHqHlf9QxGwcxeLkWRR3iOuYfRpfORgYfqc8s13bgb+YtRY59NK5ZpRaCwq1kqA6a5lpX8C/eLphQ==}
4593
+ hasBin: true
4594
+
4595
+ kebab-case@1.0.2:
4596
+ resolution: {integrity: sha512-7n6wXq4gNgBELfDCpzKc+mRrZFs7D+wgfF5WRFLNAr4DA/qtr9Js8uOAVAfHhuLMfAcQ0pRKqbpjx+TcJVdE1Q==}
4597
+
4341
4598
  keyv@4.5.4:
4342
4599
  resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
4343
4600
 
@@ -4352,6 +4609,9 @@ packages:
4352
4609
  resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
4353
4610
  engines: {node: '>=6'}
4354
4611
 
4612
+ known-css-properties@0.30.0:
4613
+ resolution: {integrity: sha512-VSWXYUnsPu9+WYKkfmJyLKtIvaRJi1kXUqVmBACORXZQxT5oZDsoZ2vQP+bQFDnWtpI/4eq3MLoRMjI2fnLzTQ==}
4614
+
4355
4615
  known-css-properties@0.37.0:
4356
4616
  resolution: {integrity: sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==}
4357
4617
 
@@ -4362,6 +4622,80 @@ packages:
4362
4622
  resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
4363
4623
  engines: {node: '>= 0.8.0'}
4364
4624
 
4625
+ lightningcss-android-arm64@1.32.0:
4626
+ resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
4627
+ engines: {node: '>= 12.0.0'}
4628
+ cpu: [arm64]
4629
+ os: [android]
4630
+
4631
+ lightningcss-darwin-arm64@1.32.0:
4632
+ resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
4633
+ engines: {node: '>= 12.0.0'}
4634
+ cpu: [arm64]
4635
+ os: [darwin]
4636
+
4637
+ lightningcss-darwin-x64@1.32.0:
4638
+ resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
4639
+ engines: {node: '>= 12.0.0'}
4640
+ cpu: [x64]
4641
+ os: [darwin]
4642
+
4643
+ lightningcss-freebsd-x64@1.32.0:
4644
+ resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
4645
+ engines: {node: '>= 12.0.0'}
4646
+ cpu: [x64]
4647
+ os: [freebsd]
4648
+
4649
+ lightningcss-linux-arm-gnueabihf@1.32.0:
4650
+ resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
4651
+ engines: {node: '>= 12.0.0'}
4652
+ cpu: [arm]
4653
+ os: [linux]
4654
+
4655
+ lightningcss-linux-arm64-gnu@1.32.0:
4656
+ resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
4657
+ engines: {node: '>= 12.0.0'}
4658
+ cpu: [arm64]
4659
+ os: [linux]
4660
+ libc: [glibc]
4661
+
4662
+ lightningcss-linux-arm64-musl@1.32.0:
4663
+ resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
4664
+ engines: {node: '>= 12.0.0'}
4665
+ cpu: [arm64]
4666
+ os: [linux]
4667
+ libc: [musl]
4668
+
4669
+ lightningcss-linux-x64-gnu@1.32.0:
4670
+ resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
4671
+ engines: {node: '>= 12.0.0'}
4672
+ cpu: [x64]
4673
+ os: [linux]
4674
+ libc: [glibc]
4675
+
4676
+ lightningcss-linux-x64-musl@1.32.0:
4677
+ resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
4678
+ engines: {node: '>= 12.0.0'}
4679
+ cpu: [x64]
4680
+ os: [linux]
4681
+ libc: [musl]
4682
+
4683
+ lightningcss-win32-arm64-msvc@1.32.0:
4684
+ resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
4685
+ engines: {node: '>= 12.0.0'}
4686
+ cpu: [arm64]
4687
+ os: [win32]
4688
+
4689
+ lightningcss-win32-x64-msvc@1.32.0:
4690
+ resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
4691
+ engines: {node: '>= 12.0.0'}
4692
+ cpu: [x64]
4693
+ os: [win32]
4694
+
4695
+ lightningcss@1.32.0:
4696
+ resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
4697
+ engines: {node: '>= 12.0.0'}
4698
+
4365
4699
  lilconfig@2.1.0:
4366
4700
  resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
4367
4701
  engines: {node: '>=10'}
@@ -4473,6 +4807,9 @@ packages:
4473
4807
  mdast-util-gfm@3.1.0:
4474
4808
  resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
4475
4809
 
4810
+ mdast-util-math@3.0.0:
4811
+ resolution: {integrity: sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==}
4812
+
4476
4813
  mdast-util-phrasing@4.1.0:
4477
4814
  resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
4478
4815
 
@@ -4495,6 +4832,10 @@ packages:
4495
4832
  resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
4496
4833
  engines: {node: '>= 0.8'}
4497
4834
 
4835
+ merge-anything@5.1.7:
4836
+ resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==}
4837
+ engines: {node: '>=12.13'}
4838
+
4498
4839
  merge-descriptors@2.0.0:
4499
4840
  resolution: {integrity: sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==}
4500
4841
  engines: {node: '>=18'}
@@ -4530,6 +4871,9 @@ packages:
4530
4871
  micromark-extension-gfm@3.0.0:
4531
4872
  resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
4532
4873
 
4874
+ micromark-extension-math@3.1.0:
4875
+ resolution: {integrity: sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==}
4876
+
4533
4877
  micromark-factory-destination@2.0.1:
4534
4878
  resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==}
4535
4879
 
@@ -4692,8 +5036,8 @@ packages:
4692
5036
  engines: {node: ^18 || >=20}
4693
5037
  hasBin: true
4694
5038
 
4695
- nanostores@1.1.1:
4696
- resolution: {integrity: sha512-EYJqS25r2iBeTtGQCHidXl1VfZ1jXM7Q04zXJOrMlxVVmD0ptxJaNux92n1mJ7c5lN3zTq12MhH/8x59nP+qmg==}
5039
+ nanostores@1.2.0:
5040
+ resolution: {integrity: sha512-F0wCzbsH80G7XXo0Jd9/AVQC7ouWY6idUCTnMwW5t/Rv9W8qmO6endavDwg7TNp5GbugwSukFMVZqzPSrSMndg==}
4697
5041
  engines: {node: ^20.0.0 || >=22.0.0}
4698
5042
 
4699
5043
  natural-compare@1.4.0:
@@ -5052,18 +5396,28 @@ packages:
5052
5396
  resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
5053
5397
  engines: {node: ^10 || ^12 || >=14}
5054
5398
 
5399
+ postcss@8.5.8:
5400
+ resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
5401
+ engines: {node: ^10 || ^12 || >=14}
5402
+
5055
5403
  preact-render-to-string@6.6.6:
5056
5404
  resolution: {integrity: sha512-EfqZJytnjJldV+YaaqhthU2oXsEf5e+6rDv957p+zxAvNfFLQOPfvBOTncscQ+akzu6Wrl7s3Pa0LjUQmWJsGQ==}
5057
5405
  peerDependencies:
5058
5406
  preact: '>=10 || >= 11.0.0-0'
5059
5407
 
5060
- preact@10.28.4:
5061
- resolution: {integrity: sha512-uKFfOHWuSNpRFVTnljsCluEFq57OKT+0QdOiQo8XWnQ/pSvg7OpX5eNOejELXJMWy+BwM2nobz0FkvzmnpCNsQ==}
5408
+ preact@10.29.0:
5409
+ resolution: {integrity: sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==}
5062
5410
 
5063
5411
  prelude-ls@1.2.1:
5064
5412
  resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
5065
5413
  engines: {node: '>= 0.8.0'}
5066
5414
 
5415
+ prettier-plugin-solidity@2.3.1:
5416
+ resolution: {integrity: sha512-71sZM5oqgq6pnTlf+RH23U6Ej710APfCiMWO2Z/pHNjrXyvn9Nr0vTS1AUVaSf4GRW0V6hj6Djt0MyWudJUJbQ==}
5417
+ engines: {node: '>=20'}
5418
+ peerDependencies:
5419
+ prettier: '>=3.0.0'
5420
+
5067
5421
  prettier-plugin-svelte@3.5.1:
5068
5422
  resolution: {integrity: sha512-65+fr5+cgIKWKiqM1Doum4uX6bY8iFCdztvvp2RcF+AJoieaw9kJOFMNcJo/bkmKYsxFaM9OsVZK/gWauG/5mg==}
5069
5423
  peerDependencies:
@@ -5149,10 +5503,6 @@ packages:
5149
5503
  resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
5150
5504
  engines: {node: '>=0.10.0'}
5151
5505
 
5152
- react-refresh@0.18.0:
5153
- resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
5154
- engines: {node: '>=0.10.0'}
5155
-
5156
5506
  react@19.2.4:
5157
5507
  resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
5158
5508
  engines: {node: '>=0.10.0'}
@@ -5270,6 +5620,11 @@ packages:
5270
5620
  rfdc@1.4.1:
5271
5621
  resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
5272
5622
 
5623
+ rolldown@1.0.0-rc.12:
5624
+ resolution: {integrity: sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==}
5625
+ engines: {node: ^20.19.0 || >=22.12.0}
5626
+ hasBin: true
5627
+
5273
5628
  rolldown@1.0.0-rc.4:
5274
5629
  resolution: {integrity: sha512-V2tPDUrY3WSevrvU2E41ijZlpF+5PbZu4giH+VpNraaadsJGHa4fR6IFwsocVwEXDoAdIv5qgPPxgrvKAOIPtA==}
5275
5630
  engines: {node: ^20.19.0 || >=22.12.0}
@@ -5337,6 +5692,16 @@ packages:
5337
5692
  resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
5338
5693
  engines: {node: '>= 18'}
5339
5694
 
5695
+ seroval-plugins@1.5.1:
5696
+ resolution: {integrity: sha512-4FbuZ/TMl02sqv0RTFexu0SP6V+ywaIe5bAWCCEik0fk17BhALgwvUDVF7e3Uvf9pxmwCEJsRPmlkUE6HdzLAw==}
5697
+ engines: {node: '>=10'}
5698
+ peerDependencies:
5699
+ seroval: ^1.0
5700
+
5701
+ seroval@1.5.1:
5702
+ resolution: {integrity: sha512-OwrZRZAfhHww0WEnKHDY8OM0U/Qs8OTfIDWhUD4BLpNJUfXK4cGmjiagGze086m+mhI+V2nD0gfbHEnJjb9STA==}
5703
+ engines: {node: '>=10'}
5704
+
5340
5705
  serve-static@2.2.1:
5341
5706
  resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
5342
5707
  engines: {node: '>= 18'}
@@ -5436,6 +5801,14 @@ packages:
5436
5801
  resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==}
5437
5802
  engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
5438
5803
 
5804
+ solid-js@1.9.12:
5805
+ resolution: {integrity: sha512-QzKaSJq2/iDrWR1As6MHZQ8fQkdOBf8GReYb7L5iKwMGceg7HxDcaOHk0at66tNgn9U2U7dXo8ZZpLIAmGMzgw==}
5806
+
5807
+ solid-refresh@0.6.3:
5808
+ resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
5809
+ peerDependencies:
5810
+ solid-js: ^1.3
5811
+
5439
5812
  source-map-js@1.2.1:
5440
5813
  resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
5441
5814
  engines: {node: '>=0.10.0'}
@@ -5482,8 +5855,8 @@ packages:
5482
5855
  resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
5483
5856
  engines: {node: '>= 0.8'}
5484
5857
 
5485
- std-env@3.10.0:
5486
- resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
5858
+ std-env@4.0.0:
5859
+ resolution: {integrity: sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==}
5487
5860
 
5488
5861
  stdin-discarder@0.3.1:
5489
5862
  resolution: {integrity: sha512-reExS1kSGoElkextOcPkel4NE99S0BWxjUHQeDFnR8S993JxpPX7KU4MNmO19NXhlJp+8dmdCbKQVNgLJh2teA==}
@@ -5555,6 +5928,9 @@ packages:
5555
5928
  resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
5556
5929
  engines: {node: '>=8'}
5557
5930
 
5931
+ style-to-object@1.0.14:
5932
+ resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
5933
+
5558
5934
  superjson@2.2.6:
5559
5935
  resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==}
5560
5936
  engines: {node: '>=16'}
@@ -5582,8 +5958,8 @@ packages:
5582
5958
  svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
5583
5959
  typescript: ^4.9.4 || ^5.0.0
5584
5960
 
5585
- svelte@5.53.7:
5586
- resolution: {integrity: sha512-uxck1KI7JWtlfP3H6HOWi/94soAl23jsGJkBzN2BAWcQng0+lTrRNhxActFqORgnO9BHVd1hKJhG+ljRuIUWfQ==}
5961
+ svelte@5.55.0:
5962
+ resolution: {integrity: sha512-SThllKq6TRMBwPtat7ASnm/9CDXnIhBR0NPGw0ujn2DVYx9rVwsPZxDaDQcYGdUz/3BYVsCzdq7pZarRQoGvtw==}
5587
5963
  engines: {node: '>=18'}
5588
5964
 
5589
5965
  svgo@4.0.1:
@@ -5617,8 +5993,8 @@ packages:
5617
5993
  resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
5618
5994
  engines: {node: '>=12.0.0'}
5619
5995
 
5620
- tinyrainbow@3.0.3:
5621
- resolution: {integrity: sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==}
5996
+ tinyrainbow@3.1.0:
5997
+ resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==}
5622
5998
  engines: {node: '>=14.0.0'}
5623
5999
 
5624
6000
  tmp@0.2.5:
@@ -5714,8 +6090,8 @@ packages:
5714
6090
  resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
5715
6091
  engines: {node: '>= 0.4'}
5716
6092
 
5717
- typescript-eslint@8.56.1:
5718
- resolution: {integrity: sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==}
6093
+ typescript-eslint@8.57.2:
6094
+ resolution: {integrity: sha512-VEPQ0iPgWO/sBaZOU1xo4nuNdODVOajPnTIbog2GKYr31nIlZ0fWPoCQgGfF3ETyBl1vn63F/p50Um9Z4J8O8A==}
5719
6095
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
5720
6096
  peerDependencies:
5721
6097
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -5742,8 +6118,8 @@ packages:
5742
6118
  undici-types@7.18.2:
5743
6119
  resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
5744
6120
 
5745
- undici@7.24.3:
5746
- resolution: {integrity: sha512-eJdUmK/Wrx2d+mnWWmwwLRyA7OQCkLap60sk3dOK4ViZR7DKwwptwuIvFBg2HaiP9ESaEdhtpSymQPvytpmkCA==}
6121
+ undici@7.24.4:
6122
+ resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==}
5747
6123
  engines: {node: '>=20.18.1'}
5748
6124
 
5749
6125
  unicorn-magic@0.3.0:
@@ -5908,6 +6284,16 @@ packages:
5908
6284
  '@nuxt/kit':
5909
6285
  optional: true
5910
6286
 
6287
+ vite-plugin-solid@2.11.11:
6288
+ resolution: {integrity: sha512-YMZCXsLw9kyuvQFEdwLP27fuTQJLmjNoHy90AOJnbRuJ6DwShUxKFo38gdFrWn9v11hnGicKCZEaeI/TFs6JKw==}
6289
+ peerDependencies:
6290
+ '@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.*
6291
+ solid-js: ^1.7.2
6292
+ vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
6293
+ peerDependenciesMeta:
6294
+ '@testing-library/jest-dom':
6295
+ optional: true
6296
+
5911
6297
  vite-plugin-vue-devtools@7.7.9:
5912
6298
  resolution: {integrity: sha512-08DvePf663SxqLFJeMVNW537zzVyakp9KIrI2K7lwgaTqA5R/ydN/N2K8dgZO34tg/Qmw0ch84fOKoBtCEdcGg==}
5913
6299
  engines: {node: '>=v14.21.3'}
@@ -5939,7 +6325,7 @@ packages:
5939
6325
  sugarss: '*'
5940
6326
  terser: ^5.16.0
5941
6327
  tsx: ^4.8.1
5942
- yaml: ^2.8.3
6328
+ yaml: ^2.4.2
5943
6329
  peerDependenciesMeta:
5944
6330
  '@types/node':
5945
6331
  optional: true
@@ -5979,7 +6365,7 @@ packages:
5979
6365
  sugarss: ^5.0.0
5980
6366
  terser: ^5.16.0
5981
6367
  tsx: ^4.8.1
5982
- yaml: ^2.8.3
6368
+ yaml: ^2.4.2
5983
6369
  peerDependenciesMeta:
5984
6370
  '@types/node':
5985
6371
  optional: true
@@ -6004,28 +6390,72 @@ packages:
6004
6390
  yaml:
6005
6391
  optional: true
6006
6392
 
6007
- vitefu@1.1.2:
6008
- resolution: {integrity: sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==}
6393
+ vite@8.0.3:
6394
+ resolution: {integrity: sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==}
6395
+ engines: {node: ^20.19.0 || >=22.12.0}
6396
+ hasBin: true
6009
6397
  peerDependencies:
6010
- vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0
6398
+ '@types/node': ^20.19.0 || >=22.12.0
6399
+ '@vitejs/devtools': ^0.1.0
6400
+ esbuild: ^0.27.0
6401
+ jiti: '>=1.21.0'
6402
+ less: ^4.0.0
6403
+ sass: ^1.70.0
6404
+ sass-embedded: ^1.70.0
6405
+ stylus: '>=0.54.8'
6406
+ sugarss: ^5.0.0
6407
+ terser: ^5.16.0
6408
+ tsx: ^4.8.1
6409
+ yaml: ^2.4.2
6011
6410
  peerDependenciesMeta:
6012
- vite:
6411
+ '@types/node':
6013
6412
  optional: true
6014
-
6015
- vitest@4.0.18:
6016
- resolution: {integrity: sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==}
6413
+ '@vitejs/devtools':
6414
+ optional: true
6415
+ esbuild:
6416
+ optional: true
6417
+ jiti:
6418
+ optional: true
6419
+ less:
6420
+ optional: true
6421
+ sass:
6422
+ optional: true
6423
+ sass-embedded:
6424
+ optional: true
6425
+ stylus:
6426
+ optional: true
6427
+ sugarss:
6428
+ optional: true
6429
+ terser:
6430
+ optional: true
6431
+ tsx:
6432
+ optional: true
6433
+ yaml:
6434
+ optional: true
6435
+
6436
+ vitefu@1.1.2:
6437
+ resolution: {integrity: sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==}
6438
+ peerDependencies:
6439
+ vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0
6440
+ peerDependenciesMeta:
6441
+ vite:
6442
+ optional: true
6443
+
6444
+ vitest@4.1.2:
6445
+ resolution: {integrity: sha512-xjR1dMTVHlFLh98JE3i/f/WePqJsah4A0FK9cc8Ehp9Udk0AZk6ccpIZhh1qJ/yxVWRZ+Q54ocnD8TXmkhspGg==}
6017
6446
  engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
6018
6447
  hasBin: true
6019
6448
  peerDependencies:
6020
6449
  '@edge-runtime/vm': '*'
6021
6450
  '@opentelemetry/api': ^1.9.0
6022
6451
  '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
6023
- '@vitest/browser-playwright': 4.0.18
6024
- '@vitest/browser-preview': 4.0.18
6025
- '@vitest/browser-webdriverio': 4.0.18
6026
- '@vitest/ui': 4.0.18
6452
+ '@vitest/browser-playwright': 4.1.2
6453
+ '@vitest/browser-preview': 4.1.2
6454
+ '@vitest/browser-webdriverio': 4.1.2
6455
+ '@vitest/ui': 4.1.2
6027
6456
  happy-dom: '*'
6028
6457
  jsdom: '*'
6458
+ vite: ^6.0.0 || ^7.0.0 || ^8.0.0
6029
6459
  peerDependenciesMeta:
6030
6460
  '@edge-runtime/vm':
6031
6461
  optional: true
@@ -6055,8 +6485,8 @@ packages:
6055
6485
  peerDependencies:
6056
6486
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
6057
6487
 
6058
- vue@3.5.29:
6059
- resolution: {integrity: sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==}
6488
+ vue@3.5.31:
6489
+ resolution: {integrity: sha512-iV/sU9SzOlmA/0tygSmjkEN6Jbs3nPoIPFhCMLD2STrjgOU8DX7ZtzMhg4ahVwf5Rp9KoFzcXeB1ZrVbLBp5/Q==}
6060
6490
  peerDependencies:
6061
6491
  typescript: '*'
6062
6492
  peerDependenciesMeta:
@@ -6347,56 +6777,45 @@ snapshots:
6347
6777
  '@jridgewell/gen-mapping': 0.3.13
6348
6778
  '@jridgewell/trace-mapping': 0.3.31
6349
6779
 
6350
- '@analogjs/astro-angular@2.3.1(2b972e67d7dec3cf7dd0bf677a021c00)':
6351
- dependencies:
6352
- '@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))
6353
- '@angular/animations': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
6354
- '@angular/build': 21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)
6355
- '@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
6356
- '@angular/compiler': 21.2.4
6357
- '@angular/compiler-cli': 21.2.4(@angular/compiler@21.2.4)(typescript@5.9.3)
6358
- '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
6359
- '@angular/language-service': 21.2.4
6360
- '@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
6361
- '@angular/platform-server': 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
6780
+ '@analogjs/astro-angular@2.3.1(52c929a77a1763c25f2f5a1d1f447276)':
6781
+ dependencies:
6782
+ '@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))
6783
+ '@angular/animations': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
6784
+ '@angular/build': 21.2.5(baf64ce12e602603ce982c1c5ab3274d)
6785
+ '@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
6786
+ '@angular/compiler': 21.2.6
6787
+ '@angular/compiler-cli': 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
6788
+ '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
6789
+ '@angular/language-service': 21.2.6
6790
+ '@angular/platform-browser': 21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
6791
+ '@angular/platform-server': 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2)
6362
6792
  rxjs: 7.8.2
6363
6793
  tslib: 2.8.1
6364
6794
  transitivePeerDependencies:
6365
6795
  - '@angular-devkit/build-angular'
6366
6796
 
6367
- '@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))':
6797
+ '@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))':
6368
6798
  dependencies:
6369
6799
  tinyglobby: 0.2.15
6370
6800
  ts-morph: 21.0.1
6371
6801
  optionalDependencies:
6372
- '@angular/build': 21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)
6802
+ '@angular/build': 21.2.5(baf64ce12e602603ce982c1c5ab3274d)
6373
6803
 
6374
- '@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)))(@angular-devkit/architect@0.2102.2(chokidar@5.0.0))(@angular-devkit/schematics@21.2.2(chokidar@5.0.0))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))':
6804
+ '@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d)))(@angular-devkit/architect@0.2102.5(chokidar@5.0.0))(@angular-devkit/schematics@21.2.5(chokidar@5.0.0))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))':
6375
6805
  dependencies:
6376
- '@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))
6377
- '@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
6378
- '@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
6379
- vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
6806
+ '@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d))
6807
+ '@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
6808
+ '@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
6809
+ vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
6380
6810
 
6381
- '@angular-devkit/architect@0.2102.2(chokidar@5.0.0)':
6811
+ '@angular-devkit/architect@0.2102.5(chokidar@5.0.0)':
6382
6812
  dependencies:
6383
- '@angular-devkit/core': 21.2.2(chokidar@5.0.0)
6813
+ '@angular-devkit/core': 21.2.5(chokidar@5.0.0)
6384
6814
  rxjs: 7.8.2
6385
6815
  transitivePeerDependencies:
6386
6816
  - chokidar
6387
6817
 
6388
- '@angular-devkit/core@21.2.1(chokidar@5.0.0)':
6389
- dependencies:
6390
- ajv: 8.18.0
6391
- ajv-formats: 3.0.1(ajv@8.18.0)
6392
- jsonc-parser: 3.3.1
6393
- picomatch: 4.0.4
6394
- rxjs: 7.8.2
6395
- source-map: 0.7.6
6396
- optionalDependencies:
6397
- chokidar: 5.0.0
6398
-
6399
- '@angular-devkit/core@21.2.2(chokidar@5.0.0)':
6818
+ '@angular-devkit/core@21.2.5(chokidar@5.0.0)':
6400
6819
  dependencies:
6401
6820
  ajv: 8.18.0
6402
6821
  ajv-formats: 3.0.1(ajv@8.18.0)
@@ -6407,9 +6826,9 @@ snapshots:
6407
6826
  optionalDependencies:
6408
6827
  chokidar: 5.0.0
6409
6828
 
6410
- '@angular-devkit/schematics@21.2.2(chokidar@5.0.0)':
6829
+ '@angular-devkit/schematics@21.2.5(chokidar@5.0.0)':
6411
6830
  dependencies:
6412
- '@angular-devkit/core': 21.2.2(chokidar@5.0.0)
6831
+ '@angular-devkit/core': 21.2.5(chokidar@5.0.0)
6413
6832
  jsonc-parser: 3.3.1
6414
6833
  magic-string: 0.30.21
6415
6834
  ora: 9.3.0
@@ -6417,23 +6836,23 @@ snapshots:
6417
6836
  transitivePeerDependencies:
6418
6837
  - chokidar
6419
6838
 
6420
- '@angular-eslint/builder@21.3.0(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
6839
+ '@angular-eslint/builder@21.3.1(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
6421
6840
  dependencies:
6422
- '@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
6423
- '@angular-devkit/core': 21.2.1(chokidar@5.0.0)
6424
- '@angular/cli': 21.2.2(@types/node@25.3.5)(chokidar@5.0.0)
6841
+ '@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
6842
+ '@angular-devkit/core': 21.2.5(chokidar@5.0.0)
6843
+ '@angular/cli': 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
6425
6844
  eslint: 9.39.4
6426
6845
  typescript: 5.9.3
6427
6846
  transitivePeerDependencies:
6428
6847
  - chokidar
6429
6848
 
6430
- '@angular-eslint/bundled-angular-compiler@21.3.0': {}
6849
+ '@angular-eslint/bundled-angular-compiler@21.3.1': {}
6431
6850
 
6432
- '@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)':
6851
+ '@angular-eslint/eslint-plugin-template@21.3.1(@angular-eslint/template-parser@21.3.1(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)':
6433
6852
  dependencies:
6434
- '@angular-eslint/bundled-angular-compiler': 21.3.0
6435
- '@angular-eslint/template-parser': 21.3.0(eslint@9.39.4)(typescript@5.9.3)
6436
- '@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)
6853
+ '@angular-eslint/bundled-angular-compiler': 21.3.1
6854
+ '@angular-eslint/template-parser': 21.3.1(eslint@9.39.4)(typescript@5.9.3)
6855
+ '@angular-eslint/utils': 21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
6437
6856
  '@typescript-eslint/types': 8.56.1
6438
6857
  '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
6439
6858
  aria-query: 5.3.2
@@ -6441,22 +6860,22 @@ snapshots:
6441
6860
  eslint: 9.39.4
6442
6861
  typescript: 5.9.3
6443
6862
 
6444
- '@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)':
6863
+ '@angular-eslint/eslint-plugin@21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
6445
6864
  dependencies:
6446
- '@angular-eslint/bundled-angular-compiler': 21.3.0
6447
- '@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)
6865
+ '@angular-eslint/bundled-angular-compiler': 21.3.1
6866
+ '@angular-eslint/utils': 21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
6448
6867
  '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
6449
6868
  eslint: 9.39.4
6450
6869
  ts-api-utils: 2.4.0(typescript@5.9.3)
6451
6870
  typescript: 5.9.3
6452
6871
 
6453
- '@angular-eslint/schematics@21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
6872
+ '@angular-eslint/schematics@21.3.1(@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
6454
6873
  dependencies:
6455
- '@angular-devkit/core': 21.2.1(chokidar@5.0.0)
6456
- '@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
6457
- '@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)
6458
- '@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)
6459
- '@angular/cli': 21.2.2(@types/node@25.3.5)(chokidar@5.0.0)
6874
+ '@angular-devkit/core': 21.2.5(chokidar@5.0.0)
6875
+ '@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
6876
+ '@angular-eslint/eslint-plugin': 21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
6877
+ '@angular-eslint/eslint-plugin-template': 21.3.1(@angular-eslint/template-parser@21.3.1(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)
6878
+ '@angular/cli': 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
6460
6879
  ignore: 7.0.5
6461
6880
  semver: 7.7.4
6462
6881
  strip-json-comments: 3.1.1
@@ -6468,36 +6887,36 @@ snapshots:
6468
6887
  - eslint
6469
6888
  - typescript
6470
6889
 
6471
- '@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3)':
6890
+ '@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3)':
6472
6891
  dependencies:
6473
- '@angular-eslint/bundled-angular-compiler': 21.3.0
6892
+ '@angular-eslint/bundled-angular-compiler': 21.3.1
6474
6893
  eslint: 9.39.4
6475
- eslint-scope: 9.1.1
6894
+ eslint-scope: 9.1.2
6476
6895
  typescript: 5.9.3
6477
6896
 
6478
- '@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)':
6897
+ '@angular-eslint/utils@21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
6479
6898
  dependencies:
6480
- '@angular-eslint/bundled-angular-compiler': 21.3.0
6899
+ '@angular-eslint/bundled-angular-compiler': 21.3.1
6481
6900
  '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
6482
6901
  eslint: 9.39.4
6483
6902
  typescript: 5.9.3
6484
6903
 
6485
- '@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))':
6904
+ '@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))':
6486
6905
  dependencies:
6487
- '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
6906
+ '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
6488
6907
  tslib: 2.8.1
6489
6908
 
6490
- '@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)':
6909
+ '@angular/build@21.2.5(baf64ce12e602603ce982c1c5ab3274d)':
6491
6910
  dependencies:
6492
6911
  '@ampproject/remapping': 2.3.0
6493
- '@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
6494
- '@angular/compiler': 21.2.4
6495
- '@angular/compiler-cli': 21.2.4(@angular/compiler@21.2.4)(typescript@5.9.3)
6912
+ '@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
6913
+ '@angular/compiler': 21.2.6
6914
+ '@angular/compiler-cli': 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
6496
6915
  '@babel/core': 7.29.0
6497
6916
  '@babel/helper-annotate-as-pure': 7.27.3
6498
6917
  '@babel/helper-split-export-declaration': 7.24.7
6499
- '@inquirer/confirm': 5.1.21(@types/node@25.3.5)
6500
- '@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
6918
+ '@inquirer/confirm': 5.1.21(@types/node@25.5.0)
6919
+ '@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
6501
6920
  beasties: 0.4.1
6502
6921
  browserslist: 4.28.1
6503
6922
  esbuild: 0.27.3
@@ -6517,16 +6936,16 @@ snapshots:
6517
6936
  tinyglobby: 0.2.15
6518
6937
  tslib: 2.8.1
6519
6938
  typescript: 5.9.3
6520
- undici: 7.24.3
6521
- vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
6939
+ undici: 7.24.4
6940
+ vite: 7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
6522
6941
  watchpack: 2.5.1
6523
6942
  optionalDependencies:
6524
- '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
6525
- '@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
6526
- '@angular/platform-server': 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
6943
+ '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
6944
+ '@angular/platform-browser': 21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
6945
+ '@angular/platform-server': 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2)
6527
6946
  lmdb: 3.5.1
6528
6947
  postcss: 8.5.6
6529
- vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
6948
+ vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
6530
6949
  transitivePeerDependencies:
6531
6950
  - '@types/node'
6532
6951
  - chokidar
@@ -6540,15 +6959,15 @@ snapshots:
6540
6959
  - tsx
6541
6960
  - yaml
6542
6961
 
6543
- '@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0)':
6962
+ '@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0)':
6544
6963
  dependencies:
6545
- '@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
6546
- '@angular-devkit/core': 21.2.2(chokidar@5.0.0)
6547
- '@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
6548
- '@inquirer/prompts': 7.10.1(@types/node@25.3.5)
6549
- '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.3.5))(@types/node@25.3.5)(listr2@9.0.5)
6964
+ '@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
6965
+ '@angular-devkit/core': 21.2.5(chokidar@5.0.0)
6966
+ '@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
6967
+ '@inquirer/prompts': 7.10.1(@types/node@25.5.0)
6968
+ '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.5)
6550
6969
  '@modelcontextprotocol/sdk': 1.26.0(zod@4.3.6)
6551
- '@schematics/angular': 21.2.2(chokidar@5.0.0)
6970
+ '@schematics/angular': 21.2.5(chokidar@5.0.0)
6552
6971
  '@yarnpkg/lockfile': 1.1.0
6553
6972
  algoliasearch: 5.48.1
6554
6973
  ini: 6.0.0
@@ -6566,15 +6985,15 @@ snapshots:
6566
6985
  - chokidar
6567
6986
  - supports-color
6568
6987
 
6569
- '@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)':
6988
+ '@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)':
6570
6989
  dependencies:
6571
- '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
6990
+ '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
6572
6991
  rxjs: 7.8.2
6573
6992
  tslib: 2.8.1
6574
6993
 
6575
- '@angular/compiler-cli@21.2.4(@angular/compiler@21.2.4)(typescript@5.9.3)':
6994
+ '@angular/compiler-cli@21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)':
6576
6995
  dependencies:
6577
- '@angular/compiler': 21.2.4
6996
+ '@angular/compiler': 21.2.6
6578
6997
  '@babel/core': 7.29.0
6579
6998
  '@jridgewell/sourcemap-codec': 1.5.5
6580
6999
  chokidar: 5.0.0
@@ -6588,42 +7007,42 @@ snapshots:
6588
7007
  transitivePeerDependencies:
6589
7008
  - supports-color
6590
7009
 
6591
- '@angular/compiler@21.2.4':
7010
+ '@angular/compiler@21.2.6':
6592
7011
  dependencies:
6593
7012
  tslib: 2.8.1
6594
7013
 
6595
- '@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)':
7014
+ '@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)':
6596
7015
  dependencies:
6597
7016
  rxjs: 7.8.2
6598
7017
  tslib: 2.8.1
6599
7018
  optionalDependencies:
6600
- '@angular/compiler': 21.2.4
7019
+ '@angular/compiler': 21.2.6
6601
7020
 
6602
- '@angular/language-service@21.2.4': {}
7021
+ '@angular/language-service@21.2.6': {}
6603
7022
 
6604
- '@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))':
7023
+ '@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))':
6605
7024
  dependencies:
6606
- '@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
6607
- '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
7025
+ '@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
7026
+ '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
6608
7027
  tslib: 2.8.1
6609
7028
  optionalDependencies:
6610
- '@angular/animations': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
7029
+ '@angular/animations': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
6611
7030
 
6612
- '@angular/platform-server@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)':
7031
+ '@angular/platform-server@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2)':
6613
7032
  dependencies:
6614
- '@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
6615
- '@angular/compiler': 21.2.4
6616
- '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
6617
- '@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
7033
+ '@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
7034
+ '@angular/compiler': 21.2.6
7035
+ '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
7036
+ '@angular/platform-browser': 21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
6618
7037
  rxjs: 7.8.2
6619
7038
  tslib: 2.8.1
6620
7039
  xhr2: 0.2.1
6621
7040
 
6622
- '@angular/router@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)':
7041
+ '@angular/router@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2)':
6623
7042
  dependencies:
6624
- '@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
6625
- '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
6626
- '@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
7043
+ '@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
7044
+ '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
7045
+ '@angular/platform-browser': 21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
6627
7046
  rxjs: 7.8.2
6628
7047
  tslib: 2.8.1
6629
7048
 
@@ -6659,13 +7078,13 @@ snapshots:
6659
7078
  transitivePeerDependencies:
6660
7079
  - supports-color
6661
7080
 
6662
- '@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)':
7081
+ '@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.5.0)(lightningcss@1.32.0)(preact@10.29.0)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)':
6663
7082
  dependencies:
6664
- '@preact/preset-vite': 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
6665
- '@preact/signals': 2.8.1(preact@10.28.4)
6666
- preact: 10.28.4
6667
- preact-render-to-string: 6.6.6(preact@10.28.4)
6668
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
7083
+ '@preact/preset-vite': 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
7084
+ '@preact/signals': 2.8.1(preact@10.29.0)
7085
+ preact: 10.29.0
7086
+ preact-render-to-string: 6.6.6(preact@10.29.0)
7087
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
6669
7088
  transitivePeerDependencies:
6670
7089
  - '@babel/core'
6671
7090
  - '@types/node'
@@ -6686,15 +7105,15 @@ snapshots:
6686
7105
  dependencies:
6687
7106
  prismjs: 1.30.0
6688
7107
 
6689
- '@astrojs/react@4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)':
7108
+ '@astrojs/react@4.4.2(@types/node@25.5.0)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(lightningcss@1.32.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)':
6690
7109
  dependencies:
6691
7110
  '@types/react': 19.2.14
6692
7111
  '@types/react-dom': 19.2.3(@types/react@19.2.14)
6693
- '@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
7112
+ '@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
6694
7113
  react: 19.2.4
6695
7114
  react-dom: 19.2.4(react@19.2.4)
6696
7115
  ultrahtml: 1.6.0
6697
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
7116
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
6698
7117
  transitivePeerDependencies:
6699
7118
  - '@types/node'
6700
7119
  - jiti
@@ -6709,14 +7128,34 @@ snapshots:
6709
7128
  - tsx
6710
7129
  - yaml
6711
7130
 
6712
- '@astrojs/svelte@7.2.5(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(sass@1.97.3)(svelte@5.53.7)(typescript@5.9.3)(yaml@2.8.3)':
7131
+ '@astrojs/solid-js@5.1.3(@testing-library/jest-dom@6.9.1)(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(solid-js@1.9.12)(yaml@2.8.3)':
6713
7132
  dependencies:
6714
- '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
6715
- astro: 5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
6716
- svelte: 5.53.7
6717
- svelte2tsx: 0.7.51(svelte@5.53.7)(typescript@5.9.3)
7133
+ solid-js: 1.9.12
7134
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
7135
+ vite-plugin-solid: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
7136
+ transitivePeerDependencies:
7137
+ - '@testing-library/jest-dom'
7138
+ - '@types/node'
7139
+ - jiti
7140
+ - less
7141
+ - lightningcss
7142
+ - sass
7143
+ - sass-embedded
7144
+ - stylus
7145
+ - sugarss
7146
+ - supports-color
7147
+ - terser
7148
+ - tsx
7149
+ - yaml
7150
+
7151
+ '@astrojs/svelte@7.2.5(@types/node@25.5.0)(astro@5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(lightningcss@1.32.0)(sass@1.97.3)(svelte@5.55.0)(typescript@5.9.3)(yaml@2.8.3)':
7152
+ dependencies:
7153
+ '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
7154
+ astro: 5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
7155
+ svelte: 5.55.0
7156
+ svelte2tsx: 0.7.51(svelte@5.55.0)(typescript@5.9.3)
6718
7157
  typescript: 5.9.3
6719
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
7158
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
6720
7159
  transitivePeerDependencies:
6721
7160
  - '@types/node'
6722
7161
  - jiti
@@ -6743,15 +7182,15 @@ snapshots:
6743
7182
  transitivePeerDependencies:
6744
7183
  - supports-color
6745
7184
 
6746
- '@astrojs/vue@5.1.4(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(rollup@4.59.0)(sass@1.97.3)(vue@3.5.29(typescript@5.9.3))(yaml@2.8.3)':
7185
+ '@astrojs/vue@5.1.4(@types/node@25.5.0)(astro@5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(vue@3.5.31(typescript@5.9.3))(yaml@2.8.3)':
6747
7186
  dependencies:
6748
- '@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
6749
- '@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
7187
+ '@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
7188
+ '@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
6750
7189
  '@vue/compiler-sfc': 3.5.29
6751
- astro: 5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
6752
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
6753
- vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
6754
- vue: 3.5.29(typescript@5.9.3)
7190
+ astro: 5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
7191
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
7192
+ vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
7193
+ vue: 3.5.31(typescript@5.9.3)
6755
7194
  transitivePeerDependencies:
6756
7195
  - '@nuxt/kit'
6757
7196
  - '@types/node'
@@ -6846,6 +7285,10 @@ snapshots:
6846
7285
  transitivePeerDependencies:
6847
7286
  - supports-color
6848
7287
 
7288
+ '@babel/helper-module-imports@7.18.6':
7289
+ dependencies:
7290
+ '@babel/types': 7.29.0
7291
+
6849
7292
  '@babel/helper-module-imports@7.28.6':
6850
7293
  dependencies:
6851
7294
  '@babel/traverse': 7.29.0
@@ -6903,6 +7346,10 @@ snapshots:
6903
7346
  dependencies:
6904
7347
  '@babel/types': 7.29.0
6905
7348
 
7349
+ '@babel/parser@7.29.2':
7350
+ dependencies:
7351
+ '@babel/types': 7.29.0
7352
+
6906
7353
  '@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.0)':
6907
7354
  dependencies:
6908
7355
  '@babel/core': 7.29.0
@@ -7006,6 +7453,8 @@ snapshots:
7006
7453
  '@babel/helper-string-parser': 7.27.1
7007
7454
  '@babel/helper-validator-identifier': 7.28.5
7008
7455
 
7456
+ '@bytecodealliance/preview2-shim@0.17.8': {}
7457
+
7009
7458
  '@capsizecss/unpack@4.0.0':
7010
7459
  dependencies:
7011
7460
  fontkitten: 1.0.2
@@ -7235,16 +7684,18 @@ snapshots:
7235
7684
 
7236
7685
  '@eslint/js@9.39.4': {}
7237
7686
 
7238
- '@eslint/markdown@7.5.1':
7687
+ '@eslint/markdown@8.0.0':
7239
7688
  dependencies:
7240
- '@eslint/core': 0.17.0
7241
- '@eslint/plugin-kit': 0.4.1
7689
+ '@eslint/core': 1.1.1
7690
+ '@eslint/plugin-kit': 0.6.1
7242
7691
  github-slugger: 2.0.0
7243
7692
  mdast-util-from-markdown: 2.0.3
7244
7693
  mdast-util-frontmatter: 2.0.1
7245
7694
  mdast-util-gfm: 3.1.0
7695
+ mdast-util-math: 3.0.0
7246
7696
  micromark-extension-frontmatter: 2.0.0
7247
7697
  micromark-extension-gfm: 3.0.0
7698
+ micromark-extension-math: 3.1.0
7248
7699
  micromark-util-normalize-identifier: 2.0.1
7249
7700
  transitivePeerDependencies:
7250
7701
  - supports-color
@@ -7256,6 +7707,11 @@ snapshots:
7256
7707
  '@eslint/core': 0.17.0
7257
7708
  levn: 0.4.1
7258
7709
 
7710
+ '@eslint/plugin-kit@0.6.1':
7711
+ dependencies:
7712
+ '@eslint/core': 1.1.1
7713
+ levn: 0.4.1
7714
+
7259
7715
  '@gar/promise-retry@1.0.2':
7260
7716
  dependencies:
7261
7717
  retry: 0.13.1
@@ -7377,128 +7833,128 @@ snapshots:
7377
7833
 
7378
7834
  '@inquirer/ansi@1.0.2': {}
7379
7835
 
7380
- '@inquirer/checkbox@4.3.2(@types/node@25.3.5)':
7836
+ '@inquirer/checkbox@4.3.2(@types/node@25.5.0)':
7381
7837
  dependencies:
7382
7838
  '@inquirer/ansi': 1.0.2
7383
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7839
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7384
7840
  '@inquirer/figures': 1.0.15
7385
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7841
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7386
7842
  yoctocolors-cjs: 2.1.3
7387
7843
  optionalDependencies:
7388
- '@types/node': 25.3.5
7844
+ '@types/node': 25.5.0
7389
7845
 
7390
- '@inquirer/confirm@5.1.21(@types/node@25.3.5)':
7846
+ '@inquirer/confirm@5.1.21(@types/node@25.5.0)':
7391
7847
  dependencies:
7392
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7393
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7848
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7849
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7394
7850
  optionalDependencies:
7395
- '@types/node': 25.3.5
7851
+ '@types/node': 25.5.0
7396
7852
 
7397
- '@inquirer/core@10.3.2(@types/node@25.3.5)':
7853
+ '@inquirer/core@10.3.2(@types/node@25.5.0)':
7398
7854
  dependencies:
7399
7855
  '@inquirer/ansi': 1.0.2
7400
7856
  '@inquirer/figures': 1.0.15
7401
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7857
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7402
7858
  cli-width: 4.1.0
7403
7859
  mute-stream: 2.0.0
7404
7860
  signal-exit: 4.1.0
7405
7861
  wrap-ansi: 6.2.0
7406
7862
  yoctocolors-cjs: 2.1.3
7407
7863
  optionalDependencies:
7408
- '@types/node': 25.3.5
7864
+ '@types/node': 25.5.0
7409
7865
 
7410
- '@inquirer/editor@4.2.23(@types/node@25.3.5)':
7866
+ '@inquirer/editor@4.2.23(@types/node@25.5.0)':
7411
7867
  dependencies:
7412
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7413
- '@inquirer/external-editor': 1.0.3(@types/node@25.3.5)
7414
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7868
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7869
+ '@inquirer/external-editor': 1.0.3(@types/node@25.5.0)
7870
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7415
7871
  optionalDependencies:
7416
- '@types/node': 25.3.5
7872
+ '@types/node': 25.5.0
7417
7873
 
7418
- '@inquirer/expand@4.0.23(@types/node@25.3.5)':
7874
+ '@inquirer/expand@4.0.23(@types/node@25.5.0)':
7419
7875
  dependencies:
7420
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7421
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7876
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7877
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7422
7878
  yoctocolors-cjs: 2.1.3
7423
7879
  optionalDependencies:
7424
- '@types/node': 25.3.5
7880
+ '@types/node': 25.5.0
7425
7881
 
7426
- '@inquirer/external-editor@1.0.3(@types/node@25.3.5)':
7882
+ '@inquirer/external-editor@1.0.3(@types/node@25.5.0)':
7427
7883
  dependencies:
7428
7884
  chardet: 2.1.1
7429
7885
  iconv-lite: 0.7.2
7430
7886
  optionalDependencies:
7431
- '@types/node': 25.3.5
7887
+ '@types/node': 25.5.0
7432
7888
 
7433
7889
  '@inquirer/figures@1.0.15': {}
7434
7890
 
7435
- '@inquirer/input@4.3.1(@types/node@25.3.5)':
7891
+ '@inquirer/input@4.3.1(@types/node@25.5.0)':
7436
7892
  dependencies:
7437
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7438
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7893
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7894
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7439
7895
  optionalDependencies:
7440
- '@types/node': 25.3.5
7896
+ '@types/node': 25.5.0
7441
7897
 
7442
- '@inquirer/number@3.0.23(@types/node@25.3.5)':
7898
+ '@inquirer/number@3.0.23(@types/node@25.5.0)':
7443
7899
  dependencies:
7444
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7445
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7900
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7901
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7446
7902
  optionalDependencies:
7447
- '@types/node': 25.3.5
7903
+ '@types/node': 25.5.0
7448
7904
 
7449
- '@inquirer/password@4.0.23(@types/node@25.3.5)':
7905
+ '@inquirer/password@4.0.23(@types/node@25.5.0)':
7450
7906
  dependencies:
7451
7907
  '@inquirer/ansi': 1.0.2
7452
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7453
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7908
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7909
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7454
7910
  optionalDependencies:
7455
- '@types/node': 25.3.5
7456
-
7457
- '@inquirer/prompts@7.10.1(@types/node@25.3.5)':
7458
- dependencies:
7459
- '@inquirer/checkbox': 4.3.2(@types/node@25.3.5)
7460
- '@inquirer/confirm': 5.1.21(@types/node@25.3.5)
7461
- '@inquirer/editor': 4.2.23(@types/node@25.3.5)
7462
- '@inquirer/expand': 4.0.23(@types/node@25.3.5)
7463
- '@inquirer/input': 4.3.1(@types/node@25.3.5)
7464
- '@inquirer/number': 3.0.23(@types/node@25.3.5)
7465
- '@inquirer/password': 4.0.23(@types/node@25.3.5)
7466
- '@inquirer/rawlist': 4.1.11(@types/node@25.3.5)
7467
- '@inquirer/search': 3.2.2(@types/node@25.3.5)
7468
- '@inquirer/select': 4.4.2(@types/node@25.3.5)
7911
+ '@types/node': 25.5.0
7912
+
7913
+ '@inquirer/prompts@7.10.1(@types/node@25.5.0)':
7914
+ dependencies:
7915
+ '@inquirer/checkbox': 4.3.2(@types/node@25.5.0)
7916
+ '@inquirer/confirm': 5.1.21(@types/node@25.5.0)
7917
+ '@inquirer/editor': 4.2.23(@types/node@25.5.0)
7918
+ '@inquirer/expand': 4.0.23(@types/node@25.5.0)
7919
+ '@inquirer/input': 4.3.1(@types/node@25.5.0)
7920
+ '@inquirer/number': 3.0.23(@types/node@25.5.0)
7921
+ '@inquirer/password': 4.0.23(@types/node@25.5.0)
7922
+ '@inquirer/rawlist': 4.1.11(@types/node@25.5.0)
7923
+ '@inquirer/search': 3.2.2(@types/node@25.5.0)
7924
+ '@inquirer/select': 4.4.2(@types/node@25.5.0)
7469
7925
  optionalDependencies:
7470
- '@types/node': 25.3.5
7926
+ '@types/node': 25.5.0
7471
7927
 
7472
- '@inquirer/rawlist@4.1.11(@types/node@25.3.5)':
7928
+ '@inquirer/rawlist@4.1.11(@types/node@25.5.0)':
7473
7929
  dependencies:
7474
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7475
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7930
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7931
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7476
7932
  yoctocolors-cjs: 2.1.3
7477
7933
  optionalDependencies:
7478
- '@types/node': 25.3.5
7934
+ '@types/node': 25.5.0
7479
7935
 
7480
- '@inquirer/search@3.2.2(@types/node@25.3.5)':
7936
+ '@inquirer/search@3.2.2(@types/node@25.5.0)':
7481
7937
  dependencies:
7482
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7938
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7483
7939
  '@inquirer/figures': 1.0.15
7484
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7940
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7485
7941
  yoctocolors-cjs: 2.1.3
7486
7942
  optionalDependencies:
7487
- '@types/node': 25.3.5
7943
+ '@types/node': 25.5.0
7488
7944
 
7489
- '@inquirer/select@4.4.2(@types/node@25.3.5)':
7945
+ '@inquirer/select@4.4.2(@types/node@25.5.0)':
7490
7946
  dependencies:
7491
7947
  '@inquirer/ansi': 1.0.2
7492
- '@inquirer/core': 10.3.2(@types/node@25.3.5)
7948
+ '@inquirer/core': 10.3.2(@types/node@25.5.0)
7493
7949
  '@inquirer/figures': 1.0.15
7494
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
7950
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7495
7951
  yoctocolors-cjs: 2.1.3
7496
7952
  optionalDependencies:
7497
- '@types/node': 25.3.5
7953
+ '@types/node': 25.5.0
7498
7954
 
7499
- '@inquirer/type@3.0.10(@types/node@25.3.5)':
7955
+ '@inquirer/type@3.0.10(@types/node@25.5.0)':
7500
7956
  optionalDependencies:
7501
- '@types/node': 25.3.5
7957
+ '@types/node': 25.5.0
7502
7958
 
7503
7959
  '@isaacs/cliui@8.0.2':
7504
7960
  dependencies:
@@ -7539,10 +7995,10 @@ snapshots:
7539
7995
  '@jridgewell/resolve-uri': 3.1.2
7540
7996
  '@jridgewell/sourcemap-codec': 1.5.5
7541
7997
 
7542
- '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@25.3.5))(@types/node@25.3.5)(listr2@9.0.5)':
7998
+ '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.5)':
7543
7999
  dependencies:
7544
- '@inquirer/prompts': 7.10.1(@types/node@25.3.5)
7545
- '@inquirer/type': 3.0.10(@types/node@25.3.5)
8000
+ '@inquirer/prompts': 7.10.1(@types/node@25.5.0)
8001
+ '@inquirer/type': 3.0.10(@types/node@25.5.0)
7546
8002
  listr2: 9.0.5
7547
8003
  transitivePeerDependencies:
7548
8004
  - '@types/node'
@@ -7612,20 +8068,25 @@ snapshots:
7612
8068
  '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
7613
8069
  optional: true
7614
8070
 
7615
- '@nanostores/preact@1.0.0(nanostores@1.1.1)(preact@10.28.4)':
8071
+ '@nanostores/preact@1.1.0(nanostores@1.2.0)(preact@10.29.0)':
7616
8072
  dependencies:
7617
- nanostores: 1.1.1
7618
- preact: 10.28.4
8073
+ nanostores: 1.2.0
8074
+ preact: 10.29.0
7619
8075
 
7620
- '@nanostores/react@1.0.0(nanostores@1.1.1)(react@19.2.4)':
8076
+ '@nanostores/react@1.1.0(nanostores@1.2.0)(react@19.2.4)':
7621
8077
  dependencies:
7622
- nanostores: 1.1.1
8078
+ nanostores: 1.2.0
7623
8079
  react: 19.2.4
7624
8080
 
7625
- '@nanostores/vue@1.1.0(nanostores@1.1.1)(vue@3.5.29(typescript@5.9.3))':
8081
+ '@nanostores/solid@1.1.1(nanostores@1.2.0)(solid-js@1.9.12)':
7626
8082
  dependencies:
7627
- nanostores: 1.1.1
7628
- vue: 3.5.29(typescript@5.9.3)
8083
+ nanostores: 1.2.0
8084
+ solid-js: 1.9.12
8085
+
8086
+ '@nanostores/vue@1.1.0(nanostores@1.2.0)(vue@3.5.31(typescript@5.9.3))':
8087
+ dependencies:
8088
+ nanostores: 1.2.0
8089
+ vue: 3.5.31(typescript@5.9.3)
7629
8090
 
7630
8091
  '@napi-rs/nice-android-arm-eabi@1.1.1':
7631
8092
  optional: true
@@ -7722,6 +8183,10 @@ snapshots:
7722
8183
  '@nodelib/fs.scandir': 2.1.5
7723
8184
  fastq: 1.20.1
7724
8185
 
8186
+ '@nomicfoundation/slang@1.3.4':
8187
+ dependencies:
8188
+ '@bytecodealliance/preview2-shim': 0.17.8
8189
+
7725
8190
  '@npmcli/agent@4.0.0':
7726
8191
  dependencies:
7727
8192
  agent-base: 7.1.4
@@ -7784,8 +8249,12 @@ snapshots:
7784
8249
 
7785
8250
  '@oslojs/encoding@1.1.0': {}
7786
8251
 
8252
+ '@oxc-project/runtime@0.122.0': {}
8253
+
7787
8254
  '@oxc-project/types@0.113.0': {}
7788
8255
 
8256
+ '@oxc-project/types@0.122.0': {}
8257
+
7789
8258
  '@parcel/watcher-android-arm64@2.5.6':
7790
8259
  optional: true
7791
8260
 
@@ -7858,18 +8327,39 @@ snapshots:
7858
8327
 
7859
8328
  '@polka/url@1.0.0-next.29': {}
7860
8329
 
7861
- '@preact/preset-vite@2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
8330
+ '@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
7862
8331
  dependencies:
7863
8332
  '@babel/core': 7.29.0
7864
8333
  '@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
7865
8334
  '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
7866
- '@prefresh/vite': 2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
8335
+ '@prefresh/vite': 2.4.12(preact@10.29.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
7867
8336
  '@rollup/pluginutils': 5.3.0(rollup@4.59.0)
7868
8337
  babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
7869
8338
  debug: 4.4.3
8339
+ magic-string: 0.30.21
7870
8340
  picocolors: 1.1.1
7871
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
7872
- vite-prerender-plugin: 0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
8341
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
8342
+ vite-prerender-plugin: 0.5.12(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
8343
+ zimmerframe: 1.1.4
8344
+ transitivePeerDependencies:
8345
+ - preact
8346
+ - rollup
8347
+ - supports-color
8348
+
8349
+ '@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
8350
+ dependencies:
8351
+ '@babel/core': 7.29.0
8352
+ '@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
8353
+ '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
8354
+ '@prefresh/vite': 2.4.12(preact@10.29.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
8355
+ '@rollup/pluginutils': 5.3.0(rollup@4.59.0)
8356
+ babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
8357
+ debug: 4.4.3
8358
+ magic-string: 0.30.21
8359
+ picocolors: 1.1.1
8360
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
8361
+ vite-prerender-plugin: 0.5.12(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
8362
+ zimmerframe: 1.1.4
7873
8363
  transitivePeerDependencies:
7874
8364
  - preact
7875
8365
  - rollup
@@ -7877,82 +8367,143 @@ snapshots:
7877
8367
 
7878
8368
  '@preact/signals-core@1.13.0': {}
7879
8369
 
7880
- '@preact/signals@2.8.1(preact@10.28.4)':
8370
+ '@preact/signals@2.8.1(preact@10.29.0)':
7881
8371
  dependencies:
7882
8372
  '@preact/signals-core': 1.13.0
7883
- preact: 10.28.4
8373
+ preact: 10.29.0
7884
8374
 
7885
8375
  '@prefresh/babel-plugin@0.5.3': {}
7886
8376
 
7887
- '@prefresh/core@1.5.9(preact@10.28.4)':
8377
+ '@prefresh/core@1.5.9(preact@10.29.0)':
7888
8378
  dependencies:
7889
- preact: 10.28.4
8379
+ preact: 10.29.0
7890
8380
 
7891
8381
  '@prefresh/utils@1.2.1': {}
7892
8382
 
7893
- '@prefresh/vite@2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
8383
+ '@prefresh/vite@2.4.12(preact@10.29.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
7894
8384
  dependencies:
7895
8385
  '@babel/core': 7.29.0
7896
8386
  '@prefresh/babel-plugin': 0.5.3
7897
- '@prefresh/core': 1.5.9(preact@10.28.4)
8387
+ '@prefresh/core': 1.5.9(preact@10.29.0)
7898
8388
  '@prefresh/utils': 1.2.1
7899
8389
  '@rollup/pluginutils': 4.2.1
7900
- preact: 10.28.4
7901
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8390
+ preact: 10.29.0
8391
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
7902
8392
  transitivePeerDependencies:
7903
8393
  - supports-color
7904
8394
 
8395
+ '@prefresh/vite@2.4.12(preact@10.29.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
8396
+ dependencies:
8397
+ '@babel/core': 7.29.0
8398
+ '@prefresh/babel-plugin': 0.5.3
8399
+ '@prefresh/core': 1.5.9(preact@10.29.0)
8400
+ '@prefresh/utils': 1.2.1
8401
+ '@rollup/pluginutils': 4.2.1
8402
+ preact: 10.29.0
8403
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
8404
+ transitivePeerDependencies:
8405
+ - supports-color
8406
+
8407
+ '@rolldown/binding-android-arm64@1.0.0-rc.12':
8408
+ optional: true
8409
+
7905
8410
  '@rolldown/binding-android-arm64@1.0.0-rc.4':
7906
8411
  optional: true
7907
8412
 
8413
+ '@rolldown/binding-darwin-arm64@1.0.0-rc.12':
8414
+ optional: true
8415
+
7908
8416
  '@rolldown/binding-darwin-arm64@1.0.0-rc.4':
7909
8417
  optional: true
7910
8418
 
8419
+ '@rolldown/binding-darwin-x64@1.0.0-rc.12':
8420
+ optional: true
8421
+
7911
8422
  '@rolldown/binding-darwin-x64@1.0.0-rc.4':
7912
8423
  optional: true
7913
8424
 
8425
+ '@rolldown/binding-freebsd-x64@1.0.0-rc.12':
8426
+ optional: true
8427
+
7914
8428
  '@rolldown/binding-freebsd-x64@1.0.0-rc.4':
7915
8429
  optional: true
7916
8430
 
8431
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
8432
+ optional: true
8433
+
7917
8434
  '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
7918
8435
  optional: true
7919
8436
 
8437
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
8438
+ optional: true
8439
+
7920
8440
  '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
7921
8441
  optional: true
7922
8442
 
8443
+ '@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
8444
+ optional: true
8445
+
7923
8446
  '@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
7924
8447
  optional: true
7925
8448
 
8449
+ '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
8450
+ optional: true
8451
+
8452
+ '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
8453
+ optional: true
8454
+
8455
+ '@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
8456
+ optional: true
8457
+
7926
8458
  '@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
7927
8459
  optional: true
7928
8460
 
8461
+ '@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
8462
+ optional: true
8463
+
7929
8464
  '@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
7930
8465
  optional: true
7931
8466
 
8467
+ '@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
8468
+ optional: true
8469
+
7932
8470
  '@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
7933
8471
  optional: true
7934
8472
 
8473
+ '@rolldown/binding-wasm32-wasi@1.0.0-rc.12':
8474
+ dependencies:
8475
+ '@napi-rs/wasm-runtime': 1.1.1
8476
+ optional: true
8477
+
7935
8478
  '@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
7936
8479
  dependencies:
7937
8480
  '@napi-rs/wasm-runtime': 1.1.1
7938
8481
  optional: true
7939
8482
 
8483
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
8484
+ optional: true
8485
+
7940
8486
  '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
7941
8487
  optional: true
7942
8488
 
8489
+ '@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
8490
+ optional: true
8491
+
7943
8492
  '@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
7944
8493
  optional: true
7945
8494
 
7946
8495
  '@rolldown/pluginutils@1.0.0-beta.27': {}
7947
8496
 
7948
- '@rolldown/pluginutils@1.0.0-rc.2': {}
8497
+ '@rolldown/pluginutils@1.0.0-rc.12': {}
7949
8498
 
7950
- '@rolldown/pluginutils@1.0.0-rc.3': {}
8499
+ '@rolldown/pluginutils@1.0.0-rc.2': {}
7951
8500
 
7952
8501
  '@rolldown/pluginutils@1.0.0-rc.4': {}
7953
8502
 
7954
8503
  '@rolldown/pluginutils@1.0.0-rc.6': {}
7955
8504
 
8505
+ '@rolldown/pluginutils@1.0.0-rc.7': {}
8506
+
7956
8507
  '@rollup/pluginutils@4.2.1':
7957
8508
  dependencies:
7958
8509
  estree-walker: 2.0.2
@@ -8043,10 +8594,10 @@ snapshots:
8043
8594
 
8044
8595
  '@rtsao/scc@1.1.0': {}
8045
8596
 
8046
- '@schematics/angular@21.2.2(chokidar@5.0.0)':
8597
+ '@schematics/angular@21.2.5(chokidar@5.0.0)':
8047
8598
  dependencies:
8048
- '@angular-devkit/core': 21.2.2(chokidar@5.0.0)
8049
- '@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
8599
+ '@angular-devkit/core': 21.2.5(chokidar@5.0.0)
8600
+ '@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
8050
8601
  jsonc-parser: 3.3.1
8051
8602
  transitivePeerDependencies:
8052
8603
  - chokidar
@@ -8120,57 +8671,56 @@ snapshots:
8120
8671
 
8121
8672
  '@sindresorhus/merge-streams@4.0.0': {}
8122
8673
 
8674
+ '@solidity-parser/parser@0.20.2': {}
8675
+
8676
+ '@solidjs/testing-library@0.8.10(solid-js@1.9.12)':
8677
+ dependencies:
8678
+ '@testing-library/dom': 10.4.1
8679
+ solid-js: 1.9.12
8680
+
8123
8681
  '@standard-schema/spec@1.1.0': {}
8124
8682
 
8125
8683
  '@sveltejs/acorn-typescript@1.0.9(acorn@8.16.0)':
8126
8684
  dependencies:
8127
8685
  acorn: 8.16.0
8128
8686
 
8129
- '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
8687
+ '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
8130
8688
  dependencies:
8131
- '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
8689
+ '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
8132
8690
  debug: 4.4.3
8133
- svelte: 5.53.7
8134
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8691
+ svelte: 5.55.0
8692
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
8135
8693
  transitivePeerDependencies:
8136
8694
  - supports-color
8137
8695
 
8138
- '@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
8139
- dependencies:
8140
- '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
8141
- obug: 2.1.1
8142
- svelte: 5.53.7
8143
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8144
-
8145
- '@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
8696
+ '@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
8146
8697
  dependencies:
8147
- '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
8698
+ '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.55.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
8148
8699
  debug: 4.4.3
8149
8700
  deepmerge: 4.3.1
8150
8701
  kleur: 4.1.5
8151
8702
  magic-string: 0.30.21
8152
- svelte: 5.53.7
8153
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8154
- vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
8703
+ svelte: 5.55.0
8704
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
8705
+ vitefu: 1.1.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
8155
8706
  transitivePeerDependencies:
8156
8707
  - supports-color
8157
8708
 
8158
- '@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
8709
+ '@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
8159
8710
  dependencies:
8160
- '@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
8161
8711
  deepmerge: 4.3.1
8162
8712
  magic-string: 0.30.21
8163
8713
  obug: 2.1.1
8164
- svelte: 5.53.7
8165
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8166
- vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
8714
+ svelte: 5.55.0
8715
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
8716
+ vitefu: 1.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
8167
8717
 
8168
- '@testing-library/angular@19.1.0(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/router@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)':
8718
+ '@testing-library/angular@19.2.1(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/router@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)':
8169
8719
  dependencies:
8170
- '@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
8171
- '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
8172
- '@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
8173
- '@angular/router': 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
8720
+ '@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
8721
+ '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
8722
+ '@angular/platform-browser': 21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
8723
+ '@angular/router': 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2)
8174
8724
  '@testing-library/dom': 10.4.1
8175
8725
  tslib: 2.8.1
8176
8726
 
@@ -8216,10 +8766,10 @@ snapshots:
8216
8766
  picocolors: 1.1.1
8217
8767
  redent: 3.0.0
8218
8768
 
8219
- '@testing-library/preact@3.2.4(preact@10.28.4)':
8769
+ '@testing-library/preact@3.2.4(preact@10.29.0)':
8220
8770
  dependencies:
8221
8771
  '@testing-library/dom': 8.20.1
8222
- preact: 10.28.4
8772
+ preact: 10.29.0
8223
8773
 
8224
8774
  '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
8225
8775
  dependencies:
@@ -8231,31 +8781,31 @@ snapshots:
8231
8781
  '@types/react': 19.2.14
8232
8782
  '@types/react-dom': 19.2.3(@types/react@19.2.14)
8233
8783
 
8234
- '@testing-library/svelte-core@1.0.0(svelte@5.53.7)':
8784
+ '@testing-library/svelte-core@1.0.0(svelte@5.55.0)':
8235
8785
  dependencies:
8236
- svelte: 5.53.7
8786
+ svelte: 5.55.0
8237
8787
 
8238
- '@testing-library/svelte@5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))':
8788
+ '@testing-library/svelte@5.3.1(svelte@5.55.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))':
8239
8789
  dependencies:
8240
8790
  '@testing-library/dom': 10.4.1
8241
- '@testing-library/svelte-core': 1.0.0(svelte@5.53.7)
8242
- svelte: 5.53.7
8791
+ '@testing-library/svelte-core': 1.0.0(svelte@5.55.0)
8792
+ svelte: 5.55.0
8243
8793
  optionalDependencies:
8244
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8245
- vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
8794
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
8795
+ vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
8246
8796
 
8247
8797
  '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
8248
8798
  dependencies:
8249
8799
  '@testing-library/dom': 10.4.1
8250
8800
 
8251
- '@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.29)(vue@3.5.29(typescript@5.9.3))':
8801
+ '@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.31)(vue@3.5.31(typescript@5.9.3))':
8252
8802
  dependencies:
8253
8803
  '@babel/runtime': 7.28.6
8254
8804
  '@testing-library/dom': 9.3.4
8255
8805
  '@vue/test-utils': 2.4.6
8256
- vue: 3.5.29(typescript@5.9.3)
8806
+ vue: 3.5.31(typescript@5.9.3)
8257
8807
  optionalDependencies:
8258
- '@vue/compiler-sfc': 3.5.29
8808
+ '@vue/compiler-sfc': 3.5.31
8259
8809
 
8260
8810
  '@ts-morph/common@0.22.0':
8261
8811
  dependencies:
@@ -8288,7 +8838,7 @@ snapshots:
8288
8838
 
8289
8839
  '@types/babel__core@7.20.5':
8290
8840
  dependencies:
8291
- '@babel/parser': 7.29.0
8841
+ '@babel/parser': 7.29.2
8292
8842
  '@babel/types': 7.29.0
8293
8843
  '@types/babel__generator': 7.27.0
8294
8844
  '@types/babel__template': 7.4.4
@@ -8300,7 +8850,7 @@ snapshots:
8300
8850
 
8301
8851
  '@types/babel__template@7.4.4':
8302
8852
  dependencies:
8303
- '@babel/parser': 7.29.0
8853
+ '@babel/parser': 7.29.2
8304
8854
  '@babel/types': 7.29.0
8305
8855
 
8306
8856
  '@types/babel__traverse@7.28.0':
@@ -8332,6 +8882,8 @@ snapshots:
8332
8882
 
8333
8883
  '@types/json5@0.0.29': {}
8334
8884
 
8885
+ '@types/katex@0.16.8': {}
8886
+
8335
8887
  '@types/mdast@4.0.4':
8336
8888
  dependencies:
8337
8889
  '@types/unist': 3.0.3
@@ -8342,7 +8894,7 @@ snapshots:
8342
8894
  dependencies:
8343
8895
  '@types/unist': 3.0.3
8344
8896
 
8345
- '@types/node@25.3.5':
8897
+ '@types/node@25.5.0':
8346
8898
  dependencies:
8347
8899
  undici-types: 7.18.2
8348
8900
 
@@ -8362,16 +8914,16 @@ snapshots:
8362
8914
 
8363
8915
  '@types/ws@8.18.1':
8364
8916
  dependencies:
8365
- '@types/node': 25.3.5
8917
+ '@types/node': 25.5.0
8366
8918
 
8367
- '@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)':
8919
+ '@typescript-eslint/eslint-plugin@8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
8368
8920
  dependencies:
8369
8921
  '@eslint-community/regexpp': 4.12.2
8370
- '@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
8371
- '@typescript-eslint/scope-manager': 8.56.1
8372
- '@typescript-eslint/type-utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
8373
- '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
8374
- '@typescript-eslint/visitor-keys': 8.56.1
8922
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
8923
+ '@typescript-eslint/scope-manager': 8.57.2
8924
+ '@typescript-eslint/type-utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
8925
+ '@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
8926
+ '@typescript-eslint/visitor-keys': 8.57.2
8375
8927
  eslint: 9.39.4
8376
8928
  ignore: 7.0.5
8377
8929
  natural-compare: 1.4.0
@@ -8380,12 +8932,12 @@ snapshots:
8380
8932
  transitivePeerDependencies:
8381
8933
  - supports-color
8382
8934
 
8383
- '@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3)':
8935
+ '@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
8384
8936
  dependencies:
8385
- '@typescript-eslint/scope-manager': 8.56.1
8386
- '@typescript-eslint/types': 8.56.1
8387
- '@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
8388
- '@typescript-eslint/visitor-keys': 8.56.1
8937
+ '@typescript-eslint/scope-manager': 8.57.2
8938
+ '@typescript-eslint/types': 8.57.2
8939
+ '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
8940
+ '@typescript-eslint/visitor-keys': 8.57.2
8389
8941
  debug: 4.4.3
8390
8942
  eslint: 9.39.4
8391
8943
  typescript: 5.9.3
@@ -8401,20 +8953,38 @@ snapshots:
8401
8953
  transitivePeerDependencies:
8402
8954
  - supports-color
8403
8955
 
8956
+ '@typescript-eslint/project-service@8.57.2(typescript@5.9.3)':
8957
+ dependencies:
8958
+ '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3)
8959
+ '@typescript-eslint/types': 8.57.2
8960
+ debug: 4.4.3
8961
+ typescript: 5.9.3
8962
+ transitivePeerDependencies:
8963
+ - supports-color
8964
+
8404
8965
  '@typescript-eslint/scope-manager@8.56.1':
8405
8966
  dependencies:
8406
8967
  '@typescript-eslint/types': 8.56.1
8407
8968
  '@typescript-eslint/visitor-keys': 8.56.1
8408
8969
 
8970
+ '@typescript-eslint/scope-manager@8.57.2':
8971
+ dependencies:
8972
+ '@typescript-eslint/types': 8.57.2
8973
+ '@typescript-eslint/visitor-keys': 8.57.2
8974
+
8409
8975
  '@typescript-eslint/tsconfig-utils@8.56.1(typescript@5.9.3)':
8410
8976
  dependencies:
8411
8977
  typescript: 5.9.3
8412
8978
 
8413
- '@typescript-eslint/type-utils@8.56.1(eslint@9.39.4)(typescript@5.9.3)':
8979
+ '@typescript-eslint/tsconfig-utils@8.57.2(typescript@5.9.3)':
8414
8980
  dependencies:
8415
- '@typescript-eslint/types': 8.56.1
8416
- '@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
8417
- '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
8981
+ typescript: 5.9.3
8982
+
8983
+ '@typescript-eslint/type-utils@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
8984
+ dependencies:
8985
+ '@typescript-eslint/types': 8.57.2
8986
+ '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
8987
+ '@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
8418
8988
  debug: 4.4.3
8419
8989
  eslint: 9.39.4
8420
8990
  ts-api-utils: 2.4.0(typescript@5.9.3)
@@ -8424,6 +8994,8 @@ snapshots:
8424
8994
 
8425
8995
  '@typescript-eslint/types@8.56.1': {}
8426
8996
 
8997
+ '@typescript-eslint/types@8.57.2': {}
8998
+
8427
8999
  '@typescript-eslint/typescript-estree@8.56.1(typescript@5.9.3)':
8428
9000
  dependencies:
8429
9001
  '@typescript-eslint/project-service': 8.56.1(typescript@5.9.3)
@@ -8439,6 +9011,21 @@ snapshots:
8439
9011
  transitivePeerDependencies:
8440
9012
  - supports-color
8441
9013
 
9014
+ '@typescript-eslint/typescript-estree@8.57.2(typescript@5.9.3)':
9015
+ dependencies:
9016
+ '@typescript-eslint/project-service': 8.57.2(typescript@5.9.3)
9017
+ '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3)
9018
+ '@typescript-eslint/types': 8.57.2
9019
+ '@typescript-eslint/visitor-keys': 8.57.2
9020
+ debug: 4.4.3
9021
+ minimatch: 10.2.4
9022
+ semver: 7.7.4
9023
+ tinyglobby: 0.2.15
9024
+ ts-api-utils: 2.4.0(typescript@5.9.3)
9025
+ typescript: 5.9.3
9026
+ transitivePeerDependencies:
9027
+ - supports-color
9028
+
8442
9029
  '@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3)':
8443
9030
  dependencies:
8444
9031
  '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
@@ -8450,18 +9037,34 @@ snapshots:
8450
9037
  transitivePeerDependencies:
8451
9038
  - supports-color
8452
9039
 
9040
+ '@typescript-eslint/utils@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
9041
+ dependencies:
9042
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
9043
+ '@typescript-eslint/scope-manager': 8.57.2
9044
+ '@typescript-eslint/types': 8.57.2
9045
+ '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
9046
+ eslint: 9.39.4
9047
+ typescript: 5.9.3
9048
+ transitivePeerDependencies:
9049
+ - supports-color
9050
+
8453
9051
  '@typescript-eslint/visitor-keys@8.56.1':
8454
9052
  dependencies:
8455
9053
  '@typescript-eslint/types': 8.56.1
8456
9054
  eslint-visitor-keys: 5.0.1
8457
9055
 
9056
+ '@typescript-eslint/visitor-keys@8.57.2':
9057
+ dependencies:
9058
+ '@typescript-eslint/types': 8.57.2
9059
+ eslint-visitor-keys: 5.0.1
9060
+
8458
9061
  '@ungap/structured-clone@1.3.0': {}
8459
9062
 
8460
- '@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
9063
+ '@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
8461
9064
  dependencies:
8462
- vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
9065
+ vite: 7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
8463
9066
 
8464
- '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
9067
+ '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
8465
9068
  dependencies:
8466
9069
  '@babel/core': 7.29.0
8467
9070
  '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
@@ -8469,82 +9072,77 @@ snapshots:
8469
9072
  '@rolldown/pluginutils': 1.0.0-beta.27
8470
9073
  '@types/babel__core': 7.20.5
8471
9074
  react-refresh: 0.17.0
8472
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
9075
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
8473
9076
  transitivePeerDependencies:
8474
9077
  - supports-color
8475
9078
 
8476
- '@vitejs/plugin-react@5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
9079
+ '@vitejs/plugin-react@6.0.1(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
8477
9080
  dependencies:
8478
- '@babel/core': 7.29.0
8479
- '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
8480
- '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0)
8481
- '@rolldown/pluginutils': 1.0.0-rc.3
8482
- '@types/babel__core': 7.20.5
8483
- react-refresh: 0.18.0
8484
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8485
- transitivePeerDependencies:
8486
- - supports-color
9081
+ '@rolldown/pluginutils': 1.0.0-rc.7
9082
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
8487
9083
 
8488
- '@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
9084
+ '@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
8489
9085
  dependencies:
8490
9086
  '@babel/core': 7.29.0
8491
9087
  '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
8492
9088
  '@rolldown/pluginutils': 1.0.0-rc.6
8493
9089
  '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
8494
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8495
- vue: 3.5.29(typescript@5.9.3)
9090
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
9091
+ vue: 3.5.31(typescript@5.9.3)
8496
9092
  transitivePeerDependencies:
8497
9093
  - supports-color
8498
9094
 
8499
- '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
9095
+ '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
8500
9096
  dependencies:
8501
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8502
- vue: 3.5.29(typescript@5.9.3)
9097
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
9098
+ vue: 3.5.31(typescript@5.9.3)
8503
9099
 
8504
- '@vitejs/plugin-vue@6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
9100
+ '@vitejs/plugin-vue@6.0.5(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
8505
9101
  dependencies:
8506
9102
  '@rolldown/pluginutils': 1.0.0-rc.2
8507
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8508
- vue: 3.5.29(typescript@5.9.3)
9103
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
9104
+ vue: 3.5.31(typescript@5.9.3)
8509
9105
 
8510
- '@vitest/expect@4.0.18':
9106
+ '@vitest/expect@4.1.2':
8511
9107
  dependencies:
8512
9108
  '@standard-schema/spec': 1.1.0
8513
9109
  '@types/chai': 5.2.3
8514
- '@vitest/spy': 4.0.18
8515
- '@vitest/utils': 4.0.18
9110
+ '@vitest/spy': 4.1.2
9111
+ '@vitest/utils': 4.1.2
8516
9112
  chai: 6.2.2
8517
- tinyrainbow: 3.0.3
9113
+ tinyrainbow: 3.1.0
8518
9114
 
8519
- '@vitest/mocker@4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
9115
+ '@vitest/mocker@4.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
8520
9116
  dependencies:
8521
- '@vitest/spy': 4.0.18
9117
+ '@vitest/spy': 4.1.2
8522
9118
  estree-walker: 3.0.3
8523
9119
  magic-string: 0.30.21
8524
9120
  optionalDependencies:
8525
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
9121
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
8526
9122
 
8527
- '@vitest/pretty-format@4.0.18':
9123
+ '@vitest/pretty-format@4.1.2':
8528
9124
  dependencies:
8529
- tinyrainbow: 3.0.3
9125
+ tinyrainbow: 3.1.0
8530
9126
 
8531
- '@vitest/runner@4.0.18':
9127
+ '@vitest/runner@4.1.2':
8532
9128
  dependencies:
8533
- '@vitest/utils': 4.0.18
9129
+ '@vitest/utils': 4.1.2
8534
9130
  pathe: 2.0.3
8535
9131
 
8536
- '@vitest/snapshot@4.0.18':
9132
+ '@vitest/snapshot@4.1.2':
8537
9133
  dependencies:
8538
- '@vitest/pretty-format': 4.0.18
9134
+ '@vitest/pretty-format': 4.1.2
9135
+ '@vitest/utils': 4.1.2
8539
9136
  magic-string: 0.30.21
8540
9137
  pathe: 2.0.3
8541
9138
 
8542
- '@vitest/spy@4.0.18': {}
9139
+ '@vitest/spy@4.1.2': {}
8543
9140
 
8544
- '@vitest/utils@4.0.18':
9141
+ '@vitest/utils@4.1.2':
8545
9142
  dependencies:
8546
- '@vitest/pretty-format': 4.0.18
8547
- tinyrainbow: 3.0.3
9143
+ '@vitest/pretty-format': 4.1.2
9144
+ convert-source-map: 2.0.0
9145
+ tinyrainbow: 3.1.0
8548
9146
 
8549
9147
  '@vue/babel-helper-vue-transform-on@1.5.0': {}
8550
9148
 
@@ -8583,11 +9181,24 @@ snapshots:
8583
9181
  estree-walker: 2.0.2
8584
9182
  source-map-js: 1.2.1
8585
9183
 
9184
+ '@vue/compiler-core@3.5.31':
9185
+ dependencies:
9186
+ '@babel/parser': 7.29.2
9187
+ '@vue/shared': 3.5.31
9188
+ entities: 7.0.1
9189
+ estree-walker: 2.0.2
9190
+ source-map-js: 1.2.1
9191
+
8586
9192
  '@vue/compiler-dom@3.5.29':
8587
9193
  dependencies:
8588
9194
  '@vue/compiler-core': 3.5.29
8589
9195
  '@vue/shared': 3.5.29
8590
9196
 
9197
+ '@vue/compiler-dom@3.5.31':
9198
+ dependencies:
9199
+ '@vue/compiler-core': 3.5.31
9200
+ '@vue/shared': 3.5.31
9201
+
8591
9202
  '@vue/compiler-sfc@3.5.29':
8592
9203
  dependencies:
8593
9204
  '@babel/parser': 7.29.0
@@ -8600,20 +9211,37 @@ snapshots:
8600
9211
  postcss: 8.5.6
8601
9212
  source-map-js: 1.2.1
8602
9213
 
9214
+ '@vue/compiler-sfc@3.5.31':
9215
+ dependencies:
9216
+ '@babel/parser': 7.29.2
9217
+ '@vue/compiler-core': 3.5.31
9218
+ '@vue/compiler-dom': 3.5.31
9219
+ '@vue/compiler-ssr': 3.5.31
9220
+ '@vue/shared': 3.5.31
9221
+ estree-walker: 2.0.2
9222
+ magic-string: 0.30.21
9223
+ postcss: 8.5.8
9224
+ source-map-js: 1.2.1
9225
+
8603
9226
  '@vue/compiler-ssr@3.5.29':
8604
9227
  dependencies:
8605
9228
  '@vue/compiler-dom': 3.5.29
8606
9229
  '@vue/shared': 3.5.29
8607
9230
 
8608
- '@vue/devtools-core@7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
9231
+ '@vue/compiler-ssr@3.5.31':
9232
+ dependencies:
9233
+ '@vue/compiler-dom': 3.5.31
9234
+ '@vue/shared': 3.5.31
9235
+
9236
+ '@vue/devtools-core@7.7.9(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
8609
9237
  dependencies:
8610
9238
  '@vue/devtools-kit': 7.7.9
8611
9239
  '@vue/devtools-shared': 7.7.9
8612
9240
  mitt: 3.0.1
8613
9241
  nanoid: 5.1.6
8614
9242
  pathe: 2.0.3
8615
- vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
8616
- vue: 3.5.29(typescript@5.9.3)
9243
+ vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
9244
+ vue: 3.5.31(typescript@5.9.3)
8617
9245
  transitivePeerDependencies:
8618
9246
  - vite
8619
9247
 
@@ -8631,30 +9259,32 @@ snapshots:
8631
9259
  dependencies:
8632
9260
  rfdc: 1.4.1
8633
9261
 
8634
- '@vue/reactivity@3.5.29':
9262
+ '@vue/reactivity@3.5.31':
8635
9263
  dependencies:
8636
- '@vue/shared': 3.5.29
9264
+ '@vue/shared': 3.5.31
8637
9265
 
8638
- '@vue/runtime-core@3.5.29':
9266
+ '@vue/runtime-core@3.5.31':
8639
9267
  dependencies:
8640
- '@vue/reactivity': 3.5.29
8641
- '@vue/shared': 3.5.29
9268
+ '@vue/reactivity': 3.5.31
9269
+ '@vue/shared': 3.5.31
8642
9270
 
8643
- '@vue/runtime-dom@3.5.29':
9271
+ '@vue/runtime-dom@3.5.31':
8644
9272
  dependencies:
8645
- '@vue/reactivity': 3.5.29
8646
- '@vue/runtime-core': 3.5.29
8647
- '@vue/shared': 3.5.29
9273
+ '@vue/reactivity': 3.5.31
9274
+ '@vue/runtime-core': 3.5.31
9275
+ '@vue/shared': 3.5.31
8648
9276
  csstype: 3.2.3
8649
9277
 
8650
- '@vue/server-renderer@3.5.29(vue@3.5.29(typescript@5.9.3))':
9278
+ '@vue/server-renderer@3.5.31(vue@3.5.31(typescript@5.9.3))':
8651
9279
  dependencies:
8652
- '@vue/compiler-ssr': 3.5.29
8653
- '@vue/shared': 3.5.29
8654
- vue: 3.5.29(typescript@5.9.3)
9280
+ '@vue/compiler-ssr': 3.5.31
9281
+ '@vue/shared': 3.5.31
9282
+ vue: 3.5.31(typescript@5.9.3)
8655
9283
 
8656
9284
  '@vue/shared@3.5.29': {}
8657
9285
 
9286
+ '@vue/shared@3.5.31': {}
9287
+
8658
9288
  '@vue/test-utils@2.4.6':
8659
9289
  dependencies:
8660
9290
  js-beautify: 1.15.4
@@ -8718,21 +9348,21 @@ snapshots:
8718
9348
  '@algolia/requester-fetch': 5.48.1
8719
9349
  '@algolia/requester-node-http': 5.48.1
8720
9350
 
8721
- angular-eslint@21.3.0(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.56.1(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3):
9351
+ angular-eslint@21.3.1(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.57.2(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3):
8722
9352
  dependencies:
8723
- '@angular-devkit/core': 21.2.1(chokidar@5.0.0)
8724
- '@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
8725
- '@angular-eslint/builder': 21.3.0(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
8726
- '@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)
8727
- '@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)
8728
- '@angular-eslint/schematics': 21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
8729
- '@angular-eslint/template-parser': 21.3.0(eslint@9.39.4)(typescript@5.9.3)
8730
- '@angular/cli': 21.2.2(@types/node@25.3.5)(chokidar@5.0.0)
9353
+ '@angular-devkit/core': 21.2.5(chokidar@5.0.0)
9354
+ '@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
9355
+ '@angular-eslint/builder': 21.3.1(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
9356
+ '@angular-eslint/eslint-plugin': 21.3.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
9357
+ '@angular-eslint/eslint-plugin-template': 21.3.1(@angular-eslint/template-parser@21.3.1(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)
9358
+ '@angular-eslint/schematics': 21.3.1(@angular-eslint/template-parser@21.3.1(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
9359
+ '@angular-eslint/template-parser': 21.3.1(eslint@9.39.4)(typescript@5.9.3)
9360
+ '@angular/cli': 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
8731
9361
  '@typescript-eslint/types': 8.56.1
8732
9362
  '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
8733
9363
  eslint: 9.39.4
8734
9364
  typescript: 5.9.3
8735
- typescript-eslint: 8.56.1(eslint@9.39.4)(typescript@5.9.3)
9365
+ typescript-eslint: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
8736
9366
  transitivePeerDependencies:
8737
9367
  - chokidar
8738
9368
  - supports-color
@@ -8872,7 +9502,7 @@ snapshots:
8872
9502
  transitivePeerDependencies:
8873
9503
  - supports-color
8874
9504
 
8875
- astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3):
9505
+ astro@5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3):
8876
9506
  dependencies:
8877
9507
  '@astrojs/compiler': 2.13.1
8878
9508
  '@astrojs/internal-helpers': 0.7.6
@@ -8929,8 +9559,8 @@ snapshots:
8929
9559
  unist-util-visit: 5.1.0
8930
9560
  unstorage: 1.17.4
8931
9561
  vfile: 6.0.3
8932
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
8933
- vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
9562
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
9563
+ vitefu: 1.1.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
8934
9564
  xxhash-wasm: 1.1.0
8935
9565
  yargs-parser: 21.1.1
8936
9566
  yocto-spinner: 0.2.3
@@ -8987,10 +9617,26 @@ snapshots:
8987
9617
 
8988
9618
  axobject-query@4.1.0: {}
8989
9619
 
9620
+ babel-plugin-jsx-dom-expressions@0.40.6(@babel/core@7.29.0):
9621
+ dependencies:
9622
+ '@babel/core': 7.29.0
9623
+ '@babel/helper-module-imports': 7.18.6
9624
+ '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
9625
+ '@babel/types': 7.29.0
9626
+ html-entities: 2.3.3
9627
+ parse5: 7.3.0
9628
+
8990
9629
  babel-plugin-transform-hook-names@1.0.2(@babel/core@7.29.0):
8991
9630
  dependencies:
8992
9631
  '@babel/core': 7.29.0
8993
9632
 
9633
+ babel-preset-solid@1.9.12(@babel/core@7.29.0)(solid-js@1.9.12):
9634
+ dependencies:
9635
+ '@babel/core': 7.29.0
9636
+ babel-plugin-jsx-dom-expressions: 0.40.6(@babel/core@7.29.0)
9637
+ optionalDependencies:
9638
+ solid-js: 1.9.12
9639
+
8994
9640
  bail@2.0.2: {}
8995
9641
 
8996
9642
  balanced-match@1.0.2: {}
@@ -9368,8 +10014,7 @@ snapshots:
9368
10014
 
9369
10015
  destr@2.0.5: {}
9370
10016
 
9371
- detect-libc@2.1.2:
9372
- optional: true
10017
+ detect-libc@2.1.2: {}
9373
10018
 
9374
10019
  deterministic-object-hash@2.0.2:
9375
10020
  dependencies:
@@ -9552,6 +10197,8 @@ snapshots:
9552
10197
 
9553
10198
  es-module-lexer@1.7.0: {}
9554
10199
 
10200
+ es-module-lexer@2.0.0: {}
10201
+
9555
10202
  es-object-atoms@1.1.1:
9556
10203
  dependencies:
9557
10204
  es-errors: 1.3.0
@@ -9671,11 +10318,11 @@ snapshots:
9671
10318
  transitivePeerDependencies:
9672
10319
  - supports-color
9673
10320
 
9674
- eslint-module-utils@2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4):
10321
+ eslint-module-utils@2.12.1(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4):
9675
10322
  dependencies:
9676
10323
  debug: 3.2.7
9677
10324
  optionalDependencies:
9678
- '@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
10325
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
9679
10326
  eslint: 9.39.4
9680
10327
  eslint-import-resolver-node: 0.3.9
9681
10328
  transitivePeerDependencies:
@@ -9706,7 +10353,7 @@ snapshots:
9706
10353
  lodash.memoize: 4.1.2
9707
10354
  semver: 7.7.4
9708
10355
 
9709
- eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4):
10356
+ eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4):
9710
10357
  dependencies:
9711
10358
  '@rtsao/scc': 1.1.0
9712
10359
  array-includes: 3.1.9
@@ -9717,7 +10364,7 @@ snapshots:
9717
10364
  doctrine: 2.1.0
9718
10365
  eslint: 9.39.4
9719
10366
  eslint-import-resolver-node: 0.3.9
9720
- eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4)
10367
+ eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4)
9721
10368
  hasown: 2.0.2
9722
10369
  is-core-module: 2.16.1
9723
10370
  is-glob: 4.0.3
@@ -9729,7 +10376,7 @@ snapshots:
9729
10376
  string.prototype.trimend: 1.0.9
9730
10377
  tsconfig-paths: 3.15.0
9731
10378
  optionalDependencies:
9732
- '@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
10379
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
9733
10380
  transitivePeerDependencies:
9734
10381
  - eslint-import-resolver-typescript
9735
10382
  - eslint-import-resolver-webpack
@@ -9743,26 +10390,26 @@ snapshots:
9743
10390
  optionalDependencies:
9744
10391
  '@testing-library/dom': 10.4.1
9745
10392
 
9746
- eslint-plugin-jest@29.15.0(@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))(eslint@9.39.4)(typescript@5.9.3):
10393
+ eslint-plugin-jest@29.15.1(@typescript-eslint/eslint-plugin@8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3):
9747
10394
  dependencies:
9748
10395
  '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
9749
10396
  eslint: 9.39.4
9750
10397
  optionalDependencies:
9751
- '@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)
10398
+ '@typescript-eslint/eslint-plugin': 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
9752
10399
  typescript: 5.9.3
9753
10400
  transitivePeerDependencies:
9754
10401
  - supports-color
9755
10402
 
9756
- eslint-plugin-perfectionist@5.6.0(eslint@9.39.4)(typescript@5.9.3):
10403
+ eslint-plugin-perfectionist@5.7.0(eslint@9.39.4)(typescript@5.9.3):
9757
10404
  dependencies:
9758
- '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
10405
+ '@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
9759
10406
  eslint: 9.39.4
9760
10407
  natural-orderby: 5.0.0
9761
10408
  transitivePeerDependencies:
9762
10409
  - supports-color
9763
10410
  - typescript
9764
10411
 
9765
- eslint-plugin-playwright@2.9.0(eslint@9.39.4):
10412
+ eslint-plugin-playwright@2.10.1(eslint@9.39.4):
9766
10413
  dependencies:
9767
10414
  eslint: 9.39.4
9768
10415
  globals: 17.4.0
@@ -9804,7 +10451,20 @@ snapshots:
9804
10451
  string.prototype.matchall: 4.0.12
9805
10452
  string.prototype.repeat: 1.0.0
9806
10453
 
9807
- eslint-plugin-svelte@3.15.0(eslint@9.39.4)(svelte@5.53.7)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3)):
10454
+ eslint-plugin-solid@0.14.5(eslint@9.39.4)(typescript@5.9.3):
10455
+ dependencies:
10456
+ '@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
10457
+ eslint: 9.39.4
10458
+ estraverse: 5.3.0
10459
+ is-html: 2.0.0
10460
+ kebab-case: 1.0.2
10461
+ known-css-properties: 0.30.0
10462
+ style-to-object: 1.0.14
10463
+ typescript: 5.9.3
10464
+ transitivePeerDependencies:
10465
+ - supports-color
10466
+
10467
+ eslint-plugin-svelte@3.16.0(eslint@9.39.4)(svelte@5.55.0)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3)):
9808
10468
  dependencies:
9809
10469
  '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
9810
10470
  '@jridgewell/sourcemap-codec': 1.5.5
@@ -9813,25 +10473,25 @@ snapshots:
9813
10473
  globals: 16.5.0
9814
10474
  known-css-properties: 0.37.0
9815
10475
  postcss: 8.5.6
9816
- postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3))
10476
+ postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3))
9817
10477
  postcss-safe-parser: 7.0.1(postcss@8.5.6)
9818
10478
  semver: 7.7.4
9819
- svelte-eslint-parser: 1.6.0(svelte@5.53.7)
10479
+ svelte-eslint-parser: 1.6.0(svelte@5.55.0)
9820
10480
  optionalDependencies:
9821
- svelte: 5.53.7
10481
+ svelte: 5.55.0
9822
10482
  transitivePeerDependencies:
9823
10483
  - ts-node
9824
10484
 
9825
- eslint-plugin-testing-library@7.16.0(eslint@9.39.4)(typescript@5.9.3):
10485
+ eslint-plugin-testing-library@7.16.2(eslint@9.39.4)(typescript@5.9.3):
9826
10486
  dependencies:
9827
- '@typescript-eslint/scope-manager': 8.56.1
9828
- '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
10487
+ '@typescript-eslint/scope-manager': 8.57.2
10488
+ '@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
9829
10489
  eslint: 9.39.4
9830
10490
  transitivePeerDependencies:
9831
10491
  - supports-color
9832
10492
  - typescript
9833
10493
 
9834
- eslint-plugin-vue@10.8.0(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4)):
10494
+ eslint-plugin-vue@10.8.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4)):
9835
10495
  dependencies:
9836
10496
  '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
9837
10497
  eslint: 9.39.4
@@ -9842,7 +10502,7 @@ snapshots:
9842
10502
  vue-eslint-parser: 10.4.0(eslint@9.39.4)
9843
10503
  xml-name-validator: 4.0.0
9844
10504
  optionalDependencies:
9845
- '@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
10505
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
9846
10506
 
9847
10507
  eslint-scope@5.1.1:
9848
10508
  dependencies:
@@ -9861,6 +10521,13 @@ snapshots:
9861
10521
  esrecurse: 4.3.0
9862
10522
  estraverse: 5.3.0
9863
10523
 
10524
+ eslint-scope@9.1.2:
10525
+ dependencies:
10526
+ '@types/esrecurse': 4.3.1
10527
+ '@types/estree': 1.0.8
10528
+ esrecurse: 4.3.0
10529
+ estraverse: 5.3.0
10530
+
9864
10531
  eslint-visitor-keys@2.1.0: {}
9865
10532
 
9866
10533
  eslint-visitor-keys@3.4.3: {}
@@ -10235,9 +10902,9 @@ snapshots:
10235
10902
  ufo: 1.6.3
10236
10903
  uncrypto: 0.1.3
10237
10904
 
10238
- happy-dom@20.8.8:
10905
+ happy-dom@20.8.9:
10239
10906
  dependencies:
10240
- '@types/node': 25.3.5
10907
+ '@types/node': 25.5.0
10241
10908
  '@types/whatwg-mimetype': 3.0.2
10242
10909
  '@types/ws': 8.18.1
10243
10910
  entities: 7.0.1
@@ -10372,8 +11039,12 @@ snapshots:
10372
11039
  dependencies:
10373
11040
  lru-cache: 11.2.6
10374
11041
 
11042
+ html-entities@2.3.3: {}
11043
+
10375
11044
  html-escaper@3.0.3: {}
10376
11045
 
11046
+ html-tags@3.3.1: {}
11047
+
10377
11048
  html-void-elements@3.0.0: {}
10378
11049
 
10379
11050
  htmlparser2@10.1.0:
@@ -10442,6 +11113,8 @@ snapshots:
10442
11113
 
10443
11114
  ini@6.0.0: {}
10444
11115
 
11116
+ inline-style-parser@0.2.7: {}
11117
+
10445
11118
  internal-slot@1.1.0:
10446
11119
  dependencies:
10447
11120
  es-errors: 1.3.0
@@ -10527,6 +11200,10 @@ snapshots:
10527
11200
  dependencies:
10528
11201
  is-extglob: 2.1.1
10529
11202
 
11203
+ is-html@2.0.0:
11204
+ dependencies:
11205
+ html-tags: 3.3.1
11206
+
10530
11207
  is-inside-container@1.0.0:
10531
11208
  dependencies:
10532
11209
  is-docker: 3.0.0
@@ -10595,6 +11272,8 @@ snapshots:
10595
11272
  call-bound: 1.0.4
10596
11273
  get-intrinsic: 1.3.0
10597
11274
 
11275
+ is-what@4.1.16: {}
11276
+
10598
11277
  is-what@5.5.0: {}
10599
11278
 
10600
11279
  is-wsl@2.2.0:
@@ -10703,6 +11382,12 @@ snapshots:
10703
11382
  object.assign: 4.1.7
10704
11383
  object.values: 1.2.1
10705
11384
 
11385
+ katex@0.16.44:
11386
+ dependencies:
11387
+ commander: 8.3.0
11388
+
11389
+ kebab-case@1.0.2: {}
11390
+
10706
11391
  keyv@4.5.4:
10707
11392
  dependencies:
10708
11393
  json-buffer: 3.0.1
@@ -10715,6 +11400,8 @@ snapshots:
10715
11400
 
10716
11401
  kleur@4.1.5: {}
10717
11402
 
11403
+ known-css-properties@0.30.0: {}
11404
+
10718
11405
  known-css-properties@0.37.0: {}
10719
11406
 
10720
11407
  kolorist@1.8.0: {}
@@ -10724,6 +11411,55 @@ snapshots:
10724
11411
  prelude-ls: 1.2.1
10725
11412
  type-check: 0.4.0
10726
11413
 
11414
+ lightningcss-android-arm64@1.32.0:
11415
+ optional: true
11416
+
11417
+ lightningcss-darwin-arm64@1.32.0:
11418
+ optional: true
11419
+
11420
+ lightningcss-darwin-x64@1.32.0:
11421
+ optional: true
11422
+
11423
+ lightningcss-freebsd-x64@1.32.0:
11424
+ optional: true
11425
+
11426
+ lightningcss-linux-arm-gnueabihf@1.32.0:
11427
+ optional: true
11428
+
11429
+ lightningcss-linux-arm64-gnu@1.32.0:
11430
+ optional: true
11431
+
11432
+ lightningcss-linux-arm64-musl@1.32.0:
11433
+ optional: true
11434
+
11435
+ lightningcss-linux-x64-gnu@1.32.0:
11436
+ optional: true
11437
+
11438
+ lightningcss-linux-x64-musl@1.32.0:
11439
+ optional: true
11440
+
11441
+ lightningcss-win32-arm64-msvc@1.32.0:
11442
+ optional: true
11443
+
11444
+ lightningcss-win32-x64-msvc@1.32.0:
11445
+ optional: true
11446
+
11447
+ lightningcss@1.32.0:
11448
+ dependencies:
11449
+ detect-libc: 2.1.2
11450
+ optionalDependencies:
11451
+ lightningcss-android-arm64: 1.32.0
11452
+ lightningcss-darwin-arm64: 1.32.0
11453
+ lightningcss-darwin-x64: 1.32.0
11454
+ lightningcss-freebsd-x64: 1.32.0
11455
+ lightningcss-linux-arm-gnueabihf: 1.32.0
11456
+ lightningcss-linux-arm64-gnu: 1.32.0
11457
+ lightningcss-linux-arm64-musl: 1.32.0
11458
+ lightningcss-linux-x64-gnu: 1.32.0
11459
+ lightningcss-linux-x64-musl: 1.32.0
11460
+ lightningcss-win32-arm64-msvc: 1.32.0
11461
+ lightningcss-win32-x64-msvc: 1.32.0
11462
+
10727
11463
  lilconfig@2.1.0: {}
10728
11464
 
10729
11465
  listr2@9.0.5:
@@ -10926,6 +11662,18 @@ snapshots:
10926
11662
  transitivePeerDependencies:
10927
11663
  - supports-color
10928
11664
 
11665
+ mdast-util-math@3.0.0:
11666
+ dependencies:
11667
+ '@types/hast': 3.0.4
11668
+ '@types/mdast': 4.0.4
11669
+ devlop: 1.1.0
11670
+ longest-streak: 3.1.0
11671
+ mdast-util-from-markdown: 2.0.3
11672
+ mdast-util-to-markdown: 2.1.2
11673
+ unist-util-remove-position: 5.0.0
11674
+ transitivePeerDependencies:
11675
+ - supports-color
11676
+
10929
11677
  mdast-util-phrasing@4.1.0:
10930
11678
  dependencies:
10931
11679
  '@types/mdast': 4.0.4
@@ -10965,6 +11713,10 @@ snapshots:
10965
11713
 
10966
11714
  media-typer@1.1.0: {}
10967
11715
 
11716
+ merge-anything@5.1.7:
11717
+ dependencies:
11718
+ is-what: 4.1.16
11719
+
10968
11720
  merge-descriptors@2.0.0: {}
10969
11721
 
10970
11722
  merge2@1.4.1: {}
@@ -11053,6 +11805,16 @@ snapshots:
11053
11805
  micromark-util-combine-extensions: 2.0.1
11054
11806
  micromark-util-types: 2.0.2
11055
11807
 
11808
+ micromark-extension-math@3.1.0:
11809
+ dependencies:
11810
+ '@types/katex': 0.16.8
11811
+ devlop: 1.1.0
11812
+ katex: 0.16.44
11813
+ micromark-factory-space: 2.0.1
11814
+ micromark-util-character: 2.1.1
11815
+ micromark-util-symbol: 2.0.1
11816
+ micromark-util-types: 2.0.2
11817
+
11056
11818
  micromark-factory-destination@2.0.1:
11057
11819
  dependencies:
11058
11820
  micromark-util-character: 2.1.1
@@ -11261,7 +12023,7 @@ snapshots:
11261
12023
 
11262
12024
  nanoid@5.1.6: {}
11263
12025
 
11264
- nanostores@1.1.1: {}
12026
+ nanostores@1.2.0: {}
11265
12027
 
11266
12028
  natural-compare@1.4.0: {}
11267
12029
 
@@ -11647,13 +12409,13 @@ snapshots:
11647
12409
 
11648
12410
  possible-typed-array-names@1.1.0: {}
11649
12411
 
11650
- postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3)):
12412
+ postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3)):
11651
12413
  dependencies:
11652
12414
  lilconfig: 2.1.0
11653
12415
  yaml: 1.10.3
11654
12416
  optionalDependencies:
11655
12417
  postcss: 8.5.6
11656
- ts-node: 10.9.2(@types/node@25.3.5)(typescript@5.9.3)
12418
+ ts-node: 10.9.2(@types/node@25.5.0)(typescript@5.9.3)
11657
12419
 
11658
12420
  postcss-media-query-parser@0.2.3: {}
11659
12421
 
@@ -11676,18 +12438,31 @@ snapshots:
11676
12438
  picocolors: 1.1.1
11677
12439
  source-map-js: 1.2.1
11678
12440
 
11679
- preact-render-to-string@6.6.6(preact@10.28.4):
12441
+ postcss@8.5.8:
12442
+ dependencies:
12443
+ nanoid: 3.3.11
12444
+ picocolors: 1.1.1
12445
+ source-map-js: 1.2.1
12446
+
12447
+ preact-render-to-string@6.6.6(preact@10.29.0):
11680
12448
  dependencies:
11681
- preact: 10.28.4
12449
+ preact: 10.29.0
11682
12450
 
11683
- preact@10.28.4: {}
12451
+ preact@10.29.0: {}
11684
12452
 
11685
12453
  prelude-ls@1.2.1: {}
11686
12454
 
11687
- prettier-plugin-svelte@3.5.1(prettier@3.8.1)(svelte@5.53.7):
12455
+ prettier-plugin-solidity@2.3.1(prettier@3.8.1):
11688
12456
  dependencies:
12457
+ '@nomicfoundation/slang': 1.3.4
12458
+ '@solidity-parser/parser': 0.20.2
11689
12459
  prettier: 3.8.1
11690
- svelte: 5.53.7
12460
+ semver: 7.7.4
12461
+
12462
+ prettier-plugin-svelte@3.5.1(prettier@3.8.1)(svelte@5.55.0):
12463
+ dependencies:
12464
+ prettier: 3.8.1
12465
+ svelte: 5.55.0
11691
12466
 
11692
12467
  prettier@3.8.1: {}
11693
12468
 
@@ -11760,8 +12535,6 @@ snapshots:
11760
12535
 
11761
12536
  react-refresh@0.17.0: {}
11762
12537
 
11763
- react-refresh@0.18.0: {}
11764
-
11765
12538
  react@19.2.4: {}
11766
12539
 
11767
12540
  readdirp@4.1.2: {}
@@ -11930,6 +12703,27 @@ snapshots:
11930
12703
 
11931
12704
  rfdc@1.4.1: {}
11932
12705
 
12706
+ rolldown@1.0.0-rc.12:
12707
+ dependencies:
12708
+ '@oxc-project/types': 0.122.0
12709
+ '@rolldown/pluginutils': 1.0.0-rc.12
12710
+ optionalDependencies:
12711
+ '@rolldown/binding-android-arm64': 1.0.0-rc.12
12712
+ '@rolldown/binding-darwin-arm64': 1.0.0-rc.12
12713
+ '@rolldown/binding-darwin-x64': 1.0.0-rc.12
12714
+ '@rolldown/binding-freebsd-x64': 1.0.0-rc.12
12715
+ '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.12
12716
+ '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.12
12717
+ '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.12
12718
+ '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.12
12719
+ '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.12
12720
+ '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.12
12721
+ '@rolldown/binding-linux-x64-musl': 1.0.0-rc.12
12722
+ '@rolldown/binding-openharmony-arm64': 1.0.0-rc.12
12723
+ '@rolldown/binding-wasm32-wasi': 1.0.0-rc.12
12724
+ '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.12
12725
+ '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.12
12726
+
11933
12727
  rolldown@1.0.0-rc.4:
11934
12728
  dependencies:
11935
12729
  '@oxc-project/types': 0.113.0
@@ -12055,6 +12849,12 @@ snapshots:
12055
12849
  transitivePeerDependencies:
12056
12850
  - supports-color
12057
12851
 
12852
+ seroval-plugins@1.5.1(seroval@1.5.1):
12853
+ dependencies:
12854
+ seroval: 1.5.1
12855
+
12856
+ seroval@1.5.1: {}
12857
+
12058
12858
  serve-static@2.2.1:
12059
12859
  dependencies:
12060
12860
  encodeurl: 2.0.0
@@ -12222,6 +13022,21 @@ snapshots:
12222
13022
  ip-address: 10.1.0
12223
13023
  smart-buffer: 4.2.0
12224
13024
 
13025
+ solid-js@1.9.12:
13026
+ dependencies:
13027
+ csstype: 3.2.3
13028
+ seroval: 1.5.1
13029
+ seroval-plugins: 1.5.1(seroval@1.5.1)
13030
+
13031
+ solid-refresh@0.6.3(solid-js@1.9.12):
13032
+ dependencies:
13033
+ '@babel/generator': 7.29.1
13034
+ '@babel/helper-module-imports': 7.28.6
13035
+ '@babel/types': 7.29.0
13036
+ solid-js: 1.9.12
13037
+ transitivePeerDependencies:
13038
+ - supports-color
13039
+
12225
13040
  source-map-js@1.2.1: {}
12226
13041
 
12227
13042
  source-map-support@0.5.21:
@@ -12256,7 +13071,7 @@ snapshots:
12256
13071
 
12257
13072
  statuses@2.0.2: {}
12258
13073
 
12259
- std-env@3.10.0: {}
13074
+ std-env@4.0.0: {}
12260
13075
 
12261
13076
  stdin-discarder@0.3.1: {}
12262
13077
 
@@ -12355,6 +13170,10 @@ snapshots:
12355
13170
 
12356
13171
  strip-json-comments@3.1.1: {}
12357
13172
 
13173
+ style-to-object@1.0.14:
13174
+ dependencies:
13175
+ inline-style-parser: 0.2.7
13176
+
12358
13177
  superjson@2.2.6:
12359
13178
  dependencies:
12360
13179
  copy-anything: 4.0.5
@@ -12365,7 +13184,7 @@ snapshots:
12365
13184
 
12366
13185
  supports-preserve-symlinks-flag@1.0.0: {}
12367
13186
 
12368
- svelte-eslint-parser@1.6.0(svelte@5.53.7):
13187
+ svelte-eslint-parser@1.6.0(svelte@5.55.0):
12369
13188
  dependencies:
12370
13189
  eslint-scope: 8.4.0
12371
13190
  eslint-visitor-keys: 4.2.1
@@ -12375,16 +13194,16 @@ snapshots:
12375
13194
  postcss-selector-parser: 7.1.1
12376
13195
  semver: 7.7.4
12377
13196
  optionalDependencies:
12378
- svelte: 5.53.7
13197
+ svelte: 5.55.0
12379
13198
 
12380
- svelte2tsx@0.7.51(svelte@5.53.7)(typescript@5.9.3):
13199
+ svelte2tsx@0.7.51(svelte@5.55.0)(typescript@5.9.3):
12381
13200
  dependencies:
12382
13201
  dedent-js: 1.0.1
12383
13202
  scule: 1.3.0
12384
- svelte: 5.53.7
13203
+ svelte: 5.55.0
12385
13204
  typescript: 5.9.3
12386
13205
 
12387
- svelte@5.53.7:
13206
+ svelte@5.55.0:
12388
13207
  dependencies:
12389
13208
  '@jridgewell/remapping': 2.3.5
12390
13209
  '@jridgewell/sourcemap-codec': 1.5.5
@@ -12444,7 +13263,7 @@ snapshots:
12444
13263
  fdir: 6.5.0(picomatch@4.0.4)
12445
13264
  picomatch: 4.0.4
12446
13265
 
12447
- tinyrainbow@3.0.3: {}
13266
+ tinyrainbow@3.1.0: {}
12448
13267
 
12449
13268
  tmp@0.2.5: {}
12450
13269
 
@@ -12469,14 +13288,14 @@ snapshots:
12469
13288
  '@ts-morph/common': 0.22.0
12470
13289
  code-block-writer: 12.0.0
12471
13290
 
12472
- ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3):
13291
+ ts-node@10.9.2(@types/node@25.5.0)(typescript@5.9.3):
12473
13292
  dependencies:
12474
13293
  '@cspotcode/source-map-support': 0.8.1
12475
13294
  '@tsconfig/node10': 1.0.12
12476
13295
  '@tsconfig/node12': 1.0.11
12477
13296
  '@tsconfig/node14': 1.0.3
12478
13297
  '@tsconfig/node16': 1.0.4
12479
- '@types/node': 25.3.5
13298
+ '@types/node': 25.5.0
12480
13299
  acorn: 8.16.0
12481
13300
  acorn-walk: 8.3.5
12482
13301
  arg: 4.1.3
@@ -12553,12 +13372,12 @@ snapshots:
12553
13372
  possible-typed-array-names: 1.1.0
12554
13373
  reflect.getprototypeof: 1.0.10
12555
13374
 
12556
- typescript-eslint@8.56.1(eslint@9.39.4)(typescript@5.9.3):
13375
+ typescript-eslint@8.57.2(eslint@9.39.4)(typescript@5.9.3):
12557
13376
  dependencies:
12558
- '@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)
12559
- '@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
12560
- '@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
12561
- '@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
13377
+ '@typescript-eslint/eslint-plugin': 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
13378
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
13379
+ '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
13380
+ '@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
12562
13381
  eslint: 9.39.4
12563
13382
  typescript: 5.9.3
12564
13383
  transitivePeerDependencies:
@@ -12581,7 +13400,7 @@ snapshots:
12581
13400
 
12582
13401
  undici-types@7.18.2: {}
12583
13402
 
12584
- undici@7.24.3: {}
13403
+ undici@7.24.4: {}
12585
13404
 
12586
13405
  unicorn-magic@0.3.0: {}
12587
13406
 
@@ -12699,11 +13518,11 @@ snapshots:
12699
13518
  '@types/unist': 3.0.3
12700
13519
  vfile-message: 4.0.3
12701
13520
 
12702
- vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
13521
+ vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
12703
13522
  dependencies:
12704
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
13523
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
12705
13524
 
12706
- vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
13525
+ vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
12707
13526
  dependencies:
12708
13527
  '@antfu/utils': 0.7.10
12709
13528
  '@rollup/pluginutils': 5.3.0(rollup@4.59.0)
@@ -12714,28 +13533,58 @@ snapshots:
12714
13533
  perfect-debounce: 1.0.0
12715
13534
  picocolors: 1.1.1
12716
13535
  sirv: 3.0.2
12717
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
13536
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
12718
13537
  transitivePeerDependencies:
12719
13538
  - rollup
12720
13539
  - supports-color
12721
13540
 
12722
- vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3)):
13541
+ vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
12723
13542
  dependencies:
12724
- '@vue/devtools-core': 7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
13543
+ '@babel/core': 7.29.0
13544
+ '@types/babel__core': 7.20.5
13545
+ babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.12)
13546
+ merge-anything: 5.1.7
13547
+ solid-js: 1.9.12
13548
+ solid-refresh: 0.6.3(solid-js@1.9.12)
13549
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
13550
+ vitefu: 1.1.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
13551
+ optionalDependencies:
13552
+ '@testing-library/jest-dom': 6.9.1
13553
+ transitivePeerDependencies:
13554
+ - supports-color
13555
+
13556
+ vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
13557
+ dependencies:
13558
+ '@babel/core': 7.29.0
13559
+ '@types/babel__core': 7.20.5
13560
+ babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.12)
13561
+ merge-anything: 5.1.7
13562
+ solid-js: 1.9.12
13563
+ solid-refresh: 0.6.3(solid-js@1.9.12)
13564
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
13565
+ vitefu: 1.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
13566
+ optionalDependencies:
13567
+ '@testing-library/jest-dom': 6.9.1
13568
+ transitivePeerDependencies:
13569
+ - supports-color
13570
+
13571
+ vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3)):
13572
+ dependencies:
13573
+ '@vue/devtools-core': 7.7.9(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
12725
13574
  '@vue/devtools-kit': 7.7.9
12726
13575
  '@vue/devtools-shared': 7.7.9
12727
13576
  execa: 9.6.1
12728
13577
  sirv: 3.0.2
12729
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
12730
- vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
12731
- vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
13578
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
13579
+ vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
13580
+ vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
12732
13581
  transitivePeerDependencies:
12733
13582
  - '@nuxt/kit'
12734
13583
  - rollup
12735
13584
  - supports-color
12736
13585
  - vue
12737
13586
 
12738
- vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
13587
+ vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
12739
13588
  dependencies:
12740
13589
  '@babel/core': 7.29.0
12741
13590
  '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
@@ -12746,11 +13595,21 @@ snapshots:
12746
13595
  '@vue/compiler-dom': 3.5.29
12747
13596
  kolorist: 1.8.0
12748
13597
  magic-string: 0.30.21
12749
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
13598
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
12750
13599
  transitivePeerDependencies:
12751
13600
  - supports-color
12752
13601
 
12753
- vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
13602
+ vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
13603
+ dependencies:
13604
+ kolorist: 1.8.0
13605
+ magic-string: 0.30.21
13606
+ node-html-parser: 6.1.13
13607
+ simple-code-frame: 1.3.0
13608
+ source-map: 0.7.6
13609
+ stack-trace: 1.0.0-pre2
13610
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
13611
+
13612
+ vite-prerender-plugin@0.5.12(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
12754
13613
  dependencies:
12755
13614
  kolorist: 1.8.0
12756
13615
  magic-string: 0.30.21
@@ -12758,9 +13617,9 @@ snapshots:
12758
13617
  simple-code-frame: 1.3.0
12759
13618
  source-map: 0.7.6
12760
13619
  stack-trace: 1.0.0-pre2
12761
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
13620
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
12762
13621
 
12763
- vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3):
13622
+ vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
12764
13623
  dependencies:
12765
13624
  esbuild: 0.25.12
12766
13625
  fdir: 6.5.0(picomatch@4.0.4)
@@ -12769,12 +13628,13 @@ snapshots:
12769
13628
  rollup: 4.59.0
12770
13629
  tinyglobby: 0.2.15
12771
13630
  optionalDependencies:
12772
- '@types/node': 25.3.5
13631
+ '@types/node': 25.5.0
12773
13632
  fsevents: 2.3.3
13633
+ lightningcss: 1.32.0
12774
13634
  sass: 1.97.3
12775
13635
  yaml: 2.8.3
12776
13636
 
12777
- vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3):
13637
+ vite@7.3.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
12778
13638
  dependencies:
12779
13639
  esbuild: 0.27.3
12780
13640
  fdir: 6.5.0(picomatch@4.0.4)
@@ -12783,52 +13643,61 @@ snapshots:
12783
13643
  rollup: 4.59.0
12784
13644
  tinyglobby: 0.2.15
12785
13645
  optionalDependencies:
12786
- '@types/node': 25.3.5
13646
+ '@types/node': 25.5.0
12787
13647
  fsevents: 2.3.3
13648
+ lightningcss: 1.32.0
12788
13649
  sass: 1.97.3
12789
13650
  yaml: 2.8.3
12790
13651
 
12791
- vitefu@1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
13652
+ vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3):
13653
+ dependencies:
13654
+ lightningcss: 1.32.0
13655
+ picomatch: 4.0.4
13656
+ postcss: 8.5.8
13657
+ rolldown: 1.0.0-rc.12
13658
+ tinyglobby: 0.2.15
12792
13659
  optionalDependencies:
12793
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
13660
+ '@types/node': 25.5.0
13661
+ esbuild: 0.27.3
13662
+ fsevents: 2.3.3
13663
+ sass: 1.97.3
13664
+ yaml: 2.8.3
12794
13665
 
12795
- vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3):
12796
- dependencies:
12797
- '@vitest/expect': 4.0.18
12798
- '@vitest/mocker': 4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
12799
- '@vitest/pretty-format': 4.0.18
12800
- '@vitest/runner': 4.0.18
12801
- '@vitest/snapshot': 4.0.18
12802
- '@vitest/spy': 4.0.18
12803
- '@vitest/utils': 4.0.18
12804
- es-module-lexer: 1.7.0
13666
+ vitefu@1.1.2(vite@6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
13667
+ optionalDependencies:
13668
+ vite: 6.4.1(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
13669
+
13670
+ vitefu@1.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
13671
+ optionalDependencies:
13672
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
13673
+
13674
+ vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
13675
+ dependencies:
13676
+ '@vitest/expect': 4.1.2
13677
+ '@vitest/mocker': 4.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
13678
+ '@vitest/pretty-format': 4.1.2
13679
+ '@vitest/runner': 4.1.2
13680
+ '@vitest/snapshot': 4.1.2
13681
+ '@vitest/spy': 4.1.2
13682
+ '@vitest/utils': 4.1.2
13683
+ es-module-lexer: 2.0.0
12805
13684
  expect-type: 1.3.0
12806
13685
  magic-string: 0.30.21
12807
13686
  obug: 2.1.1
12808
13687
  pathe: 2.0.3
12809
13688
  picomatch: 4.0.4
12810
- std-env: 3.10.0
13689
+ std-env: 4.0.0
12811
13690
  tinybench: 2.9.0
12812
13691
  tinyexec: 1.0.2
12813
13692
  tinyglobby: 0.2.15
12814
- tinyrainbow: 3.0.3
12815
- vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
13693
+ tinyrainbow: 3.1.0
13694
+ vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
12816
13695
  why-is-node-running: 2.3.0
12817
13696
  optionalDependencies:
12818
- '@types/node': 25.3.5
12819
- happy-dom: 20.8.8
13697
+ '@types/node': 25.5.0
13698
+ happy-dom: 20.8.9
12820
13699
  transitivePeerDependencies:
12821
- - jiti
12822
- - less
12823
- - lightningcss
12824
13700
  - msw
12825
- - sass
12826
- - sass-embedded
12827
- - stylus
12828
- - sugarss
12829
- - terser
12830
- - tsx
12831
- - yaml
12832
13701
 
12833
13702
  vue-component-type-helpers@2.2.12: {}
12834
13703
 
@@ -12844,13 +13713,13 @@ snapshots:
12844
13713
  transitivePeerDependencies:
12845
13714
  - supports-color
12846
13715
 
12847
- vue@3.5.29(typescript@5.9.3):
13716
+ vue@3.5.31(typescript@5.9.3):
12848
13717
  dependencies:
12849
- '@vue/compiler-dom': 3.5.29
12850
- '@vue/compiler-sfc': 3.5.29
12851
- '@vue/runtime-dom': 3.5.29
12852
- '@vue/server-renderer': 3.5.29(vue@3.5.29(typescript@5.9.3))
12853
- '@vue/shared': 3.5.29
13718
+ '@vue/compiler-dom': 3.5.31
13719
+ '@vue/compiler-sfc': 3.5.31
13720
+ '@vue/runtime-dom': 3.5.31
13721
+ '@vue/server-renderer': 3.5.31(vue@3.5.31(typescript@5.9.3))
13722
+ '@vue/shared': 3.5.31
12854
13723
  optionalDependencies:
12855
13724
  typescript: 5.9.3
12856
13725