create-reactivite 1.0.4 → 1.1.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 (35) hide show
  1. package/README.md +197 -177
  2. package/index.js +7 -0
  3. package/package.json +1 -1
  4. package/template/README.md +73 -73
  5. package/template/components.json +22 -22
  6. package/template/eslint.config.js +30 -23
  7. package/template/index.html +13 -13
  8. package/template/package.json +53 -53
  9. package/template/pnpm-lock.yaml +1281 -1856
  10. package/template/src/App.tsx +27 -27
  11. package/template/src/components/home-page-components/header.tsx +2 -2
  12. package/template/src/components/ui/accordion.tsx +64 -64
  13. package/template/src/components/ui/alert.tsx +66 -66
  14. package/template/src/components/ui/avatar.tsx +51 -51
  15. package/template/src/components/ui/badge.tsx +46 -46
  16. package/template/src/components/ui/button-group.tsx +83 -83
  17. package/template/src/components/ui/button.tsx +60 -60
  18. package/template/src/components/ui/calendar.tsx +210 -211
  19. package/template/src/components/ui/card.tsx +92 -92
  20. package/template/src/components/ui/checkbox.tsx +30 -30
  21. package/template/src/components/ui/collapsible.tsx +31 -31
  22. package/template/src/components/ui/dialog.tsx +141 -141
  23. package/template/src/components/ui/input.tsx +21 -21
  24. package/template/src/components/ui/select.tsx +185 -185
  25. package/template/src/components/ui/separator.tsx +26 -26
  26. package/template/src/components/ui/sonner.tsx +38 -38
  27. package/template/src/components/ui/spinner.tsx +16 -16
  28. package/template/src/components/ui/table.tsx +114 -114
  29. package/template/src/components/ui/toggle.tsx +45 -45
  30. package/template/src/components/ui/tooltip.tsx +59 -59
  31. package/template/src/lib/utils.ts +6 -6
  32. package/template/src/main.tsx +10 -10
  33. package/template/tsconfig.app.json +31 -28
  34. package/template/tsconfig.json +2 -4
  35. package/template/tsconfig.node.json +26 -26
@@ -9,38 +9,38 @@ importers:
9
9
  .:
10
10
  dependencies:
11
11
  '@radix-ui/react-accordion':
12
- specifier: ^1.2.12
13
- version: 1.2.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
12
+ specifier: ^1.2.13
13
+ version: 1.2.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
14
14
  '@radix-ui/react-avatar':
15
- specifier: ^1.1.10
16
- version: 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
15
+ specifier: ^1.1.12
16
+ version: 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
17
17
  '@radix-ui/react-checkbox':
18
- specifier: ^1.3.3
19
- version: 1.3.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
18
+ specifier: ^1.3.4
19
+ version: 1.3.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
20
20
  '@radix-ui/react-collapsible':
21
- specifier: ^1.1.12
22
- version: 1.1.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
21
+ specifier: ^1.1.13
22
+ version: 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
23
23
  '@radix-ui/react-dialog':
24
- specifier: ^1.1.15
25
- version: 1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
24
+ specifier: ^1.1.16
25
+ version: 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
26
26
  '@radix-ui/react-select':
27
- specifier: ^2.2.6
28
- version: 2.2.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
27
+ specifier: ^2.3.0
28
+ version: 2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
29
29
  '@radix-ui/react-separator':
30
- specifier: ^1.1.7
31
- version: 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
30
+ specifier: ^1.1.9
31
+ version: 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
32
32
  '@radix-ui/react-slot':
33
- specifier: ^1.2.3
34
- version: 1.2.3(@types/react@19.2.2)(react@19.2.0)
33
+ specifier: ^1.2.5
34
+ version: 1.2.5(@types/react@19.2.17)(react@19.2.7)
35
35
  '@radix-ui/react-toggle':
36
- specifier: ^1.1.10
37
- version: 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
36
+ specifier: ^1.1.11
37
+ version: 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
38
38
  '@radix-ui/react-tooltip':
39
- specifier: ^1.2.8
40
- version: 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
39
+ specifier: ^1.2.9
40
+ version: 1.2.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
41
41
  '@tailwindcss/vite':
42
- specifier: ^4.1.14
43
- version: 4.1.14(vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1))
42
+ specifier: ^4.3.0
43
+ version: 4.3.0(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0))
44
44
  class-variance-authority:
45
45
  specifier: ^0.7.1
46
46
  version: 0.7.1
@@ -48,382 +48,224 @@ importers:
48
48
  specifier: ^2.1.1
49
49
  version: 2.1.1
50
50
  date-fns:
51
- specifier: ^4.1.0
52
- version: 4.1.0
51
+ specifier: ^4.4.0
52
+ version: 4.4.0
53
53
  lucide-react:
54
- specifier: ^0.545.0
55
- version: 0.545.0(react@19.2.0)
54
+ specifier: ^1.17.0
55
+ version: 1.17.0(react@19.2.7)
56
56
  next-themes:
57
57
  specifier: ^0.4.6
58
- version: 0.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
58
+ version: 0.4.6(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
59
59
  react:
60
- specifier: ^19.1.1
61
- version: 19.2.0
60
+ specifier: ^19.2.7
61
+ version: 19.2.7
62
62
  react-day-picker:
63
- specifier: ^9.11.1
64
- version: 9.11.1(react@19.2.0)
63
+ specifier: ^10.0.1
64
+ version: 10.0.1(@types/react@19.2.17)(react@19.2.7)
65
65
  react-dom:
66
- specifier: ^19.1.1
67
- version: 19.2.0(react@19.2.0)
66
+ specifier: ^19.2.7
67
+ version: 19.2.7(react@19.2.7)
68
68
  react-router:
69
- specifier: ^7.9.4
70
- version: 7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
69
+ specifier: ^7.17.0
70
+ version: 7.17.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
71
71
  recharts:
72
- specifier: ^3.2.1
73
- version: 3.2.1(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.0)(react@19.2.0)(redux@5.0.1)
72
+ specifier: ^3.8.1
73
+ version: 3.8.1(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react-is@19.2.7)(react@19.2.7)(redux@5.0.1)
74
74
  sonner:
75
75
  specifier: ^2.0.7
76
- version: 2.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
76
+ version: 2.0.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
77
77
  tailwind-merge:
78
- specifier: ^3.3.1
79
- version: 3.3.1
78
+ specifier: ^3.6.0
79
+ version: 3.6.0
80
80
  tailwindcss:
81
- specifier: ^4.1.14
82
- version: 4.1.14
81
+ specifier: ^4.3.0
82
+ version: 4.3.0
83
83
  devDependencies:
84
84
  '@eslint/js':
85
- specifier: ^9.36.0
86
- version: 9.37.0
85
+ specifier: ^10.0.1
86
+ version: 10.0.1(eslint@10.4.1(jiti@2.7.0))
87
87
  '@types/node':
88
- specifier: ^24.6.0
89
- version: 24.7.2
88
+ specifier: ^25.9.3
89
+ version: 25.9.3
90
90
  '@types/react':
91
- specifier: ^19.1.16
92
- version: 19.2.2
91
+ specifier: ^19.2.17
92
+ version: 19.2.17
93
93
  '@types/react-dom':
94
- specifier: ^19.1.9
95
- version: 19.2.2(@types/react@19.2.2)
94
+ specifier: ^19.2.3
95
+ version: 19.2.3(@types/react@19.2.17)
96
96
  '@vitejs/plugin-react':
97
- specifier: ^5.0.4
98
- version: 5.0.4(vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1))
97
+ specifier: ^6.0.2
98
+ version: 6.0.2(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0))
99
99
  eslint:
100
- specifier: ^9.36.0
101
- version: 9.37.0(jiti@2.6.1)
100
+ specifier: ^10.4.1
101
+ version: 10.4.1(jiti@2.7.0)
102
102
  eslint-plugin-react-hooks:
103
- specifier: ^5.2.0
104
- version: 5.2.0(eslint@9.37.0(jiti@2.6.1))
103
+ specifier: ^7.1.1
104
+ version: 7.1.1(eslint@10.4.1(jiti@2.7.0))
105
105
  eslint-plugin-react-refresh:
106
- specifier: ^0.4.22
107
- version: 0.4.23(eslint@9.37.0(jiti@2.6.1))
106
+ specifier: ^0.5.2
107
+ version: 0.5.2(eslint@10.4.1(jiti@2.7.0))
108
108
  globals:
109
- specifier: ^16.4.0
110
- version: 16.4.0
109
+ specifier: ^17.6.0
110
+ version: 17.6.0
111
111
  tw-animate-css:
112
112
  specifier: ^1.4.0
113
113
  version: 1.4.0
114
114
  typescript:
115
- specifier: ~5.9.3
116
- version: 5.9.3
115
+ specifier: ~6.0.3
116
+ version: 6.0.3
117
117
  typescript-eslint:
118
- specifier: ^8.45.0
119
- version: 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
118
+ specifier: ^8.61.0
119
+ version: 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
120
120
  vite:
121
- specifier: ^7.1.7
122
- version: 7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1)
121
+ specifier: ^8.0.16
122
+ version: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)
123
123
 
124
124
  packages:
125
125
 
126
- '@babel/code-frame@7.27.1':
127
- resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
126
+ '@babel/code-frame@7.29.7':
127
+ resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
128
128
  engines: {node: '>=6.9.0'}
129
129
 
130
- '@babel/compat-data@7.28.4':
131
- resolution: {integrity: sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==}
130
+ '@babel/compat-data@7.29.7':
131
+ resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==}
132
132
  engines: {node: '>=6.9.0'}
133
133
 
134
- '@babel/core@7.28.4':
135
- resolution: {integrity: sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==}
134
+ '@babel/core@7.29.7':
135
+ resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==}
136
136
  engines: {node: '>=6.9.0'}
137
137
 
138
- '@babel/generator@7.28.3':
139
- resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
138
+ '@babel/generator@7.29.7':
139
+ resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==}
140
140
  engines: {node: '>=6.9.0'}
141
141
 
142
- '@babel/helper-compilation-targets@7.27.2':
143
- resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
142
+ '@babel/helper-compilation-targets@7.29.7':
143
+ resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==}
144
144
  engines: {node: '>=6.9.0'}
145
145
 
146
- '@babel/helper-globals@7.28.0':
147
- resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
146
+ '@babel/helper-globals@7.29.7':
147
+ resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==}
148
148
  engines: {node: '>=6.9.0'}
149
149
 
150
- '@babel/helper-module-imports@7.27.1':
151
- resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
150
+ '@babel/helper-module-imports@7.29.7':
151
+ resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==}
152
152
  engines: {node: '>=6.9.0'}
153
153
 
154
- '@babel/helper-module-transforms@7.28.3':
155
- resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
154
+ '@babel/helper-module-transforms@7.29.7':
155
+ resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==}
156
156
  engines: {node: '>=6.9.0'}
157
157
  peerDependencies:
158
158
  '@babel/core': ^7.0.0
159
159
 
160
- '@babel/helper-plugin-utils@7.27.1':
161
- resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
162
- engines: {node: '>=6.9.0'}
163
-
164
- '@babel/helper-string-parser@7.27.1':
165
- resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
160
+ '@babel/helper-string-parser@7.29.7':
161
+ resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==}
166
162
  engines: {node: '>=6.9.0'}
167
163
 
168
- '@babel/helper-validator-identifier@7.27.1':
169
- resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
164
+ '@babel/helper-validator-identifier@7.29.7':
165
+ resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==}
170
166
  engines: {node: '>=6.9.0'}
171
167
 
172
- '@babel/helper-validator-option@7.27.1':
173
- resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
168
+ '@babel/helper-validator-option@7.29.7':
169
+ resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==}
174
170
  engines: {node: '>=6.9.0'}
175
171
 
176
- '@babel/helpers@7.28.4':
177
- resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
172
+ '@babel/helpers@7.29.7':
173
+ resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==}
178
174
  engines: {node: '>=6.9.0'}
179
175
 
180
- '@babel/parser@7.28.4':
181
- resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==}
176
+ '@babel/parser@7.29.7':
177
+ resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==}
182
178
  engines: {node: '>=6.0.0'}
183
179
  hasBin: true
184
180
 
185
- '@babel/plugin-transform-react-jsx-self@7.27.1':
186
- resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
181
+ '@babel/template@7.29.7':
182
+ resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==}
187
183
  engines: {node: '>=6.9.0'}
188
- peerDependencies:
189
- '@babel/core': ^7.0.0-0
190
184
 
191
- '@babel/plugin-transform-react-jsx-source@7.27.1':
192
- resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
185
+ '@babel/traverse@7.29.7':
186
+ resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==}
193
187
  engines: {node: '>=6.9.0'}
194
- peerDependencies:
195
- '@babel/core': ^7.0.0-0
196
188
 
197
- '@babel/template@7.27.2':
198
- resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
189
+ '@babel/types@7.29.7':
190
+ resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==}
199
191
  engines: {node: '>=6.9.0'}
200
192
 
201
- '@babel/traverse@7.28.4':
202
- resolution: {integrity: sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==}
203
- engines: {node: '>=6.9.0'}
204
-
205
- '@babel/types@7.28.4':
206
- resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
207
- engines: {node: '>=6.9.0'}
208
-
209
- '@date-fns/tz@1.4.1':
210
- resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==}
211
-
212
- '@esbuild/aix-ppc64@0.25.10':
213
- resolution: {integrity: sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==}
214
- engines: {node: '>=18'}
215
- cpu: [ppc64]
216
- os: [aix]
217
-
218
- '@esbuild/android-arm64@0.25.10':
219
- resolution: {integrity: sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==}
220
- engines: {node: '>=18'}
221
- cpu: [arm64]
222
- os: [android]
223
-
224
- '@esbuild/android-arm@0.25.10':
225
- resolution: {integrity: sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==}
226
- engines: {node: '>=18'}
227
- cpu: [arm]
228
- os: [android]
229
-
230
- '@esbuild/android-x64@0.25.10':
231
- resolution: {integrity: sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==}
232
- engines: {node: '>=18'}
233
- cpu: [x64]
234
- os: [android]
235
-
236
- '@esbuild/darwin-arm64@0.25.10':
237
- resolution: {integrity: sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==}
238
- engines: {node: '>=18'}
239
- cpu: [arm64]
240
- os: [darwin]
241
-
242
- '@esbuild/darwin-x64@0.25.10':
243
- resolution: {integrity: sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==}
244
- engines: {node: '>=18'}
245
- cpu: [x64]
246
- os: [darwin]
247
-
248
- '@esbuild/freebsd-arm64@0.25.10':
249
- resolution: {integrity: sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==}
250
- engines: {node: '>=18'}
251
- cpu: [arm64]
252
- os: [freebsd]
253
-
254
- '@esbuild/freebsd-x64@0.25.10':
255
- resolution: {integrity: sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==}
256
- engines: {node: '>=18'}
257
- cpu: [x64]
258
- os: [freebsd]
259
-
260
- '@esbuild/linux-arm64@0.25.10':
261
- resolution: {integrity: sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==}
262
- engines: {node: '>=18'}
263
- cpu: [arm64]
264
- os: [linux]
265
-
266
- '@esbuild/linux-arm@0.25.10':
267
- resolution: {integrity: sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==}
268
- engines: {node: '>=18'}
269
- cpu: [arm]
270
- os: [linux]
271
-
272
- '@esbuild/linux-ia32@0.25.10':
273
- resolution: {integrity: sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==}
274
- engines: {node: '>=18'}
275
- cpu: [ia32]
276
- os: [linux]
277
-
278
- '@esbuild/linux-loong64@0.25.10':
279
- resolution: {integrity: sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==}
280
- engines: {node: '>=18'}
281
- cpu: [loong64]
282
- os: [linux]
283
-
284
- '@esbuild/linux-mips64el@0.25.10':
285
- resolution: {integrity: sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==}
286
- engines: {node: '>=18'}
287
- cpu: [mips64el]
288
- os: [linux]
289
-
290
- '@esbuild/linux-ppc64@0.25.10':
291
- resolution: {integrity: sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==}
292
- engines: {node: '>=18'}
293
- cpu: [ppc64]
294
- os: [linux]
295
-
296
- '@esbuild/linux-riscv64@0.25.10':
297
- resolution: {integrity: sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==}
298
- engines: {node: '>=18'}
299
- cpu: [riscv64]
300
- os: [linux]
301
-
302
- '@esbuild/linux-s390x@0.25.10':
303
- resolution: {integrity: sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==}
304
- engines: {node: '>=18'}
305
- cpu: [s390x]
306
- os: [linux]
307
-
308
- '@esbuild/linux-x64@0.25.10':
309
- resolution: {integrity: sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==}
310
- engines: {node: '>=18'}
311
- cpu: [x64]
312
- os: [linux]
313
-
314
- '@esbuild/netbsd-arm64@0.25.10':
315
- resolution: {integrity: sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==}
316
- engines: {node: '>=18'}
317
- cpu: [arm64]
318
- os: [netbsd]
319
-
320
- '@esbuild/netbsd-x64@0.25.10':
321
- resolution: {integrity: sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==}
322
- engines: {node: '>=18'}
323
- cpu: [x64]
324
- os: [netbsd]
325
-
326
- '@esbuild/openbsd-arm64@0.25.10':
327
- resolution: {integrity: sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==}
328
- engines: {node: '>=18'}
329
- cpu: [arm64]
330
- os: [openbsd]
331
-
332
- '@esbuild/openbsd-x64@0.25.10':
333
- resolution: {integrity: sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==}
334
- engines: {node: '>=18'}
335
- cpu: [x64]
336
- os: [openbsd]
337
-
338
- '@esbuild/openharmony-arm64@0.25.10':
339
- resolution: {integrity: sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==}
340
- engines: {node: '>=18'}
341
- cpu: [arm64]
342
- os: [openharmony]
343
-
344
- '@esbuild/sunos-x64@0.25.10':
345
- resolution: {integrity: sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==}
346
- engines: {node: '>=18'}
347
- cpu: [x64]
348
- os: [sunos]
193
+ '@date-fns/tz@1.5.0':
194
+ resolution: {integrity: sha512-lwYN/vDPeNRULcepoE/LO2Pgx+7/RV+S9ARfbc9lr2DtGkOD7pAiruHvbR1RX3Qyf6ja47EWJDMsNK5vK08DJg==}
349
195
 
350
- '@esbuild/win32-arm64@0.25.10':
351
- resolution: {integrity: sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==}
352
- engines: {node: '>=18'}
353
- cpu: [arm64]
354
- os: [win32]
196
+ '@emnapi/core@1.10.0':
197
+ resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==}
355
198
 
356
- '@esbuild/win32-ia32@0.25.10':
357
- resolution: {integrity: sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==}
358
- engines: {node: '>=18'}
359
- cpu: [ia32]
360
- os: [win32]
199
+ '@emnapi/runtime@1.10.0':
200
+ resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==}
361
201
 
362
- '@esbuild/win32-x64@0.25.10':
363
- resolution: {integrity: sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==}
364
- engines: {node: '>=18'}
365
- cpu: [x64]
366
- os: [win32]
202
+ '@emnapi/wasi-threads@1.2.1':
203
+ resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==}
367
204
 
368
- '@eslint-community/eslint-utils@4.9.0':
369
- resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==}
205
+ '@eslint-community/eslint-utils@4.9.1':
206
+ resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
370
207
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
371
208
  peerDependencies:
372
209
  eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
373
210
 
374
- '@eslint-community/regexpp@4.12.1':
375
- resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
211
+ '@eslint-community/regexpp@4.12.2':
212
+ resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
376
213
  engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
377
214
 
378
- '@eslint/config-array@0.21.0':
379
- resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==}
380
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
381
-
382
- '@eslint/config-helpers@0.4.0':
383
- resolution: {integrity: sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==}
384
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
215
+ '@eslint/config-array@0.23.5':
216
+ resolution: {integrity: sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==}
217
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
385
218
 
386
- '@eslint/core@0.16.0':
387
- resolution: {integrity: sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==}
388
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
219
+ '@eslint/config-helpers@0.6.0':
220
+ resolution: {integrity: sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==}
221
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
389
222
 
390
- '@eslint/eslintrc@3.3.1':
391
- resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
392
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
223
+ '@eslint/core@1.2.1':
224
+ resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==}
225
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
393
226
 
394
- '@eslint/js@9.37.0':
395
- resolution: {integrity: sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==}
396
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
227
+ '@eslint/js@10.0.1':
228
+ resolution: {integrity: sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==}
229
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
230
+ peerDependencies:
231
+ eslint: ^10.0.0
232
+ peerDependenciesMeta:
233
+ eslint:
234
+ optional: true
397
235
 
398
- '@eslint/object-schema@2.1.6':
399
- resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
400
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
236
+ '@eslint/object-schema@3.0.5':
237
+ resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==}
238
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
401
239
 
402
- '@eslint/plugin-kit@0.4.0':
403
- resolution: {integrity: sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==}
404
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
240
+ '@eslint/plugin-kit@0.7.2':
241
+ resolution: {integrity: sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==}
242
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
405
243
 
406
- '@floating-ui/core@1.7.3':
407
- resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
244
+ '@floating-ui/core@1.7.5':
245
+ resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==}
408
246
 
409
- '@floating-ui/dom@1.7.4':
410
- resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
247
+ '@floating-ui/dom@1.7.6':
248
+ resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==}
411
249
 
412
- '@floating-ui/react-dom@2.1.6':
413
- resolution: {integrity: sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==}
250
+ '@floating-ui/react-dom@2.1.8':
251
+ resolution: {integrity: sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==}
414
252
  peerDependencies:
415
253
  react: '>=16.8.0'
416
254
  react-dom: '>=16.8.0'
417
255
 
418
- '@floating-ui/utils@0.2.10':
419
- resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
256
+ '@floating-ui/utils@0.2.11':
257
+ resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==}
258
+
259
+ '@humanfs/core@0.19.2':
260
+ resolution: {integrity: sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==}
261
+ engines: {node: '>=18.18.0'}
420
262
 
421
- '@humanfs/core@0.19.1':
422
- resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
263
+ '@humanfs/node@0.16.8':
264
+ resolution: {integrity: sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==}
423
265
  engines: {node: '>=18.18.0'}
424
266
 
425
- '@humanfs/node@0.16.7':
426
- resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==}
267
+ '@humanfs/types@0.15.0':
268
+ resolution: {integrity: sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==}
427
269
  engines: {node: '>=18.18.0'}
428
270
 
429
271
  '@humanwhocodes/module-importer@1.0.1':
@@ -434,10 +276,6 @@ packages:
434
276
  resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
435
277
  engines: {node: '>=18.18'}
436
278
 
437
- '@isaacs/fs-minipass@4.0.1':
438
- resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
439
- engines: {node: '>=18.0.0'}
440
-
441
279
  '@jridgewell/gen-mapping@0.3.13':
442
280
  resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
443
281
 
@@ -454,26 +292,23 @@ packages:
454
292
  '@jridgewell/trace-mapping@0.3.31':
455
293
  resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
456
294
 
457
- '@nodelib/fs.scandir@2.1.5':
458
- resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
459
- engines: {node: '>= 8'}
460
-
461
- '@nodelib/fs.stat@2.0.5':
462
- resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
463
- engines: {node: '>= 8'}
295
+ '@napi-rs/wasm-runtime@1.1.5':
296
+ resolution: {integrity: sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==}
297
+ peerDependencies:
298
+ '@emnapi/core': ^1.7.1
299
+ '@emnapi/runtime': ^1.7.1
464
300
 
465
- '@nodelib/fs.walk@1.2.8':
466
- resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
467
- engines: {node: '>= 8'}
301
+ '@oxc-project/types@0.133.0':
302
+ resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==}
468
303
 
469
- '@radix-ui/number@1.1.1':
470
- resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
304
+ '@radix-ui/number@1.1.2':
305
+ resolution: {integrity: sha512-ceTwaxc4I5IOi97DgCotl3pqiyRGvffcc0oOsE2dQYaJOFIDsDt4VWG6xEbg1QePv9QWausCEIppud/tJ1wNig==}
471
306
 
472
- '@radix-ui/primitive@1.1.3':
473
- resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==}
307
+ '@radix-ui/primitive@1.1.4':
308
+ resolution: {integrity: sha512-7AdCK9PQyiljKoBDbN8OuctCbd/esdwZPQ8RtOE3SsyQtUpiPb+ND75q0jEhC1m1ecBI0MFNeLJvwIh9iKHRcQ==}
474
309
 
475
- '@radix-ui/react-accordion@1.2.12':
476
- resolution: {integrity: sha512-T4nygeh9YE9dLRPhAHSeOZi7HBXo+0kYIPJXayZfvWOWA0+n3dESrZbjfDPUABkUNym6Hd+f2IR113To8D2GPA==}
310
+ '@radix-ui/react-accordion@1.2.13':
311
+ resolution: {integrity: sha512-xITxBB2p5m5tAe7M0F95kb4uAh7jSIKGlExMEm93HlW+XxZHV2eXFbPWLktd4JhRiwcnXNbO7iekcrbZy6ZCvA==}
477
312
  peerDependencies:
478
313
  '@types/react': '*'
479
314
  '@types/react-dom': '*'
@@ -485,8 +320,8 @@ packages:
485
320
  '@types/react-dom':
486
321
  optional: true
487
322
 
488
- '@radix-ui/react-arrow@1.1.7':
489
- resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==}
323
+ '@radix-ui/react-arrow@1.1.9':
324
+ resolution: {integrity: sha512-yqHW5WQ/cTpU/un7dqqIKNy2iRU8BC0JB78PEzTfCCYvZu1U6W9KwObAniMk9nhSfyotKPQTYaUD/HB0f5muig==}
490
325
  peerDependencies:
491
326
  '@types/react': '*'
492
327
  '@types/react-dom': '*'
@@ -498,8 +333,8 @@ packages:
498
333
  '@types/react-dom':
499
334
  optional: true
500
335
 
501
- '@radix-ui/react-avatar@1.1.10':
502
- resolution: {integrity: sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==}
336
+ '@radix-ui/react-avatar@1.1.12':
337
+ resolution: {integrity: sha512-NQCQyWC7QrDPhjMn8hUqFeU0lUrprIgm1AyMgLbzuQJibNnatdc3SSMo3/UGFu/eUkJUU1cEcKCnyhXTQzq6tA==}
503
338
  peerDependencies:
504
339
  '@types/react': '*'
505
340
  '@types/react-dom': '*'
@@ -511,8 +346,8 @@ packages:
511
346
  '@types/react-dom':
512
347
  optional: true
513
348
 
514
- '@radix-ui/react-checkbox@1.3.3':
515
- resolution: {integrity: sha512-wBbpv+NQftHDdG86Qc0pIyXk5IR3tM8Vd0nWLKDcX8nNn4nXFOFwsKuqw2okA/1D/mpaAkmuyndrPJTYDNZtFw==}
349
+ '@radix-ui/react-checkbox@1.3.4':
350
+ resolution: {integrity: sha512-m3JmIOAX5ZzZ6VPjxEU2dbTOhoHi0nT5riwcDwe8idocsWf4a5DXJLDtZ6LfJwMBx7W+A2b7kp2TgPEKtaiF6A==}
516
351
  peerDependencies:
517
352
  '@types/react': '*'
518
353
  '@types/react-dom': '*'
@@ -524,8 +359,8 @@ packages:
524
359
  '@types/react-dom':
525
360
  optional: true
526
361
 
527
- '@radix-ui/react-collapsible@1.1.12':
528
- resolution: {integrity: sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==}
362
+ '@radix-ui/react-collapsible@1.1.13':
363
+ resolution: {integrity: sha512-F0s8+p2XNpfc3k02zBfB0jPWbkHVG162+p7BdUMyJ2308QMqZ+oaclX+FAzKFovgL5OqRU+Rvy6f/vbdlJVaqA==}
529
364
  peerDependencies:
530
365
  '@types/react': '*'
531
366
  '@types/react-dom': '*'
@@ -537,8 +372,8 @@ packages:
537
372
  '@types/react-dom':
538
373
  optional: true
539
374
 
540
- '@radix-ui/react-collection@1.1.7':
541
- resolution: {integrity: sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==}
375
+ '@radix-ui/react-collection@1.1.9':
376
+ resolution: {integrity: sha512-zuSVi7ziP7uQRqc+yGxsKJfNkdyHv3ZKDaHe0gzg4dRgws96TPKWIiz84tVHP4GEcEl8bC0mdt17NkcxaJHmaQ==}
542
377
  peerDependencies:
543
378
  '@types/react': '*'
544
379
  '@types/react-dom': '*'
@@ -550,8 +385,8 @@ packages:
550
385
  '@types/react-dom':
551
386
  optional: true
552
387
 
553
- '@radix-ui/react-compose-refs@1.1.2':
554
- resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
388
+ '@radix-ui/react-compose-refs@1.1.3':
389
+ resolution: {integrity: sha512-rYOP8OMnuuPMQF1uhPVlGNcCDlkokKqGFE3JcxFViIkAXP7EvFWUliJAstrapypaBLJNHbZL6jGhbVDGTwmVhA==}
555
390
  peerDependencies:
556
391
  '@types/react': '*'
557
392
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -559,8 +394,8 @@ packages:
559
394
  '@types/react':
560
395
  optional: true
561
396
 
562
- '@radix-ui/react-context@1.1.2':
563
- resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==}
397
+ '@radix-ui/react-context@1.1.4':
398
+ resolution: {integrity: sha512-QwH4PO5urrbO+FaGd5Aglg+YJgWTyyuZ3g/6mKvsqraLkglDdckw9JafgL5McL5VEJ6EPNduPaT3ZE9BttDAqg==}
564
399
  peerDependencies:
565
400
  '@types/react': '*'
566
401
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -568,8 +403,8 @@ packages:
568
403
  '@types/react':
569
404
  optional: true
570
405
 
571
- '@radix-ui/react-dialog@1.1.15':
572
- resolution: {integrity: sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==}
406
+ '@radix-ui/react-dialog@1.1.16':
407
+ resolution: {integrity: sha512-l9ok83YBclEZhbjgzt76Hw733e6cvRKPNgO6GJ/IETlufXG9p+fRu2wlvpImQvR6xdJ8h7J8J2DBvsPEiEsKMw==}
573
408
  peerDependencies:
574
409
  '@types/react': '*'
575
410
  '@types/react-dom': '*'
@@ -581,8 +416,8 @@ packages:
581
416
  '@types/react-dom':
582
417
  optional: true
583
418
 
584
- '@radix-ui/react-direction@1.1.1':
585
- resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==}
419
+ '@radix-ui/react-direction@1.1.2':
420
+ resolution: {integrity: sha512-C3vFhbyi4SW3PmbAi6Awpu4OzJtd0MxGurvSsYtr7p7nM8RNB3VAF3CUmnp2j50knpkrRcB7+ycVXzgLgF6yNA==}
586
421
  peerDependencies:
587
422
  '@types/react': '*'
588
423
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -590,8 +425,8 @@ packages:
590
425
  '@types/react':
591
426
  optional: true
592
427
 
593
- '@radix-ui/react-dismissable-layer@1.1.11':
594
- resolution: {integrity: sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==}
428
+ '@radix-ui/react-dismissable-layer@1.1.12':
429
+ resolution: {integrity: sha512-MhoruH6xEzsbvOmo4TNgMfmtvRGyDZw4MDSdf4ybMHfezjqwzv6hyd4lsMzBp8K9Sn6sGzCF62x1I7BYUECXOg==}
595
430
  peerDependencies:
596
431
  '@types/react': '*'
597
432
  '@types/react-dom': '*'
@@ -603,8 +438,8 @@ packages:
603
438
  '@types/react-dom':
604
439
  optional: true
605
440
 
606
- '@radix-ui/react-focus-guards@1.1.3':
607
- resolution: {integrity: sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==}
441
+ '@radix-ui/react-focus-guards@1.1.4':
442
+ resolution: {integrity: sha512-cot/aB/mOm0IYVYTTmQcEEK1M48lZWi8FlYe5nDPQQ8NYZUlXEFgncJ9p2Kzer3RKSrY7cTTpEMLZKNo9QoP5Q==}
608
443
  peerDependencies:
609
444
  '@types/react': '*'
610
445
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -612,8 +447,8 @@ packages:
612
447
  '@types/react':
613
448
  optional: true
614
449
 
615
- '@radix-ui/react-focus-scope@1.1.7':
616
- resolution: {integrity: sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==}
450
+ '@radix-ui/react-focus-scope@1.1.9':
451
+ resolution: {integrity: sha512-9Se8t+Zry+1rEOL7Y6l/4ANYU/TOtAtf8O2fKdwLltcaMcm6kOqYGbzO4tMFQ0bvzO920pRAoHpFZ4W85S3keQ==}
617
452
  peerDependencies:
618
453
  '@types/react': '*'
619
454
  '@types/react-dom': '*'
@@ -625,8 +460,8 @@ packages:
625
460
  '@types/react-dom':
626
461
  optional: true
627
462
 
628
- '@radix-ui/react-id@1.1.1':
629
- resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==}
463
+ '@radix-ui/react-id@1.1.2':
464
+ resolution: {integrity: sha512-orBC88futVpqCmhX1p4cvquNHsELQ+w+vBJnuj3ftETI5bJb0bZn3Tqu3SWN2IOcPycTnMGnhwoermvISt72sA==}
630
465
  peerDependencies:
631
466
  '@types/react': '*'
632
467
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -634,8 +469,8 @@ packages:
634
469
  '@types/react':
635
470
  optional: true
636
471
 
637
- '@radix-ui/react-popper@1.2.8':
638
- resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==}
472
+ '@radix-ui/react-popper@1.3.0':
473
+ resolution: {integrity: sha512-9PB589e1aWZbrlFUHdz6WiPCL+xLZHQFX7oibqG/6Q0SwOkxDyQX9W/cyPa+sAPPKuC8cpLCpRczE5a/1DiwVQ==}
639
474
  peerDependencies:
640
475
  '@types/react': '*'
641
476
  '@types/react-dom': '*'
@@ -647,8 +482,8 @@ packages:
647
482
  '@types/react-dom':
648
483
  optional: true
649
484
 
650
- '@radix-ui/react-portal@1.1.9':
651
- resolution: {integrity: sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==}
485
+ '@radix-ui/react-portal@1.1.11':
486
+ resolution: {integrity: sha512-UEytdjgEh2tJGgD/gZK4FUx6t1rNIlM3U0DENhSrG7I75FGm1DnaDuVUWF1pWAWUwGmn1sCJ1VGHn8LhN1aTOw==}
652
487
  peerDependencies:
653
488
  '@types/react': '*'
654
489
  '@types/react-dom': '*'
@@ -660,8 +495,8 @@ packages:
660
495
  '@types/react-dom':
661
496
  optional: true
662
497
 
663
- '@radix-ui/react-presence@1.1.5':
664
- resolution: {integrity: sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==}
498
+ '@radix-ui/react-presence@1.1.6':
499
+ resolution: {integrity: sha512-zdTk4PlUO0E18HnZ3wYbW0KkJJxWCdiNYp6g6X1PtONFhxVkg01vliTJAmwIszU6mHiyBOoW9P0rAugl5/hULQ==}
665
500
  peerDependencies:
666
501
  '@types/react': '*'
667
502
  '@types/react-dom': '*'
@@ -673,8 +508,8 @@ packages:
673
508
  '@types/react-dom':
674
509
  optional: true
675
510
 
676
- '@radix-ui/react-primitive@2.1.3':
677
- resolution: {integrity: sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==}
511
+ '@radix-ui/react-primitive@2.1.5':
512
+ resolution: {integrity: sha512-zifXeB8Y88qCYx8PLZ5oQb32KwZub+s925mMoZsBBq9KUQqWKkREubTfs6ASjRPPBe7Jt9O8OHH89+95VG+grA==}
678
513
  peerDependencies:
679
514
  '@types/react': '*'
680
515
  '@types/react-dom': '*'
@@ -686,8 +521,8 @@ packages:
686
521
  '@types/react-dom':
687
522
  optional: true
688
523
 
689
- '@radix-ui/react-select@2.2.6':
690
- resolution: {integrity: sha512-I30RydO+bnn2PQztvo25tswPH+wFBjehVGtmagkU78yMdwTwVf12wnAOF+AeP8S2N8xD+5UPbGhkUfPyvT+mwQ==}
524
+ '@radix-ui/react-select@2.3.0':
525
+ resolution: {integrity: sha512-mENc7WpJvJcW8hlMpzfFcHcEhTvYS5JMBmi9HVC1Q00uhBwML086MHYUV8QQdQv6lcu0Wg8dzd1RB8AFADcG/g==}
691
526
  peerDependencies:
692
527
  '@types/react': '*'
693
528
  '@types/react-dom': '*'
@@ -699,8 +534,8 @@ packages:
699
534
  '@types/react-dom':
700
535
  optional: true
701
536
 
702
- '@radix-ui/react-separator@1.1.7':
703
- resolution: {integrity: sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==}
537
+ '@radix-ui/react-separator@1.1.9':
538
+ resolution: {integrity: sha512-gvgW+JV/Mbjj6darztTetnmElpQEzZrXpJvfj+dOxNAxiyHEAyUvEjjl4zxblvmjmKmi3jfPoy7ZdxzCuUBJSA==}
704
539
  peerDependencies:
705
540
  '@types/react': '*'
706
541
  '@types/react-dom': '*'
@@ -712,8 +547,8 @@ packages:
712
547
  '@types/react-dom':
713
548
  optional: true
714
549
 
715
- '@radix-ui/react-slot@1.2.3':
716
- resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==}
550
+ '@radix-ui/react-slot@1.2.5':
551
+ resolution: {integrity: sha512-rCMO3QsIVKv5JTY5CVbo2MvO77SpEqqYc8AvRE7OWqRDOIqAKjsp+DrmnY9uc8NPdxB5E2z47HTYGeE2+NTptg==}
717
552
  peerDependencies:
718
553
  '@types/react': '*'
719
554
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -721,8 +556,8 @@ packages:
721
556
  '@types/react':
722
557
  optional: true
723
558
 
724
- '@radix-ui/react-toggle@1.1.10':
725
- resolution: {integrity: sha512-lS1odchhFTeZv3xwHH31YPObmJn8gOg7Lq12inrr0+BH/l3Tsq32VfjqH1oh80ARM3mlkfMic15n0kg4sD1poQ==}
559
+ '@radix-ui/react-toggle@1.1.11':
560
+ resolution: {integrity: sha512-FikrKJemoBGZQ6uRID0HJqSPBP6D7OppdD2OhLl0ZYLlAyPXI7MezoYGmumwNkrAoRm35xXkb4C8JPfJZZzcaw==}
726
561
  peerDependencies:
727
562
  '@types/react': '*'
728
563
  '@types/react-dom': '*'
@@ -734,8 +569,8 @@ packages:
734
569
  '@types/react-dom':
735
570
  optional: true
736
571
 
737
- '@radix-ui/react-tooltip@1.2.8':
738
- resolution: {integrity: sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==}
572
+ '@radix-ui/react-tooltip@1.2.9':
573
+ resolution: {integrity: sha512-u6F9MmTtBSLkiXNVDrtB/yPCZarM9smNswC24YYLV/M+bth6J3Gs3vlJezEoFwKZvPvxhCpUYdUnOsNG/0XOlA==}
739
574
  peerDependencies:
740
575
  '@types/react': '*'
741
576
  '@types/react-dom': '*'
@@ -747,8 +582,8 @@ packages:
747
582
  '@types/react-dom':
748
583
  optional: true
749
584
 
750
- '@radix-ui/react-use-callback-ref@1.1.1':
751
- resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==}
585
+ '@radix-ui/react-use-callback-ref@1.1.2':
586
+ resolution: {integrity: sha512-xCso9j1/u8sEgP1RNHjFrXJLApL8LiqOkI1R4ywuN00rxWdYg4oQXuwKLS3i0j5NWLromUD27/4nlxj2UFVvIw==}
752
587
  peerDependencies:
753
588
  '@types/react': '*'
754
589
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -756,8 +591,8 @@ packages:
756
591
  '@types/react':
757
592
  optional: true
758
593
 
759
- '@radix-ui/react-use-controllable-state@1.2.2':
760
- resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==}
594
+ '@radix-ui/react-use-controllable-state@1.2.3':
595
+ resolution: {integrity: sha512-PLzC90MS+ReootmjC597dvopoelpZ8Q61HJkDXZSExitIq7PL55vHNnesAHwguHK0aPfBnpdNzQtv1uliaqQrA==}
761
596
  peerDependencies:
762
597
  '@types/react': '*'
763
598
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -765,8 +600,8 @@ packages:
765
600
  '@types/react':
766
601
  optional: true
767
602
 
768
- '@radix-ui/react-use-effect-event@0.0.2':
769
- resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==}
603
+ '@radix-ui/react-use-effect-event@0.0.3':
604
+ resolution: {integrity: sha512-6c8ZqvPTWILEKnyVkP53EGRCcpnJiKTC21sS/6R1GF5xKyHJJWQEPfkqlcgUkdRQivd6tb23abUwe4ngWmY0JA==}
770
605
  peerDependencies:
771
606
  '@types/react': '*'
772
607
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -774,8 +609,8 @@ packages:
774
609
  '@types/react':
775
610
  optional: true
776
611
 
777
- '@radix-ui/react-use-escape-keydown@1.1.1':
778
- resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==}
612
+ '@radix-ui/react-use-escape-keydown@1.1.2':
613
+ resolution: {integrity: sha512-2uVLvLjgO7NZCWw01/FdqRwmA42J0BcjPMUCA+koFEOAb+zjqIP7SiFz/7zWPrKnVmSqr76Omq2ALyCuX4dhLw==}
779
614
  peerDependencies:
780
615
  '@types/react': '*'
781
616
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -783,8 +618,8 @@ packages:
783
618
  '@types/react':
784
619
  optional: true
785
620
 
786
- '@radix-ui/react-use-is-hydrated@0.1.0':
787
- resolution: {integrity: sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==}
621
+ '@radix-ui/react-use-is-hydrated@0.1.1':
622
+ resolution: {integrity: sha512-qwOiz4Tjo8CNnrOLAYUMXeZwDzXgXpvK4TKQPmWLECM9XoWvA6+0Z2/7Ag3A4ivjS4ovbLJPbskkxioFyBhr8A==}
788
623
  peerDependencies:
789
624
  '@types/react': '*'
790
625
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -792,8 +627,8 @@ packages:
792
627
  '@types/react':
793
628
  optional: true
794
629
 
795
- '@radix-ui/react-use-layout-effect@1.1.1':
796
- resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==}
630
+ '@radix-ui/react-use-layout-effect@1.1.2':
631
+ resolution: {integrity: sha512-jrBWOxZITuGcnjRCM2t2U5ZPkCLxD+Ym6DjfssS5haTj2iiak/DOb64JeN6OdLfLgptb6/e2kKR+ZuTrGoZTPA==}
797
632
  peerDependencies:
798
633
  '@types/react': '*'
799
634
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -801,8 +636,8 @@ packages:
801
636
  '@types/react':
802
637
  optional: true
803
638
 
804
- '@radix-ui/react-use-previous@1.1.1':
805
- resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==}
639
+ '@radix-ui/react-use-previous@1.1.2':
640
+ resolution: {integrity: sha512-IGBQPtRFdhN6MQ8dbegVmBq1LVZluya3F1jWY+puIcQC3MHctRwTDSBWCkL/3ZcnMJLTMJ++Z+ktmvg0F89iCw==}
806
641
  peerDependencies:
807
642
  '@types/react': '*'
808
643
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -810,8 +645,8 @@ packages:
810
645
  '@types/react':
811
646
  optional: true
812
647
 
813
- '@radix-ui/react-use-rect@1.1.1':
814
- resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==}
648
+ '@radix-ui/react-use-rect@1.1.2':
649
+ resolution: {integrity: sha512-d8a+bBY/FxikNPlgJJoaBHZX+zKVbWHYJGTLnLvveQgFSTntkGdEKv3JDtHrMS0DNYpllz2nRsTLGLKYttbpmw==}
815
650
  peerDependencies:
816
651
  '@types/react': '*'
817
652
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -819,8 +654,8 @@ packages:
819
654
  '@types/react':
820
655
  optional: true
821
656
 
822
- '@radix-ui/react-use-size@1.1.1':
823
- resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==}
657
+ '@radix-ui/react-use-size@1.1.2':
658
+ resolution: {integrity: sha512-giWQp+4mxjBPt4KZ0MmyuykFNWfbDxKt4x+fPkRYmgRFJSbCZFzUglvMb/Kjn38tm10YP4ufiQZDx3zna4LU6w==}
824
659
  peerDependencies:
825
660
  '@types/react': '*'
826
661
  react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
@@ -828,8 +663,8 @@ packages:
828
663
  '@types/react':
829
664
  optional: true
830
665
 
831
- '@radix-ui/react-visually-hidden@1.2.3':
832
- resolution: {integrity: sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==}
666
+ '@radix-ui/react-visually-hidden@1.2.5':
667
+ resolution: {integrity: sha512-tPcHNI3FajdDBFpl/Ez1m2WL0ufJqBKyHxMDBvKitopamK36WwBGOMicuMEZKkM5Wce41QxUyv6BsiqfrWBiGg==}
833
668
  peerDependencies:
834
669
  '@types/react': '*'
835
670
  '@types/react-dom': '*'
@@ -841,11 +676,11 @@ packages:
841
676
  '@types/react-dom':
842
677
  optional: true
843
678
 
844
- '@radix-ui/rect@1.1.1':
845
- resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
679
+ '@radix-ui/rect@1.1.2':
680
+ resolution: {integrity: sha512-xnXE7wG13PI+cxieVssYXlQJuYVRhH9NBoxt3KNwzghDIA69GMm7d4wXRouHIYjE+KvS6U/MsMO73NdS2MH9ZA==}
846
681
 
847
- '@reduxjs/toolkit@2.9.0':
848
- resolution: {integrity: sha512-fSfQlSRu9Z5yBkvsNhYF2rPS8cGXn/TZVrlwN1948QyZ8xMZ0JvP50S2acZNaf+o63u6aEeMjipFyksjIcWrog==}
682
+ '@reduxjs/toolkit@2.12.0':
683
+ resolution: {integrity: sha512-KiT+RzZbp6mQET+Mg+h2c97+9j1sNflUxQkIHI7Yuzf6Peu+OYpmkn6nbHWmLLWj+1ZODUJFwGZ7gx3L9R9EOw==}
849
684
  peerDependencies:
850
685
  react: ^16.9.0 || ^17.0.0 || ^18 || ^19
851
686
  react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0
@@ -855,184 +690,163 @@ packages:
855
690
  react-redux:
856
691
  optional: true
857
692
 
858
- '@rolldown/pluginutils@1.0.0-beta.38':
859
- resolution: {integrity: sha512-N/ICGKleNhA5nc9XXQG/kkKHJ7S55u0x0XUJbbkmdCnFuoRkM1Il12q9q0eX19+M7KKUEPw/daUPIRnxhcxAIw==}
860
-
861
- '@rollup/rollup-android-arm-eabi@4.52.4':
862
- resolution: {integrity: sha512-BTm2qKNnWIQ5auf4deoetINJm2JzvihvGb9R6K/ETwKLql/Bb3Eg2H1FBp1gUb4YGbydMA3jcmQTR73q7J+GAA==}
863
- cpu: [arm]
864
- os: [android]
865
-
866
- '@rollup/rollup-android-arm64@4.52.4':
867
- resolution: {integrity: sha512-P9LDQiC5vpgGFgz7GSM6dKPCiqR3XYN1WwJKA4/BUVDjHpYsf3iBEmVz62uyq20NGYbiGPR5cNHI7T1HqxNs2w==}
693
+ '@rolldown/binding-android-arm64@1.0.3':
694
+ resolution: {integrity: sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==}
695
+ engines: {node: ^20.19.0 || >=22.12.0}
868
696
  cpu: [arm64]
869
697
  os: [android]
870
698
 
871
- '@rollup/rollup-darwin-arm64@4.52.4':
872
- resolution: {integrity: sha512-QRWSW+bVccAvZF6cbNZBJwAehmvG9NwfWHwMy4GbWi/BQIA/laTIktebT2ipVjNncqE6GLPxOok5hsECgAxGZg==}
699
+ '@rolldown/binding-darwin-arm64@1.0.3':
700
+ resolution: {integrity: sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==}
701
+ engines: {node: ^20.19.0 || >=22.12.0}
873
702
  cpu: [arm64]
874
703
  os: [darwin]
875
704
 
876
- '@rollup/rollup-darwin-x64@4.52.4':
877
- resolution: {integrity: sha512-hZgP05pResAkRJxL1b+7yxCnXPGsXU0fG9Yfd6dUaoGk+FhdPKCJ5L1Sumyxn8kvw8Qi5PvQ8ulenUbRjzeCTw==}
705
+ '@rolldown/binding-darwin-x64@1.0.3':
706
+ resolution: {integrity: sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==}
707
+ engines: {node: ^20.19.0 || >=22.12.0}
878
708
  cpu: [x64]
879
709
  os: [darwin]
880
710
 
881
- '@rollup/rollup-freebsd-arm64@4.52.4':
882
- resolution: {integrity: sha512-xmc30VshuBNUd58Xk4TKAEcRZHaXlV+tCxIXELiE9sQuK3kG8ZFgSPi57UBJt8/ogfhAF5Oz4ZSUBN77weM+mQ==}
883
- cpu: [arm64]
884
- os: [freebsd]
885
-
886
- '@rollup/rollup-freebsd-x64@4.52.4':
887
- resolution: {integrity: sha512-WdSLpZFjOEqNZGmHflxyifolwAiZmDQzuOzIq9L27ButpCVpD7KzTRtEG1I0wMPFyiyUdOO+4t8GvrnBLQSwpw==}
711
+ '@rolldown/binding-freebsd-x64@1.0.3':
712
+ resolution: {integrity: sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==}
713
+ engines: {node: ^20.19.0 || >=22.12.0}
888
714
  cpu: [x64]
889
715
  os: [freebsd]
890
716
 
891
- '@rollup/rollup-linux-arm-gnueabihf@4.52.4':
892
- resolution: {integrity: sha512-xRiOu9Of1FZ4SxVbB0iEDXc4ddIcjCv2aj03dmW8UrZIW7aIQ9jVJdLBIhxBI+MaTnGAKyvMwPwQnoOEvP7FgQ==}
893
- cpu: [arm]
894
- os: [linux]
895
-
896
- '@rollup/rollup-linux-arm-musleabihf@4.52.4':
897
- resolution: {integrity: sha512-FbhM2p9TJAmEIEhIgzR4soUcsW49e9veAQCziwbR+XWB2zqJ12b4i/+hel9yLiD8pLncDH4fKIPIbt5238341Q==}
717
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.3':
718
+ resolution: {integrity: sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==}
719
+ engines: {node: ^20.19.0 || >=22.12.0}
898
720
  cpu: [arm]
899
721
  os: [linux]
900
722
 
901
- '@rollup/rollup-linux-arm64-gnu@4.52.4':
902
- resolution: {integrity: sha512-4n4gVwhPHR9q/g8lKCyz0yuaD0MvDf7dV4f9tHt0C73Mp8h38UCtSCSE6R9iBlTbXlmA8CjpsZoujhszefqueg==}
723
+ '@rolldown/binding-linux-arm64-gnu@1.0.3':
724
+ resolution: {integrity: sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==}
725
+ engines: {node: ^20.19.0 || >=22.12.0}
903
726
  cpu: [arm64]
904
727
  os: [linux]
905
728
 
906
- '@rollup/rollup-linux-arm64-musl@4.52.4':
907
- resolution: {integrity: sha512-u0n17nGA0nvi/11gcZKsjkLj1QIpAuPFQbR48Subo7SmZJnGxDpspyw2kbpuoQnyK+9pwf3pAoEXerJs/8Mi9g==}
729
+ '@rolldown/binding-linux-arm64-musl@1.0.3':
730
+ resolution: {integrity: sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==}
731
+ engines: {node: ^20.19.0 || >=22.12.0}
908
732
  cpu: [arm64]
909
733
  os: [linux]
910
734
 
911
- '@rollup/rollup-linux-loong64-gnu@4.52.4':
912
- resolution: {integrity: sha512-0G2c2lpYtbTuXo8KEJkDkClE/+/2AFPdPAbmaHoE870foRFs4pBrDehilMcrSScrN/fB/1HTaWO4bqw+ewBzMQ==}
913
- cpu: [loong64]
914
- os: [linux]
915
-
916
- '@rollup/rollup-linux-ppc64-gnu@4.52.4':
917
- resolution: {integrity: sha512-teSACug1GyZHmPDv14VNbvZFX779UqWTsd7KtTM9JIZRDI5NUwYSIS30kzI8m06gOPB//jtpqlhmraQ68b5X2g==}
735
+ '@rolldown/binding-linux-ppc64-gnu@1.0.3':
736
+ resolution: {integrity: sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==}
737
+ engines: {node: ^20.19.0 || >=22.12.0}
918
738
  cpu: [ppc64]
919
739
  os: [linux]
920
740
 
921
- '@rollup/rollup-linux-riscv64-gnu@4.52.4':
922
- resolution: {integrity: sha512-/MOEW3aHjjs1p4Pw1Xk4+3egRevx8Ji9N6HUIA1Ifh8Q+cg9dremvFCUbOX2Zebz80BwJIgCBUemjqhU5XI5Eg==}
923
- cpu: [riscv64]
924
- os: [linux]
925
-
926
- '@rollup/rollup-linux-riscv64-musl@4.52.4':
927
- resolution: {integrity: sha512-1HHmsRyh845QDpEWzOFtMCph5Ts+9+yllCrREuBR/vg2RogAQGGBRC8lDPrPOMnrdOJ+mt1WLMOC2Kao/UwcvA==}
928
- cpu: [riscv64]
929
- os: [linux]
930
-
931
- '@rollup/rollup-linux-s390x-gnu@4.52.4':
932
- resolution: {integrity: sha512-seoeZp4L/6D1MUyjWkOMRU6/iLmCU2EjbMTyAG4oIOs1/I82Y5lTeaxW0KBfkUdHAWN7j25bpkt0rjnOgAcQcA==}
741
+ '@rolldown/binding-linux-s390x-gnu@1.0.3':
742
+ resolution: {integrity: sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==}
743
+ engines: {node: ^20.19.0 || >=22.12.0}
933
744
  cpu: [s390x]
934
745
  os: [linux]
935
746
 
936
- '@rollup/rollup-linux-x64-gnu@4.52.4':
937
- resolution: {integrity: sha512-Wi6AXf0k0L7E2gteNsNHUs7UMwCIhsCTs6+tqQ5GPwVRWMaflqGec4Sd8n6+FNFDw9vGcReqk2KzBDhCa1DLYg==}
747
+ '@rolldown/binding-linux-x64-gnu@1.0.3':
748
+ resolution: {integrity: sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==}
749
+ engines: {node: ^20.19.0 || >=22.12.0}
938
750
  cpu: [x64]
939
751
  os: [linux]
940
752
 
941
- '@rollup/rollup-linux-x64-musl@4.52.4':
942
- resolution: {integrity: sha512-dtBZYjDmCQ9hW+WgEkaffvRRCKm767wWhxsFW3Lw86VXz/uJRuD438/XvbZT//B96Vs8oTA8Q4A0AfHbrxP9zw==}
753
+ '@rolldown/binding-linux-x64-musl@1.0.3':
754
+ resolution: {integrity: sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==}
755
+ engines: {node: ^20.19.0 || >=22.12.0}
943
756
  cpu: [x64]
944
757
  os: [linux]
945
758
 
946
- '@rollup/rollup-openharmony-arm64@4.52.4':
947
- resolution: {integrity: sha512-1ox+GqgRWqaB1RnyZXL8PD6E5f7YyRUJYnCqKpNzxzP0TkaUh112NDrR9Tt+C8rJ4x5G9Mk8PQR3o7Ku2RKqKA==}
759
+ '@rolldown/binding-openharmony-arm64@1.0.3':
760
+ resolution: {integrity: sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==}
761
+ engines: {node: ^20.19.0 || >=22.12.0}
948
762
  cpu: [arm64]
949
763
  os: [openharmony]
950
764
 
951
- '@rollup/rollup-win32-arm64-msvc@4.52.4':
952
- resolution: {integrity: sha512-8GKr640PdFNXwzIE0IrkMWUNUomILLkfeHjXBi/nUvFlpZP+FA8BKGKpacjW6OUUHaNI6sUURxR2U2g78FOHWQ==}
953
- cpu: [arm64]
954
- os: [win32]
765
+ '@rolldown/binding-wasm32-wasi@1.0.3':
766
+ resolution: {integrity: sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==}
767
+ engines: {node: ^20.19.0 || >=22.12.0}
768
+ cpu: [wasm32]
955
769
 
956
- '@rollup/rollup-win32-ia32-msvc@4.52.4':
957
- resolution: {integrity: sha512-AIy/jdJ7WtJ/F6EcfOb2GjR9UweO0n43jNObQMb6oGxkYTfLcnN7vYYpG+CN3lLxrQkzWnMOoNSHTW54pgbVxw==}
958
- cpu: [ia32]
770
+ '@rolldown/binding-win32-arm64-msvc@1.0.3':
771
+ resolution: {integrity: sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==}
772
+ engines: {node: ^20.19.0 || >=22.12.0}
773
+ cpu: [arm64]
959
774
  os: [win32]
960
775
 
961
- '@rollup/rollup-win32-x64-gnu@4.52.4':
962
- resolution: {integrity: sha512-UF9KfsH9yEam0UjTwAgdK0anlQ7c8/pWPU2yVjyWcF1I1thABt6WXE47cI71pGiZ8wGvxohBoLnxM04L/wj8mQ==}
776
+ '@rolldown/binding-win32-x64-msvc@1.0.3':
777
+ resolution: {integrity: sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==}
778
+ engines: {node: ^20.19.0 || >=22.12.0}
963
779
  cpu: [x64]
964
780
  os: [win32]
965
781
 
966
- '@rollup/rollup-win32-x64-msvc@4.52.4':
967
- resolution: {integrity: sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w==}
968
- cpu: [x64]
969
- os: [win32]
782
+ '@rolldown/pluginutils@1.0.1':
783
+ resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==}
970
784
 
971
- '@standard-schema/spec@1.0.0':
972
- resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==}
785
+ '@standard-schema/spec@1.1.0':
786
+ resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
973
787
 
974
788
  '@standard-schema/utils@0.3.0':
975
789
  resolution: {integrity: sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==}
976
790
 
977
- '@tailwindcss/node@4.1.14':
978
- resolution: {integrity: sha512-hpz+8vFk3Ic2xssIA3e01R6jkmsAhvkQdXlEbRTk6S10xDAtiQiM3FyvZVGsucefq764euO/b8WUW9ysLdThHw==}
791
+ '@tailwindcss/node@4.3.0':
792
+ resolution: {integrity: sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==}
979
793
 
980
- '@tailwindcss/oxide-android-arm64@4.1.14':
981
- resolution: {integrity: sha512-a94ifZrGwMvbdeAxWoSuGcIl6/DOP5cdxagid7xJv6bwFp3oebp7y2ImYsnZBMTwjn5Ev5xESvS3FFYUGgPODQ==}
982
- engines: {node: '>= 10'}
794
+ '@tailwindcss/oxide-android-arm64@4.3.0':
795
+ resolution: {integrity: sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==}
796
+ engines: {node: '>= 20'}
983
797
  cpu: [arm64]
984
798
  os: [android]
985
799
 
986
- '@tailwindcss/oxide-darwin-arm64@4.1.14':
987
- resolution: {integrity: sha512-HkFP/CqfSh09xCnrPJA7jud7hij5ahKyWomrC3oiO2U9i0UjP17o9pJbxUN0IJ471GTQQmzwhp0DEcpbp4MZTA==}
988
- engines: {node: '>= 10'}
800
+ '@tailwindcss/oxide-darwin-arm64@4.3.0':
801
+ resolution: {integrity: sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==}
802
+ engines: {node: '>= 20'}
989
803
  cpu: [arm64]
990
804
  os: [darwin]
991
805
 
992
- '@tailwindcss/oxide-darwin-x64@4.1.14':
993
- resolution: {integrity: sha512-eVNaWmCgdLf5iv6Qd3s7JI5SEFBFRtfm6W0mphJYXgvnDEAZ5sZzqmI06bK6xo0IErDHdTA5/t7d4eTfWbWOFw==}
994
- engines: {node: '>= 10'}
806
+ '@tailwindcss/oxide-darwin-x64@4.3.0':
807
+ resolution: {integrity: sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==}
808
+ engines: {node: '>= 20'}
995
809
  cpu: [x64]
996
810
  os: [darwin]
997
811
 
998
- '@tailwindcss/oxide-freebsd-x64@4.1.14':
999
- resolution: {integrity: sha512-QWLoRXNikEuqtNb0dhQN6wsSVVjX6dmUFzuuiL09ZeXju25dsei2uIPl71y2Ic6QbNBsB4scwBoFnlBfabHkEw==}
1000
- engines: {node: '>= 10'}
812
+ '@tailwindcss/oxide-freebsd-x64@4.3.0':
813
+ resolution: {integrity: sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==}
814
+ engines: {node: '>= 20'}
1001
815
  cpu: [x64]
1002
816
  os: [freebsd]
1003
817
 
1004
- '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.14':
1005
- resolution: {integrity: sha512-VB4gjQni9+F0VCASU+L8zSIyjrLLsy03sjcR3bM0V2g4SNamo0FakZFKyUQ96ZVwGK4CaJsc9zd/obQy74o0Fw==}
1006
- engines: {node: '>= 10'}
818
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.3.0':
819
+ resolution: {integrity: sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==}
820
+ engines: {node: '>= 20'}
1007
821
  cpu: [arm]
1008
822
  os: [linux]
1009
823
 
1010
- '@tailwindcss/oxide-linux-arm64-gnu@4.1.14':
1011
- resolution: {integrity: sha512-qaEy0dIZ6d9vyLnmeg24yzA8XuEAD9WjpM5nIM1sUgQ/Zv7cVkharPDQcmm/t/TvXoKo/0knI3me3AGfdx6w1w==}
1012
- engines: {node: '>= 10'}
824
+ '@tailwindcss/oxide-linux-arm64-gnu@4.3.0':
825
+ resolution: {integrity: sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==}
826
+ engines: {node: '>= 20'}
1013
827
  cpu: [arm64]
1014
828
  os: [linux]
1015
829
 
1016
- '@tailwindcss/oxide-linux-arm64-musl@4.1.14':
1017
- resolution: {integrity: sha512-ISZjT44s59O8xKsPEIesiIydMG/sCXoMBCqsphDm/WcbnuWLxxb+GcvSIIA5NjUw6F8Tex7s5/LM2yDy8RqYBQ==}
1018
- engines: {node: '>= 10'}
830
+ '@tailwindcss/oxide-linux-arm64-musl@4.3.0':
831
+ resolution: {integrity: sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==}
832
+ engines: {node: '>= 20'}
1019
833
  cpu: [arm64]
1020
834
  os: [linux]
1021
835
 
1022
- '@tailwindcss/oxide-linux-x64-gnu@4.1.14':
1023
- resolution: {integrity: sha512-02c6JhLPJj10L2caH4U0zF8Hji4dOeahmuMl23stk0MU1wfd1OraE7rOloidSF8W5JTHkFdVo/O7uRUJJnUAJg==}
1024
- engines: {node: '>= 10'}
836
+ '@tailwindcss/oxide-linux-x64-gnu@4.3.0':
837
+ resolution: {integrity: sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==}
838
+ engines: {node: '>= 20'}
1025
839
  cpu: [x64]
1026
840
  os: [linux]
1027
841
 
1028
- '@tailwindcss/oxide-linux-x64-musl@4.1.14':
1029
- resolution: {integrity: sha512-TNGeLiN1XS66kQhxHG/7wMeQDOoL0S33x9BgmydbrWAb9Qw0KYdd8o1ifx4HOGDWhVmJ+Ul+JQ7lyknQFilO3Q==}
1030
- engines: {node: '>= 10'}
842
+ '@tailwindcss/oxide-linux-x64-musl@4.3.0':
843
+ resolution: {integrity: sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==}
844
+ engines: {node: '>= 20'}
1031
845
  cpu: [x64]
1032
846
  os: [linux]
1033
847
 
1034
- '@tailwindcss/oxide-wasm32-wasi@4.1.14':
1035
- resolution: {integrity: sha512-uZYAsaW/jS/IYkd6EWPJKW/NlPNSkWkBlaeVBi/WsFQNP05/bzkebUL8FH1pdsqx4f2fH/bWFcUABOM9nfiJkQ==}
848
+ '@tailwindcss/oxide-wasm32-wasi@4.3.0':
849
+ resolution: {integrity: sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==}
1036
850
  engines: {node: '>=14.0.0'}
1037
851
  cpu: [wasm32]
1038
852
  bundledDependencies:
@@ -1043,38 +857,29 @@ packages:
1043
857
  - '@emnapi/wasi-threads'
1044
858
  - tslib
1045
859
 
1046
- '@tailwindcss/oxide-win32-arm64-msvc@4.1.14':
1047
- resolution: {integrity: sha512-Az0RnnkcvRqsuoLH2Z4n3JfAef0wElgzHD5Aky/e+0tBUxUhIeIqFBTMNQvmMRSP15fWwmvjBxZ3Q8RhsDnxAA==}
1048
- engines: {node: '>= 10'}
860
+ '@tailwindcss/oxide-win32-arm64-msvc@4.3.0':
861
+ resolution: {integrity: sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==}
862
+ engines: {node: '>= 20'}
1049
863
  cpu: [arm64]
1050
864
  os: [win32]
1051
865
 
1052
- '@tailwindcss/oxide-win32-x64-msvc@4.1.14':
1053
- resolution: {integrity: sha512-ttblVGHgf68kEE4om1n/n44I0yGPkCPbLsqzjvybhpwa6mKKtgFfAzy6btc3HRmuW7nHe0OOrSeNP9sQmmH9XA==}
1054
- engines: {node: '>= 10'}
866
+ '@tailwindcss/oxide-win32-x64-msvc@4.3.0':
867
+ resolution: {integrity: sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==}
868
+ engines: {node: '>= 20'}
1055
869
  cpu: [x64]
1056
870
  os: [win32]
1057
871
 
1058
- '@tailwindcss/oxide@4.1.14':
1059
- resolution: {integrity: sha512-23yx+VUbBwCg2x5XWdB8+1lkPajzLmALEfMb51zZUBYaYVPDQvBSD/WYDqiVyBIo2BZFa3yw1Rpy3G2Jp+K0dw==}
1060
- engines: {node: '>= 10'}
872
+ '@tailwindcss/oxide@4.3.0':
873
+ resolution: {integrity: sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==}
874
+ engines: {node: '>= 20'}
1061
875
 
1062
- '@tailwindcss/vite@4.1.14':
1063
- resolution: {integrity: sha512-BoFUoU0XqgCUS1UXWhmDJroKKhNXeDzD7/XwabjkDIAbMnc4ULn5e2FuEuBbhZ6ENZoSYzKlzvZ44Yr6EUDUSA==}
876
+ '@tailwindcss/vite@4.3.0':
877
+ resolution: {integrity: sha512-t6J3OrB5Fc0ExuhohouH0fWUGMYL6PTLhW+E7zIk/pdbnJARZDCwjBznFnkh5ynRnIRSI4YjtTH0t6USjJISrw==}
1064
878
  peerDependencies:
1065
- vite: ^5.2.0 || ^6 || ^7
1066
-
1067
- '@types/babel__core@7.20.5':
1068
- resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
1069
-
1070
- '@types/babel__generator@7.27.0':
1071
- resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
879
+ vite: ^5.2.0 || ^6 || ^7 || ^8
1072
880
 
1073
- '@types/babel__template@7.4.4':
1074
- resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
1075
-
1076
- '@types/babel__traverse@7.28.0':
1077
- resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
881
+ '@tybys/wasm-util@0.10.2':
882
+ resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==}
1078
883
 
1079
884
  '@types/d3-array@3.2.2':
1080
885
  resolution: {integrity: sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==}
@@ -1094,8 +899,8 @@ packages:
1094
899
  '@types/d3-scale@4.0.9':
1095
900
  resolution: {integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==}
1096
901
 
1097
- '@types/d3-shape@3.1.7':
1098
- resolution: {integrity: sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==}
902
+ '@types/d3-shape@3.1.8':
903
+ resolution: {integrity: sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==}
1099
904
 
1100
905
  '@types/d3-time@3.0.4':
1101
906
  resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==}
@@ -1103,151 +908,138 @@ packages:
1103
908
  '@types/d3-timer@3.0.2':
1104
909
  resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==}
1105
910
 
1106
- '@types/estree@1.0.8':
1107
- resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
911
+ '@types/esrecurse@4.3.1':
912
+ resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==}
913
+
914
+ '@types/estree@1.0.9':
915
+ resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
1108
916
 
1109
917
  '@types/json-schema@7.0.15':
1110
918
  resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
1111
919
 
1112
- '@types/node@24.7.2':
1113
- resolution: {integrity: sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==}
920
+ '@types/node@25.9.3':
921
+ resolution: {integrity: sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==}
1114
922
 
1115
- '@types/react-dom@19.2.2':
1116
- resolution: {integrity: sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==}
923
+ '@types/react-dom@19.2.3':
924
+ resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
1117
925
  peerDependencies:
1118
926
  '@types/react': ^19.2.0
1119
927
 
1120
- '@types/react@19.2.2':
1121
- resolution: {integrity: sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==}
928
+ '@types/react@19.2.17':
929
+ resolution: {integrity: sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==}
1122
930
 
1123
931
  '@types/use-sync-external-store@0.0.6':
1124
932
  resolution: {integrity: sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==}
1125
933
 
1126
- '@typescript-eslint/eslint-plugin@8.46.1':
1127
- resolution: {integrity: sha512-rUsLh8PXmBjdiPY+Emjz9NX2yHvhS11v0SR6xNJkm5GM1MO9ea/1GoDKlHHZGrOJclL/cZ2i/vRUYVtjRhrHVQ==}
934
+ '@typescript-eslint/eslint-plugin@8.61.0':
935
+ resolution: {integrity: sha512-bFNvl9ZczlVb+wR2Akszf3gHfKVj/8WanXaGJ3UstTA7brNKg0cNdk6X1Psu5V7MZ2oQtzZKOEzIUehaoxbDGw==}
1128
936
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1129
937
  peerDependencies:
1130
- '@typescript-eslint/parser': ^8.46.1
1131
- eslint: ^8.57.0 || ^9.0.0
1132
- typescript: '>=4.8.4 <6.0.0'
938
+ '@typescript-eslint/parser': ^8.61.0
939
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
940
+ typescript: '>=4.8.4 <6.1.0'
1133
941
 
1134
- '@typescript-eslint/parser@8.46.1':
1135
- resolution: {integrity: sha512-6JSSaBZmsKvEkbRUkf7Zj7dru/8ZCrJxAqArcLaVMee5907JdtEbKGsZ7zNiIm/UAkpGUkaSMZEXShnN2D1HZA==}
942
+ '@typescript-eslint/parser@8.61.0':
943
+ resolution: {integrity: sha512-5B7PfA2e1NQGCnDHd/0lW7W3gvp3d59Ryw54FYO8Uswxo9f6ikw3AZV+Xj/TvpImmpsiYyUqAfhC6kJID1jF6w==}
1136
944
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1137
945
  peerDependencies:
1138
- eslint: ^8.57.0 || ^9.0.0
1139
- typescript: '>=4.8.4 <6.0.0'
946
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
947
+ typescript: '>=4.8.4 <6.1.0'
1140
948
 
1141
- '@typescript-eslint/project-service@8.46.1':
1142
- resolution: {integrity: sha512-FOIaFVMHzRskXr5J4Jp8lFVV0gz5ngv3RHmn+E4HYxSJ3DgDzU7fVI1/M7Ijh1zf6S7HIoaIOtln1H5y8V+9Zg==}
949
+ '@typescript-eslint/project-service@8.61.0':
950
+ resolution: {integrity: sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==}
1143
951
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1144
952
  peerDependencies:
1145
- typescript: '>=4.8.4 <6.0.0'
953
+ typescript: '>=4.8.4 <6.1.0'
1146
954
 
1147
- '@typescript-eslint/scope-manager@8.46.1':
1148
- resolution: {integrity: sha512-weL9Gg3/5F0pVQKiF8eOXFZp8emqWzZsOJuWRUNtHT+UNV2xSJegmpCNQHy37aEQIbToTq7RHKhWvOsmbM680A==}
955
+ '@typescript-eslint/scope-manager@8.61.0':
956
+ resolution: {integrity: sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==}
1149
957
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1150
958
 
1151
- '@typescript-eslint/tsconfig-utils@8.46.1':
1152
- resolution: {integrity: sha512-X88+J/CwFvlJB+mK09VFqx5FE4H5cXD+H/Bdza2aEWkSb8hnWIQorNcscRl4IEo1Cz9VI/+/r/jnGWkbWPx54g==}
959
+ '@typescript-eslint/tsconfig-utils@8.61.0':
960
+ resolution: {integrity: sha512-O5Amvdv9ztMpxpf+vmFULGG78IE6Qwdr3bCGvqwG4nwc9H2qXkOYJJnRbRHyMkQTjv1d03olqwwwzHLMqpFePQ==}
1153
961
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1154
962
  peerDependencies:
1155
- typescript: '>=4.8.4 <6.0.0'
963
+ typescript: '>=4.8.4 <6.1.0'
1156
964
 
1157
- '@typescript-eslint/type-utils@8.46.1':
1158
- resolution: {integrity: sha512-+BlmiHIiqufBxkVnOtFwjah/vrkF4MtKKvpXrKSPLCkCtAp8H01/VV43sfqA98Od7nJpDcFnkwgyfQbOG0AMvw==}
965
+ '@typescript-eslint/type-utils@8.61.0':
966
+ resolution: {integrity: sha512-TuBiQYIkd97yBfInHCTKVYMbX4kvEmpOEuixIuzCU9p8BGT1SfyyO0d0IfDMbPIHcjn/hWnusUX5e8v5Xg+X8A==}
1159
967
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1160
968
  peerDependencies:
1161
- eslint: ^8.57.0 || ^9.0.0
1162
- typescript: '>=4.8.4 <6.0.0'
969
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
970
+ typescript: '>=4.8.4 <6.1.0'
1163
971
 
1164
- '@typescript-eslint/types@8.46.1':
1165
- resolution: {integrity: sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==}
972
+ '@typescript-eslint/types@8.61.0':
973
+ resolution: {integrity: sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==}
1166
974
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1167
975
 
1168
- '@typescript-eslint/typescript-estree@8.46.1':
1169
- resolution: {integrity: sha512-uIifjT4s8cQKFQ8ZBXXyoUODtRoAd7F7+G8MKmtzj17+1UbdzFl52AzRyZRyKqPHhgzvXunnSckVu36flGy8cg==}
976
+ '@typescript-eslint/typescript-estree@8.61.0':
977
+ resolution: {integrity: sha512-42zatd5qSvvcV1JdDBCLxYRznvP4eIHpPoZXdkPFnAmanA4FuZ5dibSnCBggY8hQnqajPpoGjXFdZ7fIJKQnlA==}
1170
978
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1171
979
  peerDependencies:
1172
- typescript: '>=4.8.4 <6.0.0'
980
+ typescript: '>=4.8.4 <6.1.0'
1173
981
 
1174
- '@typescript-eslint/utils@8.46.1':
1175
- resolution: {integrity: sha512-vkYUy6LdZS7q1v/Gxb2Zs7zziuXN0wxqsetJdeZdRe/f5dwJFglmuvZBfTUivCtjH725C1jWCDfpadadD95EDQ==}
982
+ '@typescript-eslint/utils@8.61.0':
983
+ resolution: {integrity: sha512-3bzFt7ImFMW/jVYwJamDoe/dMOdFLSC6pom6rRjdh4SZJEYupyMzem8e7vKZLclLfpHjlwSAXOUxtKxGXUiLqA==}
1176
984
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1177
985
  peerDependencies:
1178
- eslint: ^8.57.0 || ^9.0.0
1179
- typescript: '>=4.8.4 <6.0.0'
986
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
987
+ typescript: '>=4.8.4 <6.1.0'
1180
988
 
1181
- '@typescript-eslint/visitor-keys@8.46.1':
1182
- resolution: {integrity: sha512-ptkmIf2iDkNUjdeu2bQqhFPV1m6qTnFFjg7PPDjxKWaMaP0Z6I9l30Jr3g5QqbZGdw8YdYvLp+XnqnWWZOg/NA==}
989
+ '@typescript-eslint/visitor-keys@8.61.0':
990
+ resolution: {integrity: sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==}
1183
991
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1184
992
 
1185
- '@vitejs/plugin-react@5.0.4':
1186
- resolution: {integrity: sha512-La0KD0vGkVkSk6K+piWDKRUyg8Rl5iAIKRMH0vMJI0Eg47bq1eOxmoObAaQG37WMW9MSyk7Cs8EIWwJC1PtzKA==}
993
+ '@vitejs/plugin-react@6.0.2':
994
+ resolution: {integrity: sha512-DlSMqo4WhThw4vB8Mpn0Woe9J+Jfq1geJ61AKW0QEgLzGMNwtIMdxbDUzLxcun8W7NbJO0e2Jg/Nxm3cCSVzzg==}
1187
995
  engines: {node: ^20.19.0 || >=22.12.0}
1188
996
  peerDependencies:
1189
- vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
997
+ '@rolldown/plugin-babel': ^0.1.7 || ^0.2.0
998
+ babel-plugin-react-compiler: ^1.0.0
999
+ vite: ^8.0.0
1000
+ peerDependenciesMeta:
1001
+ '@rolldown/plugin-babel':
1002
+ optional: true
1003
+ babel-plugin-react-compiler:
1004
+ optional: true
1190
1005
 
1191
1006
  acorn-jsx@5.3.2:
1192
1007
  resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
1193
1008
  peerDependencies:
1194
1009
  acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1195
1010
 
1196
- acorn@8.15.0:
1197
- resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
1011
+ acorn@8.17.0:
1012
+ resolution: {integrity: sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==}
1198
1013
  engines: {node: '>=0.4.0'}
1199
1014
  hasBin: true
1200
1015
 
1201
- ajv@6.12.6:
1202
- resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
1203
-
1204
- ansi-styles@4.3.0:
1205
- resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
1206
- engines: {node: '>=8'}
1207
-
1208
- argparse@2.0.1:
1209
- resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1016
+ ajv@6.15.0:
1017
+ resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==}
1210
1018
 
1211
1019
  aria-hidden@1.2.6:
1212
1020
  resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
1213
1021
  engines: {node: '>=10'}
1214
1022
 
1215
- balanced-match@1.0.2:
1216
- resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1023
+ balanced-match@4.0.4:
1024
+ resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
1025
+ engines: {node: 18 || 20 || >=22}
1217
1026
 
1218
- baseline-browser-mapping@2.8.16:
1219
- resolution: {integrity: sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==}
1027
+ baseline-browser-mapping@2.10.36:
1028
+ resolution: {integrity: sha512-lVq/Df7LXlO79MVaaUHztSwWiG9oXoWHlgvNS51v8Dpd4+G4/VIy6qYePTw31nAVls33nUtnfezYeLkYAak9dg==}
1029
+ engines: {node: '>=6.0.0'}
1220
1030
  hasBin: true
1221
1031
 
1222
- brace-expansion@1.1.12:
1223
- resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
1032
+ brace-expansion@5.0.6:
1033
+ resolution: {integrity: sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==}
1034
+ engines: {node: 18 || 20 || >=22}
1224
1035
 
1225
- brace-expansion@2.0.2:
1226
- resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
1227
-
1228
- braces@3.0.3:
1229
- resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
1230
- engines: {node: '>=8'}
1231
-
1232
- browserslist@4.26.3:
1233
- resolution: {integrity: sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==}
1036
+ browserslist@4.28.2:
1037
+ resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==}
1234
1038
  engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
1235
1039
  hasBin: true
1236
1040
 
1237
- callsites@3.1.0:
1238
- resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
1239
- engines: {node: '>=6'}
1240
-
1241
- caniuse-lite@1.0.30001750:
1242
- resolution: {integrity: sha512-cuom0g5sdX6rw00qOoLNSFCJ9/mYIsuSOA+yzpDw8eopiFqcVwQvZHqov0vmEighRxX++cfC0Vg1G+1Iy/mSpQ==}
1243
-
1244
- chalk@4.1.2:
1245
- resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
1246
- engines: {node: '>=10'}
1247
-
1248
- chownr@3.0.0:
1249
- resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
1250
- engines: {node: '>=18'}
1041
+ caniuse-lite@1.0.30001799:
1042
+ resolution: {integrity: sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==}
1251
1043
 
1252
1044
  class-variance-authority@0.7.1:
1253
1045
  resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
@@ -1256,29 +1048,19 @@ packages:
1256
1048
  resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
1257
1049
  engines: {node: '>=6'}
1258
1050
 
1259
- color-convert@2.0.1:
1260
- resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
1261
- engines: {node: '>=7.0.0'}
1262
-
1263
- color-name@1.1.4:
1264
- resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
1265
-
1266
- concat-map@0.0.1:
1267
- resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
1268
-
1269
1051
  convert-source-map@2.0.0:
1270
1052
  resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
1271
1053
 
1272
- cookie@1.0.2:
1273
- resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
1054
+ cookie@1.1.1:
1055
+ resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
1274
1056
  engines: {node: '>=18'}
1275
1057
 
1276
1058
  cross-spawn@7.0.6:
1277
1059
  resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
1278
1060
  engines: {node: '>= 8'}
1279
1061
 
1280
- csstype@3.1.3:
1281
- resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
1062
+ csstype@3.2.3:
1063
+ resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
1282
1064
 
1283
1065
  d3-array@3.2.4:
1284
1066
  resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}
@@ -1292,8 +1074,8 @@ packages:
1292
1074
  resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
1293
1075
  engines: {node: '>=12'}
1294
1076
 
1295
- d3-format@3.1.0:
1296
- resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==}
1077
+ d3-format@3.1.2:
1078
+ resolution: {integrity: sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==}
1297
1079
  engines: {node: '>=12'}
1298
1080
 
1299
1081
  d3-interpolate@3.0.1:
@@ -1324,11 +1106,8 @@ packages:
1324
1106
  resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
1325
1107
  engines: {node: '>=12'}
1326
1108
 
1327
- date-fns-jalali@4.1.0-0:
1328
- resolution: {integrity: sha512-hTIP/z+t+qKwBDcmmsnmjWTduxCg+5KfdqWQvb2X/8C9+knYY6epN/pfxdDuyVlSVeFz0sM5eEfwIUQ70U4ckg==}
1329
-
1330
- date-fns@4.1.0:
1331
- resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
1109
+ date-fns@4.4.0:
1110
+ resolution: {integrity: sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==}
1332
1111
 
1333
1112
  debug@4.4.3:
1334
1113
  resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
@@ -1352,20 +1131,15 @@ packages:
1352
1131
  detect-node-es@1.1.0:
1353
1132
  resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
1354
1133
 
1355
- electron-to-chromium@1.5.235:
1356
- resolution: {integrity: sha512-i/7ntLFwOdoHY7sgjlTIDo4Sl8EdoTjWIaKinYOVfC6bOp71bmwenyZthWHcasxgHDNWbWxvG9M3Ia116zIaYQ==}
1134
+ electron-to-chromium@1.5.371:
1135
+ resolution: {integrity: sha512-e9htk9mAYL6AzmkEhSvVVw7IWGSBJ/Bqdn2eRyRLrj1g6sncN4WbFt5qnILYoCktktr45pyjIrOiRvBThQ808w==}
1357
1136
 
1358
- enhanced-resolve@5.18.3:
1359
- resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==}
1137
+ enhanced-resolve@5.24.0:
1138
+ resolution: {integrity: sha512-SkE2t82KlkkxQRVMVLAGKxLfORGQfrkx5dkj+vlgXRVNEdPc4eZcR+J/Fvj8C+yKSFH5L0q3NFlyufOVQnCcYQ==}
1360
1139
  engines: {node: '>=10.13.0'}
1361
1140
 
1362
- es-toolkit@1.40.0:
1363
- resolution: {integrity: sha512-8o6w0KFmU0CiIl0/Q/BCEOabF2IJaELM1T2PWj6e8KqzHv1gdx+7JtFnDwOx1kJH/isJ5NwlDG1nCr1HrRF94Q==}
1364
-
1365
- esbuild@0.25.10:
1366
- resolution: {integrity: sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==}
1367
- engines: {node: '>=18'}
1368
- hasBin: true
1141
+ es-toolkit@1.47.0:
1142
+ resolution: {integrity: sha512-n1GuoD0WEQZMBk5tttoZSqwgyLx01oqa5XsBmCHwPyNe1S9jPBEmtR2pSgp2kJuWE3ciFZ6yRHmY4pM4C3OOkw==}
1369
1143
 
1370
1144
  escalade@3.2.0:
1371
1145
  resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
@@ -1375,32 +1149,32 @@ packages:
1375
1149
  resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
1376
1150
  engines: {node: '>=10'}
1377
1151
 
1378
- eslint-plugin-react-hooks@5.2.0:
1379
- resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==}
1380
- engines: {node: '>=10'}
1152
+ eslint-plugin-react-hooks@7.1.1:
1153
+ resolution: {integrity: sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==}
1154
+ engines: {node: '>=18'}
1381
1155
  peerDependencies:
1382
- eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
1156
+ eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0
1383
1157
 
1384
- eslint-plugin-react-refresh@0.4.23:
1385
- resolution: {integrity: sha512-G4j+rv0NmbIR45kni5xJOrYvCtyD3/7LjpVH8MPPcudXDcNu8gv+4ATTDXTtbRR8rTCM5HxECvCSsRmxKnWDsA==}
1158
+ eslint-plugin-react-refresh@0.5.2:
1159
+ resolution: {integrity: sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==}
1386
1160
  peerDependencies:
1387
- eslint: '>=8.40'
1161
+ eslint: ^9 || ^10
1388
1162
 
1389
- eslint-scope@8.4.0:
1390
- resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
1391
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1163
+ eslint-scope@9.1.2:
1164
+ resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
1165
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1392
1166
 
1393
1167
  eslint-visitor-keys@3.4.3:
1394
1168
  resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
1395
1169
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1396
1170
 
1397
- eslint-visitor-keys@4.2.1:
1398
- resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
1399
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1171
+ eslint-visitor-keys@5.0.1:
1172
+ resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
1173
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1400
1174
 
1401
- eslint@9.37.0:
1402
- resolution: {integrity: sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==}
1403
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1175
+ eslint@10.4.1:
1176
+ resolution: {integrity: sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==}
1177
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1404
1178
  hasBin: true
1405
1179
  peerDependencies:
1406
1180
  jiti: '*'
@@ -1408,12 +1182,12 @@ packages:
1408
1182
  jiti:
1409
1183
  optional: true
1410
1184
 
1411
- espree@10.4.0:
1412
- resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
1413
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1185
+ espree@11.2.0:
1186
+ resolution: {integrity: sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==}
1187
+ engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1414
1188
 
1415
- esquery@1.6.0:
1416
- resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
1189
+ esquery@1.7.0:
1190
+ resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
1417
1191
  engines: {node: '>=0.10'}
1418
1192
 
1419
1193
  esrecurse@4.3.0:
@@ -1428,25 +1202,18 @@ packages:
1428
1202
  resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
1429
1203
  engines: {node: '>=0.10.0'}
1430
1204
 
1431
- eventemitter3@5.0.1:
1432
- resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
1205
+ eventemitter3@5.0.4:
1206
+ resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==}
1433
1207
 
1434
1208
  fast-deep-equal@3.1.3:
1435
1209
  resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1436
1210
 
1437
- fast-glob@3.3.3:
1438
- resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
1439
- engines: {node: '>=8.6.0'}
1440
-
1441
1211
  fast-json-stable-stringify@2.1.0:
1442
1212
  resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1443
1213
 
1444
1214
  fast-levenshtein@2.0.6:
1445
1215
  resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
1446
1216
 
1447
- fastq@1.19.1:
1448
- resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
1449
-
1450
1217
  fdir@6.5.0:
1451
1218
  resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1452
1219
  engines: {node: '>=12.0.0'}
@@ -1460,10 +1227,6 @@ packages:
1460
1227
  resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
1461
1228
  engines: {node: '>=16.0.0'}
1462
1229
 
1463
- fill-range@7.1.1:
1464
- resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1465
- engines: {node: '>=8'}
1466
-
1467
1230
  find-up@5.0.0:
1468
1231
  resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1469
1232
  engines: {node: '>=10'}
@@ -1472,8 +1235,8 @@ packages:
1472
1235
  resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
1473
1236
  engines: {node: '>=16'}
1474
1237
 
1475
- flatted@3.3.3:
1476
- resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
1238
+ flatted@3.4.2:
1239
+ resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
1477
1240
 
1478
1241
  fsevents@2.3.3:
1479
1242
  resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
@@ -1488,31 +1251,22 @@ packages:
1488
1251
  resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
1489
1252
  engines: {node: '>=6'}
1490
1253
 
1491
- glob-parent@5.1.2:
1492
- resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1493
- engines: {node: '>= 6'}
1494
-
1495
1254
  glob-parent@6.0.2:
1496
1255
  resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1497
1256
  engines: {node: '>=10.13.0'}
1498
1257
 
1499
- globals@14.0.0:
1500
- resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
1501
- engines: {node: '>=18'}
1502
-
1503
- globals@16.4.0:
1504
- resolution: {integrity: sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==}
1258
+ globals@17.6.0:
1259
+ resolution: {integrity: sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==}
1505
1260
  engines: {node: '>=18'}
1506
1261
 
1507
1262
  graceful-fs@4.2.11:
1508
1263
  resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1509
1264
 
1510
- graphemer@1.4.0:
1511
- resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
1265
+ hermes-estree@0.25.1:
1266
+ resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==}
1512
1267
 
1513
- has-flag@4.0.0:
1514
- resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1515
- engines: {node: '>=8'}
1268
+ hermes-parser@0.25.1:
1269
+ resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
1516
1270
 
1517
1271
  ignore@5.3.2:
1518
1272
  resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
@@ -1522,12 +1276,11 @@ packages:
1522
1276
  resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
1523
1277
  engines: {node: '>= 4'}
1524
1278
 
1525
- immer@10.1.3:
1526
- resolution: {integrity: sha512-tmjF/k8QDKydUlm3mZU+tjM6zeq9/fFpPqH9SzWmBnVVKsPBg/V66qsMwb3/Bo90cgUN+ghdVBess+hPsxUyRw==}
1279
+ immer@10.2.0:
1280
+ resolution: {integrity: sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==}
1527
1281
 
1528
- import-fresh@3.3.1:
1529
- resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1530
- engines: {node: '>=6'}
1282
+ immer@11.1.8:
1283
+ resolution: {integrity: sha512-/tbkHMW7y10Lx6i1crLjD4/OhNkRG+Fo7byZHtah0547nIeXYcpIXaUh0IAQY6gO5459qpGGYapcEOHtFXkIuA==}
1531
1284
 
1532
1285
  imurmurhash@0.1.4:
1533
1286
  resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
@@ -1545,24 +1298,16 @@ packages:
1545
1298
  resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1546
1299
  engines: {node: '>=0.10.0'}
1547
1300
 
1548
- is-number@7.0.0:
1549
- resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1550
- engines: {node: '>=0.12.0'}
1551
-
1552
1301
  isexe@2.0.0:
1553
1302
  resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1554
1303
 
1555
- jiti@2.6.1:
1556
- resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
1304
+ jiti@2.7.0:
1305
+ resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==}
1557
1306
  hasBin: true
1558
1307
 
1559
1308
  js-tokens@4.0.0:
1560
1309
  resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1561
1310
 
1562
- js-yaml@4.1.0:
1563
- resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1564
- hasBin: true
1565
-
1566
1311
  jsesc@3.1.0:
1567
1312
  resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1568
1313
  engines: {node: '>=6'}
@@ -1589,116 +1334,100 @@ packages:
1589
1334
  resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
1590
1335
  engines: {node: '>= 0.8.0'}
1591
1336
 
1592
- lightningcss-darwin-arm64@1.30.1:
1593
- resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==}
1337
+ lightningcss-android-arm64@1.32.0:
1338
+ resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
1339
+ engines: {node: '>= 12.0.0'}
1340
+ cpu: [arm64]
1341
+ os: [android]
1342
+
1343
+ lightningcss-darwin-arm64@1.32.0:
1344
+ resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
1594
1345
  engines: {node: '>= 12.0.0'}
1595
1346
  cpu: [arm64]
1596
1347
  os: [darwin]
1597
1348
 
1598
- lightningcss-darwin-x64@1.30.1:
1599
- resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==}
1349
+ lightningcss-darwin-x64@1.32.0:
1350
+ resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
1600
1351
  engines: {node: '>= 12.0.0'}
1601
1352
  cpu: [x64]
1602
1353
  os: [darwin]
1603
1354
 
1604
- lightningcss-freebsd-x64@1.30.1:
1605
- resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==}
1355
+ lightningcss-freebsd-x64@1.32.0:
1356
+ resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
1606
1357
  engines: {node: '>= 12.0.0'}
1607
1358
  cpu: [x64]
1608
1359
  os: [freebsd]
1609
1360
 
1610
- lightningcss-linux-arm-gnueabihf@1.30.1:
1611
- resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==}
1361
+ lightningcss-linux-arm-gnueabihf@1.32.0:
1362
+ resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
1612
1363
  engines: {node: '>= 12.0.0'}
1613
1364
  cpu: [arm]
1614
1365
  os: [linux]
1615
1366
 
1616
- lightningcss-linux-arm64-gnu@1.30.1:
1617
- resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==}
1367
+ lightningcss-linux-arm64-gnu@1.32.0:
1368
+ resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
1618
1369
  engines: {node: '>= 12.0.0'}
1619
1370
  cpu: [arm64]
1620
1371
  os: [linux]
1621
1372
 
1622
- lightningcss-linux-arm64-musl@1.30.1:
1623
- resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==}
1373
+ lightningcss-linux-arm64-musl@1.32.0:
1374
+ resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
1624
1375
  engines: {node: '>= 12.0.0'}
1625
1376
  cpu: [arm64]
1626
1377
  os: [linux]
1627
1378
 
1628
- lightningcss-linux-x64-gnu@1.30.1:
1629
- resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==}
1379
+ lightningcss-linux-x64-gnu@1.32.0:
1380
+ resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
1630
1381
  engines: {node: '>= 12.0.0'}
1631
1382
  cpu: [x64]
1632
1383
  os: [linux]
1633
1384
 
1634
- lightningcss-linux-x64-musl@1.30.1:
1635
- resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==}
1385
+ lightningcss-linux-x64-musl@1.32.0:
1386
+ resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
1636
1387
  engines: {node: '>= 12.0.0'}
1637
1388
  cpu: [x64]
1638
1389
  os: [linux]
1639
1390
 
1640
- lightningcss-win32-arm64-msvc@1.30.1:
1641
- resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==}
1391
+ lightningcss-win32-arm64-msvc@1.32.0:
1392
+ resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
1642
1393
  engines: {node: '>= 12.0.0'}
1643
1394
  cpu: [arm64]
1644
1395
  os: [win32]
1645
1396
 
1646
- lightningcss-win32-x64-msvc@1.30.1:
1647
- resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==}
1397
+ lightningcss-win32-x64-msvc@1.32.0:
1398
+ resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
1648
1399
  engines: {node: '>= 12.0.0'}
1649
1400
  cpu: [x64]
1650
1401
  os: [win32]
1651
1402
 
1652
- lightningcss@1.30.1:
1653
- resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==}
1403
+ lightningcss@1.32.0:
1404
+ resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
1654
1405
  engines: {node: '>= 12.0.0'}
1655
1406
 
1656
1407
  locate-path@6.0.0:
1657
1408
  resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1658
1409
  engines: {node: '>=10'}
1659
1410
 
1660
- lodash.merge@4.6.2:
1661
- resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1662
-
1663
1411
  lru-cache@5.1.1:
1664
1412
  resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1665
1413
 
1666
- lucide-react@0.545.0:
1667
- resolution: {integrity: sha512-7r1/yUuflQDSt4f1bpn5ZAocyIxcTyVyBBChSVtBKn5M+392cPmI5YJMWOJKk/HUWGm5wg83chlAZtCcGbEZtw==}
1414
+ lucide-react@1.17.0:
1415
+ resolution: {integrity: sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w==}
1668
1416
  peerDependencies:
1669
1417
  react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
1670
1418
 
1671
- magic-string@0.30.19:
1672
- resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==}
1419
+ magic-string@0.30.21:
1420
+ resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
1673
1421
 
1674
- merge2@1.4.1:
1675
- resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1676
- engines: {node: '>= 8'}
1677
-
1678
- micromatch@4.0.8:
1679
- resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1680
- engines: {node: '>=8.6'}
1681
-
1682
- minimatch@3.1.2:
1683
- resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1684
-
1685
- minimatch@9.0.5:
1686
- resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
1687
- engines: {node: '>=16 || 14 >=14.17'}
1688
-
1689
- minipass@7.1.2:
1690
- resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
1691
- engines: {node: '>=16 || 14 >=14.17'}
1692
-
1693
- minizlib@3.1.0:
1694
- resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==}
1695
- engines: {node: '>= 18'}
1422
+ minimatch@10.2.5:
1423
+ resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
1424
+ engines: {node: 18 || 20 || >=22}
1696
1425
 
1697
1426
  ms@2.1.3:
1698
1427
  resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1699
1428
 
1700
- nanoid@3.3.11:
1701
- resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1429
+ nanoid@3.3.12:
1430
+ resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==}
1702
1431
  engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1703
1432
  hasBin: true
1704
1433
 
@@ -1711,8 +1440,9 @@ packages:
1711
1440
  react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
1712
1441
  react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
1713
1442
 
1714
- node-releases@2.0.23:
1715
- resolution: {integrity: sha512-cCmFDMSm26S6tQSDpBCg/NR8NENrVPhAJSf+XbxBG4rPFaaonlEoE9wHQmun+cls499TQGSb7ZyPBRlzgKfpeg==}
1443
+ node-releases@2.0.47:
1444
+ resolution: {integrity: sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==}
1445
+ engines: {node: '>=18'}
1716
1446
 
1717
1447
  optionator@0.9.4:
1718
1448
  resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
@@ -1726,10 +1456,6 @@ packages:
1726
1456
  resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1727
1457
  engines: {node: '>=10'}
1728
1458
 
1729
- parent-module@1.0.1:
1730
- resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1731
- engines: {node: '>=6'}
1732
-
1733
1459
  path-exists@4.0.0:
1734
1460
  resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1735
1461
  engines: {node: '>=8'}
@@ -1741,16 +1467,12 @@ packages:
1741
1467
  picocolors@1.1.1:
1742
1468
  resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1743
1469
 
1744
- picomatch@2.3.1:
1745
- resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1746
- engines: {node: '>=8.6'}
1747
-
1748
- picomatch@4.0.3:
1749
- resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
1470
+ picomatch@4.0.4:
1471
+ resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
1750
1472
  engines: {node: '>=12'}
1751
1473
 
1752
- postcss@8.5.6:
1753
- resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
1474
+ postcss@8.5.15:
1475
+ resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==}
1754
1476
  engines: {node: ^10 || ^12 || >=14}
1755
1477
 
1756
1478
  prelude-ls@1.2.1:
@@ -1761,25 +1483,26 @@ packages:
1761
1483
  resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1762
1484
  engines: {node: '>=6'}
1763
1485
 
1764
- queue-microtask@1.2.3:
1765
- resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1766
-
1767
- react-day-picker@9.11.1:
1768
- resolution: {integrity: sha512-l3ub6o8NlchqIjPKrRFUCkTUEq6KwemQlfv3XZzzwpUeGwmDJ+0u0Upmt38hJyd7D/vn2dQoOoLV/qAp0o3uUw==}
1486
+ react-day-picker@10.0.1:
1487
+ resolution: {integrity: sha512-eNh6BlwcYInWaJtRv18mXQ06Ys/H6rdTZAnTaSdOYJuTpwP1JMCHNd1FDRadA+gbeinq+psdULN5Xnowy9mV8w==}
1769
1488
  engines: {node: '>=18'}
1770
1489
  peerDependencies:
1490
+ '@types/react': '>=16.8.0'
1771
1491
  react: '>=16.8.0'
1492
+ peerDependenciesMeta:
1493
+ '@types/react':
1494
+ optional: true
1772
1495
 
1773
- react-dom@19.2.0:
1774
- resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==}
1496
+ react-dom@19.2.7:
1497
+ resolution: {integrity: sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==}
1775
1498
  peerDependencies:
1776
- react: ^19.2.0
1499
+ react: ^19.2.7
1777
1500
 
1778
- react-is@19.2.0:
1779
- resolution: {integrity: sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA==}
1501
+ react-is@19.2.7:
1502
+ resolution: {integrity: sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==}
1780
1503
 
1781
- react-redux@9.2.0:
1782
- resolution: {integrity: sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==}
1504
+ react-redux@9.3.0:
1505
+ resolution: {integrity: sha512-KQopgqFo/p/fgmAs5qz6p5RWaNAzq40WAu7fJIXnQpYxFPbJYtsJPWvGeF2rOBaY/kEuV77AVsX8TsQzKm+A/g==}
1783
1506
  peerDependencies:
1784
1507
  '@types/react': ^18.2.25 || ^19
1785
1508
  react: ^18.0 || ^19
@@ -1790,10 +1513,6 @@ packages:
1790
1513
  redux:
1791
1514
  optional: true
1792
1515
 
1793
- react-refresh@0.17.0:
1794
- resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
1795
- engines: {node: '>=0.10.0'}
1796
-
1797
1516
  react-remove-scroll-bar@2.3.8:
1798
1517
  resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==}
1799
1518
  engines: {node: '>=10'}
@@ -1804,8 +1523,8 @@ packages:
1804
1523
  '@types/react':
1805
1524
  optional: true
1806
1525
 
1807
- react-remove-scroll@2.7.1:
1808
- resolution: {integrity: sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA==}
1526
+ react-remove-scroll@2.7.2:
1527
+ resolution: {integrity: sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==}
1809
1528
  engines: {node: '>=10'}
1810
1529
  peerDependencies:
1811
1530
  '@types/react': '*'
@@ -1814,8 +1533,8 @@ packages:
1814
1533
  '@types/react':
1815
1534
  optional: true
1816
1535
 
1817
- react-router@7.9.4:
1818
- resolution: {integrity: sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA==}
1536
+ react-router@7.17.0:
1537
+ resolution: {integrity: sha512-FDELK7rTMlCHO5+reyXsPlmfr7N1F91lPHsWYfMEGQm/KQ+F4JFM8jGoeQDmDvdTs93Fw9aSilH+uKRb4/jXvQ==}
1819
1538
  engines: {node: '>=20.0.0'}
1820
1539
  peerDependencies:
1821
1540
  react: '>=18'
@@ -1834,12 +1553,12 @@ packages:
1834
1553
  '@types/react':
1835
1554
  optional: true
1836
1555
 
1837
- react@19.2.0:
1838
- resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==}
1556
+ react@19.2.7:
1557
+ resolution: {integrity: sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==}
1839
1558
  engines: {node: '>=0.10.0'}
1840
1559
 
1841
- recharts@3.2.1:
1842
- resolution: {integrity: sha512-0JKwHRiFZdmLq/6nmilxEZl3pqb4T+aKkOkOi/ZISRZwfBhVMgInxzlYU9D4KnCH3KINScLy68m/OvMXoYGZUw==}
1560
+ recharts@3.8.1:
1561
+ resolution: {integrity: sha512-mwzmO1s9sFL0TduUpwndxCUNoXsBw3u3E/0+A+cLcrSfQitSG62L32N69GhqUrrT5qKcAE3pCGVINC6pqkBBQg==}
1843
1562
  engines: {node: '>=18'}
1844
1563
  peerDependencies:
1845
1564
  react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
@@ -1857,22 +1576,11 @@ packages:
1857
1576
  reselect@5.1.1:
1858
1577
  resolution: {integrity: sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==}
1859
1578
 
1860
- resolve-from@4.0.0:
1861
- resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1862
- engines: {node: '>=4'}
1863
-
1864
- reusify@1.1.0:
1865
- resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
1866
- engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1867
-
1868
- rollup@4.52.4:
1869
- resolution: {integrity: sha512-CLEVl+MnPAiKh5pl4dEWSyMTpuflgNQiLGhMv8ezD5W/qP8AKvmYpCOKRRNOh7oRKnauBZ4SyeYkMS+1VSyKwQ==}
1870
- engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1579
+ rolldown@1.0.3:
1580
+ resolution: {integrity: sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==}
1581
+ engines: {node: ^20.19.0 || >=22.12.0}
1871
1582
  hasBin: true
1872
1583
 
1873
- run-parallel@1.2.0:
1874
- resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1875
-
1876
1584
  scheduler@0.27.0:
1877
1585
  resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
1878
1586
 
@@ -1880,13 +1588,13 @@ packages:
1880
1588
  resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1881
1589
  hasBin: true
1882
1590
 
1883
- semver@7.7.3:
1884
- resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
1591
+ semver@7.8.4:
1592
+ resolution: {integrity: sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==}
1885
1593
  engines: {node: '>=10'}
1886
1594
  hasBin: true
1887
1595
 
1888
- set-cookie-parser@2.7.1:
1889
- resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==}
1596
+ set-cookie-parser@2.7.2:
1597
+ resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==}
1890
1598
 
1891
1599
  shebang-command@2.0.0:
1892
1600
  resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
@@ -1906,41 +1614,25 @@ packages:
1906
1614
  resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1907
1615
  engines: {node: '>=0.10.0'}
1908
1616
 
1909
- strip-json-comments@3.1.1:
1910
- resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
1911
- engines: {node: '>=8'}
1912
-
1913
- supports-color@7.2.0:
1914
- resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1915
- engines: {node: '>=8'}
1617
+ tailwind-merge@3.6.0:
1618
+ resolution: {integrity: sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==}
1916
1619
 
1917
- tailwind-merge@3.3.1:
1918
- resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==}
1620
+ tailwindcss@4.3.0:
1621
+ resolution: {integrity: sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==}
1919
1622
 
1920
- tailwindcss@4.1.14:
1921
- resolution: {integrity: sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==}
1922
-
1923
- tapable@2.3.0:
1924
- resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
1623
+ tapable@2.3.3:
1624
+ resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==}
1925
1625
  engines: {node: '>=6'}
1926
1626
 
1927
- tar@7.5.1:
1928
- resolution: {integrity: sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==}
1929
- engines: {node: '>=18'}
1930
-
1931
1627
  tiny-invariant@1.3.3:
1932
1628
  resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
1933
1629
 
1934
- tinyglobby@0.2.15:
1935
- resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
1630
+ tinyglobby@0.2.17:
1631
+ resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
1936
1632
  engines: {node: '>=12.0.0'}
1937
1633
 
1938
- to-regex-range@5.0.1:
1939
- resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1940
- engines: {node: '>=8.0'}
1941
-
1942
- ts-api-utils@2.1.0:
1943
- resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
1634
+ ts-api-utils@2.5.0:
1635
+ resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
1944
1636
  engines: {node: '>=18.12'}
1945
1637
  peerDependencies:
1946
1638
  typescript: '>=4.8.4'
@@ -1955,23 +1647,23 @@ packages:
1955
1647
  resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
1956
1648
  engines: {node: '>= 0.8.0'}
1957
1649
 
1958
- typescript-eslint@8.46.1:
1959
- resolution: {integrity: sha512-VHgijW803JafdSsDO8I761r3SHrgk4T00IdyQ+/UsthtgPRsBWQLqoSxOolxTpxRKi1kGXK0bSz4CoAc9ObqJA==}
1650
+ typescript-eslint@8.61.0:
1651
+ resolution: {integrity: sha512-8y31Rd0eGTrDKqhy6vT0HtzhN+YLjQizwX3aA3hPXP/ynSfnrBXcQY5IzsP9/DM7+klX4IUncZZjkchP0z+rUw==}
1960
1652
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1961
1653
  peerDependencies:
1962
- eslint: ^8.57.0 || ^9.0.0
1963
- typescript: '>=4.8.4 <6.0.0'
1654
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1655
+ typescript: '>=4.8.4 <6.1.0'
1964
1656
 
1965
- typescript@5.9.3:
1966
- resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
1657
+ typescript@6.0.3:
1658
+ resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
1967
1659
  engines: {node: '>=14.17'}
1968
1660
  hasBin: true
1969
1661
 
1970
- undici-types@7.14.0:
1971
- resolution: {integrity: sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==}
1662
+ undici-types@7.24.6:
1663
+ resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==}
1972
1664
 
1973
- update-browserslist-db@1.1.3:
1974
- resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
1665
+ update-browserslist-db@1.2.3:
1666
+ resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
1975
1667
  hasBin: true
1976
1668
  peerDependencies:
1977
1669
  browserslist: '>= 4.21.0'
@@ -2007,15 +1699,16 @@ packages:
2007
1699
  victory-vendor@37.3.6:
2008
1700
  resolution: {integrity: sha512-SbPDPdDBYp+5MJHhBCAyI7wKM3d5ivekigc2Dk2s7pgbZ9wIgIBYGVw4zGHBml/qTFbexrofXW6Gu4noGxrOwQ==}
2009
1701
 
2010
- vite@7.1.9:
2011
- resolution: {integrity: sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==}
1702
+ vite@8.0.16:
1703
+ resolution: {integrity: sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==}
2012
1704
  engines: {node: ^20.19.0 || >=22.12.0}
2013
1705
  hasBin: true
2014
1706
  peerDependencies:
2015
1707
  '@types/node': ^20.19.0 || >=22.12.0
1708
+ '@vitejs/devtools': ^0.1.18
1709
+ esbuild: ^0.27.0 || ^0.28.0
2016
1710
  jiti: '>=1.21.0'
2017
1711
  less: ^4.0.0
2018
- lightningcss: ^1.21.0
2019
1712
  sass: ^1.70.0
2020
1713
  sass-embedded: ^1.70.0
2021
1714
  stylus: '>=0.54.8'
@@ -2026,12 +1719,14 @@ packages:
2026
1719
  peerDependenciesMeta:
2027
1720
  '@types/node':
2028
1721
  optional: true
1722
+ '@vitejs/devtools':
1723
+ optional: true
1724
+ esbuild:
1725
+ optional: true
2029
1726
  jiti:
2030
1727
  optional: true
2031
1728
  less:
2032
1729
  optional: true
2033
- lightningcss:
2034
- optional: true
2035
1730
  sass:
2036
1731
  optional: true
2037
1732
  sass-embedded:
@@ -2059,35 +1754,40 @@ packages:
2059
1754
  yallist@3.1.1:
2060
1755
  resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
2061
1756
 
2062
- yallist@5.0.0:
2063
- resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
2064
- engines: {node: '>=18'}
2065
-
2066
1757
  yocto-queue@0.1.0:
2067
1758
  resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
2068
1759
  engines: {node: '>=10'}
2069
1760
 
1761
+ zod-validation-error@4.0.2:
1762
+ resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==}
1763
+ engines: {node: '>=18.0.0'}
1764
+ peerDependencies:
1765
+ zod: ^3.25.0 || ^4.0.0
1766
+
1767
+ zod@4.4.3:
1768
+ resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
1769
+
2070
1770
  snapshots:
2071
1771
 
2072
- '@babel/code-frame@7.27.1':
1772
+ '@babel/code-frame@7.29.7':
2073
1773
  dependencies:
2074
- '@babel/helper-validator-identifier': 7.27.1
1774
+ '@babel/helper-validator-identifier': 7.29.7
2075
1775
  js-tokens: 4.0.0
2076
1776
  picocolors: 1.1.1
2077
1777
 
2078
- '@babel/compat-data@7.28.4': {}
1778
+ '@babel/compat-data@7.29.7': {}
2079
1779
 
2080
- '@babel/core@7.28.4':
1780
+ '@babel/core@7.29.7':
2081
1781
  dependencies:
2082
- '@babel/code-frame': 7.27.1
2083
- '@babel/generator': 7.28.3
2084
- '@babel/helper-compilation-targets': 7.27.2
2085
- '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4)
2086
- '@babel/helpers': 7.28.4
2087
- '@babel/parser': 7.28.4
2088
- '@babel/template': 7.27.2
2089
- '@babel/traverse': 7.28.4
2090
- '@babel/types': 7.28.4
1782
+ '@babel/code-frame': 7.29.7
1783
+ '@babel/generator': 7.29.7
1784
+ '@babel/helper-compilation-targets': 7.29.7
1785
+ '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
1786
+ '@babel/helpers': 7.29.7
1787
+ '@babel/parser': 7.29.7
1788
+ '@babel/template': 7.29.7
1789
+ '@babel/traverse': 7.29.7
1790
+ '@babel/types': 7.29.7
2091
1791
  '@jridgewell/remapping': 2.3.5
2092
1792
  convert-source-map: 2.0.0
2093
1793
  debug: 4.4.3
@@ -2097,248 +1797,163 @@ snapshots:
2097
1797
  transitivePeerDependencies:
2098
1798
  - supports-color
2099
1799
 
2100
- '@babel/generator@7.28.3':
1800
+ '@babel/generator@7.29.7':
2101
1801
  dependencies:
2102
- '@babel/parser': 7.28.4
2103
- '@babel/types': 7.28.4
1802
+ '@babel/parser': 7.29.7
1803
+ '@babel/types': 7.29.7
2104
1804
  '@jridgewell/gen-mapping': 0.3.13
2105
1805
  '@jridgewell/trace-mapping': 0.3.31
2106
1806
  jsesc: 3.1.0
2107
1807
 
2108
- '@babel/helper-compilation-targets@7.27.2':
1808
+ '@babel/helper-compilation-targets@7.29.7':
2109
1809
  dependencies:
2110
- '@babel/compat-data': 7.28.4
2111
- '@babel/helper-validator-option': 7.27.1
2112
- browserslist: 4.26.3
1810
+ '@babel/compat-data': 7.29.7
1811
+ '@babel/helper-validator-option': 7.29.7
1812
+ browserslist: 4.28.2
2113
1813
  lru-cache: 5.1.1
2114
1814
  semver: 6.3.1
2115
1815
 
2116
- '@babel/helper-globals@7.28.0': {}
1816
+ '@babel/helper-globals@7.29.7': {}
2117
1817
 
2118
- '@babel/helper-module-imports@7.27.1':
1818
+ '@babel/helper-module-imports@7.29.7':
2119
1819
  dependencies:
2120
- '@babel/traverse': 7.28.4
2121
- '@babel/types': 7.28.4
1820
+ '@babel/traverse': 7.29.7
1821
+ '@babel/types': 7.29.7
2122
1822
  transitivePeerDependencies:
2123
1823
  - supports-color
2124
1824
 
2125
- '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4)':
1825
+ '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)':
2126
1826
  dependencies:
2127
- '@babel/core': 7.28.4
2128
- '@babel/helper-module-imports': 7.27.1
2129
- '@babel/helper-validator-identifier': 7.27.1
2130
- '@babel/traverse': 7.28.4
1827
+ '@babel/core': 7.29.7
1828
+ '@babel/helper-module-imports': 7.29.7
1829
+ '@babel/helper-validator-identifier': 7.29.7
1830
+ '@babel/traverse': 7.29.7
2131
1831
  transitivePeerDependencies:
2132
1832
  - supports-color
2133
1833
 
2134
- '@babel/helper-plugin-utils@7.27.1': {}
2135
-
2136
- '@babel/helper-string-parser@7.27.1': {}
2137
-
2138
- '@babel/helper-validator-identifier@7.27.1': {}
2139
-
2140
- '@babel/helper-validator-option@7.27.1': {}
1834
+ '@babel/helper-string-parser@7.29.7': {}
2141
1835
 
2142
- '@babel/helpers@7.28.4':
2143
- dependencies:
2144
- '@babel/template': 7.27.2
2145
- '@babel/types': 7.28.4
1836
+ '@babel/helper-validator-identifier@7.29.7': {}
2146
1837
 
2147
- '@babel/parser@7.28.4':
2148
- dependencies:
2149
- '@babel/types': 7.28.4
1838
+ '@babel/helper-validator-option@7.29.7': {}
2150
1839
 
2151
- '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.4)':
1840
+ '@babel/helpers@7.29.7':
2152
1841
  dependencies:
2153
- '@babel/core': 7.28.4
2154
- '@babel/helper-plugin-utils': 7.27.1
1842
+ '@babel/template': 7.29.7
1843
+ '@babel/types': 7.29.7
2155
1844
 
2156
- '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.4)':
1845
+ '@babel/parser@7.29.7':
2157
1846
  dependencies:
2158
- '@babel/core': 7.28.4
2159
- '@babel/helper-plugin-utils': 7.27.1
1847
+ '@babel/types': 7.29.7
2160
1848
 
2161
- '@babel/template@7.27.2':
1849
+ '@babel/template@7.29.7':
2162
1850
  dependencies:
2163
- '@babel/code-frame': 7.27.1
2164
- '@babel/parser': 7.28.4
2165
- '@babel/types': 7.28.4
1851
+ '@babel/code-frame': 7.29.7
1852
+ '@babel/parser': 7.29.7
1853
+ '@babel/types': 7.29.7
2166
1854
 
2167
- '@babel/traverse@7.28.4':
1855
+ '@babel/traverse@7.29.7':
2168
1856
  dependencies:
2169
- '@babel/code-frame': 7.27.1
2170
- '@babel/generator': 7.28.3
2171
- '@babel/helper-globals': 7.28.0
2172
- '@babel/parser': 7.28.4
2173
- '@babel/template': 7.27.2
2174
- '@babel/types': 7.28.4
1857
+ '@babel/code-frame': 7.29.7
1858
+ '@babel/generator': 7.29.7
1859
+ '@babel/helper-globals': 7.29.7
1860
+ '@babel/parser': 7.29.7
1861
+ '@babel/template': 7.29.7
1862
+ '@babel/types': 7.29.7
2175
1863
  debug: 4.4.3
2176
1864
  transitivePeerDependencies:
2177
1865
  - supports-color
2178
1866
 
2179
- '@babel/types@7.28.4':
1867
+ '@babel/types@7.29.7':
2180
1868
  dependencies:
2181
- '@babel/helper-string-parser': 7.27.1
2182
- '@babel/helper-validator-identifier': 7.27.1
2183
-
2184
- '@date-fns/tz@1.4.1': {}
2185
-
2186
- '@esbuild/aix-ppc64@0.25.10':
2187
- optional: true
2188
-
2189
- '@esbuild/android-arm64@0.25.10':
2190
- optional: true
2191
-
2192
- '@esbuild/android-arm@0.25.10':
2193
- optional: true
2194
-
2195
- '@esbuild/android-x64@0.25.10':
2196
- optional: true
2197
-
2198
- '@esbuild/darwin-arm64@0.25.10':
2199
- optional: true
1869
+ '@babel/helper-string-parser': 7.29.7
1870
+ '@babel/helper-validator-identifier': 7.29.7
2200
1871
 
2201
- '@esbuild/darwin-x64@0.25.10':
2202
- optional: true
2203
-
2204
- '@esbuild/freebsd-arm64@0.25.10':
2205
- optional: true
2206
-
2207
- '@esbuild/freebsd-x64@0.25.10':
2208
- optional: true
2209
-
2210
- '@esbuild/linux-arm64@0.25.10':
2211
- optional: true
2212
-
2213
- '@esbuild/linux-arm@0.25.10':
2214
- optional: true
2215
-
2216
- '@esbuild/linux-ia32@0.25.10':
2217
- optional: true
2218
-
2219
- '@esbuild/linux-loong64@0.25.10':
2220
- optional: true
2221
-
2222
- '@esbuild/linux-mips64el@0.25.10':
2223
- optional: true
2224
-
2225
- '@esbuild/linux-ppc64@0.25.10':
2226
- optional: true
2227
-
2228
- '@esbuild/linux-riscv64@0.25.10':
2229
- optional: true
2230
-
2231
- '@esbuild/linux-s390x@0.25.10':
2232
- optional: true
2233
-
2234
- '@esbuild/linux-x64@0.25.10':
2235
- optional: true
2236
-
2237
- '@esbuild/netbsd-arm64@0.25.10':
2238
- optional: true
2239
-
2240
- '@esbuild/netbsd-x64@0.25.10':
2241
- optional: true
2242
-
2243
- '@esbuild/openbsd-arm64@0.25.10':
2244
- optional: true
2245
-
2246
- '@esbuild/openbsd-x64@0.25.10':
2247
- optional: true
2248
-
2249
- '@esbuild/openharmony-arm64@0.25.10':
2250
- optional: true
1872
+ '@date-fns/tz@1.5.0': {}
2251
1873
 
2252
- '@esbuild/sunos-x64@0.25.10':
2253
- optional: true
2254
-
2255
- '@esbuild/win32-arm64@0.25.10':
1874
+ '@emnapi/core@1.10.0':
1875
+ dependencies:
1876
+ '@emnapi/wasi-threads': 1.2.1
1877
+ tslib: 2.8.1
2256
1878
  optional: true
2257
1879
 
2258
- '@esbuild/win32-ia32@0.25.10':
1880
+ '@emnapi/runtime@1.10.0':
1881
+ dependencies:
1882
+ tslib: 2.8.1
2259
1883
  optional: true
2260
1884
 
2261
- '@esbuild/win32-x64@0.25.10':
1885
+ '@emnapi/wasi-threads@1.2.1':
1886
+ dependencies:
1887
+ tslib: 2.8.1
2262
1888
  optional: true
2263
1889
 
2264
- '@eslint-community/eslint-utils@4.9.0(eslint@9.37.0(jiti@2.6.1))':
1890
+ '@eslint-community/eslint-utils@4.9.1(eslint@10.4.1(jiti@2.7.0))':
2265
1891
  dependencies:
2266
- eslint: 9.37.0(jiti@2.6.1)
1892
+ eslint: 10.4.1(jiti@2.7.0)
2267
1893
  eslint-visitor-keys: 3.4.3
2268
1894
 
2269
- '@eslint-community/regexpp@4.12.1': {}
1895
+ '@eslint-community/regexpp@4.12.2': {}
2270
1896
 
2271
- '@eslint/config-array@0.21.0':
1897
+ '@eslint/config-array@0.23.5':
2272
1898
  dependencies:
2273
- '@eslint/object-schema': 2.1.6
1899
+ '@eslint/object-schema': 3.0.5
2274
1900
  debug: 4.4.3
2275
- minimatch: 3.1.2
1901
+ minimatch: 10.2.5
2276
1902
  transitivePeerDependencies:
2277
1903
  - supports-color
2278
1904
 
2279
- '@eslint/config-helpers@0.4.0':
1905
+ '@eslint/config-helpers@0.6.0':
2280
1906
  dependencies:
2281
- '@eslint/core': 0.16.0
1907
+ '@eslint/core': 1.2.1
2282
1908
 
2283
- '@eslint/core@0.16.0':
1909
+ '@eslint/core@1.2.1':
2284
1910
  dependencies:
2285
1911
  '@types/json-schema': 7.0.15
2286
1912
 
2287
- '@eslint/eslintrc@3.3.1':
2288
- dependencies:
2289
- ajv: 6.12.6
2290
- debug: 4.4.3
2291
- espree: 10.4.0
2292
- globals: 14.0.0
2293
- ignore: 5.3.2
2294
- import-fresh: 3.3.1
2295
- js-yaml: 4.1.0
2296
- minimatch: 3.1.2
2297
- strip-json-comments: 3.1.1
2298
- transitivePeerDependencies:
2299
- - supports-color
2300
-
2301
- '@eslint/js@9.37.0': {}
1913
+ '@eslint/js@10.0.1(eslint@10.4.1(jiti@2.7.0))':
1914
+ optionalDependencies:
1915
+ eslint: 10.4.1(jiti@2.7.0)
2302
1916
 
2303
- '@eslint/object-schema@2.1.6': {}
1917
+ '@eslint/object-schema@3.0.5': {}
2304
1918
 
2305
- '@eslint/plugin-kit@0.4.0':
1919
+ '@eslint/plugin-kit@0.7.2':
2306
1920
  dependencies:
2307
- '@eslint/core': 0.16.0
1921
+ '@eslint/core': 1.2.1
2308
1922
  levn: 0.4.1
2309
1923
 
2310
- '@floating-ui/core@1.7.3':
1924
+ '@floating-ui/core@1.7.5':
2311
1925
  dependencies:
2312
- '@floating-ui/utils': 0.2.10
1926
+ '@floating-ui/utils': 0.2.11
2313
1927
 
2314
- '@floating-ui/dom@1.7.4':
1928
+ '@floating-ui/dom@1.7.6':
2315
1929
  dependencies:
2316
- '@floating-ui/core': 1.7.3
2317
- '@floating-ui/utils': 0.2.10
1930
+ '@floating-ui/core': 1.7.5
1931
+ '@floating-ui/utils': 0.2.11
2318
1932
 
2319
- '@floating-ui/react-dom@2.1.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
1933
+ '@floating-ui/react-dom@2.1.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2320
1934
  dependencies:
2321
- '@floating-ui/dom': 1.7.4
2322
- react: 19.2.0
2323
- react-dom: 19.2.0(react@19.2.0)
1935
+ '@floating-ui/dom': 1.7.6
1936
+ react: 19.2.7
1937
+ react-dom: 19.2.7(react@19.2.7)
2324
1938
 
2325
- '@floating-ui/utils@0.2.10': {}
1939
+ '@floating-ui/utils@0.2.11': {}
2326
1940
 
2327
- '@humanfs/core@0.19.1': {}
1941
+ '@humanfs/core@0.19.2':
1942
+ dependencies:
1943
+ '@humanfs/types': 0.15.0
2328
1944
 
2329
- '@humanfs/node@0.16.7':
1945
+ '@humanfs/node@0.16.8':
2330
1946
  dependencies:
2331
- '@humanfs/core': 0.19.1
1947
+ '@humanfs/core': 0.19.2
1948
+ '@humanfs/types': 0.15.0
2332
1949
  '@humanwhocodes/retry': 0.4.3
2333
1950
 
1951
+ '@humanfs/types@0.15.0': {}
1952
+
2334
1953
  '@humanwhocodes/module-importer@1.0.1': {}
2335
1954
 
2336
1955
  '@humanwhocodes/retry@0.4.3': {}
2337
1956
 
2338
- '@isaacs/fs-minipass@4.0.1':
2339
- dependencies:
2340
- minipass: 7.1.2
2341
-
2342
1957
  '@jridgewell/gen-mapping@0.3.13':
2343
1958
  dependencies:
2344
1959
  '@jridgewell/sourcemap-codec': 1.5.5
@@ -2358,552 +1973,512 @@ snapshots:
2358
1973
  '@jridgewell/resolve-uri': 3.1.2
2359
1974
  '@jridgewell/sourcemap-codec': 1.5.5
2360
1975
 
2361
- '@nodelib/fs.scandir@2.1.5':
1976
+ '@napi-rs/wasm-runtime@1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)':
2362
1977
  dependencies:
2363
- '@nodelib/fs.stat': 2.0.5
2364
- run-parallel: 1.2.0
2365
-
2366
- '@nodelib/fs.stat@2.0.5': {}
1978
+ '@emnapi/core': 1.10.0
1979
+ '@emnapi/runtime': 1.10.0
1980
+ '@tybys/wasm-util': 0.10.2
1981
+ optional: true
2367
1982
 
2368
- '@nodelib/fs.walk@1.2.8':
2369
- dependencies:
2370
- '@nodelib/fs.scandir': 2.1.5
2371
- fastq: 1.19.1
1983
+ '@oxc-project/types@0.133.0': {}
2372
1984
 
2373
- '@radix-ui/number@1.1.1': {}
1985
+ '@radix-ui/number@1.1.2': {}
2374
1986
 
2375
- '@radix-ui/primitive@1.1.3': {}
1987
+ '@radix-ui/primitive@1.1.4': {}
2376
1988
 
2377
- '@radix-ui/react-accordion@1.2.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
1989
+ '@radix-ui/react-accordion@1.2.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2378
1990
  dependencies:
2379
- '@radix-ui/primitive': 1.1.3
2380
- '@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2381
- '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2382
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2383
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2384
- '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2385
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2386
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2387
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2388
- react: 19.2.0
2389
- react-dom: 19.2.0(react@19.2.0)
1991
+ '@radix-ui/primitive': 1.1.4
1992
+ '@radix-ui/react-collapsible': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
1993
+ '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
1994
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
1995
+ '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7)
1996
+ '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7)
1997
+ '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7)
1998
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
1999
+ '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7)
2000
+ react: 19.2.7
2001
+ react-dom: 19.2.7(react@19.2.7)
2390
2002
  optionalDependencies:
2391
- '@types/react': 19.2.2
2392
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2003
+ '@types/react': 19.2.17
2004
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2393
2005
 
2394
- '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2006
+ '@radix-ui/react-arrow@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2395
2007
  dependencies:
2396
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2397
- react: 19.2.0
2398
- react-dom: 19.2.0(react@19.2.0)
2008
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2009
+ react: 19.2.7
2010
+ react-dom: 19.2.7(react@19.2.7)
2399
2011
  optionalDependencies:
2400
- '@types/react': 19.2.2
2401
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2402
-
2403
- '@radix-ui/react-avatar@1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2404
- dependencies:
2405
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2406
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2407
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2408
- '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.2)(react@19.2.0)
2409
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2410
- react: 19.2.0
2411
- react-dom: 19.2.0(react@19.2.0)
2012
+ '@types/react': 19.2.17
2013
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2014
+
2015
+ '@radix-ui/react-avatar@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2016
+ dependencies:
2017
+ '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2018
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2019
+ '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2020
+ '@radix-ui/react-use-is-hydrated': 0.1.1(@types/react@19.2.17)(react@19.2.7)
2021
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2022
+ react: 19.2.7
2023
+ react-dom: 19.2.7(react@19.2.7)
2412
2024
  optionalDependencies:
2413
- '@types/react': 19.2.2
2414
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2415
-
2416
- '@radix-ui/react-checkbox@1.3.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2417
- dependencies:
2418
- '@radix-ui/primitive': 1.1.3
2419
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2420
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2421
- '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2422
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2423
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2424
- '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2425
- '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2426
- react: 19.2.0
2427
- react-dom: 19.2.0(react@19.2.0)
2025
+ '@types/react': 19.2.17
2026
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2027
+
2028
+ '@radix-ui/react-checkbox@1.3.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2029
+ dependencies:
2030
+ '@radix-ui/primitive': 1.1.4
2031
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2032
+ '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2033
+ '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2034
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2035
+ '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7)
2036
+ '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2037
+ '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2038
+ react: 19.2.7
2039
+ react-dom: 19.2.7(react@19.2.7)
2428
2040
  optionalDependencies:
2429
- '@types/react': 19.2.2
2430
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2431
-
2432
- '@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2433
- dependencies:
2434
- '@radix-ui/primitive': 1.1.3
2435
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2436
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2437
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2438
- '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2439
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2440
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2441
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2442
- react: 19.2.0
2443
- react-dom: 19.2.0(react@19.2.0)
2041
+ '@types/react': 19.2.17
2042
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2043
+
2044
+ '@radix-ui/react-collapsible@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2045
+ dependencies:
2046
+ '@radix-ui/primitive': 1.1.4
2047
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2048
+ '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2049
+ '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2050
+ '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2051
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2052
+ '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7)
2053
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2054
+ react: 19.2.7
2055
+ react-dom: 19.2.7(react@19.2.7)
2444
2056
  optionalDependencies:
2445
- '@types/react': 19.2.2
2446
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2057
+ '@types/react': 19.2.17
2058
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2447
2059
 
2448
- '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2060
+ '@radix-ui/react-collection@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2449
2061
  dependencies:
2450
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2451
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2452
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2453
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2454
- react: 19.2.0
2455
- react-dom: 19.2.0(react@19.2.0)
2062
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2063
+ '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2064
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2065
+ '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7)
2066
+ react: 19.2.7
2067
+ react-dom: 19.2.7(react@19.2.7)
2456
2068
  optionalDependencies:
2457
- '@types/react': 19.2.2
2458
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2069
+ '@types/react': 19.2.17
2070
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2459
2071
 
2460
- '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.2)(react@19.2.0)':
2072
+ '@radix-ui/react-compose-refs@1.1.3(@types/react@19.2.17)(react@19.2.7)':
2461
2073
  dependencies:
2462
- react: 19.2.0
2074
+ react: 19.2.7
2463
2075
  optionalDependencies:
2464
- '@types/react': 19.2.2
2076
+ '@types/react': 19.2.17
2465
2077
 
2466
- '@radix-ui/react-context@1.1.2(@types/react@19.2.2)(react@19.2.0)':
2078
+ '@radix-ui/react-context@1.1.4(@types/react@19.2.17)(react@19.2.7)':
2467
2079
  dependencies:
2468
- react: 19.2.0
2080
+ react: 19.2.7
2469
2081
  optionalDependencies:
2470
- '@types/react': 19.2.2
2471
-
2472
- '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2473
- dependencies:
2474
- '@radix-ui/primitive': 1.1.3
2475
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2476
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2477
- '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2478
- '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.2)(react@19.2.0)
2479
- '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2480
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2481
- '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2482
- '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2483
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2484
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2485
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2082
+ '@types/react': 19.2.17
2083
+
2084
+ '@radix-ui/react-dialog@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2085
+ dependencies:
2086
+ '@radix-ui/primitive': 1.1.4
2087
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2088
+ '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2089
+ '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2090
+ '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2091
+ '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2092
+ '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2093
+ '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2094
+ '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2095
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2096
+ '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7)
2097
+ '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7)
2486
2098
  aria-hidden: 1.2.6
2487
- react: 19.2.0
2488
- react-dom: 19.2.0(react@19.2.0)
2489
- react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0)
2099
+ react: 19.2.7
2100
+ react-dom: 19.2.7(react@19.2.7)
2101
+ react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@19.2.7)
2490
2102
  optionalDependencies:
2491
- '@types/react': 19.2.2
2492
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2103
+ '@types/react': 19.2.17
2104
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2493
2105
 
2494
- '@radix-ui/react-direction@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2106
+ '@radix-ui/react-direction@1.1.2(@types/react@19.2.17)(react@19.2.7)':
2495
2107
  dependencies:
2496
- react: 19.2.0
2108
+ react: 19.2.7
2497
2109
  optionalDependencies:
2498
- '@types/react': 19.2.2
2110
+ '@types/react': 19.2.17
2499
2111
 
2500
- '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2112
+ '@radix-ui/react-dismissable-layer@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2501
2113
  dependencies:
2502
- '@radix-ui/primitive': 1.1.3
2503
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2504
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2505
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2506
- '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2507
- react: 19.2.0
2508
- react-dom: 19.2.0(react@19.2.0)
2114
+ '@radix-ui/primitive': 1.1.4
2115
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2116
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2117
+ '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2118
+ '@radix-ui/react-use-escape-keydown': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2119
+ react: 19.2.7
2120
+ react-dom: 19.2.7(react@19.2.7)
2509
2121
  optionalDependencies:
2510
- '@types/react': 19.2.2
2511
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2122
+ '@types/react': 19.2.17
2123
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2512
2124
 
2513
- '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.2)(react@19.2.0)':
2125
+ '@radix-ui/react-focus-guards@1.1.4(@types/react@19.2.17)(react@19.2.7)':
2514
2126
  dependencies:
2515
- react: 19.2.0
2127
+ react: 19.2.7
2516
2128
  optionalDependencies:
2517
- '@types/react': 19.2.2
2129
+ '@types/react': 19.2.17
2518
2130
 
2519
- '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2131
+ '@radix-ui/react-focus-scope@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2520
2132
  dependencies:
2521
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2522
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2523
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2524
- react: 19.2.0
2525
- react-dom: 19.2.0(react@19.2.0)
2133
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2134
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2135
+ '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2136
+ react: 19.2.7
2137
+ react-dom: 19.2.7(react@19.2.7)
2526
2138
  optionalDependencies:
2527
- '@types/react': 19.2.2
2528
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2139
+ '@types/react': 19.2.17
2140
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2529
2141
 
2530
- '@radix-ui/react-id@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2142
+ '@radix-ui/react-id@1.1.2(@types/react@19.2.17)(react@19.2.7)':
2531
2143
  dependencies:
2532
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2533
- react: 19.2.0
2144
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2145
+ react: 19.2.7
2534
2146
  optionalDependencies:
2535
- '@types/react': 19.2.2
2536
-
2537
- '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2538
- dependencies:
2539
- '@floating-ui/react-dom': 2.1.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2540
- '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2541
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2542
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2543
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2544
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2545
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2546
- '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2547
- '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2548
- '@radix-ui/rect': 1.1.1
2549
- react: 19.2.0
2550
- react-dom: 19.2.0(react@19.2.0)
2147
+ '@types/react': 19.2.17
2148
+
2149
+ '@radix-ui/react-popper@1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2150
+ dependencies:
2151
+ '@floating-ui/react-dom': 2.1.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2152
+ '@radix-ui/react-arrow': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2153
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2154
+ '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2155
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2156
+ '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2157
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2158
+ '@radix-ui/react-use-rect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2159
+ '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2160
+ '@radix-ui/rect': 1.1.2
2161
+ react: 19.2.7
2162
+ react-dom: 19.2.7(react@19.2.7)
2551
2163
  optionalDependencies:
2552
- '@types/react': 19.2.2
2553
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2164
+ '@types/react': 19.2.17
2165
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2554
2166
 
2555
- '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2167
+ '@radix-ui/react-portal@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2556
2168
  dependencies:
2557
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2558
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2559
- react: 19.2.0
2560
- react-dom: 19.2.0(react@19.2.0)
2169
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2170
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2171
+ react: 19.2.7
2172
+ react-dom: 19.2.7(react@19.2.7)
2561
2173
  optionalDependencies:
2562
- '@types/react': 19.2.2
2563
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2174
+ '@types/react': 19.2.17
2175
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2564
2176
 
2565
- '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2177
+ '@radix-ui/react-presence@1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2566
2178
  dependencies:
2567
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2568
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2569
- react: 19.2.0
2570
- react-dom: 19.2.0(react@19.2.0)
2179
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2180
+ react: 19.2.7
2181
+ react-dom: 19.2.7(react@19.2.7)
2571
2182
  optionalDependencies:
2572
- '@types/react': 19.2.2
2573
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2183
+ '@types/react': 19.2.17
2184
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2574
2185
 
2575
- '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2186
+ '@radix-ui/react-primitive@2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2576
2187
  dependencies:
2577
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2578
- react: 19.2.0
2579
- react-dom: 19.2.0(react@19.2.0)
2188
+ '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7)
2189
+ react: 19.2.7
2190
+ react-dom: 19.2.7(react@19.2.7)
2580
2191
  optionalDependencies:
2581
- '@types/react': 19.2.2
2582
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2583
-
2584
- '@radix-ui/react-select@2.2.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2585
- dependencies:
2586
- '@radix-ui/number': 1.1.1
2587
- '@radix-ui/primitive': 1.1.3
2588
- '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2589
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2590
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2591
- '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2592
- '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2593
- '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.2)(react@19.2.0)
2594
- '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2595
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2596
- '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2597
- '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2598
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2599
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2600
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2601
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2602
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2603
- '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2604
- '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2192
+ '@types/react': 19.2.17
2193
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2194
+
2195
+ '@radix-ui/react-select@2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2196
+ dependencies:
2197
+ '@radix-ui/number': 1.1.2
2198
+ '@radix-ui/primitive': 1.1.4
2199
+ '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2200
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2201
+ '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2202
+ '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2203
+ '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2204
+ '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2205
+ '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2206
+ '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2207
+ '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2208
+ '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2209
+ '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2210
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2211
+ '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7)
2212
+ '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2213
+ '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7)
2214
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2215
+ '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2216
+ '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2605
2217
  aria-hidden: 1.2.6
2606
- react: 19.2.0
2607
- react-dom: 19.2.0(react@19.2.0)
2608
- react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0)
2218
+ react: 19.2.7
2219
+ react-dom: 19.2.7(react@19.2.7)
2220
+ react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@19.2.7)
2609
2221
  optionalDependencies:
2610
- '@types/react': 19.2.2
2611
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2222
+ '@types/react': 19.2.17
2223
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2612
2224
 
2613
- '@radix-ui/react-separator@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2225
+ '@radix-ui/react-separator@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2614
2226
  dependencies:
2615
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2616
- react: 19.2.0
2617
- react-dom: 19.2.0(react@19.2.0)
2227
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2228
+ react: 19.2.7
2229
+ react-dom: 19.2.7(react@19.2.7)
2618
2230
  optionalDependencies:
2619
- '@types/react': 19.2.2
2620
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2231
+ '@types/react': 19.2.17
2232
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2621
2233
 
2622
- '@radix-ui/react-slot@1.2.3(@types/react@19.2.2)(react@19.2.0)':
2234
+ '@radix-ui/react-slot@1.2.5(@types/react@19.2.17)(react@19.2.7)':
2623
2235
  dependencies:
2624
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2625
- react: 19.2.0
2236
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2237
+ react: 19.2.7
2626
2238
  optionalDependencies:
2627
- '@types/react': 19.2.2
2239
+ '@types/react': 19.2.17
2628
2240
 
2629
- '@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2241
+ '@radix-ui/react-toggle@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2630
2242
  dependencies:
2631
- '@radix-ui/primitive': 1.1.3
2632
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2633
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2634
- react: 19.2.0
2635
- react-dom: 19.2.0(react@19.2.0)
2243
+ '@radix-ui/primitive': 1.1.4
2244
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2245
+ '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7)
2246
+ react: 19.2.7
2247
+ react-dom: 19.2.7(react@19.2.7)
2636
2248
  optionalDependencies:
2637
- '@types/react': 19.2.2
2638
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2639
-
2640
- '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2641
- dependencies:
2642
- '@radix-ui/primitive': 1.1.3
2643
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2644
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2645
- '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2646
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2647
- '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2648
- '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2649
- '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2650
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2651
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2652
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2653
- '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2654
- react: 19.2.0
2655
- react-dom: 19.2.0(react@19.2.0)
2249
+ '@types/react': 19.2.17
2250
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2251
+
2252
+ '@radix-ui/react-tooltip@1.2.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2253
+ dependencies:
2254
+ '@radix-ui/primitive': 1.1.4
2255
+ '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7)
2256
+ '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7)
2257
+ '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2258
+ '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2259
+ '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2260
+ '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2261
+ '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2262
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2263
+ '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7)
2264
+ '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7)
2265
+ '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2266
+ react: 19.2.7
2267
+ react-dom: 19.2.7(react@19.2.7)
2656
2268
  optionalDependencies:
2657
- '@types/react': 19.2.2
2658
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2269
+ '@types/react': 19.2.17
2270
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2659
2271
 
2660
- '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2272
+ '@radix-ui/react-use-callback-ref@1.1.2(@types/react@19.2.17)(react@19.2.7)':
2661
2273
  dependencies:
2662
- react: 19.2.0
2274
+ react: 19.2.7
2663
2275
  optionalDependencies:
2664
- '@types/react': 19.2.2
2276
+ '@types/react': 19.2.17
2665
2277
 
2666
- '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.2)(react@19.2.0)':
2278
+ '@radix-ui/react-use-controllable-state@1.2.3(@types/react@19.2.17)(react@19.2.7)':
2667
2279
  dependencies:
2668
- '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.2)(react@19.2.0)
2669
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2670
- react: 19.2.0
2280
+ '@radix-ui/react-use-effect-event': 0.0.3(@types/react@19.2.17)(react@19.2.7)
2281
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2282
+ react: 19.2.7
2671
2283
  optionalDependencies:
2672
- '@types/react': 19.2.2
2284
+ '@types/react': 19.2.17
2673
2285
 
2674
- '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.2)(react@19.2.0)':
2286
+ '@radix-ui/react-use-effect-event@0.0.3(@types/react@19.2.17)(react@19.2.7)':
2675
2287
  dependencies:
2676
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2677
- react: 19.2.0
2288
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2289
+ react: 19.2.7
2678
2290
  optionalDependencies:
2679
- '@types/react': 19.2.2
2291
+ '@types/react': 19.2.17
2680
2292
 
2681
- '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2293
+ '@radix-ui/react-use-escape-keydown@1.1.2(@types/react@19.2.17)(react@19.2.7)':
2682
2294
  dependencies:
2683
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2684
- react: 19.2.0
2295
+ '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2296
+ react: 19.2.7
2685
2297
  optionalDependencies:
2686
- '@types/react': 19.2.2
2298
+ '@types/react': 19.2.17
2687
2299
 
2688
- '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.2)(react@19.2.0)':
2300
+ '@radix-ui/react-use-is-hydrated@0.1.1(@types/react@19.2.17)(react@19.2.7)':
2689
2301
  dependencies:
2690
- react: 19.2.0
2691
- use-sync-external-store: 1.6.0(react@19.2.0)
2302
+ react: 19.2.7
2692
2303
  optionalDependencies:
2693
- '@types/react': 19.2.2
2304
+ '@types/react': 19.2.17
2694
2305
 
2695
- '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2306
+ '@radix-ui/react-use-layout-effect@1.1.2(@types/react@19.2.17)(react@19.2.7)':
2696
2307
  dependencies:
2697
- react: 19.2.0
2308
+ react: 19.2.7
2698
2309
  optionalDependencies:
2699
- '@types/react': 19.2.2
2310
+ '@types/react': 19.2.17
2700
2311
 
2701
- '@radix-ui/react-use-previous@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2312
+ '@radix-ui/react-use-previous@1.1.2(@types/react@19.2.17)(react@19.2.7)':
2702
2313
  dependencies:
2703
- react: 19.2.0
2314
+ react: 19.2.7
2704
2315
  optionalDependencies:
2705
- '@types/react': 19.2.2
2316
+ '@types/react': 19.2.17
2706
2317
 
2707
- '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2318
+ '@radix-ui/react-use-rect@1.1.2(@types/react@19.2.17)(react@19.2.7)':
2708
2319
  dependencies:
2709
- '@radix-ui/rect': 1.1.1
2710
- react: 19.2.0
2320
+ '@radix-ui/rect': 1.1.2
2321
+ react: 19.2.7
2711
2322
  optionalDependencies:
2712
- '@types/react': 19.2.2
2323
+ '@types/react': 19.2.17
2713
2324
 
2714
- '@radix-ui/react-use-size@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2325
+ '@radix-ui/react-use-size@1.1.2(@types/react@19.2.17)(react@19.2.7)':
2715
2326
  dependencies:
2716
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2717
- react: 19.2.0
2327
+ '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7)
2328
+ react: 19.2.7
2718
2329
  optionalDependencies:
2719
- '@types/react': 19.2.2
2330
+ '@types/react': 19.2.17
2720
2331
 
2721
- '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2332
+ '@radix-ui/react-visually-hidden@1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
2722
2333
  dependencies:
2723
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2724
- react: 19.2.0
2725
- react-dom: 19.2.0(react@19.2.0)
2334
+ '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
2335
+ react: 19.2.7
2336
+ react-dom: 19.2.7(react@19.2.7)
2726
2337
  optionalDependencies:
2727
- '@types/react': 19.2.2
2728
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
2338
+ '@types/react': 19.2.17
2339
+ '@types/react-dom': 19.2.3(@types/react@19.2.17)
2729
2340
 
2730
- '@radix-ui/rect@1.1.1': {}
2341
+ '@radix-ui/rect@1.1.2': {}
2731
2342
 
2732
- '@reduxjs/toolkit@2.9.0(react-redux@9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1))(react@19.2.0)':
2343
+ '@reduxjs/toolkit@2.12.0(react-redux@9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1))(react@19.2.7)':
2733
2344
  dependencies:
2734
- '@standard-schema/spec': 1.0.0
2345
+ '@standard-schema/spec': 1.1.0
2735
2346
  '@standard-schema/utils': 0.3.0
2736
- immer: 10.1.3
2347
+ immer: 11.1.8
2737
2348
  redux: 5.0.1
2738
2349
  redux-thunk: 3.1.0(redux@5.0.1)
2739
2350
  reselect: 5.1.1
2740
2351
  optionalDependencies:
2741
- react: 19.2.0
2742
- react-redux: 9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1)
2743
-
2744
- '@rolldown/pluginutils@1.0.0-beta.38': {}
2745
-
2746
- '@rollup/rollup-android-arm-eabi@4.52.4':
2747
- optional: true
2748
-
2749
- '@rollup/rollup-android-arm64@4.52.4':
2750
- optional: true
2751
-
2752
- '@rollup/rollup-darwin-arm64@4.52.4':
2753
- optional: true
2754
-
2755
- '@rollup/rollup-darwin-x64@4.52.4':
2756
- optional: true
2757
-
2758
- '@rollup/rollup-freebsd-arm64@4.52.4':
2759
- optional: true
2352
+ react: 19.2.7
2353
+ react-redux: 9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1)
2760
2354
 
2761
- '@rollup/rollup-freebsd-x64@4.52.4':
2355
+ '@rolldown/binding-android-arm64@1.0.3':
2762
2356
  optional: true
2763
2357
 
2764
- '@rollup/rollup-linux-arm-gnueabihf@4.52.4':
2358
+ '@rolldown/binding-darwin-arm64@1.0.3':
2765
2359
  optional: true
2766
2360
 
2767
- '@rollup/rollup-linux-arm-musleabihf@4.52.4':
2361
+ '@rolldown/binding-darwin-x64@1.0.3':
2768
2362
  optional: true
2769
2363
 
2770
- '@rollup/rollup-linux-arm64-gnu@4.52.4':
2364
+ '@rolldown/binding-freebsd-x64@1.0.3':
2771
2365
  optional: true
2772
2366
 
2773
- '@rollup/rollup-linux-arm64-musl@4.52.4':
2367
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.3':
2774
2368
  optional: true
2775
2369
 
2776
- '@rollup/rollup-linux-loong64-gnu@4.52.4':
2370
+ '@rolldown/binding-linux-arm64-gnu@1.0.3':
2777
2371
  optional: true
2778
2372
 
2779
- '@rollup/rollup-linux-ppc64-gnu@4.52.4':
2373
+ '@rolldown/binding-linux-arm64-musl@1.0.3':
2780
2374
  optional: true
2781
2375
 
2782
- '@rollup/rollup-linux-riscv64-gnu@4.52.4':
2376
+ '@rolldown/binding-linux-ppc64-gnu@1.0.3':
2783
2377
  optional: true
2784
2378
 
2785
- '@rollup/rollup-linux-riscv64-musl@4.52.4':
2379
+ '@rolldown/binding-linux-s390x-gnu@1.0.3':
2786
2380
  optional: true
2787
2381
 
2788
- '@rollup/rollup-linux-s390x-gnu@4.52.4':
2382
+ '@rolldown/binding-linux-x64-gnu@1.0.3':
2789
2383
  optional: true
2790
2384
 
2791
- '@rollup/rollup-linux-x64-gnu@4.52.4':
2385
+ '@rolldown/binding-linux-x64-musl@1.0.3':
2792
2386
  optional: true
2793
2387
 
2794
- '@rollup/rollup-linux-x64-musl@4.52.4':
2388
+ '@rolldown/binding-openharmony-arm64@1.0.3':
2795
2389
  optional: true
2796
2390
 
2797
- '@rollup/rollup-openharmony-arm64@4.52.4':
2391
+ '@rolldown/binding-wasm32-wasi@1.0.3':
2392
+ dependencies:
2393
+ '@emnapi/core': 1.10.0
2394
+ '@emnapi/runtime': 1.10.0
2395
+ '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
2798
2396
  optional: true
2799
2397
 
2800
- '@rollup/rollup-win32-arm64-msvc@4.52.4':
2398
+ '@rolldown/binding-win32-arm64-msvc@1.0.3':
2801
2399
  optional: true
2802
2400
 
2803
- '@rollup/rollup-win32-ia32-msvc@4.52.4':
2401
+ '@rolldown/binding-win32-x64-msvc@1.0.3':
2804
2402
  optional: true
2805
2403
 
2806
- '@rollup/rollup-win32-x64-gnu@4.52.4':
2807
- optional: true
2404
+ '@rolldown/pluginutils@1.0.1': {}
2808
2405
 
2809
- '@rollup/rollup-win32-x64-msvc@4.52.4':
2810
- optional: true
2811
-
2812
- '@standard-schema/spec@1.0.0': {}
2406
+ '@standard-schema/spec@1.1.0': {}
2813
2407
 
2814
2408
  '@standard-schema/utils@0.3.0': {}
2815
2409
 
2816
- '@tailwindcss/node@4.1.14':
2410
+ '@tailwindcss/node@4.3.0':
2817
2411
  dependencies:
2818
2412
  '@jridgewell/remapping': 2.3.5
2819
- enhanced-resolve: 5.18.3
2820
- jiti: 2.6.1
2821
- lightningcss: 1.30.1
2822
- magic-string: 0.30.19
2413
+ enhanced-resolve: 5.24.0
2414
+ jiti: 2.7.0
2415
+ lightningcss: 1.32.0
2416
+ magic-string: 0.30.21
2823
2417
  source-map-js: 1.2.1
2824
- tailwindcss: 4.1.14
2418
+ tailwindcss: 4.3.0
2825
2419
 
2826
- '@tailwindcss/oxide-android-arm64@4.1.14':
2420
+ '@tailwindcss/oxide-android-arm64@4.3.0':
2827
2421
  optional: true
2828
2422
 
2829
- '@tailwindcss/oxide-darwin-arm64@4.1.14':
2423
+ '@tailwindcss/oxide-darwin-arm64@4.3.0':
2830
2424
  optional: true
2831
2425
 
2832
- '@tailwindcss/oxide-darwin-x64@4.1.14':
2426
+ '@tailwindcss/oxide-darwin-x64@4.3.0':
2833
2427
  optional: true
2834
2428
 
2835
- '@tailwindcss/oxide-freebsd-x64@4.1.14':
2429
+ '@tailwindcss/oxide-freebsd-x64@4.3.0':
2836
2430
  optional: true
2837
2431
 
2838
- '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.14':
2432
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.3.0':
2839
2433
  optional: true
2840
2434
 
2841
- '@tailwindcss/oxide-linux-arm64-gnu@4.1.14':
2435
+ '@tailwindcss/oxide-linux-arm64-gnu@4.3.0':
2842
2436
  optional: true
2843
2437
 
2844
- '@tailwindcss/oxide-linux-arm64-musl@4.1.14':
2438
+ '@tailwindcss/oxide-linux-arm64-musl@4.3.0':
2845
2439
  optional: true
2846
2440
 
2847
- '@tailwindcss/oxide-linux-x64-gnu@4.1.14':
2441
+ '@tailwindcss/oxide-linux-x64-gnu@4.3.0':
2848
2442
  optional: true
2849
2443
 
2850
- '@tailwindcss/oxide-linux-x64-musl@4.1.14':
2444
+ '@tailwindcss/oxide-linux-x64-musl@4.3.0':
2851
2445
  optional: true
2852
2446
 
2853
- '@tailwindcss/oxide-wasm32-wasi@4.1.14':
2447
+ '@tailwindcss/oxide-wasm32-wasi@4.3.0':
2854
2448
  optional: true
2855
2449
 
2856
- '@tailwindcss/oxide-win32-arm64-msvc@4.1.14':
2450
+ '@tailwindcss/oxide-win32-arm64-msvc@4.3.0':
2857
2451
  optional: true
2858
2452
 
2859
- '@tailwindcss/oxide-win32-x64-msvc@4.1.14':
2453
+ '@tailwindcss/oxide-win32-x64-msvc@4.3.0':
2860
2454
  optional: true
2861
2455
 
2862
- '@tailwindcss/oxide@4.1.14':
2863
- dependencies:
2864
- detect-libc: 2.1.2
2865
- tar: 7.5.1
2456
+ '@tailwindcss/oxide@4.3.0':
2866
2457
  optionalDependencies:
2867
- '@tailwindcss/oxide-android-arm64': 4.1.14
2868
- '@tailwindcss/oxide-darwin-arm64': 4.1.14
2869
- '@tailwindcss/oxide-darwin-x64': 4.1.14
2870
- '@tailwindcss/oxide-freebsd-x64': 4.1.14
2871
- '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.14
2872
- '@tailwindcss/oxide-linux-arm64-gnu': 4.1.14
2873
- '@tailwindcss/oxide-linux-arm64-musl': 4.1.14
2874
- '@tailwindcss/oxide-linux-x64-gnu': 4.1.14
2875
- '@tailwindcss/oxide-linux-x64-musl': 4.1.14
2876
- '@tailwindcss/oxide-wasm32-wasi': 4.1.14
2877
- '@tailwindcss/oxide-win32-arm64-msvc': 4.1.14
2878
- '@tailwindcss/oxide-win32-x64-msvc': 4.1.14
2879
-
2880
- '@tailwindcss/vite@4.1.14(vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1))':
2881
- dependencies:
2882
- '@tailwindcss/node': 4.1.14
2883
- '@tailwindcss/oxide': 4.1.14
2884
- tailwindcss: 4.1.14
2885
- vite: 7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1)
2886
-
2887
- '@types/babel__core@7.20.5':
2888
- dependencies:
2889
- '@babel/parser': 7.28.4
2890
- '@babel/types': 7.28.4
2891
- '@types/babel__generator': 7.27.0
2892
- '@types/babel__template': 7.4.4
2893
- '@types/babel__traverse': 7.28.0
2894
-
2895
- '@types/babel__generator@7.27.0':
2896
- dependencies:
2897
- '@babel/types': 7.28.4
2898
-
2899
- '@types/babel__template@7.4.4':
2900
- dependencies:
2901
- '@babel/parser': 7.28.4
2902
- '@babel/types': 7.28.4
2903
-
2904
- '@types/babel__traverse@7.28.0':
2458
+ '@tailwindcss/oxide-android-arm64': 4.3.0
2459
+ '@tailwindcss/oxide-darwin-arm64': 4.3.0
2460
+ '@tailwindcss/oxide-darwin-x64': 4.3.0
2461
+ '@tailwindcss/oxide-freebsd-x64': 4.3.0
2462
+ '@tailwindcss/oxide-linux-arm-gnueabihf': 4.3.0
2463
+ '@tailwindcss/oxide-linux-arm64-gnu': 4.3.0
2464
+ '@tailwindcss/oxide-linux-arm64-musl': 4.3.0
2465
+ '@tailwindcss/oxide-linux-x64-gnu': 4.3.0
2466
+ '@tailwindcss/oxide-linux-x64-musl': 4.3.0
2467
+ '@tailwindcss/oxide-wasm32-wasi': 4.3.0
2468
+ '@tailwindcss/oxide-win32-arm64-msvc': 4.3.0
2469
+ '@tailwindcss/oxide-win32-x64-msvc': 4.3.0
2470
+
2471
+ '@tailwindcss/vite@4.3.0(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0))':
2472
+ dependencies:
2473
+ '@tailwindcss/node': 4.3.0
2474
+ '@tailwindcss/oxide': 4.3.0
2475
+ tailwindcss: 4.3.0
2476
+ vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)
2477
+
2478
+ '@tybys/wasm-util@0.10.2':
2905
2479
  dependencies:
2906
- '@babel/types': 7.28.4
2480
+ tslib: 2.8.1
2481
+ optional: true
2907
2482
 
2908
2483
  '@types/d3-array@3.2.2': {}
2909
2484
 
@@ -2921,7 +2496,7 @@ snapshots:
2921
2496
  dependencies:
2922
2497
  '@types/d3-time': 3.0.4
2923
2498
 
2924
- '@types/d3-shape@3.1.7':
2499
+ '@types/d3-shape@3.1.8':
2925
2500
  dependencies:
2926
2501
  '@types/d3-path': 3.1.1
2927
2502
 
@@ -2929,187 +2504,156 @@ snapshots:
2929
2504
 
2930
2505
  '@types/d3-timer@3.0.2': {}
2931
2506
 
2932
- '@types/estree@1.0.8': {}
2507
+ '@types/esrecurse@4.3.1': {}
2508
+
2509
+ '@types/estree@1.0.9': {}
2933
2510
 
2934
2511
  '@types/json-schema@7.0.15': {}
2935
2512
 
2936
- '@types/node@24.7.2':
2513
+ '@types/node@25.9.3':
2937
2514
  dependencies:
2938
- undici-types: 7.14.0
2515
+ undici-types: 7.24.6
2939
2516
 
2940
- '@types/react-dom@19.2.2(@types/react@19.2.2)':
2517
+ '@types/react-dom@19.2.3(@types/react@19.2.17)':
2941
2518
  dependencies:
2942
- '@types/react': 19.2.2
2519
+ '@types/react': 19.2.17
2943
2520
 
2944
- '@types/react@19.2.2':
2521
+ '@types/react@19.2.17':
2945
2522
  dependencies:
2946
- csstype: 3.1.3
2523
+ csstype: 3.2.3
2947
2524
 
2948
2525
  '@types/use-sync-external-store@0.0.6': {}
2949
2526
 
2950
- '@typescript-eslint/eslint-plugin@8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)':
2527
+ '@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)':
2951
2528
  dependencies:
2952
- '@eslint-community/regexpp': 4.12.1
2953
- '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
2954
- '@typescript-eslint/scope-manager': 8.46.1
2955
- '@typescript-eslint/type-utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
2956
- '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
2957
- '@typescript-eslint/visitor-keys': 8.46.1
2958
- eslint: 9.37.0(jiti@2.6.1)
2959
- graphemer: 1.4.0
2529
+ '@eslint-community/regexpp': 4.12.2
2530
+ '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
2531
+ '@typescript-eslint/scope-manager': 8.61.0
2532
+ '@typescript-eslint/type-utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
2533
+ '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
2534
+ '@typescript-eslint/visitor-keys': 8.61.0
2535
+ eslint: 10.4.1(jiti@2.7.0)
2960
2536
  ignore: 7.0.5
2961
2537
  natural-compare: 1.4.0
2962
- ts-api-utils: 2.1.0(typescript@5.9.3)
2963
- typescript: 5.9.3
2538
+ ts-api-utils: 2.5.0(typescript@6.0.3)
2539
+ typescript: 6.0.3
2964
2540
  transitivePeerDependencies:
2965
2541
  - supports-color
2966
2542
 
2967
- '@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)':
2543
+ '@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)':
2968
2544
  dependencies:
2969
- '@typescript-eslint/scope-manager': 8.46.1
2970
- '@typescript-eslint/types': 8.46.1
2971
- '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3)
2972
- '@typescript-eslint/visitor-keys': 8.46.1
2545
+ '@typescript-eslint/scope-manager': 8.61.0
2546
+ '@typescript-eslint/types': 8.61.0
2547
+ '@typescript-eslint/typescript-estree': 8.61.0(typescript@6.0.3)
2548
+ '@typescript-eslint/visitor-keys': 8.61.0
2973
2549
  debug: 4.4.3
2974
- eslint: 9.37.0(jiti@2.6.1)
2975
- typescript: 5.9.3
2550
+ eslint: 10.4.1(jiti@2.7.0)
2551
+ typescript: 6.0.3
2976
2552
  transitivePeerDependencies:
2977
2553
  - supports-color
2978
2554
 
2979
- '@typescript-eslint/project-service@8.46.1(typescript@5.9.3)':
2555
+ '@typescript-eslint/project-service@8.61.0(typescript@6.0.3)':
2980
2556
  dependencies:
2981
- '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.3)
2982
- '@typescript-eslint/types': 8.46.1
2557
+ '@typescript-eslint/tsconfig-utils': 8.61.0(typescript@6.0.3)
2558
+ '@typescript-eslint/types': 8.61.0
2983
2559
  debug: 4.4.3
2984
- typescript: 5.9.3
2560
+ typescript: 6.0.3
2985
2561
  transitivePeerDependencies:
2986
2562
  - supports-color
2987
2563
 
2988
- '@typescript-eslint/scope-manager@8.46.1':
2564
+ '@typescript-eslint/scope-manager@8.61.0':
2989
2565
  dependencies:
2990
- '@typescript-eslint/types': 8.46.1
2991
- '@typescript-eslint/visitor-keys': 8.46.1
2566
+ '@typescript-eslint/types': 8.61.0
2567
+ '@typescript-eslint/visitor-keys': 8.61.0
2992
2568
 
2993
- '@typescript-eslint/tsconfig-utils@8.46.1(typescript@5.9.3)':
2569
+ '@typescript-eslint/tsconfig-utils@8.61.0(typescript@6.0.3)':
2994
2570
  dependencies:
2995
- typescript: 5.9.3
2571
+ typescript: 6.0.3
2996
2572
 
2997
- '@typescript-eslint/type-utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)':
2573
+ '@typescript-eslint/type-utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)':
2998
2574
  dependencies:
2999
- '@typescript-eslint/types': 8.46.1
3000
- '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3)
3001
- '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
2575
+ '@typescript-eslint/types': 8.61.0
2576
+ '@typescript-eslint/typescript-estree': 8.61.0(typescript@6.0.3)
2577
+ '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
3002
2578
  debug: 4.4.3
3003
- eslint: 9.37.0(jiti@2.6.1)
3004
- ts-api-utils: 2.1.0(typescript@5.9.3)
3005
- typescript: 5.9.3
2579
+ eslint: 10.4.1(jiti@2.7.0)
2580
+ ts-api-utils: 2.5.0(typescript@6.0.3)
2581
+ typescript: 6.0.3
3006
2582
  transitivePeerDependencies:
3007
2583
  - supports-color
3008
2584
 
3009
- '@typescript-eslint/types@8.46.1': {}
2585
+ '@typescript-eslint/types@8.61.0': {}
3010
2586
 
3011
- '@typescript-eslint/typescript-estree@8.46.1(typescript@5.9.3)':
2587
+ '@typescript-eslint/typescript-estree@8.61.0(typescript@6.0.3)':
3012
2588
  dependencies:
3013
- '@typescript-eslint/project-service': 8.46.1(typescript@5.9.3)
3014
- '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.3)
3015
- '@typescript-eslint/types': 8.46.1
3016
- '@typescript-eslint/visitor-keys': 8.46.1
2589
+ '@typescript-eslint/project-service': 8.61.0(typescript@6.0.3)
2590
+ '@typescript-eslint/tsconfig-utils': 8.61.0(typescript@6.0.3)
2591
+ '@typescript-eslint/types': 8.61.0
2592
+ '@typescript-eslint/visitor-keys': 8.61.0
3017
2593
  debug: 4.4.3
3018
- fast-glob: 3.3.3
3019
- is-glob: 4.0.3
3020
- minimatch: 9.0.5
3021
- semver: 7.7.3
3022
- ts-api-utils: 2.1.0(typescript@5.9.3)
3023
- typescript: 5.9.3
2594
+ minimatch: 10.2.5
2595
+ semver: 7.8.4
2596
+ tinyglobby: 0.2.17
2597
+ ts-api-utils: 2.5.0(typescript@6.0.3)
2598
+ typescript: 6.0.3
3024
2599
  transitivePeerDependencies:
3025
2600
  - supports-color
3026
2601
 
3027
- '@typescript-eslint/utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)':
2602
+ '@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)':
3028
2603
  dependencies:
3029
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.37.0(jiti@2.6.1))
3030
- '@typescript-eslint/scope-manager': 8.46.1
3031
- '@typescript-eslint/types': 8.46.1
3032
- '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3)
3033
- eslint: 9.37.0(jiti@2.6.1)
3034
- typescript: 5.9.3
2604
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
2605
+ '@typescript-eslint/scope-manager': 8.61.0
2606
+ '@typescript-eslint/types': 8.61.0
2607
+ '@typescript-eslint/typescript-estree': 8.61.0(typescript@6.0.3)
2608
+ eslint: 10.4.1(jiti@2.7.0)
2609
+ typescript: 6.0.3
3035
2610
  transitivePeerDependencies:
3036
2611
  - supports-color
3037
2612
 
3038
- '@typescript-eslint/visitor-keys@8.46.1':
2613
+ '@typescript-eslint/visitor-keys@8.61.0':
3039
2614
  dependencies:
3040
- '@typescript-eslint/types': 8.46.1
3041
- eslint-visitor-keys: 4.2.1
2615
+ '@typescript-eslint/types': 8.61.0
2616
+ eslint-visitor-keys: 5.0.1
3042
2617
 
3043
- '@vitejs/plugin-react@5.0.4(vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1))':
2618
+ '@vitejs/plugin-react@6.0.2(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0))':
3044
2619
  dependencies:
3045
- '@babel/core': 7.28.4
3046
- '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.4)
3047
- '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.4)
3048
- '@rolldown/pluginutils': 1.0.0-beta.38
3049
- '@types/babel__core': 7.20.5
3050
- react-refresh: 0.17.0
3051
- vite: 7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1)
3052
- transitivePeerDependencies:
3053
- - supports-color
2620
+ '@rolldown/pluginutils': 1.0.1
2621
+ vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)
3054
2622
 
3055
- acorn-jsx@5.3.2(acorn@8.15.0):
2623
+ acorn-jsx@5.3.2(acorn@8.17.0):
3056
2624
  dependencies:
3057
- acorn: 8.15.0
2625
+ acorn: 8.17.0
3058
2626
 
3059
- acorn@8.15.0: {}
2627
+ acorn@8.17.0: {}
3060
2628
 
3061
- ajv@6.12.6:
2629
+ ajv@6.15.0:
3062
2630
  dependencies:
3063
2631
  fast-deep-equal: 3.1.3
3064
2632
  fast-json-stable-stringify: 2.1.0
3065
2633
  json-schema-traverse: 0.4.1
3066
2634
  uri-js: 4.4.1
3067
2635
 
3068
- ansi-styles@4.3.0:
3069
- dependencies:
3070
- color-convert: 2.0.1
3071
-
3072
- argparse@2.0.1: {}
3073
-
3074
2636
  aria-hidden@1.2.6:
3075
2637
  dependencies:
3076
2638
  tslib: 2.8.1
3077
2639
 
3078
- balanced-match@1.0.2: {}
3079
-
3080
- baseline-browser-mapping@2.8.16: {}
2640
+ balanced-match@4.0.4: {}
3081
2641
 
3082
- brace-expansion@1.1.12:
3083
- dependencies:
3084
- balanced-match: 1.0.2
3085
- concat-map: 0.0.1
3086
-
3087
- brace-expansion@2.0.2:
3088
- dependencies:
3089
- balanced-match: 1.0.2
2642
+ baseline-browser-mapping@2.10.36: {}
3090
2643
 
3091
- braces@3.0.3:
2644
+ brace-expansion@5.0.6:
3092
2645
  dependencies:
3093
- fill-range: 7.1.1
3094
-
3095
- browserslist@4.26.3:
3096
- dependencies:
3097
- baseline-browser-mapping: 2.8.16
3098
- caniuse-lite: 1.0.30001750
3099
- electron-to-chromium: 1.5.235
3100
- node-releases: 2.0.23
3101
- update-browserslist-db: 1.1.3(browserslist@4.26.3)
3102
-
3103
- callsites@3.1.0: {}
3104
-
3105
- caniuse-lite@1.0.30001750: {}
2646
+ balanced-match: 4.0.4
3106
2647
 
3107
- chalk@4.1.2:
2648
+ browserslist@4.28.2:
3108
2649
  dependencies:
3109
- ansi-styles: 4.3.0
3110
- supports-color: 7.2.0
2650
+ baseline-browser-mapping: 2.10.36
2651
+ caniuse-lite: 1.0.30001799
2652
+ electron-to-chromium: 1.5.371
2653
+ node-releases: 2.0.47
2654
+ update-browserslist-db: 1.2.3(browserslist@4.28.2)
3111
2655
 
3112
- chownr@3.0.0: {}
2656
+ caniuse-lite@1.0.30001799: {}
3113
2657
 
3114
2658
  class-variance-authority@0.7.1:
3115
2659
  dependencies:
@@ -3117,17 +2661,9 @@ snapshots:
3117
2661
 
3118
2662
  clsx@2.1.1: {}
3119
2663
 
3120
- color-convert@2.0.1:
3121
- dependencies:
3122
- color-name: 1.1.4
3123
-
3124
- color-name@1.1.4: {}
3125
-
3126
- concat-map@0.0.1: {}
3127
-
3128
2664
  convert-source-map@2.0.0: {}
3129
2665
 
3130
- cookie@1.0.2: {}
2666
+ cookie@1.1.1: {}
3131
2667
 
3132
2668
  cross-spawn@7.0.6:
3133
2669
  dependencies:
@@ -3135,7 +2671,7 @@ snapshots:
3135
2671
  shebang-command: 2.0.0
3136
2672
  which: 2.0.2
3137
2673
 
3138
- csstype@3.1.3: {}
2674
+ csstype@3.2.3: {}
3139
2675
 
3140
2676
  d3-array@3.2.4:
3141
2677
  dependencies:
@@ -3145,7 +2681,7 @@ snapshots:
3145
2681
 
3146
2682
  d3-ease@3.0.1: {}
3147
2683
 
3148
- d3-format@3.1.0: {}
2684
+ d3-format@3.1.2: {}
3149
2685
 
3150
2686
  d3-interpolate@3.0.1:
3151
2687
  dependencies:
@@ -3156,7 +2692,7 @@ snapshots:
3156
2692
  d3-scale@4.0.2:
3157
2693
  dependencies:
3158
2694
  d3-array: 3.2.4
3159
- d3-format: 3.1.0
2695
+ d3-format: 3.1.2
3160
2696
  d3-interpolate: 3.0.1
3161
2697
  d3-time: 3.1.0
3162
2698
  d3-time-format: 4.1.0
@@ -3175,9 +2711,7 @@ snapshots:
3175
2711
 
3176
2712
  d3-timer@3.0.1: {}
3177
2713
 
3178
- date-fns-jalali@4.1.0-0: {}
3179
-
3180
- date-fns@4.1.0: {}
2714
+ date-fns@4.4.0: {}
3181
2715
 
3182
2716
  debug@4.4.3:
3183
2717
  dependencies:
@@ -3191,89 +2725,65 @@ snapshots:
3191
2725
 
3192
2726
  detect-node-es@1.1.0: {}
3193
2727
 
3194
- electron-to-chromium@1.5.235: {}
2728
+ electron-to-chromium@1.5.371: {}
3195
2729
 
3196
- enhanced-resolve@5.18.3:
2730
+ enhanced-resolve@5.24.0:
3197
2731
  dependencies:
3198
2732
  graceful-fs: 4.2.11
3199
- tapable: 2.3.0
3200
-
3201
- es-toolkit@1.40.0: {}
2733
+ tapable: 2.3.3
3202
2734
 
3203
- esbuild@0.25.10:
3204
- optionalDependencies:
3205
- '@esbuild/aix-ppc64': 0.25.10
3206
- '@esbuild/android-arm': 0.25.10
3207
- '@esbuild/android-arm64': 0.25.10
3208
- '@esbuild/android-x64': 0.25.10
3209
- '@esbuild/darwin-arm64': 0.25.10
3210
- '@esbuild/darwin-x64': 0.25.10
3211
- '@esbuild/freebsd-arm64': 0.25.10
3212
- '@esbuild/freebsd-x64': 0.25.10
3213
- '@esbuild/linux-arm': 0.25.10
3214
- '@esbuild/linux-arm64': 0.25.10
3215
- '@esbuild/linux-ia32': 0.25.10
3216
- '@esbuild/linux-loong64': 0.25.10
3217
- '@esbuild/linux-mips64el': 0.25.10
3218
- '@esbuild/linux-ppc64': 0.25.10
3219
- '@esbuild/linux-riscv64': 0.25.10
3220
- '@esbuild/linux-s390x': 0.25.10
3221
- '@esbuild/linux-x64': 0.25.10
3222
- '@esbuild/netbsd-arm64': 0.25.10
3223
- '@esbuild/netbsd-x64': 0.25.10
3224
- '@esbuild/openbsd-arm64': 0.25.10
3225
- '@esbuild/openbsd-x64': 0.25.10
3226
- '@esbuild/openharmony-arm64': 0.25.10
3227
- '@esbuild/sunos-x64': 0.25.10
3228
- '@esbuild/win32-arm64': 0.25.10
3229
- '@esbuild/win32-ia32': 0.25.10
3230
- '@esbuild/win32-x64': 0.25.10
2735
+ es-toolkit@1.47.0: {}
3231
2736
 
3232
2737
  escalade@3.2.0: {}
3233
2738
 
3234
2739
  escape-string-regexp@4.0.0: {}
3235
2740
 
3236
- eslint-plugin-react-hooks@5.2.0(eslint@9.37.0(jiti@2.6.1)):
2741
+ eslint-plugin-react-hooks@7.1.1(eslint@10.4.1(jiti@2.7.0)):
3237
2742
  dependencies:
3238
- eslint: 9.37.0(jiti@2.6.1)
2743
+ '@babel/core': 7.29.7
2744
+ '@babel/parser': 7.29.7
2745
+ eslint: 10.4.1(jiti@2.7.0)
2746
+ hermes-parser: 0.25.1
2747
+ zod: 4.4.3
2748
+ zod-validation-error: 4.0.2(zod@4.4.3)
2749
+ transitivePeerDependencies:
2750
+ - supports-color
3239
2751
 
3240
- eslint-plugin-react-refresh@0.4.23(eslint@9.37.0(jiti@2.6.1)):
2752
+ eslint-plugin-react-refresh@0.5.2(eslint@10.4.1(jiti@2.7.0)):
3241
2753
  dependencies:
3242
- eslint: 9.37.0(jiti@2.6.1)
2754
+ eslint: 10.4.1(jiti@2.7.0)
3243
2755
 
3244
- eslint-scope@8.4.0:
2756
+ eslint-scope@9.1.2:
3245
2757
  dependencies:
2758
+ '@types/esrecurse': 4.3.1
2759
+ '@types/estree': 1.0.9
3246
2760
  esrecurse: 4.3.0
3247
2761
  estraverse: 5.3.0
3248
2762
 
3249
2763
  eslint-visitor-keys@3.4.3: {}
3250
2764
 
3251
- eslint-visitor-keys@4.2.1: {}
2765
+ eslint-visitor-keys@5.0.1: {}
3252
2766
 
3253
- eslint@9.37.0(jiti@2.6.1):
2767
+ eslint@10.4.1(jiti@2.7.0):
3254
2768
  dependencies:
3255
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.37.0(jiti@2.6.1))
3256
- '@eslint-community/regexpp': 4.12.1
3257
- '@eslint/config-array': 0.21.0
3258
- '@eslint/config-helpers': 0.4.0
3259
- '@eslint/core': 0.16.0
3260
- '@eslint/eslintrc': 3.3.1
3261
- '@eslint/js': 9.37.0
3262
- '@eslint/plugin-kit': 0.4.0
3263
- '@humanfs/node': 0.16.7
2769
+ '@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
2770
+ '@eslint-community/regexpp': 4.12.2
2771
+ '@eslint/config-array': 0.23.5
2772
+ '@eslint/config-helpers': 0.6.0
2773
+ '@eslint/core': 1.2.1
2774
+ '@eslint/plugin-kit': 0.7.2
2775
+ '@humanfs/node': 0.16.8
3264
2776
  '@humanwhocodes/module-importer': 1.0.1
3265
2777
  '@humanwhocodes/retry': 0.4.3
3266
- '@types/estree': 1.0.8
3267
- '@types/json-schema': 7.0.15
3268
- ajv: 6.12.6
3269
- chalk: 4.1.2
2778
+ '@types/estree': 1.0.9
2779
+ ajv: 6.15.0
3270
2780
  cross-spawn: 7.0.6
3271
2781
  debug: 4.4.3
3272
2782
  escape-string-regexp: 4.0.0
3273
- eslint-scope: 8.4.0
3274
- eslint-visitor-keys: 4.2.1
3275
- espree: 10.4.0
3276
- esquery: 1.6.0
2783
+ eslint-scope: 9.1.2
2784
+ eslint-visitor-keys: 5.0.1
2785
+ espree: 11.2.0
2786
+ esquery: 1.7.0
3277
2787
  esutils: 2.0.3
3278
2788
  fast-deep-equal: 3.1.3
3279
2789
  file-entry-cache: 8.0.0
@@ -3283,22 +2793,21 @@ snapshots:
3283
2793
  imurmurhash: 0.1.4
3284
2794
  is-glob: 4.0.3
3285
2795
  json-stable-stringify-without-jsonify: 1.0.1
3286
- lodash.merge: 4.6.2
3287
- minimatch: 3.1.2
2796
+ minimatch: 10.2.5
3288
2797
  natural-compare: 1.4.0
3289
2798
  optionator: 0.9.4
3290
2799
  optionalDependencies:
3291
- jiti: 2.6.1
2800
+ jiti: 2.7.0
3292
2801
  transitivePeerDependencies:
3293
2802
  - supports-color
3294
2803
 
3295
- espree@10.4.0:
2804
+ espree@11.2.0:
3296
2805
  dependencies:
3297
- acorn: 8.15.0
3298
- acorn-jsx: 5.3.2(acorn@8.15.0)
3299
- eslint-visitor-keys: 4.2.1
2806
+ acorn: 8.17.0
2807
+ acorn-jsx: 5.3.2(acorn@8.17.0)
2808
+ eslint-visitor-keys: 5.0.1
3300
2809
 
3301
- esquery@1.6.0:
2810
+ esquery@1.7.0:
3302
2811
  dependencies:
3303
2812
  estraverse: 5.3.0
3304
2813
 
@@ -3310,38 +2819,22 @@ snapshots:
3310
2819
 
3311
2820
  esutils@2.0.3: {}
3312
2821
 
3313
- eventemitter3@5.0.1: {}
2822
+ eventemitter3@5.0.4: {}
3314
2823
 
3315
2824
  fast-deep-equal@3.1.3: {}
3316
2825
 
3317
- fast-glob@3.3.3:
3318
- dependencies:
3319
- '@nodelib/fs.stat': 2.0.5
3320
- '@nodelib/fs.walk': 1.2.8
3321
- glob-parent: 5.1.2
3322
- merge2: 1.4.1
3323
- micromatch: 4.0.8
3324
-
3325
2826
  fast-json-stable-stringify@2.1.0: {}
3326
2827
 
3327
2828
  fast-levenshtein@2.0.6: {}
3328
2829
 
3329
- fastq@1.19.1:
3330
- dependencies:
3331
- reusify: 1.1.0
3332
-
3333
- fdir@6.5.0(picomatch@4.0.3):
2830
+ fdir@6.5.0(picomatch@4.0.4):
3334
2831
  optionalDependencies:
3335
- picomatch: 4.0.3
2832
+ picomatch: 4.0.4
3336
2833
 
3337
2834
  file-entry-cache@8.0.0:
3338
2835
  dependencies:
3339
2836
  flat-cache: 4.0.1
3340
2837
 
3341
- fill-range@7.1.1:
3342
- dependencies:
3343
- to-regex-range: 5.0.1
3344
-
3345
2838
  find-up@5.0.0:
3346
2839
  dependencies:
3347
2840
  locate-path: 6.0.0
@@ -3349,10 +2842,10 @@ snapshots:
3349
2842
 
3350
2843
  flat-cache@4.0.1:
3351
2844
  dependencies:
3352
- flatted: 3.3.3
2845
+ flatted: 3.4.2
3353
2846
  keyv: 4.5.4
3354
2847
 
3355
- flatted@3.3.3: {}
2848
+ flatted@3.4.2: {}
3356
2849
 
3357
2850
  fsevents@2.3.3:
3358
2851
  optional: true
@@ -3361,34 +2854,27 @@ snapshots:
3361
2854
 
3362
2855
  get-nonce@1.0.1: {}
3363
2856
 
3364
- glob-parent@5.1.2:
3365
- dependencies:
3366
- is-glob: 4.0.3
3367
-
3368
2857
  glob-parent@6.0.2:
3369
2858
  dependencies:
3370
2859
  is-glob: 4.0.3
3371
2860
 
3372
- globals@14.0.0: {}
3373
-
3374
- globals@16.4.0: {}
2861
+ globals@17.6.0: {}
3375
2862
 
3376
2863
  graceful-fs@4.2.11: {}
3377
2864
 
3378
- graphemer@1.4.0: {}
2865
+ hermes-estree@0.25.1: {}
3379
2866
 
3380
- has-flag@4.0.0: {}
2867
+ hermes-parser@0.25.1:
2868
+ dependencies:
2869
+ hermes-estree: 0.25.1
3381
2870
 
3382
2871
  ignore@5.3.2: {}
3383
2872
 
3384
2873
  ignore@7.0.5: {}
3385
2874
 
3386
- immer@10.1.3: {}
2875
+ immer@10.2.0: {}
3387
2876
 
3388
- import-fresh@3.3.1:
3389
- dependencies:
3390
- parent-module: 1.0.1
3391
- resolve-from: 4.0.0
2877
+ immer@11.1.8: {}
3392
2878
 
3393
2879
  imurmurhash@0.1.4: {}
3394
2880
 
@@ -3400,18 +2886,12 @@ snapshots:
3400
2886
  dependencies:
3401
2887
  is-extglob: 2.1.1
3402
2888
 
3403
- is-number@7.0.0: {}
3404
-
3405
2889
  isexe@2.0.0: {}
3406
2890
 
3407
- jiti@2.6.1: {}
2891
+ jiti@2.7.0: {}
3408
2892
 
3409
2893
  js-tokens@4.0.0: {}
3410
2894
 
3411
- js-yaml@4.1.0:
3412
- dependencies:
3413
- argparse: 2.0.1
3414
-
3415
2895
  jsesc@3.1.0: {}
3416
2896
 
3417
2897
  json-buffer@3.0.1: {}
@@ -3431,102 +2911,87 @@ snapshots:
3431
2911
  prelude-ls: 1.2.1
3432
2912
  type-check: 0.4.0
3433
2913
 
3434
- lightningcss-darwin-arm64@1.30.1:
2914
+ lightningcss-android-arm64@1.32.0:
3435
2915
  optional: true
3436
2916
 
3437
- lightningcss-darwin-x64@1.30.1:
2917
+ lightningcss-darwin-arm64@1.32.0:
3438
2918
  optional: true
3439
2919
 
3440
- lightningcss-freebsd-x64@1.30.1:
2920
+ lightningcss-darwin-x64@1.32.0:
3441
2921
  optional: true
3442
2922
 
3443
- lightningcss-linux-arm-gnueabihf@1.30.1:
2923
+ lightningcss-freebsd-x64@1.32.0:
3444
2924
  optional: true
3445
2925
 
3446
- lightningcss-linux-arm64-gnu@1.30.1:
2926
+ lightningcss-linux-arm-gnueabihf@1.32.0:
3447
2927
  optional: true
3448
2928
 
3449
- lightningcss-linux-arm64-musl@1.30.1:
2929
+ lightningcss-linux-arm64-gnu@1.32.0:
3450
2930
  optional: true
3451
2931
 
3452
- lightningcss-linux-x64-gnu@1.30.1:
2932
+ lightningcss-linux-arm64-musl@1.32.0:
3453
2933
  optional: true
3454
2934
 
3455
- lightningcss-linux-x64-musl@1.30.1:
2935
+ lightningcss-linux-x64-gnu@1.32.0:
3456
2936
  optional: true
3457
2937
 
3458
- lightningcss-win32-arm64-msvc@1.30.1:
2938
+ lightningcss-linux-x64-musl@1.32.0:
3459
2939
  optional: true
3460
2940
 
3461
- lightningcss-win32-x64-msvc@1.30.1:
2941
+ lightningcss-win32-arm64-msvc@1.32.0:
3462
2942
  optional: true
3463
2943
 
3464
- lightningcss@1.30.1:
2944
+ lightningcss-win32-x64-msvc@1.32.0:
2945
+ optional: true
2946
+
2947
+ lightningcss@1.32.0:
3465
2948
  dependencies:
3466
2949
  detect-libc: 2.1.2
3467
2950
  optionalDependencies:
3468
- lightningcss-darwin-arm64: 1.30.1
3469
- lightningcss-darwin-x64: 1.30.1
3470
- lightningcss-freebsd-x64: 1.30.1
3471
- lightningcss-linux-arm-gnueabihf: 1.30.1
3472
- lightningcss-linux-arm64-gnu: 1.30.1
3473
- lightningcss-linux-arm64-musl: 1.30.1
3474
- lightningcss-linux-x64-gnu: 1.30.1
3475
- lightningcss-linux-x64-musl: 1.30.1
3476
- lightningcss-win32-arm64-msvc: 1.30.1
3477
- lightningcss-win32-x64-msvc: 1.30.1
2951
+ lightningcss-android-arm64: 1.32.0
2952
+ lightningcss-darwin-arm64: 1.32.0
2953
+ lightningcss-darwin-x64: 1.32.0
2954
+ lightningcss-freebsd-x64: 1.32.0
2955
+ lightningcss-linux-arm-gnueabihf: 1.32.0
2956
+ lightningcss-linux-arm64-gnu: 1.32.0
2957
+ lightningcss-linux-arm64-musl: 1.32.0
2958
+ lightningcss-linux-x64-gnu: 1.32.0
2959
+ lightningcss-linux-x64-musl: 1.32.0
2960
+ lightningcss-win32-arm64-msvc: 1.32.0
2961
+ lightningcss-win32-x64-msvc: 1.32.0
3478
2962
 
3479
2963
  locate-path@6.0.0:
3480
2964
  dependencies:
3481
2965
  p-locate: 5.0.0
3482
2966
 
3483
- lodash.merge@4.6.2: {}
3484
-
3485
2967
  lru-cache@5.1.1:
3486
2968
  dependencies:
3487
2969
  yallist: 3.1.1
3488
2970
 
3489
- lucide-react@0.545.0(react@19.2.0):
2971
+ lucide-react@1.17.0(react@19.2.7):
3490
2972
  dependencies:
3491
- react: 19.2.0
2973
+ react: 19.2.7
3492
2974
 
3493
- magic-string@0.30.19:
2975
+ magic-string@0.30.21:
3494
2976
  dependencies:
3495
2977
  '@jridgewell/sourcemap-codec': 1.5.5
3496
2978
 
3497
- merge2@1.4.1: {}
3498
-
3499
- micromatch@4.0.8:
3500
- dependencies:
3501
- braces: 3.0.3
3502
- picomatch: 2.3.1
3503
-
3504
- minimatch@3.1.2:
3505
- dependencies:
3506
- brace-expansion: 1.1.12
3507
-
3508
- minimatch@9.0.5:
3509
- dependencies:
3510
- brace-expansion: 2.0.2
3511
-
3512
- minipass@7.1.2: {}
3513
-
3514
- minizlib@3.1.0:
2979
+ minimatch@10.2.5:
3515
2980
  dependencies:
3516
- minipass: 7.1.2
2981
+ brace-expansion: 5.0.6
3517
2982
 
3518
2983
  ms@2.1.3: {}
3519
2984
 
3520
- nanoid@3.3.11: {}
2985
+ nanoid@3.3.12: {}
3521
2986
 
3522
2987
  natural-compare@1.4.0: {}
3523
2988
 
3524
- next-themes@0.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
2989
+ next-themes@0.4.6(react-dom@19.2.7(react@19.2.7))(react@19.2.7):
3525
2990
  dependencies:
3526
- react: 19.2.0
3527
- react-dom: 19.2.0(react@19.2.0)
2991
+ react: 19.2.7
2992
+ react-dom: 19.2.7(react@19.2.7)
3528
2993
 
3529
- node-releases@2.0.23: {}
2994
+ node-releases@2.0.47: {}
3530
2995
 
3531
2996
  optionator@0.9.4:
3532
2997
  dependencies:
@@ -3545,23 +3010,17 @@ snapshots:
3545
3010
  dependencies:
3546
3011
  p-limit: 3.1.0
3547
3012
 
3548
- parent-module@1.0.1:
3549
- dependencies:
3550
- callsites: 3.1.0
3551
-
3552
3013
  path-exists@4.0.0: {}
3553
3014
 
3554
3015
  path-key@3.1.1: {}
3555
3016
 
3556
3017
  picocolors@1.1.1: {}
3557
3018
 
3558
- picomatch@2.3.1: {}
3559
-
3560
- picomatch@4.0.3: {}
3019
+ picomatch@4.0.4: {}
3561
3020
 
3562
- postcss@8.5.6:
3021
+ postcss@8.5.15:
3563
3022
  dependencies:
3564
- nanoid: 3.3.11
3023
+ nanoid: 3.3.12
3565
3024
  picocolors: 1.1.1
3566
3025
  source-map-js: 1.2.1
3567
3026
 
@@ -3569,85 +3028,82 @@ snapshots:
3569
3028
 
3570
3029
  punycode@2.3.1: {}
3571
3030
 
3572
- queue-microtask@1.2.3: {}
3573
-
3574
- react-day-picker@9.11.1(react@19.2.0):
3031
+ react-day-picker@10.0.1(@types/react@19.2.17)(react@19.2.7):
3575
3032
  dependencies:
3576
- '@date-fns/tz': 1.4.1
3577
- date-fns: 4.1.0
3578
- date-fns-jalali: 4.1.0-0
3579
- react: 19.2.0
3033
+ '@date-fns/tz': 1.5.0
3034
+ date-fns: 4.4.0
3035
+ react: 19.2.7
3036
+ optionalDependencies:
3037
+ '@types/react': 19.2.17
3580
3038
 
3581
- react-dom@19.2.0(react@19.2.0):
3039
+ react-dom@19.2.7(react@19.2.7):
3582
3040
  dependencies:
3583
- react: 19.2.0
3041
+ react: 19.2.7
3584
3042
  scheduler: 0.27.0
3585
3043
 
3586
- react-is@19.2.0: {}
3044
+ react-is@19.2.7: {}
3587
3045
 
3588
- react-redux@9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1):
3046
+ react-redux@9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1):
3589
3047
  dependencies:
3590
3048
  '@types/use-sync-external-store': 0.0.6
3591
- react: 19.2.0
3592
- use-sync-external-store: 1.6.0(react@19.2.0)
3049
+ react: 19.2.7
3050
+ use-sync-external-store: 1.6.0(react@19.2.7)
3593
3051
  optionalDependencies:
3594
- '@types/react': 19.2.2
3052
+ '@types/react': 19.2.17
3595
3053
  redux: 5.0.1
3596
3054
 
3597
- react-refresh@0.17.0: {}
3598
-
3599
- react-remove-scroll-bar@2.3.8(@types/react@19.2.2)(react@19.2.0):
3055
+ react-remove-scroll-bar@2.3.8(@types/react@19.2.17)(react@19.2.7):
3600
3056
  dependencies:
3601
- react: 19.2.0
3602
- react-style-singleton: 2.2.3(@types/react@19.2.2)(react@19.2.0)
3057
+ react: 19.2.7
3058
+ react-style-singleton: 2.2.3(@types/react@19.2.17)(react@19.2.7)
3603
3059
  tslib: 2.8.1
3604
3060
  optionalDependencies:
3605
- '@types/react': 19.2.2
3061
+ '@types/react': 19.2.17
3606
3062
 
3607
- react-remove-scroll@2.7.1(@types/react@19.2.2)(react@19.2.0):
3063
+ react-remove-scroll@2.7.2(@types/react@19.2.17)(react@19.2.7):
3608
3064
  dependencies:
3609
- react: 19.2.0
3610
- react-remove-scroll-bar: 2.3.8(@types/react@19.2.2)(react@19.2.0)
3611
- react-style-singleton: 2.2.3(@types/react@19.2.2)(react@19.2.0)
3065
+ react: 19.2.7
3066
+ react-remove-scroll-bar: 2.3.8(@types/react@19.2.17)(react@19.2.7)
3067
+ react-style-singleton: 2.2.3(@types/react@19.2.17)(react@19.2.7)
3612
3068
  tslib: 2.8.1
3613
- use-callback-ref: 1.3.3(@types/react@19.2.2)(react@19.2.0)
3614
- use-sidecar: 1.1.3(@types/react@19.2.2)(react@19.2.0)
3069
+ use-callback-ref: 1.3.3(@types/react@19.2.17)(react@19.2.7)
3070
+ use-sidecar: 1.1.3(@types/react@19.2.17)(react@19.2.7)
3615
3071
  optionalDependencies:
3616
- '@types/react': 19.2.2
3072
+ '@types/react': 19.2.17
3617
3073
 
3618
- react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
3074
+ react-router@7.17.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7):
3619
3075
  dependencies:
3620
- cookie: 1.0.2
3621
- react: 19.2.0
3622
- set-cookie-parser: 2.7.1
3076
+ cookie: 1.1.1
3077
+ react: 19.2.7
3078
+ set-cookie-parser: 2.7.2
3623
3079
  optionalDependencies:
3624
- react-dom: 19.2.0(react@19.2.0)
3080
+ react-dom: 19.2.7(react@19.2.7)
3625
3081
 
3626
- react-style-singleton@2.2.3(@types/react@19.2.2)(react@19.2.0):
3082
+ react-style-singleton@2.2.3(@types/react@19.2.17)(react@19.2.7):
3627
3083
  dependencies:
3628
3084
  get-nonce: 1.0.1
3629
- react: 19.2.0
3085
+ react: 19.2.7
3630
3086
  tslib: 2.8.1
3631
3087
  optionalDependencies:
3632
- '@types/react': 19.2.2
3088
+ '@types/react': 19.2.17
3633
3089
 
3634
- react@19.2.0: {}
3090
+ react@19.2.7: {}
3635
3091
 
3636
- recharts@3.2.1(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.0)(react@19.2.0)(redux@5.0.1):
3092
+ recharts@3.8.1(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react-is@19.2.7)(react@19.2.7)(redux@5.0.1):
3637
3093
  dependencies:
3638
- '@reduxjs/toolkit': 2.9.0(react-redux@9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1))(react@19.2.0)
3094
+ '@reduxjs/toolkit': 2.12.0(react-redux@9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1))(react@19.2.7)
3639
3095
  clsx: 2.1.1
3640
3096
  decimal.js-light: 2.5.1
3641
- es-toolkit: 1.40.0
3642
- eventemitter3: 5.0.1
3643
- immer: 10.1.3
3644
- react: 19.2.0
3645
- react-dom: 19.2.0(react@19.2.0)
3646
- react-is: 19.2.0
3647
- react-redux: 9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1)
3097
+ es-toolkit: 1.47.0
3098
+ eventemitter3: 5.0.4
3099
+ immer: 10.2.0
3100
+ react: 19.2.7
3101
+ react-dom: 19.2.7(react@19.2.7)
3102
+ react-is: 19.2.7
3103
+ react-redux: 9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1)
3648
3104
  reselect: 5.1.1
3649
3105
  tiny-invariant: 1.3.3
3650
- use-sync-external-store: 1.6.0(react@19.2.0)
3106
+ use-sync-external-store: 1.6.0(react@19.2.7)
3651
3107
  victory-vendor: 37.3.6
3652
3108
  transitivePeerDependencies:
3653
3109
  - '@types/react'
@@ -3661,49 +3117,34 @@ snapshots:
3661
3117
 
3662
3118
  reselect@5.1.1: {}
3663
3119
 
3664
- resolve-from@4.0.0: {}
3665
-
3666
- reusify@1.1.0: {}
3667
-
3668
- rollup@4.52.4:
3120
+ rolldown@1.0.3:
3669
3121
  dependencies:
3670
- '@types/estree': 1.0.8
3122
+ '@oxc-project/types': 0.133.0
3123
+ '@rolldown/pluginutils': 1.0.1
3671
3124
  optionalDependencies:
3672
- '@rollup/rollup-android-arm-eabi': 4.52.4
3673
- '@rollup/rollup-android-arm64': 4.52.4
3674
- '@rollup/rollup-darwin-arm64': 4.52.4
3675
- '@rollup/rollup-darwin-x64': 4.52.4
3676
- '@rollup/rollup-freebsd-arm64': 4.52.4
3677
- '@rollup/rollup-freebsd-x64': 4.52.4
3678
- '@rollup/rollup-linux-arm-gnueabihf': 4.52.4
3679
- '@rollup/rollup-linux-arm-musleabihf': 4.52.4
3680
- '@rollup/rollup-linux-arm64-gnu': 4.52.4
3681
- '@rollup/rollup-linux-arm64-musl': 4.52.4
3682
- '@rollup/rollup-linux-loong64-gnu': 4.52.4
3683
- '@rollup/rollup-linux-ppc64-gnu': 4.52.4
3684
- '@rollup/rollup-linux-riscv64-gnu': 4.52.4
3685
- '@rollup/rollup-linux-riscv64-musl': 4.52.4
3686
- '@rollup/rollup-linux-s390x-gnu': 4.52.4
3687
- '@rollup/rollup-linux-x64-gnu': 4.52.4
3688
- '@rollup/rollup-linux-x64-musl': 4.52.4
3689
- '@rollup/rollup-openharmony-arm64': 4.52.4
3690
- '@rollup/rollup-win32-arm64-msvc': 4.52.4
3691
- '@rollup/rollup-win32-ia32-msvc': 4.52.4
3692
- '@rollup/rollup-win32-x64-gnu': 4.52.4
3693
- '@rollup/rollup-win32-x64-msvc': 4.52.4
3694
- fsevents: 2.3.3
3695
-
3696
- run-parallel@1.2.0:
3697
- dependencies:
3698
- queue-microtask: 1.2.3
3125
+ '@rolldown/binding-android-arm64': 1.0.3
3126
+ '@rolldown/binding-darwin-arm64': 1.0.3
3127
+ '@rolldown/binding-darwin-x64': 1.0.3
3128
+ '@rolldown/binding-freebsd-x64': 1.0.3
3129
+ '@rolldown/binding-linux-arm-gnueabihf': 1.0.3
3130
+ '@rolldown/binding-linux-arm64-gnu': 1.0.3
3131
+ '@rolldown/binding-linux-arm64-musl': 1.0.3
3132
+ '@rolldown/binding-linux-ppc64-gnu': 1.0.3
3133
+ '@rolldown/binding-linux-s390x-gnu': 1.0.3
3134
+ '@rolldown/binding-linux-x64-gnu': 1.0.3
3135
+ '@rolldown/binding-linux-x64-musl': 1.0.3
3136
+ '@rolldown/binding-openharmony-arm64': 1.0.3
3137
+ '@rolldown/binding-wasm32-wasi': 1.0.3
3138
+ '@rolldown/binding-win32-arm64-msvc': 1.0.3
3139
+ '@rolldown/binding-win32-x64-msvc': 1.0.3
3699
3140
 
3700
3141
  scheduler@0.27.0: {}
3701
3142
 
3702
3143
  semver@6.3.1: {}
3703
3144
 
3704
- semver@7.7.3: {}
3145
+ semver@7.8.4: {}
3705
3146
 
3706
- set-cookie-parser@2.7.1: {}
3147
+ set-cookie-parser@2.7.2: {}
3707
3148
 
3708
3149
  shebang-command@2.0.0:
3709
3150
  dependencies:
@@ -3711,47 +3152,29 @@ snapshots:
3711
3152
 
3712
3153
  shebang-regex@3.0.0: {}
3713
3154
 
3714
- sonner@2.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
3155
+ sonner@2.0.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7):
3715
3156
  dependencies:
3716
- react: 19.2.0
3717
- react-dom: 19.2.0(react@19.2.0)
3157
+ react: 19.2.7
3158
+ react-dom: 19.2.7(react@19.2.7)
3718
3159
 
3719
3160
  source-map-js@1.2.1: {}
3720
3161
 
3721
- strip-json-comments@3.1.1: {}
3722
-
3723
- supports-color@7.2.0:
3724
- dependencies:
3725
- has-flag: 4.0.0
3162
+ tailwind-merge@3.6.0: {}
3726
3163
 
3727
- tailwind-merge@3.3.1: {}
3164
+ tailwindcss@4.3.0: {}
3728
3165
 
3729
- tailwindcss@4.1.14: {}
3730
-
3731
- tapable@2.3.0: {}
3732
-
3733
- tar@7.5.1:
3734
- dependencies:
3735
- '@isaacs/fs-minipass': 4.0.1
3736
- chownr: 3.0.0
3737
- minipass: 7.1.2
3738
- minizlib: 3.1.0
3739
- yallist: 5.0.0
3166
+ tapable@2.3.3: {}
3740
3167
 
3741
3168
  tiny-invariant@1.3.3: {}
3742
3169
 
3743
- tinyglobby@0.2.15:
3170
+ tinyglobby@0.2.17:
3744
3171
  dependencies:
3745
- fdir: 6.5.0(picomatch@4.0.3)
3746
- picomatch: 4.0.3
3172
+ fdir: 6.5.0(picomatch@4.0.4)
3173
+ picomatch: 4.0.4
3747
3174
 
3748
- to-regex-range@5.0.1:
3175
+ ts-api-utils@2.5.0(typescript@6.0.3):
3749
3176
  dependencies:
3750
- is-number: 7.0.0
3751
-
3752
- ts-api-utils@2.1.0(typescript@5.9.3):
3753
- dependencies:
3754
- typescript: 5.9.3
3177
+ typescript: 6.0.3
3755
3178
 
3756
3179
  tslib@2.8.1: {}
3757
3180
 
@@ -3761,24 +3184,24 @@ snapshots:
3761
3184
  dependencies:
3762
3185
  prelude-ls: 1.2.1
3763
3186
 
3764
- typescript-eslint@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3):
3187
+ typescript-eslint@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3):
3765
3188
  dependencies:
3766
- '@typescript-eslint/eslint-plugin': 8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
3767
- '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
3768
- '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3)
3769
- '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
3770
- eslint: 9.37.0(jiti@2.6.1)
3771
- typescript: 5.9.3
3189
+ '@typescript-eslint/eslint-plugin': 8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
3190
+ '@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
3191
+ '@typescript-eslint/typescript-estree': 8.61.0(typescript@6.0.3)
3192
+ '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
3193
+ eslint: 10.4.1(jiti@2.7.0)
3194
+ typescript: 6.0.3
3772
3195
  transitivePeerDependencies:
3773
3196
  - supports-color
3774
3197
 
3775
- typescript@5.9.3: {}
3198
+ typescript@6.0.3: {}
3776
3199
 
3777
- undici-types@7.14.0: {}
3200
+ undici-types@7.24.6: {}
3778
3201
 
3779
- update-browserslist-db@1.1.3(browserslist@4.26.3):
3202
+ update-browserslist-db@1.2.3(browserslist@4.28.2):
3780
3203
  dependencies:
3781
- browserslist: 4.26.3
3204
+ browserslist: 4.28.2
3782
3205
  escalade: 3.2.0
3783
3206
  picocolors: 1.1.1
3784
3207
 
@@ -3786,24 +3209,24 @@ snapshots:
3786
3209
  dependencies:
3787
3210
  punycode: 2.3.1
3788
3211
 
3789
- use-callback-ref@1.3.3(@types/react@19.2.2)(react@19.2.0):
3212
+ use-callback-ref@1.3.3(@types/react@19.2.17)(react@19.2.7):
3790
3213
  dependencies:
3791
- react: 19.2.0
3214
+ react: 19.2.7
3792
3215
  tslib: 2.8.1
3793
3216
  optionalDependencies:
3794
- '@types/react': 19.2.2
3217
+ '@types/react': 19.2.17
3795
3218
 
3796
- use-sidecar@1.1.3(@types/react@19.2.2)(react@19.2.0):
3219
+ use-sidecar@1.1.3(@types/react@19.2.17)(react@19.2.7):
3797
3220
  dependencies:
3798
3221
  detect-node-es: 1.1.0
3799
- react: 19.2.0
3222
+ react: 19.2.7
3800
3223
  tslib: 2.8.1
3801
3224
  optionalDependencies:
3802
- '@types/react': 19.2.2
3225
+ '@types/react': 19.2.17
3803
3226
 
3804
- use-sync-external-store@1.6.0(react@19.2.0):
3227
+ use-sync-external-store@1.6.0(react@19.2.7):
3805
3228
  dependencies:
3806
- react: 19.2.0
3229
+ react: 19.2.7
3807
3230
 
3808
3231
  victory-vendor@37.3.6:
3809
3232
  dependencies:
@@ -3811,7 +3234,7 @@ snapshots:
3811
3234
  '@types/d3-ease': 3.0.2
3812
3235
  '@types/d3-interpolate': 3.0.4
3813
3236
  '@types/d3-scale': 4.0.9
3814
- '@types/d3-shape': 3.1.7
3237
+ '@types/d3-shape': 3.1.8
3815
3238
  '@types/d3-time': 3.0.4
3816
3239
  '@types/d3-timer': 3.0.2
3817
3240
  d3-array: 3.2.4
@@ -3822,19 +3245,17 @@ snapshots:
3822
3245
  d3-time: 3.1.0
3823
3246
  d3-timer: 3.0.1
3824
3247
 
3825
- vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1):
3248
+ vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0):
3826
3249
  dependencies:
3827
- esbuild: 0.25.10
3828
- fdir: 6.5.0(picomatch@4.0.3)
3829
- picomatch: 4.0.3
3830
- postcss: 8.5.6
3831
- rollup: 4.52.4
3832
- tinyglobby: 0.2.15
3250
+ lightningcss: 1.32.0
3251
+ picomatch: 4.0.4
3252
+ postcss: 8.5.15
3253
+ rolldown: 1.0.3
3254
+ tinyglobby: 0.2.17
3833
3255
  optionalDependencies:
3834
- '@types/node': 24.7.2
3256
+ '@types/node': 25.9.3
3835
3257
  fsevents: 2.3.3
3836
- jiti: 2.6.1
3837
- lightningcss: 1.30.1
3258
+ jiti: 2.7.0
3838
3259
 
3839
3260
  which@2.0.2:
3840
3261
  dependencies:
@@ -3844,6 +3265,10 @@ snapshots:
3844
3265
 
3845
3266
  yallist@3.1.1: {}
3846
3267
 
3847
- yallist@5.0.0: {}
3848
-
3849
3268
  yocto-queue@0.1.0: {}
3269
+
3270
+ zod-validation-error@4.0.2(zod@4.4.3):
3271
+ dependencies:
3272
+ zod: 4.4.3
3273
+
3274
+ zod@4.4.3: {}