create-outsystems-astro 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +50 -11
- package/bin/cli.js +66 -5
- package/package.json +1 -1
- package/template/AGENTS.md +91 -4
- package/template/astro.config.mjs +14 -3
- package/template/bun.lock +202 -96
- package/template/deno.json +16 -1
- package/template/deno.lock +571 -309
- package/template/eslint.config.mjs +27 -2
- package/template/package-lock.json +760 -258
- package/template/package.json +38 -29
- package/template/patches/{@angular+build+21.2.0.patch → @angular+build+21.2.1.patch} +1 -10
- package/template/patches-deno/playwright+1.58.2.patch +26 -0
- package/template/playwright.config.ts +1 -1
- package/template/pnpm-lock.yaml +984 -599
- package/template/src/framework/angular/{Counter.component.ts → Demo.component.ts} +12 -5
- package/template/src/framework/angular/Store.component.ts +24 -0
- package/template/src/framework/preact/Demo.tsx +86 -0
- package/template/src/framework/preact/Store.tsx +31 -0
- package/template/src/framework/react/{Counter.tsx → Demo.tsx} +23 -17
- package/template/src/framework/react/Store.tsx +31 -0
- package/template/src/framework/svelte/{Counter.svelte → Demo.svelte} +8 -11
- package/template/src/framework/svelte/Store.svelte +22 -0
- package/template/src/framework/vue/{Counter.vue → Demo.vue} +7 -9
- package/template/src/framework/vue/Store.vue +28 -0
- package/template/src/images/angular.png +0 -0
- package/template/src/images/preact.png +0 -0
- package/template/src/images/react.png +0 -0
- package/template/src/images/svelte.png +0 -0
- package/template/src/images/vue.png +0 -0
- package/template/src/pages/angular/{angular-counter.astro → angular-demo.astro} +12 -5
- package/template/src/pages/multi/store.astro +22 -0
- package/template/src/pages/preact/preact-demo.astro +66 -0
- package/template/src/pages/react/{react-counter.astro → react-demo.astro} +12 -9
- package/template/src/pages/svelte/{svelte-counter.astro → svelte-demo.astro} +9 -9
- package/template/src/pages/vue/{vue-counter.astro → vue-demo.astro} +9 -15
- package/template/src/stores/framework.ts +10 -0
- package/template/src/styles/index.css +4 -0
- package/template/test/e2e/angular/angular-counter.spec.ts +7 -1
- package/template/test/e2e/preact/preact-counter.spec.ts +42 -0
- package/template/test/e2e/react/react-counter.spec.ts +2 -2
- package/template/test/e2e/svelte/svelte-counter.spec.ts +2 -2
- package/template/test/e2e/vue/vue-counter.spec.ts +2 -2
- package/template/test/integration/angular/{Counter.component.spec.ts → Demo.component.spec.ts} +6 -6
- package/template/test/integration/preact/Demo.test.tsx +84 -0
- package/template/test/integration/react/{Counter.test.tsx → Demo.test.tsx} +10 -9
- package/template/test/integration/svelte/{Counter.test.ts → Demo.test.ts} +9 -9
- package/template/test/integration/svelte/{SlotCounter.wrapper.svelte → Demo.wrapper.svelte} +3 -3
- package/template/test/integration/vue/{Counter.test.ts → Demo.test.ts} +9 -9
- package/template/tsconfig.json +0 -1
- package/template/vitest.config.ts +12 -0
- package/template/yarn.lock +572 -234
- /package/template/patches/{@analogjs+astro-angular+2.3.0.patch → @analogjs+astro-angular+2.3.1.patch} +0 -0
package/template/pnpm-lock.yaml
CHANGED
|
@@ -9,56 +9,65 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@analogjs/astro-angular':
|
|
12
|
-
specifier: ^2.3.
|
|
13
|
-
version: 2.3.
|
|
12
|
+
specifier: ^2.3.1
|
|
13
|
+
version: 2.3.1(d8b0f988376b0240cf2a45b7a1a749f6)
|
|
14
14
|
'@angular/animations':
|
|
15
|
-
specifier: ^21.1
|
|
16
|
-
version: 21.2.
|
|
15
|
+
specifier: ^21.2.1
|
|
16
|
+
version: 21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))
|
|
17
17
|
'@angular/build':
|
|
18
|
-
specifier: ^21.1
|
|
19
|
-
version: 21.2.
|
|
18
|
+
specifier: ^21.2.1
|
|
19
|
+
version: 21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872)
|
|
20
20
|
'@angular/common':
|
|
21
|
-
specifier: ^21.1
|
|
22
|
-
version: 21.2.
|
|
21
|
+
specifier: ^21.2.1
|
|
22
|
+
version: 21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
23
23
|
'@angular/compiler':
|
|
24
|
-
specifier: ^21.1
|
|
25
|
-
version: 21.2.
|
|
24
|
+
specifier: ^21.2.1
|
|
25
|
+
version: 21.2.1
|
|
26
26
|
'@angular/compiler-cli':
|
|
27
|
-
specifier: ^21.1
|
|
28
|
-
version: 21.2.
|
|
27
|
+
specifier: ^21.2.1
|
|
28
|
+
version: 21.2.1(@angular/compiler@21.2.1)(typescript@5.9.3)
|
|
29
29
|
'@angular/core':
|
|
30
|
-
specifier: ^21.1
|
|
31
|
-
version: 21.2.
|
|
30
|
+
specifier: ^21.2.1
|
|
31
|
+
version: 21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)
|
|
32
32
|
'@angular/language-service':
|
|
33
|
-
specifier: ^21.1
|
|
34
|
-
version: 21.2.
|
|
33
|
+
specifier: ^21.2.1
|
|
34
|
+
version: 21.2.1
|
|
35
35
|
'@angular/platform-browser':
|
|
36
|
-
specifier: ^21.1
|
|
37
|
-
version: 21.2.
|
|
36
|
+
specifier: ^21.2.1
|
|
37
|
+
version: 21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))
|
|
38
38
|
'@angular/platform-server':
|
|
39
|
-
specifier: ^21.1
|
|
40
|
-
version: 21.2.
|
|
39
|
+
specifier: ^21.2.1
|
|
40
|
+
version: 21.2.1(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.1)(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
41
|
+
'@astrojs/preact':
|
|
42
|
+
specifier: ^4.1.3
|
|
43
|
+
version: 4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.2)
|
|
41
44
|
'@astrojs/react':
|
|
42
45
|
specifier: ^4.4.2
|
|
43
|
-
version: 4.4.2(@types/node@25.3.
|
|
46
|
+
version: 4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.2)
|
|
44
47
|
'@astrojs/svelte':
|
|
45
48
|
specifier: ^7.2.5
|
|
46
|
-
version: 7.2.5(@types/node@25.3.
|
|
49
|
+
version: 7.2.5(@types/node@25.3.5)(astro@5.18.0(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.2))(sass@1.97.3)(svelte@5.53.7)(typescript@5.9.3)(yaml@2.8.2)
|
|
47
50
|
'@astrojs/vue':
|
|
48
51
|
specifier: ^5.1.4
|
|
49
|
-
version: 5.1.4(@types/node@25.3.
|
|
52
|
+
version: 5.1.4(@types/node@25.3.5)(astro@5.18.0(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.2))(rollup@4.59.0)(sass@1.97.3)(vue@3.5.29(typescript@5.9.3))(yaml@2.8.2)
|
|
53
|
+
'@nanostores/preact':
|
|
54
|
+
specifier: ^1.0.0
|
|
55
|
+
version: 1.0.0(nanostores@1.1.1)(preact@10.28.4)
|
|
50
56
|
'@nanostores/react':
|
|
51
57
|
specifier: ^1.0.0
|
|
52
58
|
version: 1.0.0(nanostores@1.1.1)(react@19.2.4)
|
|
53
59
|
'@nanostores/vue':
|
|
54
|
-
specifier: ^1.0
|
|
55
|
-
version: 1.0
|
|
60
|
+
specifier: ^1.1.0
|
|
61
|
+
version: 1.1.0(nanostores@1.1.1)(vue@3.5.29(typescript@5.9.3))
|
|
56
62
|
astro:
|
|
57
63
|
specifier: ^5.18.0
|
|
58
|
-
version: 5.18.0(@types/node@25.3.
|
|
64
|
+
version: 5.18.0(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.2)
|
|
59
65
|
nanostores:
|
|
60
66
|
specifier: ^1.1.1
|
|
61
67
|
version: 1.1.1
|
|
68
|
+
preact:
|
|
69
|
+
specifier: ^10.28.4
|
|
70
|
+
version: 10.28.4
|
|
62
71
|
react:
|
|
63
72
|
specifier: ^19.2.4
|
|
64
73
|
version: 19.2.4
|
|
@@ -69,60 +78,72 @@ importers:
|
|
|
69
78
|
specifier: ^7.8.2
|
|
70
79
|
version: 7.8.2
|
|
71
80
|
svelte:
|
|
72
|
-
specifier: ^5.53.
|
|
73
|
-
version: 5.53.
|
|
81
|
+
specifier: ^5.53.7
|
|
82
|
+
version: 5.53.7
|
|
74
83
|
vue:
|
|
75
84
|
specifier: ^3.5.29
|
|
76
85
|
version: 3.5.29(typescript@5.9.3)
|
|
77
86
|
devDependencies:
|
|
78
87
|
'@analogjs/vite-plugin-angular':
|
|
79
|
-
specifier: ^2.3.
|
|
80
|
-
version: 2.3.
|
|
88
|
+
specifier: ^2.3.1
|
|
89
|
+
version: 2.3.1(@angular/build@21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872))
|
|
81
90
|
'@analogjs/vitest-angular':
|
|
82
|
-
specifier: ^2.3.
|
|
83
|
-
version: 2.3.
|
|
91
|
+
specifier: ^2.3.1
|
|
92
|
+
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872)))(@angular-devkit/architect@0.2102.1(chokidar@5.0.0))(@angular-devkit/schematics@21.2.1(chokidar@5.0.0))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.3)(sass@1.97.3)(yaml@2.8.2))
|
|
84
93
|
'@angular-devkit/architect':
|
|
85
|
-
specifier: ^0.2102.
|
|
86
|
-
version: 0.2102.
|
|
94
|
+
specifier: ^0.2102.1
|
|
95
|
+
version: 0.2102.1(chokidar@5.0.0)
|
|
87
96
|
'@angular-devkit/schematics':
|
|
88
|
-
specifier: ^21.2.
|
|
89
|
-
version: 21.2.
|
|
97
|
+
specifier: ^21.2.1
|
|
98
|
+
version: 21.2.1(chokidar@5.0.0)
|
|
90
99
|
'@angular/cli':
|
|
91
|
-
specifier: ^21.2.
|
|
92
|
-
version: 21.2.
|
|
100
|
+
specifier: ^21.2.1
|
|
101
|
+
version: 21.2.1(@types/node@25.3.5)(chokidar@5.0.0)
|
|
93
102
|
'@angular/router':
|
|
94
|
-
specifier: ^21.1
|
|
95
|
-
version: 21.2.
|
|
103
|
+
specifier: ^21.2.1
|
|
104
|
+
version: 21.2.1(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
105
|
+
'@babel/core':
|
|
106
|
+
specifier: ^7.29.0
|
|
107
|
+
version: 7.29.0
|
|
96
108
|
'@eslint/compat':
|
|
97
|
-
specifier: ^2.0.
|
|
98
|
-
version: 2.0.
|
|
109
|
+
specifier: ^2.0.3
|
|
110
|
+
version: 2.0.3(eslint@9.39.4)
|
|
111
|
+
'@eslint/eslintrc':
|
|
112
|
+
specifier: ^3.3.5
|
|
113
|
+
version: 3.3.5
|
|
99
114
|
'@eslint/js':
|
|
100
|
-
specifier: ^9.39.
|
|
101
|
-
version: 9.39.
|
|
115
|
+
specifier: ^9.39.4
|
|
116
|
+
version: 9.39.4
|
|
102
117
|
'@eslint/markdown':
|
|
103
118
|
specifier: ^7.5.1
|
|
104
119
|
version: 7.5.1
|
|
105
120
|
'@playwright/test':
|
|
106
|
-
specifier: 1.
|
|
107
|
-
version: 1.
|
|
121
|
+
specifier: 1.58.2
|
|
122
|
+
version: 1.58.2
|
|
123
|
+
'@preact/preset-vite':
|
|
124
|
+
specifier: ^2.10.3
|
|
125
|
+
version: 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
108
126
|
'@sveltejs/vite-plugin-svelte':
|
|
109
127
|
specifier: ^6.2.4
|
|
110
|
-
version: 6.2.4(svelte@5.53.
|
|
128
|
+
version: 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
111
129
|
'@testing-library/angular':
|
|
112
130
|
specifier: ^19.1.0
|
|
113
|
-
version: 19.1.0(@angular/common@21.2.
|
|
131
|
+
version: 19.1.0(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/router@21.2.1(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)
|
|
114
132
|
'@testing-library/dom':
|
|
115
133
|
specifier: ^10.4.1
|
|
116
134
|
version: 10.4.1
|
|
117
135
|
'@testing-library/jest-dom':
|
|
118
136
|
specifier: ^6.9.1
|
|
119
137
|
version: 6.9.1
|
|
138
|
+
'@testing-library/preact':
|
|
139
|
+
specifier: ^3.2.4
|
|
140
|
+
version: 3.2.4(preact@10.28.4)
|
|
120
141
|
'@testing-library/react':
|
|
121
142
|
specifier: ^16.3.2
|
|
122
143
|
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
123
144
|
'@testing-library/svelte':
|
|
124
145
|
specifier: ^5.3.1
|
|
125
|
-
version: 5.3.1(svelte@5.53.
|
|
146
|
+
version: 5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.3)(sass@1.97.3)(yaml@2.8.2))
|
|
126
147
|
'@testing-library/user-event':
|
|
127
148
|
specifier: ^14.6.1
|
|
128
149
|
version: 14.6.1(@testing-library/dom@10.4.1)
|
|
@@ -133,8 +154,8 @@ importers:
|
|
|
133
154
|
specifier: ^1.14.3
|
|
134
155
|
version: 1.14.3
|
|
135
156
|
'@types/node':
|
|
136
|
-
specifier: ^25.3.
|
|
137
|
-
version: 25.3.
|
|
157
|
+
specifier: ^25.3.5
|
|
158
|
+
version: 25.3.5
|
|
138
159
|
'@types/react':
|
|
139
160
|
specifier: ^19.2.14
|
|
140
161
|
version: 19.2.14
|
|
@@ -143,13 +164,13 @@ importers:
|
|
|
143
164
|
version: 19.2.3(@types/react@19.2.14)
|
|
144
165
|
'@vitejs/plugin-react':
|
|
145
166
|
specifier: ^5.1.4
|
|
146
|
-
version: 5.1.4(vite@6.4.1(@types/node@25.3.
|
|
167
|
+
version: 5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
147
168
|
'@vitejs/plugin-vue':
|
|
148
169
|
specifier: ^6.0.4
|
|
149
|
-
version: 6.0.4(vite@6.4.1(@types/node@25.3.
|
|
170
|
+
version: 6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3))
|
|
150
171
|
angular-eslint:
|
|
151
|
-
specifier: ^21.
|
|
152
|
-
version: 21.
|
|
172
|
+
specifier: ^21.3.0
|
|
173
|
+
version: 21.3.0(@angular/cli@21.2.1(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.56.1(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3)
|
|
153
174
|
better-npm-audit:
|
|
154
175
|
specifier: ^3.11.0
|
|
155
176
|
version: 3.11.0
|
|
@@ -157,50 +178,53 @@ importers:
|
|
|
157
178
|
specifier: ^17.3.1
|
|
158
179
|
version: 17.3.1
|
|
159
180
|
eslint:
|
|
160
|
-
specifier: ^9.39.
|
|
161
|
-
version: 9.39.
|
|
181
|
+
specifier: ^9.39.4
|
|
182
|
+
version: 9.39.4
|
|
183
|
+
eslint-config-preact:
|
|
184
|
+
specifier: ^2.0.0
|
|
185
|
+
version: 2.0.0(eslint@9.39.4)
|
|
162
186
|
eslint-config-prettier:
|
|
163
187
|
specifier: ^10.1.8
|
|
164
|
-
version: 10.1.8(eslint@9.39.
|
|
188
|
+
version: 10.1.8(eslint@9.39.4)
|
|
165
189
|
eslint-plugin-astro:
|
|
166
190
|
specifier: ^1.6.0
|
|
167
|
-
version: 1.6.0(eslint@9.39.
|
|
191
|
+
version: 1.6.0(eslint@9.39.4)
|
|
168
192
|
eslint-plugin-import:
|
|
169
193
|
specifier: ^2.32.0
|
|
170
|
-
version: 2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
194
|
+
version: 2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
|
|
171
195
|
eslint-plugin-jest:
|
|
172
196
|
specifier: ^29.15.0
|
|
173
|
-
version: 29.15.0(@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
197
|
+
version: 29.15.0(@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
174
198
|
eslint-plugin-jest-dom:
|
|
175
199
|
specifier: ^5.5.0
|
|
176
|
-
version: 5.5.0(@testing-library/dom@10.4.1)(eslint@9.39.
|
|
200
|
+
version: 5.5.0(@testing-library/dom@10.4.1)(eslint@9.39.4)
|
|
177
201
|
eslint-plugin-perfectionist:
|
|
178
202
|
specifier: ^5.6.0
|
|
179
|
-
version: 5.6.0(eslint@9.39.
|
|
203
|
+
version: 5.6.0(eslint@9.39.4)(typescript@5.9.3)
|
|
180
204
|
eslint-plugin-playwright:
|
|
181
|
-
specifier: ^2.
|
|
182
|
-
version: 2.
|
|
205
|
+
specifier: ^2.9.0
|
|
206
|
+
version: 2.9.0(eslint@9.39.4)
|
|
183
207
|
eslint-plugin-react:
|
|
184
208
|
specifier: ^7.37.5
|
|
185
|
-
version: 7.37.5(eslint@9.39.
|
|
209
|
+
version: 7.37.5(eslint@9.39.4)
|
|
186
210
|
eslint-plugin-react-hooks:
|
|
187
211
|
specifier: ^7.0.1
|
|
188
|
-
version: 7.0.1(eslint@9.39.
|
|
212
|
+
version: 7.0.1(eslint@9.39.4)
|
|
189
213
|
eslint-plugin-svelte:
|
|
190
214
|
specifier: ^3.15.0
|
|
191
|
-
version: 3.15.0(eslint@9.39.
|
|
215
|
+
version: 3.15.0(eslint@9.39.4)(svelte@5.53.7)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3))
|
|
192
216
|
eslint-plugin-testing-library:
|
|
193
217
|
specifier: ^7.16.0
|
|
194
|
-
version: 7.16.0(eslint@9.39.
|
|
218
|
+
version: 7.16.0(eslint@9.39.4)(typescript@5.9.3)
|
|
195
219
|
eslint-plugin-vue:
|
|
196
220
|
specifier: ^10.8.0
|
|
197
|
-
version: 10.8.0(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
221
|
+
version: 10.8.0(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
|
|
198
222
|
globals:
|
|
199
|
-
specifier: ^17.
|
|
200
|
-
version: 17.
|
|
223
|
+
specifier: ^17.4.0
|
|
224
|
+
version: 17.4.0
|
|
201
225
|
happy-dom:
|
|
202
|
-
specifier: ^20.
|
|
203
|
-
version: 20.
|
|
226
|
+
specifier: ^20.8.3
|
|
227
|
+
version: 20.8.3
|
|
204
228
|
improved-yarn-audit:
|
|
205
229
|
specifier: ^3.0.4
|
|
206
230
|
version: 3.0.4
|
|
@@ -214,14 +238,14 @@ importers:
|
|
|
214
238
|
specifier: ^3.8.1
|
|
215
239
|
version: 3.8.1
|
|
216
240
|
prettier-plugin-svelte:
|
|
217
|
-
specifier: ^3.5.
|
|
218
|
-
version: 3.5.
|
|
241
|
+
specifier: ^3.5.1
|
|
242
|
+
version: 3.5.1(prettier@3.8.1)(svelte@5.53.7)
|
|
219
243
|
svelte-eslint-parser:
|
|
220
|
-
specifier: ^1.
|
|
221
|
-
version: 1.
|
|
244
|
+
specifier: ^1.6.0
|
|
245
|
+
version: 1.6.0(svelte@5.53.7)
|
|
222
246
|
ts-node:
|
|
223
247
|
specifier: ^10.9.2
|
|
224
|
-
version: 10.9.2(@types/node@25.3.
|
|
248
|
+
version: 10.9.2(@types/node@25.3.5)(typescript@5.9.3)
|
|
225
249
|
tslib:
|
|
226
250
|
specifier: ^2.8.1
|
|
227
251
|
version: 2.8.1
|
|
@@ -230,16 +254,16 @@ importers:
|
|
|
230
254
|
version: 5.9.3
|
|
231
255
|
typescript-eslint:
|
|
232
256
|
specifier: ^8.56.1
|
|
233
|
-
version: 8.56.1(eslint@9.39.
|
|
257
|
+
version: 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
234
258
|
vite:
|
|
235
259
|
specifier: ^6.4.1
|
|
236
|
-
version: 6.4.1(@types/node@25.3.
|
|
260
|
+
version: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
237
261
|
vitest:
|
|
238
262
|
specifier: ^4.0.18
|
|
239
|
-
version: 4.0.18(@types/node@25.3.
|
|
263
|
+
version: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.3)(sass@1.97.3)(yaml@2.8.2)
|
|
240
264
|
vue-eslint-parser:
|
|
241
265
|
specifier: ^10.4.0
|
|
242
|
-
version: 10.4.0(eslint@9.39.
|
|
266
|
+
version: 10.4.0(eslint@9.39.4)
|
|
243
267
|
|
|
244
268
|
packages:
|
|
245
269
|
|
|
@@ -306,8 +330,8 @@ packages:
|
|
|
306
330
|
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
|
|
307
331
|
engines: {node: '>=6.0.0'}
|
|
308
332
|
|
|
309
|
-
'@analogjs/astro-angular@2.3.
|
|
310
|
-
resolution: {integrity: sha512-
|
|
333
|
+
'@analogjs/astro-angular@2.3.1':
|
|
334
|
+
resolution: {integrity: sha512-t6ZFT5DKLuccBfeHobJuiUOPcetmznIvmzNsOdanbvt7PP8KLiun2Y1s8k1LfdndZC8Lt5r1K7IofyckW6oapg==}
|
|
311
335
|
peerDependencies:
|
|
312
336
|
'@angular/animations': '>=20.0.0'
|
|
313
337
|
'@angular/build': '>=20.0.0'
|
|
@@ -321,8 +345,8 @@ packages:
|
|
|
321
345
|
rxjs: ^7.8.0
|
|
322
346
|
tslib: ^2.4.0
|
|
323
347
|
|
|
324
|
-
'@analogjs/vite-plugin-angular@2.3.
|
|
325
|
-
resolution: {integrity: sha512-
|
|
348
|
+
'@analogjs/vite-plugin-angular@2.3.1':
|
|
349
|
+
resolution: {integrity: sha512-6ttSrMFBYwvS5JfovagfhkLaje1RjzztIniBWtH5G8wc6vrud77/sRJWVaVC4Ri4XRBTQ2kG5thSDumccX1B7g==}
|
|
326
350
|
peerDependencies:
|
|
327
351
|
'@angular-devkit/build-angular': ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
|
|
328
352
|
'@angular/build': ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
|
|
@@ -332,8 +356,8 @@ packages:
|
|
|
332
356
|
'@angular/build':
|
|
333
357
|
optional: true
|
|
334
358
|
|
|
335
|
-
'@analogjs/vitest-angular@2.3.
|
|
336
|
-
resolution: {integrity: sha512-
|
|
359
|
+
'@analogjs/vitest-angular@2.3.1':
|
|
360
|
+
resolution: {integrity: sha512-wbTLgeWDR9qPohE5vzGi4GJ0oHC/GmAhkzEMbt6xoAHbhvMsRrqsiiku03tejHcPqErMlsBotIeR/huAbJferQ==}
|
|
337
361
|
peerDependencies:
|
|
338
362
|
'@analogjs/vite-plugin-angular': '*'
|
|
339
363
|
'@angular-devkit/architect': '>=0.1500.0 < 0.2200.0'
|
|
@@ -344,13 +368,13 @@ packages:
|
|
|
344
368
|
zone.js:
|
|
345
369
|
optional: true
|
|
346
370
|
|
|
347
|
-
'@angular-devkit/architect@0.2102.
|
|
348
|
-
resolution: {integrity: sha512-
|
|
371
|
+
'@angular-devkit/architect@0.2102.1':
|
|
372
|
+
resolution: {integrity: sha512-x2Qqz6oLYvEh9UBUG0AP1A4zROO/VP+k+zM9+4c2uZw1uqoBQFmutqgzncjVU7cR9R0RApgx9JRZHDFtQru68w==}
|
|
349
373
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
350
374
|
hasBin: true
|
|
351
375
|
|
|
352
|
-
'@angular-devkit/core@21.2.
|
|
353
|
-
resolution: {integrity: sha512-
|
|
376
|
+
'@angular-devkit/core@21.2.1':
|
|
377
|
+
resolution: {integrity: sha512-TpXGjERqVPN8EPt7LdmWAwh0oNQ/6uWFutzGZiXhJy81n1zb1O1XrqhRAmvP1cAo5O+na6IV2JkkCmxL6F8GUg==}
|
|
354
378
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
355
379
|
peerDependencies:
|
|
356
380
|
chokidar: ^5.0.0
|
|
@@ -358,62 +382,62 @@ packages:
|
|
|
358
382
|
chokidar:
|
|
359
383
|
optional: true
|
|
360
384
|
|
|
361
|
-
'@angular-devkit/schematics@21.2.
|
|
362
|
-
resolution: {integrity: sha512-
|
|
385
|
+
'@angular-devkit/schematics@21.2.1':
|
|
386
|
+
resolution: {integrity: sha512-CWoamHaasAHMjHcYqxbj0tMnoXxdGotcAz2SpiuWtH28Lnf5xfbTaJn/lwdMP8Wdh4tgA+uYh2l45A5auCwmkw==}
|
|
363
387
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
364
388
|
|
|
365
|
-
'@angular-eslint/builder@21.
|
|
366
|
-
resolution: {integrity: sha512-
|
|
389
|
+
'@angular-eslint/builder@21.3.0':
|
|
390
|
+
resolution: {integrity: sha512-26QUUouei52biUFAlJSrWNAU9tuF2miKwd8uHdxWwCF31xz+OxC5+NfudWvt1AFaYow7gWueX1QX3rNNtSPDrg==}
|
|
367
391
|
peerDependencies:
|
|
368
392
|
'@angular/cli': '>= 21.0.0 < 22.0.0'
|
|
369
|
-
eslint: ^8.57.0 || ^9.0.0
|
|
393
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
370
394
|
typescript: '*'
|
|
371
395
|
|
|
372
|
-
'@angular-eslint/bundled-angular-compiler@21.
|
|
373
|
-
resolution: {integrity: sha512-
|
|
396
|
+
'@angular-eslint/bundled-angular-compiler@21.3.0':
|
|
397
|
+
resolution: {integrity: sha512-l521I24J9gJxyMbRkrM24Tc7W8J8BP+TDAmVs2nT8+lXbS3kg8QpWBRtd+hNUgq6o+vt+lKBkytnEfu8OiqeRg==}
|
|
374
398
|
|
|
375
|
-
'@angular-eslint/eslint-plugin-template@21.
|
|
376
|
-
resolution: {integrity: sha512-
|
|
399
|
+
'@angular-eslint/eslint-plugin-template@21.3.0':
|
|
400
|
+
resolution: {integrity: sha512-lVixd/KypPWgA/5/pUOhJV9MTcaHjYZEqyOi+IiLk+h+maGxn6/s6Ot+20n+XGS85zAgOY+qUw6EEQ11hoojIQ==}
|
|
377
401
|
peerDependencies:
|
|
378
|
-
'@angular-eslint/template-parser': 21.
|
|
402
|
+
'@angular-eslint/template-parser': 21.3.0
|
|
379
403
|
'@typescript-eslint/types': ^7.11.0 || ^8.0.0
|
|
380
404
|
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
|
|
381
|
-
eslint: ^8.57.0 || ^9.0.0
|
|
405
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
382
406
|
typescript: '*'
|
|
383
407
|
|
|
384
|
-
'@angular-eslint/eslint-plugin@21.
|
|
385
|
-
resolution: {integrity: sha512-
|
|
408
|
+
'@angular-eslint/eslint-plugin@21.3.0':
|
|
409
|
+
resolution: {integrity: sha512-Whf/AUUBekOlfSJRS78m76YGrBQAZ3waXE7oOdlW5xEQvn8jBDN9EGuNnjg/syZzvzjK4ZpYC4g1XYXrc+fQIg==}
|
|
386
410
|
peerDependencies:
|
|
387
411
|
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
|
|
388
|
-
eslint: ^8.57.0 || ^9.0.0
|
|
412
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
389
413
|
typescript: '*'
|
|
390
414
|
|
|
391
|
-
'@angular-eslint/schematics@21.
|
|
392
|
-
resolution: {integrity: sha512-
|
|
415
|
+
'@angular-eslint/schematics@21.3.0':
|
|
416
|
+
resolution: {integrity: sha512-8deU/zVY9f8k8kAQQ9PL130ox2VlrZw3fMxgsPNAY5tjQ0xk0J2YVSszYHhcqdMGG1J01IsxIjvQaJ4pFfEmMw==}
|
|
393
417
|
peerDependencies:
|
|
394
418
|
'@angular/cli': '>= 21.0.0 < 22.0.0'
|
|
395
419
|
|
|
396
|
-
'@angular-eslint/template-parser@21.
|
|
397
|
-
resolution: {integrity: sha512-
|
|
420
|
+
'@angular-eslint/template-parser@21.3.0':
|
|
421
|
+
resolution: {integrity: sha512-ysyou1zAY6M6rSZNdIcYKGd4nk6TCapamyFNB3ivmTlVZ0O35TS9o/rJ0aUttuHgDp+Ysgs3ql+LA746PXgCyQ==}
|
|
398
422
|
peerDependencies:
|
|
399
|
-
eslint: ^8.57.0 || ^9.0.0
|
|
423
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
400
424
|
typescript: '*'
|
|
401
425
|
|
|
402
|
-
'@angular-eslint/utils@21.
|
|
403
|
-
resolution: {integrity: sha512-
|
|
426
|
+
'@angular-eslint/utils@21.3.0':
|
|
427
|
+
resolution: {integrity: sha512-oNigH6w3l+owTMboj/uFG0tHOy43uH8BpQRtBOQL1/s2+5in/BJ2Fjobv3SyizxTgeJ1FhRefbkT8GmVjK7jAA==}
|
|
404
428
|
peerDependencies:
|
|
405
429
|
'@typescript-eslint/utils': ^7.11.0 || ^8.0.0
|
|
406
|
-
eslint: ^8.57.0 || ^9.0.0
|
|
430
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
407
431
|
typescript: '*'
|
|
408
432
|
|
|
409
|
-
'@angular/animations@21.2.
|
|
410
|
-
resolution: {integrity: sha512-
|
|
433
|
+
'@angular/animations@21.2.1':
|
|
434
|
+
resolution: {integrity: sha512-zT/S29pUTbziCLvZ2itBdNWd5i8tsXexofH7KA4n2yvYmK1EhNpE7TlHRjghmsHgtDt4VnGiMW4zXEyrl05Dwg==}
|
|
411
435
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
412
436
|
peerDependencies:
|
|
413
|
-
'@angular/core': 21.2.
|
|
437
|
+
'@angular/core': 21.2.1
|
|
414
438
|
|
|
415
|
-
'@angular/build@21.2.
|
|
416
|
-
resolution: {integrity: sha512-
|
|
439
|
+
'@angular/build@21.2.1':
|
|
440
|
+
resolution: {integrity: sha512-cUpLNHJp9taII/FOcJHHfQYlMcZSRaf6eIxgSNS6Xfx1CeGoJNDN+J8+GFk+H1CPJt1EvbfyZ+dE5DbsgTD/QQ==}
|
|
417
441
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
418
442
|
peerDependencies:
|
|
419
443
|
'@angular/compiler': ^21.0.0
|
|
@@ -423,7 +447,7 @@ packages:
|
|
|
423
447
|
'@angular/platform-browser': ^21.0.0
|
|
424
448
|
'@angular/platform-server': ^21.0.0
|
|
425
449
|
'@angular/service-worker': ^21.0.0
|
|
426
|
-
'@angular/ssr': ^21.2.
|
|
450
|
+
'@angular/ssr': ^21.2.1
|
|
427
451
|
karma: ^6.4.0
|
|
428
452
|
less: ^4.2.0
|
|
429
453
|
ng-packagr: ^21.0.0
|
|
@@ -458,38 +482,38 @@ packages:
|
|
|
458
482
|
vitest:
|
|
459
483
|
optional: true
|
|
460
484
|
|
|
461
|
-
'@angular/cli@21.2.
|
|
462
|
-
resolution: {integrity: sha512-
|
|
485
|
+
'@angular/cli@21.2.1':
|
|
486
|
+
resolution: {integrity: sha512-5SRfMTgwFj1zXOpfeZWHsxZBni0J4Xz7/CbewG47D6DmbstOrSdgt6eNzJ62R650t0G9dpri2YvToZgImtbjOQ==}
|
|
463
487
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
464
488
|
hasBin: true
|
|
465
489
|
|
|
466
|
-
'@angular/common@21.2.
|
|
467
|
-
resolution: {integrity: sha512-
|
|
490
|
+
'@angular/common@21.2.1':
|
|
491
|
+
resolution: {integrity: sha512-xhv2i1Q9s1kpGbGsfj+o36+XUC/TQLcZyRuRxn3GwaN7Rv34FabC88ycpvoE+sW/txj4JRx9yPA0dRSZjwZ+Gg==}
|
|
468
492
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
469
493
|
peerDependencies:
|
|
470
|
-
'@angular/core': 21.2.
|
|
494
|
+
'@angular/core': 21.2.1
|
|
471
495
|
rxjs: ^6.5.3 || ^7.4.0
|
|
472
496
|
|
|
473
|
-
'@angular/compiler-cli@21.2.
|
|
474
|
-
resolution: {integrity: sha512-
|
|
497
|
+
'@angular/compiler-cli@21.2.1':
|
|
498
|
+
resolution: {integrity: sha512-qYCWLGtEju4cDtYLi4ZzbwKoF0lcGs+Lc31kuESvAzYvWNgk2EUOtwWo8kbgpAzAwSYodtxW6Q90iWEwfU6elw==}
|
|
475
499
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
476
500
|
hasBin: true
|
|
477
501
|
peerDependencies:
|
|
478
|
-
'@angular/compiler': 21.2.
|
|
502
|
+
'@angular/compiler': 21.2.1
|
|
479
503
|
typescript: '>=5.9 <6.1'
|
|
480
504
|
peerDependenciesMeta:
|
|
481
505
|
typescript:
|
|
482
506
|
optional: true
|
|
483
507
|
|
|
484
|
-
'@angular/compiler@21.2.
|
|
485
|
-
resolution: {integrity: sha512-
|
|
508
|
+
'@angular/compiler@21.2.1':
|
|
509
|
+
resolution: {integrity: sha512-FxWaSaii1vfHIFA+JksqQ8NGB2frfqCrs7Ju50a44kbwR4fmanfn/VsiS/CbwBp9vcyT/Br9X/jAG4RuK/U2nw==}
|
|
486
510
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
487
511
|
|
|
488
|
-
'@angular/core@21.2.
|
|
489
|
-
resolution: {integrity: sha512-
|
|
512
|
+
'@angular/core@21.2.1':
|
|
513
|
+
resolution: {integrity: sha512-pFTbg03s2ZI5cHNT+eWsGjwIIKiYkeAnodFbCAHjwFi9KCEYlTykFLjr9lcpGrBddfmAH7GE08Q73vgmsdcNHw==}
|
|
490
514
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
491
515
|
peerDependencies:
|
|
492
|
-
'@angular/compiler': 21.2.
|
|
516
|
+
'@angular/compiler': 21.2.1
|
|
493
517
|
rxjs: ^6.5.3 || ^7.4.0
|
|
494
518
|
zone.js: ~0.15.0 || ~0.16.0
|
|
495
519
|
peerDependenciesMeta:
|
|
@@ -498,38 +522,38 @@ packages:
|
|
|
498
522
|
zone.js:
|
|
499
523
|
optional: true
|
|
500
524
|
|
|
501
|
-
'@angular/language-service@21.2.
|
|
502
|
-
resolution: {integrity: sha512-
|
|
525
|
+
'@angular/language-service@21.2.1':
|
|
526
|
+
resolution: {integrity: sha512-L8EaNhWDKMny18RURg/Ju2Dix2e7qLL/s2yDQrawgjQRmXAMnjimz10w/EiiG7FMK/Hj5fLycS5X8VITq1f2rg==}
|
|
503
527
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
504
528
|
|
|
505
|
-
'@angular/platform-browser@21.2.
|
|
506
|
-
resolution: {integrity: sha512-
|
|
529
|
+
'@angular/platform-browser@21.2.1':
|
|
530
|
+
resolution: {integrity: sha512-k4SJLxIaLT26vLjLuFL+ho0BiG5PrdxEsjsXFC7w5iUhomeouzkHVTZ4t7gaLNKrdRD7QNtU4Faw0nL0yx0ZPQ==}
|
|
507
531
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
508
532
|
peerDependencies:
|
|
509
|
-
'@angular/animations': 21.2.
|
|
510
|
-
'@angular/common': 21.2.
|
|
511
|
-
'@angular/core': 21.2.
|
|
533
|
+
'@angular/animations': 21.2.1
|
|
534
|
+
'@angular/common': 21.2.1
|
|
535
|
+
'@angular/core': 21.2.1
|
|
512
536
|
peerDependenciesMeta:
|
|
513
537
|
'@angular/animations':
|
|
514
538
|
optional: true
|
|
515
539
|
|
|
516
|
-
'@angular/platform-server@21.2.
|
|
517
|
-
resolution: {integrity: sha512-
|
|
540
|
+
'@angular/platform-server@21.2.1':
|
|
541
|
+
resolution: {integrity: sha512-ezIY3hKl98JIjQcy+wq+38w9ln2bplQ8HFpEsaYySjPPu5TYCQ/z8HFxpvgqK80SVfvE7ijbgY+ALzKCE30Fjg==}
|
|
518
542
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
519
543
|
peerDependencies:
|
|
520
|
-
'@angular/common': 21.2.
|
|
521
|
-
'@angular/compiler': 21.2.
|
|
522
|
-
'@angular/core': 21.2.
|
|
523
|
-
'@angular/platform-browser': 21.2.
|
|
544
|
+
'@angular/common': 21.2.1
|
|
545
|
+
'@angular/compiler': 21.2.1
|
|
546
|
+
'@angular/core': 21.2.1
|
|
547
|
+
'@angular/platform-browser': 21.2.1
|
|
524
548
|
rxjs: ^6.5.3 || ^7.4.0
|
|
525
549
|
|
|
526
|
-
'@angular/router@21.2.
|
|
527
|
-
resolution: {integrity: sha512-
|
|
550
|
+
'@angular/router@21.2.1':
|
|
551
|
+
resolution: {integrity: sha512-FUKG+8ImQYxmlDUdAs7+VeS/VrBNrbo0zGiKkzVNU/bbcCyroKXJLXFtkFI3qmROiJNyIta2IMBCHJvIjLIMig==}
|
|
528
552
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
529
553
|
peerDependencies:
|
|
530
|
-
'@angular/common': 21.2.
|
|
531
|
-
'@angular/core': 21.2.
|
|
532
|
-
'@angular/platform-browser': 21.2.
|
|
554
|
+
'@angular/common': 21.2.1
|
|
555
|
+
'@angular/core': 21.2.1
|
|
556
|
+
'@angular/platform-browser': 21.2.1
|
|
533
557
|
rxjs: ^6.5.3 || ^7.4.0
|
|
534
558
|
|
|
535
559
|
'@antfu/utils@0.7.10':
|
|
@@ -544,6 +568,12 @@ packages:
|
|
|
544
568
|
'@astrojs/markdown-remark@6.3.10':
|
|
545
569
|
resolution: {integrity: sha512-kk4HeYR6AcnzC4QV8iSlOfh+N8TZ3MEStxPyenyCtemqn8IpEATBFMTJcfrNW32dgpt6MY3oCkMM/Tv3/I4G3A==}
|
|
546
570
|
|
|
571
|
+
'@astrojs/preact@4.1.3':
|
|
572
|
+
resolution: {integrity: sha512-Ph416wbgyumkmYr7erZ83l/d+LXdZethlHRRCbgoKEn8wo3Rkq13shKFp0QYXYSDYxVaA6UBdkdimeowy/lMLQ==}
|
|
573
|
+
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
|
|
574
|
+
peerDependencies:
|
|
575
|
+
preact: ^10.6.5
|
|
576
|
+
|
|
547
577
|
'@astrojs/prism@3.3.0':
|
|
548
578
|
resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==}
|
|
549
579
|
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
|
|
@@ -588,6 +618,13 @@ packages:
|
|
|
588
618
|
resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
|
|
589
619
|
engines: {node: '>=6.9.0'}
|
|
590
620
|
|
|
621
|
+
'@babel/eslint-parser@7.28.6':
|
|
622
|
+
resolution: {integrity: sha512-QGmsKi2PBO/MHSQk+AAgA9R6OHQr+VqnniFE0eMWZcVcfBZoA2dKn2hUsl3Csg/Plt9opRUWdY7//VXsrIlEiA==}
|
|
623
|
+
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
|
|
624
|
+
peerDependencies:
|
|
625
|
+
'@babel/core': ^7.11.0
|
|
626
|
+
eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
|
|
627
|
+
|
|
591
628
|
'@babel/generator@7.29.1':
|
|
592
629
|
resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
|
|
593
630
|
engines: {node: '>=6.9.0'}
|
|
@@ -673,6 +710,11 @@ packages:
|
|
|
673
710
|
peerDependencies:
|
|
674
711
|
'@babel/core': ^7.0.0-0
|
|
675
712
|
|
|
713
|
+
'@babel/plugin-syntax-class-properties@7.12.13':
|
|
714
|
+
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
|
715
|
+
peerDependencies:
|
|
716
|
+
'@babel/core': ^7.0.0-0
|
|
717
|
+
|
|
676
718
|
'@babel/plugin-syntax-decorators@7.28.6':
|
|
677
719
|
resolution: {integrity: sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==}
|
|
678
720
|
engines: {node: '>=6.9.0'}
|
|
@@ -702,6 +744,12 @@ packages:
|
|
|
702
744
|
peerDependencies:
|
|
703
745
|
'@babel/core': ^7.0.0-0
|
|
704
746
|
|
|
747
|
+
'@babel/plugin-transform-react-jsx-development@7.27.1':
|
|
748
|
+
resolution: {integrity: sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==}
|
|
749
|
+
engines: {node: '>=6.9.0'}
|
|
750
|
+
peerDependencies:
|
|
751
|
+
'@babel/core': ^7.0.0-0
|
|
752
|
+
|
|
705
753
|
'@babel/plugin-transform-react-jsx-self@7.27.1':
|
|
706
754
|
resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
|
|
707
755
|
engines: {node: '>=6.9.0'}
|
|
@@ -714,6 +762,12 @@ packages:
|
|
|
714
762
|
peerDependencies:
|
|
715
763
|
'@babel/core': ^7.0.0-0
|
|
716
764
|
|
|
765
|
+
'@babel/plugin-transform-react-jsx@7.28.6':
|
|
766
|
+
resolution: {integrity: sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==}
|
|
767
|
+
engines: {node: '>=6.9.0'}
|
|
768
|
+
peerDependencies:
|
|
769
|
+
'@babel/core': ^7.0.0-0
|
|
770
|
+
|
|
717
771
|
'@babel/plugin-transform-typescript@7.28.6':
|
|
718
772
|
resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==}
|
|
719
773
|
engines: {node: '>=6.9.0'}
|
|
@@ -1075,8 +1129,8 @@ packages:
|
|
|
1075
1129
|
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
|
1076
1130
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
1077
1131
|
|
|
1078
|
-
'@eslint/compat@2.0.
|
|
1079
|
-
resolution: {integrity: sha512-
|
|
1132
|
+
'@eslint/compat@2.0.3':
|
|
1133
|
+
resolution: {integrity: sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==}
|
|
1080
1134
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1081
1135
|
peerDependencies:
|
|
1082
1136
|
eslint: ^8.40 || 9 || 10
|
|
@@ -1084,8 +1138,8 @@ packages:
|
|
|
1084
1138
|
eslint:
|
|
1085
1139
|
optional: true
|
|
1086
1140
|
|
|
1087
|
-
'@eslint/config-array@0.21.
|
|
1088
|
-
resolution: {integrity: sha512-
|
|
1141
|
+
'@eslint/config-array@0.21.2':
|
|
1142
|
+
resolution: {integrity: sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==}
|
|
1089
1143
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1090
1144
|
|
|
1091
1145
|
'@eslint/config-helpers@0.4.2':
|
|
@@ -1096,16 +1150,16 @@ packages:
|
|
|
1096
1150
|
resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
|
|
1097
1151
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1098
1152
|
|
|
1099
|
-
'@eslint/core@1.1.
|
|
1100
|
-
resolution: {integrity: sha512
|
|
1153
|
+
'@eslint/core@1.1.1':
|
|
1154
|
+
resolution: {integrity: sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==}
|
|
1101
1155
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1102
1156
|
|
|
1103
|
-
'@eslint/eslintrc@3.3.
|
|
1104
|
-
resolution: {integrity: sha512-
|
|
1157
|
+
'@eslint/eslintrc@3.3.5':
|
|
1158
|
+
resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==}
|
|
1105
1159
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1106
1160
|
|
|
1107
|
-
'@eslint/js@9.39.
|
|
1108
|
-
resolution: {integrity: sha512-
|
|
1161
|
+
'@eslint/js@9.39.4':
|
|
1162
|
+
resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
|
|
1109
1163
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1110
1164
|
|
|
1111
1165
|
'@eslint/markdown@7.5.1':
|
|
@@ -1127,8 +1181,8 @@ packages:
|
|
|
1127
1181
|
'@harperfast/extended-iterable@1.0.3':
|
|
1128
1182
|
resolution: {integrity: sha512-sSAYhQca3rDWtQUHSAPeO7axFIUJOI6hn1gjRC5APVE1a90tuyT8f5WIgRsFhhWA7htNkju2veB9eWL6YHi/Lw==}
|
|
1129
1183
|
|
|
1130
|
-
'@hono/node-server@1.19.
|
|
1131
|
-
resolution: {integrity: sha512-
|
|
1184
|
+
'@hono/node-server@1.19.10':
|
|
1185
|
+
resolution: {integrity: sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==}
|
|
1132
1186
|
engines: {node: '>=18.14.1'}
|
|
1133
1187
|
peerDependencies:
|
|
1134
1188
|
hono: ^4
|
|
@@ -1509,6 +1563,12 @@ packages:
|
|
|
1509
1563
|
cpu: [x64]
|
|
1510
1564
|
os: [win32]
|
|
1511
1565
|
|
|
1566
|
+
'@mdn/browser-compat-data@5.7.6':
|
|
1567
|
+
resolution: {integrity: sha512-7xdrMX0Wk7grrTZQwAoy1GkvPMFoizStUoL+VmtUkAxegbCCec+3FKwOM6yc/uGU5+BEczQHXAlWiqvM8JeENg==}
|
|
1568
|
+
|
|
1569
|
+
'@mdn/browser-compat-data@6.1.5':
|
|
1570
|
+
resolution: {integrity: sha512-PzdZZzRhcXvKB0begee28n5lvwAcinGKYuLZOVxHAZm+n7y01ddEGfdS1ZXRuVcV+ndG6mSEAE8vgudom5UjYg==}
|
|
1571
|
+
|
|
1512
1572
|
'@modelcontextprotocol/sdk@1.26.0':
|
|
1513
1573
|
resolution: {integrity: sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==}
|
|
1514
1574
|
engines: {node: '>=18'}
|
|
@@ -1549,6 +1609,13 @@ packages:
|
|
|
1549
1609
|
cpu: [x64]
|
|
1550
1610
|
os: [win32]
|
|
1551
1611
|
|
|
1612
|
+
'@nanostores/preact@1.0.0':
|
|
1613
|
+
resolution: {integrity: sha512-woHYvSwau1YtO9AEnGsh/jRPU2u5DTfNSrDHtKMZOeDUWV6EJfvyv7dJ7AaMps2I9uJcY6OlqXKkA9qTctEjyw==}
|
|
1614
|
+
engines: {node: ^20.0.0 || >=22.0.0}
|
|
1615
|
+
peerDependencies:
|
|
1616
|
+
nanostores: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^1.0.0
|
|
1617
|
+
preact: '>=10.0.0'
|
|
1618
|
+
|
|
1552
1619
|
'@nanostores/react@1.0.0':
|
|
1553
1620
|
resolution: {integrity: sha512-eDduyNy+lbQJMg6XxZ/YssQqF6b4OXMFEZMYKPJCCmBevp1lg0g+4ZRi94qGHirMtsNfAWKNwsjOhC+q1gvC+A==}
|
|
1554
1621
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
@@ -1556,8 +1623,8 @@ packages:
|
|
|
1556
1623
|
nanostores: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^1.0.0
|
|
1557
1624
|
react: '>=18.0.0'
|
|
1558
1625
|
|
|
1559
|
-
'@nanostores/vue@1.0
|
|
1560
|
-
resolution: {integrity: sha512-
|
|
1626
|
+
'@nanostores/vue@1.1.0':
|
|
1627
|
+
resolution: {integrity: sha512-14eY8/YA0AbtWkAjk8zHKxbjcuPubF+M7y9afQzg2b5VqRJcashwA0100vprau13BTBSynUmU6ZsU6x03YidjA==}
|
|
1561
1628
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
1562
1629
|
peerDependencies:
|
|
1563
1630
|
'@nanostores/logger': ^0.4.0 || ^1.0.0
|
|
@@ -1686,6 +1753,9 @@ packages:
|
|
|
1686
1753
|
'@napi-rs/wasm-runtime@1.1.1':
|
|
1687
1754
|
resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==}
|
|
1688
1755
|
|
|
1756
|
+
'@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1':
|
|
1757
|
+
resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==}
|
|
1758
|
+
|
|
1689
1759
|
'@nodelib/fs.scandir@2.1.5':
|
|
1690
1760
|
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
|
1691
1761
|
engines: {node: '>= 8'}
|
|
@@ -1840,14 +1910,45 @@ packages:
|
|
|
1840
1910
|
resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
|
|
1841
1911
|
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
|
1842
1912
|
|
|
1843
|
-
'@playwright/test@1.
|
|
1844
|
-
resolution: {integrity: sha512-
|
|
1913
|
+
'@playwright/test@1.58.2':
|
|
1914
|
+
resolution: {integrity: sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==}
|
|
1845
1915
|
engines: {node: '>=18'}
|
|
1846
1916
|
hasBin: true
|
|
1847
1917
|
|
|
1848
1918
|
'@polka/url@1.0.0-next.29':
|
|
1849
1919
|
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
|
1850
1920
|
|
|
1921
|
+
'@preact/preset-vite@2.10.3':
|
|
1922
|
+
resolution: {integrity: sha512-1SiS+vFItpkNdBs7q585PSAIln0wBeBdcpJYbzPs1qipsb/FssnkUioNXuRsb8ZnU8YEQHr+3v8+/mzWSnTQmg==}
|
|
1923
|
+
peerDependencies:
|
|
1924
|
+
'@babel/core': 7.x
|
|
1925
|
+
vite: 2.x || 3.x || 4.x || 5.x || 6.x || 7.x
|
|
1926
|
+
|
|
1927
|
+
'@preact/signals-core@1.13.0':
|
|
1928
|
+
resolution: {integrity: sha512-slT6XeTCAbdql61GVLlGU4x7XHI7kCZV5Um5uhE4zLX4ApgiiXc0UYFvVOKq06xcovzp7p+61l68oPi563ARKg==}
|
|
1929
|
+
|
|
1930
|
+
'@preact/signals@2.8.1':
|
|
1931
|
+
resolution: {integrity: sha512-wX6U0SpcCukZTJBs5ChljvBZb3XmYzA5gd4vKHgX8wZZKaQCo2WHtmThdLx+mcVvlBa5u3XShC7ffbETJD4BiQ==}
|
|
1932
|
+
peerDependencies:
|
|
1933
|
+
preact: '>= 10.25.0 || >=11.0.0-0'
|
|
1934
|
+
|
|
1935
|
+
'@prefresh/babel-plugin@0.5.3':
|
|
1936
|
+
resolution: {integrity: sha512-57LX2SHs4BX2s1IwCjNzTE2OJeEepRCNf1VTEpbNcUyHfMO68eeOWGDIt4ob9aYlW6PEWZ1SuwNikuoIXANDtQ==}
|
|
1937
|
+
|
|
1938
|
+
'@prefresh/core@1.5.9':
|
|
1939
|
+
resolution: {integrity: sha512-IKBKCPaz34OFVC+adiQ2qaTF5qdztO2/4ZPf4KsRTgjKosWqxVXmEbxCiUydYZRY8GVie+DQlKzQr9gt6HQ+EQ==}
|
|
1940
|
+
peerDependencies:
|
|
1941
|
+
preact: ^10.0.0 || ^11.0.0-0
|
|
1942
|
+
|
|
1943
|
+
'@prefresh/utils@1.2.1':
|
|
1944
|
+
resolution: {integrity: sha512-vq/sIuN5nYfYzvyayXI4C2QkprfNaHUQ9ZX+3xLD8nL3rWyzpxOm1+K7RtMbhd+66QcaISViK7amjnheQ/4WZw==}
|
|
1945
|
+
|
|
1946
|
+
'@prefresh/vite@2.4.12':
|
|
1947
|
+
resolution: {integrity: sha512-FY1fzXpUjiuosznMV0YM7XAOPZjB5FIdWS0W24+XnlxYkt9hNAwwsiKYn+cuTEoMtD/ZVazS5QVssBr9YhpCQA==}
|
|
1948
|
+
peerDependencies:
|
|
1949
|
+
preact: ^10.4.0 || ^11.0.0-0
|
|
1950
|
+
vite: '>=2.0.0'
|
|
1951
|
+
|
|
1851
1952
|
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
1852
1953
|
resolution: {integrity: sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==}
|
|
1853
1954
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -1944,6 +2045,10 @@ packages:
|
|
|
1944
2045
|
'@rolldown/pluginutils@1.0.0-rc.6':
|
|
1945
2046
|
resolution: {integrity: sha512-Y0+JT8Mi1mmW08K6HieG315XNRu4L0rkfCpA364HtytjgiqYnMYRdFPcxRl+BQQqNXzecL2S9nii+RUpO93XIA==}
|
|
1946
2047
|
|
|
2048
|
+
'@rollup/pluginutils@4.2.1':
|
|
2049
|
+
resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==}
|
|
2050
|
+
engines: {node: '>= 8.0.0'}
|
|
2051
|
+
|
|
1947
2052
|
'@rollup/pluginutils@5.3.0':
|
|
1948
2053
|
resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
|
|
1949
2054
|
engines: {node: '>=14.0.0'}
|
|
@@ -2094,8 +2199,8 @@ packages:
|
|
|
2094
2199
|
'@rtsao/scc@1.1.0':
|
|
2095
2200
|
resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
|
|
2096
2201
|
|
|
2097
|
-
'@schematics/angular@21.2.
|
|
2098
|
-
resolution: {integrity: sha512-
|
|
2202
|
+
'@schematics/angular@21.2.1':
|
|
2203
|
+
resolution: {integrity: sha512-DjrHRMoILhbZ6tc7aNZWuHA1wCm1iU/JN1TxAwNEyIBgyU3Fx8Z5baK4w0TCpOIPt0RLWVgP2L7kka9aXWCUFA==}
|
|
2099
2204
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
2100
2205
|
|
|
2101
2206
|
'@sec-ant/readable-stream@0.4.1':
|
|
@@ -2201,6 +2306,10 @@ packages:
|
|
|
2201
2306
|
resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==}
|
|
2202
2307
|
engines: {node: '>=18'}
|
|
2203
2308
|
|
|
2309
|
+
'@testing-library/dom@8.20.1':
|
|
2310
|
+
resolution: {integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==}
|
|
2311
|
+
engines: {node: '>=12'}
|
|
2312
|
+
|
|
2204
2313
|
'@testing-library/dom@9.3.4':
|
|
2205
2314
|
resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==}
|
|
2206
2315
|
engines: {node: '>=14'}
|
|
@@ -2209,6 +2318,12 @@ packages:
|
|
|
2209
2318
|
resolution: {integrity: sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==}
|
|
2210
2319
|
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
|
|
2211
2320
|
|
|
2321
|
+
'@testing-library/preact@3.2.4':
|
|
2322
|
+
resolution: {integrity: sha512-F+kJ243LP6VmEK1M809unzTE/ijg+bsMNuiRN0JEDIJBELKKDNhdgC/WrUSZ7klwJvtlO3wQZ9ix+jhObG07Fg==}
|
|
2323
|
+
engines: {node: '>= 12'}
|
|
2324
|
+
peerDependencies:
|
|
2325
|
+
preact: '>=10 || ^10.0.0-alpha.0 || ^10.0.0-beta.0'
|
|
2326
|
+
|
|
2212
2327
|
'@testing-library/react@16.3.2':
|
|
2213
2328
|
resolution: {integrity: sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==}
|
|
2214
2329
|
engines: {node: '>=18'}
|
|
@@ -2336,8 +2451,8 @@ packages:
|
|
|
2336
2451
|
'@types/nlcst@2.0.3':
|
|
2337
2452
|
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
|
|
2338
2453
|
|
|
2339
|
-
'@types/node@25.3.
|
|
2340
|
-
resolution: {integrity: sha512-
|
|
2454
|
+
'@types/node@25.3.5':
|
|
2455
|
+
resolution: {integrity: sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==}
|
|
2341
2456
|
|
|
2342
2457
|
'@types/react-dom@19.2.3':
|
|
2343
2458
|
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
@@ -2599,11 +2714,11 @@ packages:
|
|
|
2599
2714
|
resolution: {integrity: sha512-Rf7xmeuIo7nb6S4mp4abW2faW8DauZyE2faBIKFaUfP3wnpOvNSbiI5AwVhqBNj0jPgBWEvhyCu0sLjN2q77Rg==}
|
|
2600
2715
|
engines: {node: '>= 14.0.0'}
|
|
2601
2716
|
|
|
2602
|
-
angular-eslint@21.
|
|
2603
|
-
resolution: {integrity: sha512-
|
|
2717
|
+
angular-eslint@21.3.0:
|
|
2718
|
+
resolution: {integrity: sha512-K4+I41fSxzOavbv87EOnG5rdXiscs31j5pIAQG0aX21OHdSSjFCKOAQNmj8zv5OxUuYj5uYRToR3PuKQSN6i/A==}
|
|
2604
2719
|
peerDependencies:
|
|
2605
2720
|
'@angular/cli': '>= 21.0.0 < 22.0.0'
|
|
2606
|
-
eslint: ^8.57.0 || ^9.0.0
|
|
2721
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2607
2722
|
typescript: '*'
|
|
2608
2723
|
typescript-eslint: ^8.0.0
|
|
2609
2724
|
|
|
@@ -2697,6 +2812,9 @@ packages:
|
|
|
2697
2812
|
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
2698
2813
|
engines: {node: '>=12'}
|
|
2699
2814
|
|
|
2815
|
+
ast-metadata-inferer@0.8.1:
|
|
2816
|
+
resolution: {integrity: sha512-ht3Dm6Zr7SXv6t1Ra6gFo0+kLDglHGrEbYihTkcycrbHw7WCcuhBzPlJYHEsIpycaUwzsJHje+vUcxXUX4ztTA==}
|
|
2817
|
+
|
|
2700
2818
|
astral-regex@2.0.0:
|
|
2701
2819
|
resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==}
|
|
2702
2820
|
engines: {node: '>=8'}
|
|
@@ -2728,6 +2846,11 @@ packages:
|
|
|
2728
2846
|
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
|
2729
2847
|
engines: {node: '>= 0.4'}
|
|
2730
2848
|
|
|
2849
|
+
babel-plugin-transform-hook-names@1.0.2:
|
|
2850
|
+
resolution: {integrity: sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==}
|
|
2851
|
+
peerDependencies:
|
|
2852
|
+
'@babel/core': ^7.12.10
|
|
2853
|
+
|
|
2731
2854
|
bail@2.0.2:
|
|
2732
2855
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
2733
2856
|
|
|
@@ -3287,6 +3410,11 @@ packages:
|
|
|
3287
3410
|
peerDependencies:
|
|
3288
3411
|
eslint: '>=6.0.0'
|
|
3289
3412
|
|
|
3413
|
+
eslint-config-preact@2.0.0:
|
|
3414
|
+
resolution: {integrity: sha512-TFj70lEE7y3R9DQAFJ/clRfVmyaXdwE3q56gA9zm+iTmlpYjtZKtV1jv/jtgdF2LqgvJjlGlGE1rHVwE9yNdkg==}
|
|
3415
|
+
peerDependencies:
|
|
3416
|
+
eslint: ^8.57.1 || ^9.0.0
|
|
3417
|
+
|
|
3290
3418
|
eslint-config-prettier@10.1.8:
|
|
3291
3419
|
resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==}
|
|
3292
3420
|
hasBin: true
|
|
@@ -3323,6 +3451,12 @@ packages:
|
|
|
3323
3451
|
peerDependencies:
|
|
3324
3452
|
eslint: '>=8.57.0'
|
|
3325
3453
|
|
|
3454
|
+
eslint-plugin-compat@6.2.1:
|
|
3455
|
+
resolution: {integrity: sha512-gLKqUH+lQcCL+HzsROUjBDvakc5Zaga51Y4ZAkPCXc41pzKBfyluqTr2j8zOx8QQQb7zyglu1LVoL5aSNWf2SQ==}
|
|
3456
|
+
engines: {node: '>=18.x'}
|
|
3457
|
+
peerDependencies:
|
|
3458
|
+
eslint: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0
|
|
3459
|
+
|
|
3326
3460
|
eslint-plugin-import@2.32.0:
|
|
3327
3461
|
resolution: {integrity: sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==}
|
|
3328
3462
|
engines: {node: '>=4'}
|
|
@@ -3365,12 +3499,18 @@ packages:
|
|
|
3365
3499
|
peerDependencies:
|
|
3366
3500
|
eslint: ^8.45.0 || ^9.0.0 || ^10.0.0
|
|
3367
3501
|
|
|
3368
|
-
eslint-plugin-playwright@2.
|
|
3369
|
-
resolution: {integrity: sha512-
|
|
3502
|
+
eslint-plugin-playwright@2.9.0:
|
|
3503
|
+
resolution: {integrity: sha512-k3xrG6YzrallWNFMoGUjMNeu3SFFKXN79KJQBD2PkM4PasJegqV2Up+mPY5od2UmPKQGT+MeIhCmWH8r5eYuQQ==}
|
|
3370
3504
|
engines: {node: '>=16.9.0'}
|
|
3371
3505
|
peerDependencies:
|
|
3372
3506
|
eslint: '>=8.40.0'
|
|
3373
3507
|
|
|
3508
|
+
eslint-plugin-react-hooks@5.2.0:
|
|
3509
|
+
resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==}
|
|
3510
|
+
engines: {node: '>=10'}
|
|
3511
|
+
peerDependencies:
|
|
3512
|
+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
|
|
3513
|
+
|
|
3374
3514
|
eslint-plugin-react-hooks@7.0.1:
|
|
3375
3515
|
resolution: {integrity: sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==}
|
|
3376
3516
|
engines: {node: '>=18'}
|
|
@@ -3413,6 +3553,10 @@ packages:
|
|
|
3413
3553
|
'@typescript-eslint/parser':
|
|
3414
3554
|
optional: true
|
|
3415
3555
|
|
|
3556
|
+
eslint-scope@5.1.1:
|
|
3557
|
+
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
|
3558
|
+
engines: {node: '>=8.0.0'}
|
|
3559
|
+
|
|
3416
3560
|
eslint-scope@8.4.0:
|
|
3417
3561
|
resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
|
|
3418
3562
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -3421,6 +3565,10 @@ packages:
|
|
|
3421
3565
|
resolution: {integrity: sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==}
|
|
3422
3566
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
3423
3567
|
|
|
3568
|
+
eslint-visitor-keys@2.1.0:
|
|
3569
|
+
resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
|
|
3570
|
+
engines: {node: '>=10'}
|
|
3571
|
+
|
|
3424
3572
|
eslint-visitor-keys@3.4.3:
|
|
3425
3573
|
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
|
3426
3574
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
@@ -3433,8 +3581,8 @@ packages:
|
|
|
3433
3581
|
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
|
|
3434
3582
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
3435
3583
|
|
|
3436
|
-
eslint@9.39.
|
|
3437
|
-
resolution: {integrity: sha512-
|
|
3584
|
+
eslint@9.39.4:
|
|
3585
|
+
resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==}
|
|
3438
3586
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3439
3587
|
hasBin: true
|
|
3440
3588
|
peerDependencies:
|
|
@@ -3465,6 +3613,10 @@ packages:
|
|
|
3465
3613
|
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
|
|
3466
3614
|
engines: {node: '>=4.0'}
|
|
3467
3615
|
|
|
3616
|
+
estraverse@4.3.0:
|
|
3617
|
+
resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
|
|
3618
|
+
engines: {node: '>=4.0'}
|
|
3619
|
+
|
|
3468
3620
|
estraverse@5.3.0:
|
|
3469
3621
|
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
|
3470
3622
|
engines: {node: '>=4.0'}
|
|
@@ -3505,8 +3657,8 @@ packages:
|
|
|
3505
3657
|
exponential-backoff@3.1.3:
|
|
3506
3658
|
resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==}
|
|
3507
3659
|
|
|
3508
|
-
express-rate-limit@8.2.
|
|
3509
|
-
resolution: {integrity: sha512-
|
|
3660
|
+
express-rate-limit@8.2.2:
|
|
3661
|
+
resolution: {integrity: sha512-Ybv7bqtOgA914MLwaHWVFXMpMYeR1MQu/D+z2MaLYteqBsTIp9sY3AU7mGNLMJv8eLg8uQMpE20I+L2Lv49nSg==}
|
|
3510
3662
|
engines: {node: '>= 16'}
|
|
3511
3663
|
peerDependencies:
|
|
3512
3664
|
express: '>= 4.11'
|
|
@@ -3701,12 +3853,16 @@ packages:
|
|
|
3701
3853
|
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
|
3702
3854
|
engines: {node: '>=18'}
|
|
3703
3855
|
|
|
3856
|
+
globals@15.15.0:
|
|
3857
|
+
resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==}
|
|
3858
|
+
engines: {node: '>=18'}
|
|
3859
|
+
|
|
3704
3860
|
globals@16.5.0:
|
|
3705
3861
|
resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==}
|
|
3706
3862
|
engines: {node: '>=18'}
|
|
3707
3863
|
|
|
3708
|
-
globals@17.
|
|
3709
|
-
resolution: {integrity: sha512-
|
|
3864
|
+
globals@17.4.0:
|
|
3865
|
+
resolution: {integrity: sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==}
|
|
3710
3866
|
engines: {node: '>=18'}
|
|
3711
3867
|
|
|
3712
3868
|
globalthis@1.0.4:
|
|
@@ -3723,8 +3879,8 @@ packages:
|
|
|
3723
3879
|
h3@1.15.5:
|
|
3724
3880
|
resolution: {integrity: sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==}
|
|
3725
3881
|
|
|
3726
|
-
happy-dom@20.
|
|
3727
|
-
resolution: {integrity: sha512-
|
|
3882
|
+
happy-dom@20.8.3:
|
|
3883
|
+
resolution: {integrity: sha512-lMHQRRwIPyJ70HV0kkFT7jH/gXzSI7yDkQFe07E2flwmNDFoWUTRMKpW2sglsnpeA7b6S2TJPp98EbQxai8eaQ==}
|
|
3728
3884
|
engines: {node: '>=20.0.0'}
|
|
3729
3885
|
|
|
3730
3886
|
has-bigints@1.1.0:
|
|
@@ -3784,14 +3940,18 @@ packages:
|
|
|
3784
3940
|
hastscript@9.0.1:
|
|
3785
3941
|
resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==}
|
|
3786
3942
|
|
|
3943
|
+
he@1.2.0:
|
|
3944
|
+
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
|
|
3945
|
+
hasBin: true
|
|
3946
|
+
|
|
3787
3947
|
hermes-estree@0.25.1:
|
|
3788
3948
|
resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==}
|
|
3789
3949
|
|
|
3790
3950
|
hermes-parser@0.25.1:
|
|
3791
3951
|
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
|
3792
3952
|
|
|
3793
|
-
hono@4.12.
|
|
3794
|
-
resolution: {integrity: sha512-
|
|
3953
|
+
hono@4.12.5:
|
|
3954
|
+
resolution: {integrity: sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZbg8p8B88iDBBAYSfZDS75t8MN7Vg==}
|
|
3795
3955
|
engines: {node: '>=16.9.0'}
|
|
3796
3956
|
|
|
3797
3957
|
hookable@5.5.3:
|
|
@@ -3845,8 +4005,8 @@ packages:
|
|
|
3845
4005
|
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
|
|
3846
4006
|
engines: {node: '>= 4'}
|
|
3847
4007
|
|
|
3848
|
-
immutable@5.1.
|
|
3849
|
-
resolution: {integrity: sha512-
|
|
4008
|
+
immutable@5.1.5:
|
|
4009
|
+
resolution: {integrity: sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==}
|
|
3850
4010
|
|
|
3851
4011
|
import-fresh@3.3.1:
|
|
3852
4012
|
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
@@ -3881,10 +4041,6 @@ packages:
|
|
|
3881
4041
|
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
|
|
3882
4042
|
engines: {node: '>= 0.4'}
|
|
3883
4043
|
|
|
3884
|
-
ip-address@10.0.1:
|
|
3885
|
-
resolution: {integrity: sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==}
|
|
3886
|
-
engines: {node: '>= 12'}
|
|
3887
|
-
|
|
3888
4044
|
ip-address@10.1.0:
|
|
3889
4045
|
resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==}
|
|
3890
4046
|
engines: {node: '>= 12'}
|
|
@@ -4202,6 +4358,9 @@ packages:
|
|
|
4202
4358
|
resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
|
|
4203
4359
|
deprecated: This package is deprecated. Use the optional chaining (?.) operator instead.
|
|
4204
4360
|
|
|
4361
|
+
lodash.memoize@4.1.2:
|
|
4362
|
+
resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
|
|
4363
|
+
|
|
4205
4364
|
lodash.merge@4.6.2:
|
|
4206
4365
|
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
4207
4366
|
|
|
@@ -4550,6 +4709,9 @@ packages:
|
|
|
4550
4709
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
4551
4710
|
hasBin: true
|
|
4552
4711
|
|
|
4712
|
+
node-html-parser@6.1.13:
|
|
4713
|
+
resolution: {integrity: sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==}
|
|
4714
|
+
|
|
4553
4715
|
node-mock-http@1.0.4:
|
|
4554
4716
|
resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==}
|
|
4555
4717
|
|
|
@@ -4814,13 +4976,13 @@ packages:
|
|
|
4814
4976
|
resolution: {integrity: sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==}
|
|
4815
4977
|
engines: {node: '>=16.20.0'}
|
|
4816
4978
|
|
|
4817
|
-
playwright-core@1.
|
|
4818
|
-
resolution: {integrity: sha512-
|
|
4979
|
+
playwright-core@1.58.2:
|
|
4980
|
+
resolution: {integrity: sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==}
|
|
4819
4981
|
engines: {node: '>=18'}
|
|
4820
4982
|
hasBin: true
|
|
4821
4983
|
|
|
4822
|
-
playwright@1.
|
|
4823
|
-
resolution: {integrity: sha512-
|
|
4984
|
+
playwright@1.58.2:
|
|
4985
|
+
resolution: {integrity: sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==}
|
|
4824
4986
|
engines: {node: '>=18'}
|
|
4825
4987
|
hasBin: true
|
|
4826
4988
|
|
|
@@ -4863,12 +5025,20 @@ packages:
|
|
|
4863
5025
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
4864
5026
|
engines: {node: ^10 || ^12 || >=14}
|
|
4865
5027
|
|
|
5028
|
+
preact-render-to-string@6.6.6:
|
|
5029
|
+
resolution: {integrity: sha512-EfqZJytnjJldV+YaaqhthU2oXsEf5e+6rDv957p+zxAvNfFLQOPfvBOTncscQ+akzu6Wrl7s3Pa0LjUQmWJsGQ==}
|
|
5030
|
+
peerDependencies:
|
|
5031
|
+
preact: '>=10 || >= 11.0.0-0'
|
|
5032
|
+
|
|
5033
|
+
preact@10.28.4:
|
|
5034
|
+
resolution: {integrity: sha512-uKFfOHWuSNpRFVTnljsCluEFq57OKT+0QdOiQo8XWnQ/pSvg7OpX5eNOejELXJMWy+BwM2nobz0FkvzmnpCNsQ==}
|
|
5035
|
+
|
|
4866
5036
|
prelude-ls@1.2.1:
|
|
4867
5037
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
4868
5038
|
engines: {node: '>= 0.8.0'}
|
|
4869
5039
|
|
|
4870
|
-
prettier-plugin-svelte@3.5.
|
|
4871
|
-
resolution: {integrity: sha512-
|
|
5040
|
+
prettier-plugin-svelte@3.5.1:
|
|
5041
|
+
resolution: {integrity: sha512-65+fr5+cgIKWKiqM1Doum4uX6bY8iFCdztvvp2RcF+AJoieaw9kJOFMNcJo/bkmKYsxFaM9OsVZK/gWauG/5mg==}
|
|
4872
5042
|
peerDependencies:
|
|
4873
5043
|
prettier: ^3.0.0
|
|
4874
5044
|
svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0
|
|
@@ -5117,8 +5287,8 @@ packages:
|
|
|
5117
5287
|
engines: {node: '>=14.0.0'}
|
|
5118
5288
|
hasBin: true
|
|
5119
5289
|
|
|
5120
|
-
sax@1.
|
|
5121
|
-
resolution: {integrity: sha512-
|
|
5290
|
+
sax@1.5.0:
|
|
5291
|
+
resolution: {integrity: sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==}
|
|
5122
5292
|
engines: {node: '>=11.0.0'}
|
|
5123
5293
|
|
|
5124
5294
|
scheduler@0.27.0:
|
|
@@ -5131,11 +5301,6 @@ packages:
|
|
|
5131
5301
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
5132
5302
|
hasBin: true
|
|
5133
5303
|
|
|
5134
|
-
semver@7.7.3:
|
|
5135
|
-
resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
|
|
5136
|
-
engines: {node: '>=10'}
|
|
5137
|
-
hasBin: true
|
|
5138
|
-
|
|
5139
5304
|
semver@7.7.4:
|
|
5140
5305
|
resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
|
|
5141
5306
|
engines: {node: '>=10'}
|
|
@@ -5206,6 +5371,9 @@ packages:
|
|
|
5206
5371
|
resolution: {integrity: sha512-/fUgUhYghuLzVT/gaJoeVehLCgZiUxPCPMcyVNY0lIf/cTCz58K/WTI7PefDarXxp9nUKpEwg1yyz3eSBMTtgA==}
|
|
5207
5372
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
5208
5373
|
|
|
5374
|
+
simple-code-frame@1.3.0:
|
|
5375
|
+
resolution: {integrity: sha512-MB4pQmETUBlNs62BBeRjIFGeuy/x6gGKh7+eRUemn1rCFhqo7K+4slPqsyizCbcbYLnaYqaoZ2FWsZ/jN06D8w==}
|
|
5376
|
+
|
|
5209
5377
|
sirv@3.0.2:
|
|
5210
5378
|
resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
|
|
5211
5379
|
engines: {node: '>=18'}
|
|
@@ -5276,6 +5444,10 @@ packages:
|
|
|
5276
5444
|
resolution: {integrity: sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==}
|
|
5277
5445
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
5278
5446
|
|
|
5447
|
+
stack-trace@1.0.0-pre2:
|
|
5448
|
+
resolution: {integrity: sha512-2ztBJRek8IVofG9DBJqdy2N5kulaacX30Nz7xmkYF6ale9WBVmIy6mFBchvGX7Vx/MyjBhx+Rcxqrj+dbOnQ6A==}
|
|
5449
|
+
engines: {node: '>=16'}
|
|
5450
|
+
|
|
5279
5451
|
stackback@0.0.2:
|
|
5280
5452
|
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
5281
5453
|
|
|
@@ -5368,9 +5540,9 @@ packages:
|
|
|
5368
5540
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
5369
5541
|
engines: {node: '>= 0.4'}
|
|
5370
5542
|
|
|
5371
|
-
svelte-eslint-parser@1.
|
|
5372
|
-
resolution: {integrity: sha512-
|
|
5373
|
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0, pnpm: 10.30.
|
|
5543
|
+
svelte-eslint-parser@1.6.0:
|
|
5544
|
+
resolution: {integrity: sha512-qoB1ehychT6OxEtQAqc/guSqLS20SlA53Uijl7x375s8nlUT0lb9ol/gzraEEatQwsyPTJo87s2CmKL9Xab+Uw==}
|
|
5545
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0, pnpm: 10.30.3}
|
|
5374
5546
|
peerDependencies:
|
|
5375
5547
|
svelte: ^3.37.0 || ^4.0.0 || ^5.0.0
|
|
5376
5548
|
peerDependenciesMeta:
|
|
@@ -5383,12 +5555,12 @@ packages:
|
|
|
5383
5555
|
svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
|
|
5384
5556
|
typescript: ^4.9.4 || ^5.0.0
|
|
5385
5557
|
|
|
5386
|
-
svelte@5.53.
|
|
5387
|
-
resolution: {integrity: sha512-
|
|
5558
|
+
svelte@5.53.7:
|
|
5559
|
+
resolution: {integrity: sha512-uxck1KI7JWtlfP3H6HOWi/94soAl23jsGJkBzN2BAWcQng0+lTrRNhxActFqORgnO9BHVd1hKJhG+ljRuIUWfQ==}
|
|
5388
5560
|
engines: {node: '>=18'}
|
|
5389
5561
|
|
|
5390
|
-
svgo@4.0.
|
|
5391
|
-
resolution: {integrity: sha512-
|
|
5562
|
+
svgo@4.0.1:
|
|
5563
|
+
resolution: {integrity: sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==}
|
|
5392
5564
|
engines: {node: '>=16'}
|
|
5393
5565
|
hasBin: true
|
|
5394
5566
|
|
|
@@ -5400,8 +5572,8 @@ packages:
|
|
|
5400
5572
|
resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==}
|
|
5401
5573
|
engines: {node: '>=10.0.0'}
|
|
5402
5574
|
|
|
5403
|
-
tar@7.5.
|
|
5404
|
-
resolution: {integrity: sha512-
|
|
5575
|
+
tar@7.5.10:
|
|
5576
|
+
resolution: {integrity: sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==}
|
|
5405
5577
|
engines: {node: '>=18'}
|
|
5406
5578
|
|
|
5407
5579
|
tiny-inflate@1.0.3:
|
|
@@ -5720,6 +5892,11 @@ packages:
|
|
|
5720
5892
|
peerDependencies:
|
|
5721
5893
|
vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
|
|
5722
5894
|
|
|
5895
|
+
vite-prerender-plugin@0.5.12:
|
|
5896
|
+
resolution: {integrity: sha512-EiwhbMn+flg14EysbLTmZSzq8NGTxhytgK3bf4aGRF1evWLGwZiHiUJ1KZDvbxgKbMf2pG6fJWGEa3UZXOnR1g==}
|
|
5897
|
+
peerDependencies:
|
|
5898
|
+
vite: 5.x || 6.x || 7.x
|
|
5899
|
+
|
|
5723
5900
|
vite@6.4.1:
|
|
5724
5901
|
resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==}
|
|
5725
5902
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
@@ -6143,45 +6320,45 @@ snapshots:
|
|
|
6143
6320
|
'@jridgewell/gen-mapping': 0.3.13
|
|
6144
6321
|
'@jridgewell/trace-mapping': 0.3.31
|
|
6145
6322
|
|
|
6146
|
-
'@analogjs/astro-angular@2.3.
|
|
6147
|
-
dependencies:
|
|
6148
|
-
'@analogjs/vite-plugin-angular': 2.3.
|
|
6149
|
-
'@angular/animations': 21.2.
|
|
6150
|
-
'@angular/build': 21.2.
|
|
6151
|
-
'@angular/common': 21.2.
|
|
6152
|
-
'@angular/compiler': 21.2.
|
|
6153
|
-
'@angular/compiler-cli': 21.2.
|
|
6154
|
-
'@angular/core': 21.2.
|
|
6155
|
-
'@angular/language-service': 21.2.
|
|
6156
|
-
'@angular/platform-browser': 21.2.
|
|
6157
|
-
'@angular/platform-server': 21.2.
|
|
6323
|
+
'@analogjs/astro-angular@2.3.1(d8b0f988376b0240cf2a45b7a1a749f6)':
|
|
6324
|
+
dependencies:
|
|
6325
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872))
|
|
6326
|
+
'@angular/animations': 21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))
|
|
6327
|
+
'@angular/build': 21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872)
|
|
6328
|
+
'@angular/common': 21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6329
|
+
'@angular/compiler': 21.2.1
|
|
6330
|
+
'@angular/compiler-cli': 21.2.1(@angular/compiler@21.2.1)(typescript@5.9.3)
|
|
6331
|
+
'@angular/core': 21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)
|
|
6332
|
+
'@angular/language-service': 21.2.1
|
|
6333
|
+
'@angular/platform-browser': 21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))
|
|
6334
|
+
'@angular/platform-server': 21.2.1(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.1)(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
6158
6335
|
rxjs: 7.8.2
|
|
6159
6336
|
tslib: 2.8.1
|
|
6160
6337
|
transitivePeerDependencies:
|
|
6161
6338
|
- '@angular-devkit/build-angular'
|
|
6162
6339
|
|
|
6163
|
-
'@analogjs/vite-plugin-angular@2.3.
|
|
6340
|
+
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872))':
|
|
6164
6341
|
dependencies:
|
|
6165
6342
|
tinyglobby: 0.2.15
|
|
6166
6343
|
ts-morph: 21.0.1
|
|
6167
6344
|
optionalDependencies:
|
|
6168
|
-
'@angular/build': 21.2.
|
|
6345
|
+
'@angular/build': 21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872)
|
|
6169
6346
|
|
|
6170
|
-
'@analogjs/vitest-angular@2.3.
|
|
6347
|
+
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872)))(@angular-devkit/architect@0.2102.1(chokidar@5.0.0))(@angular-devkit/schematics@21.2.1(chokidar@5.0.0))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.3)(sass@1.97.3)(yaml@2.8.2))':
|
|
6171
6348
|
dependencies:
|
|
6172
|
-
'@analogjs/vite-plugin-angular': 2.3.
|
|
6173
|
-
'@angular-devkit/architect': 0.2102.
|
|
6174
|
-
'@angular-devkit/schematics': 21.2.
|
|
6175
|
-
vitest: 4.0.18(@types/node@25.3.
|
|
6349
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872))
|
|
6350
|
+
'@angular-devkit/architect': 0.2102.1(chokidar@5.0.0)
|
|
6351
|
+
'@angular-devkit/schematics': 21.2.1(chokidar@5.0.0)
|
|
6352
|
+
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.3)(sass@1.97.3)(yaml@2.8.2)
|
|
6176
6353
|
|
|
6177
|
-
'@angular-devkit/architect@0.2102.
|
|
6354
|
+
'@angular-devkit/architect@0.2102.1(chokidar@5.0.0)':
|
|
6178
6355
|
dependencies:
|
|
6179
|
-
'@angular-devkit/core': 21.2.
|
|
6356
|
+
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
6180
6357
|
rxjs: 7.8.2
|
|
6181
6358
|
transitivePeerDependencies:
|
|
6182
6359
|
- chokidar
|
|
6183
6360
|
|
|
6184
|
-
'@angular-devkit/core@21.2.
|
|
6361
|
+
'@angular-devkit/core@21.2.1(chokidar@5.0.0)':
|
|
6185
6362
|
dependencies:
|
|
6186
6363
|
ajv: 8.18.0
|
|
6187
6364
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
@@ -6192,9 +6369,9 @@ snapshots:
|
|
|
6192
6369
|
optionalDependencies:
|
|
6193
6370
|
chokidar: 5.0.0
|
|
6194
6371
|
|
|
6195
|
-
'@angular-devkit/schematics@21.2.
|
|
6372
|
+
'@angular-devkit/schematics@21.2.1(chokidar@5.0.0)':
|
|
6196
6373
|
dependencies:
|
|
6197
|
-
'@angular-devkit/core': 21.2.
|
|
6374
|
+
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
6198
6375
|
jsonc-parser: 3.3.1
|
|
6199
6376
|
magic-string: 0.30.21
|
|
6200
6377
|
ora: 9.3.0
|
|
@@ -6202,48 +6379,48 @@ snapshots:
|
|
|
6202
6379
|
transitivePeerDependencies:
|
|
6203
6380
|
- chokidar
|
|
6204
6381
|
|
|
6205
|
-
'@angular-eslint/builder@21.
|
|
6382
|
+
'@angular-eslint/builder@21.3.0(@angular/cli@21.2.1(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
|
|
6206
6383
|
dependencies:
|
|
6207
|
-
'@angular-devkit/architect': 0.2102.
|
|
6208
|
-
'@angular-devkit/core': 21.2.
|
|
6209
|
-
'@angular/cli': 21.2.
|
|
6210
|
-
eslint: 9.39.
|
|
6384
|
+
'@angular-devkit/architect': 0.2102.1(chokidar@5.0.0)
|
|
6385
|
+
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
6386
|
+
'@angular/cli': 21.2.1(@types/node@25.3.5)(chokidar@5.0.0)
|
|
6387
|
+
eslint: 9.39.4
|
|
6211
6388
|
typescript: 5.9.3
|
|
6212
6389
|
transitivePeerDependencies:
|
|
6213
6390
|
- chokidar
|
|
6214
6391
|
|
|
6215
|
-
'@angular-eslint/bundled-angular-compiler@21.
|
|
6392
|
+
'@angular-eslint/bundled-angular-compiler@21.3.0': {}
|
|
6216
6393
|
|
|
6217
|
-
'@angular-eslint/eslint-plugin-template@21.
|
|
6394
|
+
'@angular-eslint/eslint-plugin-template@21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
6218
6395
|
dependencies:
|
|
6219
|
-
'@angular-eslint/bundled-angular-compiler': 21.
|
|
6220
|
-
'@angular-eslint/template-parser': 21.
|
|
6221
|
-
'@angular-eslint/utils': 21.
|
|
6396
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.0
|
|
6397
|
+
'@angular-eslint/template-parser': 21.3.0(eslint@9.39.4)(typescript@5.9.3)
|
|
6398
|
+
'@angular-eslint/utils': 21.3.0(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6222
6399
|
'@typescript-eslint/types': 8.56.1
|
|
6223
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
6400
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6224
6401
|
aria-query: 5.3.2
|
|
6225
6402
|
axobject-query: 4.1.0
|
|
6226
|
-
eslint: 9.39.
|
|
6403
|
+
eslint: 9.39.4
|
|
6227
6404
|
typescript: 5.9.3
|
|
6228
6405
|
|
|
6229
|
-
'@angular-eslint/eslint-plugin@21.
|
|
6406
|
+
'@angular-eslint/eslint-plugin@21.3.0(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
6230
6407
|
dependencies:
|
|
6231
|
-
'@angular-eslint/bundled-angular-compiler': 21.
|
|
6232
|
-
'@angular-eslint/utils': 21.
|
|
6233
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
6234
|
-
eslint: 9.39.
|
|
6408
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.0
|
|
6409
|
+
'@angular-eslint/utils': 21.3.0(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6410
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6411
|
+
eslint: 9.39.4
|
|
6235
6412
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
6236
6413
|
typescript: 5.9.3
|
|
6237
6414
|
|
|
6238
|
-
'@angular-eslint/schematics@21.
|
|
6415
|
+
'@angular-eslint/schematics@21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.1(@types/node@25.3.5)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
|
|
6239
6416
|
dependencies:
|
|
6240
|
-
'@angular-devkit/core': 21.2.
|
|
6241
|
-
'@angular-devkit/schematics': 21.2.
|
|
6242
|
-
'@angular-eslint/eslint-plugin': 21.
|
|
6243
|
-
'@angular-eslint/eslint-plugin-template': 21.
|
|
6244
|
-
'@angular/cli': 21.2.
|
|
6417
|
+
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
6418
|
+
'@angular-devkit/schematics': 21.2.1(chokidar@5.0.0)
|
|
6419
|
+
'@angular-eslint/eslint-plugin': 21.3.0(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6420
|
+
'@angular-eslint/eslint-plugin-template': 21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6421
|
+
'@angular/cli': 21.2.1(@types/node@25.3.5)(chokidar@5.0.0)
|
|
6245
6422
|
ignore: 7.0.5
|
|
6246
|
-
semver: 7.7.
|
|
6423
|
+
semver: 7.7.4
|
|
6247
6424
|
strip-json-comments: 3.1.1
|
|
6248
6425
|
transitivePeerDependencies:
|
|
6249
6426
|
- '@angular-eslint/template-parser'
|
|
@@ -6253,36 +6430,36 @@ snapshots:
|
|
|
6253
6430
|
- eslint
|
|
6254
6431
|
- typescript
|
|
6255
6432
|
|
|
6256
|
-
'@angular-eslint/template-parser@21.
|
|
6433
|
+
'@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3)':
|
|
6257
6434
|
dependencies:
|
|
6258
|
-
'@angular-eslint/bundled-angular-compiler': 21.
|
|
6259
|
-
eslint: 9.39.
|
|
6435
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.0
|
|
6436
|
+
eslint: 9.39.4
|
|
6260
6437
|
eslint-scope: 9.1.1
|
|
6261
6438
|
typescript: 5.9.3
|
|
6262
6439
|
|
|
6263
|
-
'@angular-eslint/utils@21.
|
|
6440
|
+
'@angular-eslint/utils@21.3.0(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
6264
6441
|
dependencies:
|
|
6265
|
-
'@angular-eslint/bundled-angular-compiler': 21.
|
|
6266
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
6267
|
-
eslint: 9.39.
|
|
6442
|
+
'@angular-eslint/bundled-angular-compiler': 21.3.0
|
|
6443
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
6444
|
+
eslint: 9.39.4
|
|
6268
6445
|
typescript: 5.9.3
|
|
6269
6446
|
|
|
6270
|
-
'@angular/animations@21.2.
|
|
6447
|
+
'@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))':
|
|
6271
6448
|
dependencies:
|
|
6272
|
-
'@angular/core': 21.2.
|
|
6449
|
+
'@angular/core': 21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)
|
|
6273
6450
|
tslib: 2.8.1
|
|
6274
6451
|
|
|
6275
|
-
'@angular/build@21.2.
|
|
6452
|
+
'@angular/build@21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872)':
|
|
6276
6453
|
dependencies:
|
|
6277
6454
|
'@ampproject/remapping': 2.3.0
|
|
6278
|
-
'@angular-devkit/architect': 0.2102.
|
|
6279
|
-
'@angular/compiler': 21.2.
|
|
6280
|
-
'@angular/compiler-cli': 21.2.
|
|
6455
|
+
'@angular-devkit/architect': 0.2102.1(chokidar@5.0.0)
|
|
6456
|
+
'@angular/compiler': 21.2.1
|
|
6457
|
+
'@angular/compiler-cli': 21.2.1(@angular/compiler@21.2.1)(typescript@5.9.3)
|
|
6281
6458
|
'@babel/core': 7.29.0
|
|
6282
6459
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
6283
6460
|
'@babel/helper-split-export-declaration': 7.24.7
|
|
6284
|
-
'@inquirer/confirm': 5.1.21(@types/node@25.3.
|
|
6285
|
-
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.3.
|
|
6461
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.3.5)
|
|
6462
|
+
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
6286
6463
|
beasties: 0.4.1
|
|
6287
6464
|
browserslist: 4.28.1
|
|
6288
6465
|
esbuild: 0.27.3
|
|
@@ -6303,15 +6480,15 @@ snapshots:
|
|
|
6303
6480
|
tslib: 2.8.1
|
|
6304
6481
|
typescript: 5.9.3
|
|
6305
6482
|
undici: 7.22.0
|
|
6306
|
-
vite: 7.3.1(@types/node@25.3.
|
|
6483
|
+
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
6307
6484
|
watchpack: 2.5.1
|
|
6308
6485
|
optionalDependencies:
|
|
6309
|
-
'@angular/core': 21.2.
|
|
6310
|
-
'@angular/platform-browser': 21.2.
|
|
6311
|
-
'@angular/platform-server': 21.2.
|
|
6486
|
+
'@angular/core': 21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)
|
|
6487
|
+
'@angular/platform-browser': 21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))
|
|
6488
|
+
'@angular/platform-server': 21.2.1(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.1)(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
6312
6489
|
lmdb: 3.5.1
|
|
6313
6490
|
postcss: 8.5.6
|
|
6314
|
-
vitest: 4.0.18(@types/node@25.3.
|
|
6491
|
+
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.3)(sass@1.97.3)(yaml@2.8.2)
|
|
6315
6492
|
transitivePeerDependencies:
|
|
6316
6493
|
- '@types/node'
|
|
6317
6494
|
- chokidar
|
|
@@ -6325,15 +6502,15 @@ snapshots:
|
|
|
6325
6502
|
- tsx
|
|
6326
6503
|
- yaml
|
|
6327
6504
|
|
|
6328
|
-
'@angular/cli@21.2.
|
|
6505
|
+
'@angular/cli@21.2.1(@types/node@25.3.5)(chokidar@5.0.0)':
|
|
6329
6506
|
dependencies:
|
|
6330
|
-
'@angular-devkit/architect': 0.2102.
|
|
6331
|
-
'@angular-devkit/core': 21.2.
|
|
6332
|
-
'@angular-devkit/schematics': 21.2.
|
|
6333
|
-
'@inquirer/prompts': 7.10.1(@types/node@25.3.
|
|
6334
|
-
'@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.3.
|
|
6507
|
+
'@angular-devkit/architect': 0.2102.1(chokidar@5.0.0)
|
|
6508
|
+
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
6509
|
+
'@angular-devkit/schematics': 21.2.1(chokidar@5.0.0)
|
|
6510
|
+
'@inquirer/prompts': 7.10.1(@types/node@25.3.5)
|
|
6511
|
+
'@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.3.5))(@types/node@25.3.5)(listr2@9.0.5)
|
|
6335
6512
|
'@modelcontextprotocol/sdk': 1.26.0(zod@4.3.6)
|
|
6336
|
-
'@schematics/angular': 21.2.
|
|
6513
|
+
'@schematics/angular': 21.2.1(chokidar@5.0.0)
|
|
6337
6514
|
'@yarnpkg/lockfile': 1.1.0
|
|
6338
6515
|
algoliasearch: 5.48.1
|
|
6339
6516
|
ini: 6.0.0
|
|
@@ -6351,15 +6528,15 @@ snapshots:
|
|
|
6351
6528
|
- chokidar
|
|
6352
6529
|
- supports-color
|
|
6353
6530
|
|
|
6354
|
-
'@angular/common@21.2.
|
|
6531
|
+
'@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2)':
|
|
6355
6532
|
dependencies:
|
|
6356
|
-
'@angular/core': 21.2.
|
|
6533
|
+
'@angular/core': 21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)
|
|
6357
6534
|
rxjs: 7.8.2
|
|
6358
6535
|
tslib: 2.8.1
|
|
6359
6536
|
|
|
6360
|
-
'@angular/compiler-cli@21.2.
|
|
6537
|
+
'@angular/compiler-cli@21.2.1(@angular/compiler@21.2.1)(typescript@5.9.3)':
|
|
6361
6538
|
dependencies:
|
|
6362
|
-
'@angular/compiler': 21.2.
|
|
6539
|
+
'@angular/compiler': 21.2.1
|
|
6363
6540
|
'@babel/core': 7.29.0
|
|
6364
6541
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
6365
6542
|
chokidar: 5.0.0
|
|
@@ -6373,42 +6550,42 @@ snapshots:
|
|
|
6373
6550
|
transitivePeerDependencies:
|
|
6374
6551
|
- supports-color
|
|
6375
6552
|
|
|
6376
|
-
'@angular/compiler@21.2.
|
|
6553
|
+
'@angular/compiler@21.2.1':
|
|
6377
6554
|
dependencies:
|
|
6378
6555
|
tslib: 2.8.1
|
|
6379
6556
|
|
|
6380
|
-
'@angular/core@21.2.
|
|
6557
|
+
'@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)':
|
|
6381
6558
|
dependencies:
|
|
6382
6559
|
rxjs: 7.8.2
|
|
6383
6560
|
tslib: 2.8.1
|
|
6384
6561
|
optionalDependencies:
|
|
6385
|
-
'@angular/compiler': 21.2.
|
|
6562
|
+
'@angular/compiler': 21.2.1
|
|
6386
6563
|
|
|
6387
|
-
'@angular/language-service@21.2.
|
|
6564
|
+
'@angular/language-service@21.2.1': {}
|
|
6388
6565
|
|
|
6389
|
-
'@angular/platform-browser@21.2.
|
|
6566
|
+
'@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))':
|
|
6390
6567
|
dependencies:
|
|
6391
|
-
'@angular/common': 21.2.
|
|
6392
|
-
'@angular/core': 21.2.
|
|
6568
|
+
'@angular/common': 21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6569
|
+
'@angular/core': 21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)
|
|
6393
6570
|
tslib: 2.8.1
|
|
6394
6571
|
optionalDependencies:
|
|
6395
|
-
'@angular/animations': 21.2.
|
|
6572
|
+
'@angular/animations': 21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))
|
|
6396
6573
|
|
|
6397
|
-
'@angular/platform-server@21.2.
|
|
6574
|
+
'@angular/platform-server@21.2.1(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.1)(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(rxjs@7.8.2)':
|
|
6398
6575
|
dependencies:
|
|
6399
|
-
'@angular/common': 21.2.
|
|
6400
|
-
'@angular/compiler': 21.2.
|
|
6401
|
-
'@angular/core': 21.2.
|
|
6402
|
-
'@angular/platform-browser': 21.2.
|
|
6576
|
+
'@angular/common': 21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6577
|
+
'@angular/compiler': 21.2.1
|
|
6578
|
+
'@angular/core': 21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)
|
|
6579
|
+
'@angular/platform-browser': 21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))
|
|
6403
6580
|
rxjs: 7.8.2
|
|
6404
6581
|
tslib: 2.8.1
|
|
6405
6582
|
xhr2: 0.2.1
|
|
6406
6583
|
|
|
6407
|
-
'@angular/router@21.2.
|
|
6584
|
+
'@angular/router@21.2.1(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(rxjs@7.8.2)':
|
|
6408
6585
|
dependencies:
|
|
6409
|
-
'@angular/common': 21.2.
|
|
6410
|
-
'@angular/core': 21.2.
|
|
6411
|
-
'@angular/platform-browser': 21.2.
|
|
6586
|
+
'@angular/common': 21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6587
|
+
'@angular/core': 21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)
|
|
6588
|
+
'@angular/platform-browser': 21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))
|
|
6412
6589
|
rxjs: 7.8.2
|
|
6413
6590
|
tslib: 2.8.1
|
|
6414
6591
|
|
|
@@ -6444,19 +6621,42 @@ snapshots:
|
|
|
6444
6621
|
transitivePeerDependencies:
|
|
6445
6622
|
- supports-color
|
|
6446
6623
|
|
|
6624
|
+
'@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.2)':
|
|
6625
|
+
dependencies:
|
|
6626
|
+
'@preact/preset-vite': 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
6627
|
+
'@preact/signals': 2.8.1(preact@10.28.4)
|
|
6628
|
+
preact: 10.28.4
|
|
6629
|
+
preact-render-to-string: 6.6.6(preact@10.28.4)
|
|
6630
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
6631
|
+
transitivePeerDependencies:
|
|
6632
|
+
- '@babel/core'
|
|
6633
|
+
- '@types/node'
|
|
6634
|
+
- jiti
|
|
6635
|
+
- less
|
|
6636
|
+
- lightningcss
|
|
6637
|
+
- rollup
|
|
6638
|
+
- sass
|
|
6639
|
+
- sass-embedded
|
|
6640
|
+
- stylus
|
|
6641
|
+
- sugarss
|
|
6642
|
+
- supports-color
|
|
6643
|
+
- terser
|
|
6644
|
+
- tsx
|
|
6645
|
+
- yaml
|
|
6646
|
+
|
|
6447
6647
|
'@astrojs/prism@3.3.0':
|
|
6448
6648
|
dependencies:
|
|
6449
6649
|
prismjs: 1.30.0
|
|
6450
6650
|
|
|
6451
|
-
'@astrojs/react@4.4.2(@types/node@25.3.
|
|
6651
|
+
'@astrojs/react@4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.2)':
|
|
6452
6652
|
dependencies:
|
|
6453
6653
|
'@types/react': 19.2.14
|
|
6454
6654
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
6455
|
-
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.3.
|
|
6655
|
+
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
6456
6656
|
react: 19.2.4
|
|
6457
6657
|
react-dom: 19.2.4(react@19.2.4)
|
|
6458
6658
|
ultrahtml: 1.6.0
|
|
6459
|
-
vite: 6.4.1(@types/node@25.3.
|
|
6659
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
6460
6660
|
transitivePeerDependencies:
|
|
6461
6661
|
- '@types/node'
|
|
6462
6662
|
- jiti
|
|
@@ -6471,14 +6671,14 @@ snapshots:
|
|
|
6471
6671
|
- tsx
|
|
6472
6672
|
- yaml
|
|
6473
6673
|
|
|
6474
|
-
'@astrojs/svelte@7.2.5(@types/node@25.3.
|
|
6674
|
+
'@astrojs/svelte@7.2.5(@types/node@25.3.5)(astro@5.18.0(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.2))(sass@1.97.3)(svelte@5.53.7)(typescript@5.9.3)(yaml@2.8.2)':
|
|
6475
6675
|
dependencies:
|
|
6476
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.
|
|
6477
|
-
astro: 5.18.0(@types/node@25.3.
|
|
6478
|
-
svelte: 5.53.
|
|
6479
|
-
svelte2tsx: 0.7.51(svelte@5.53.
|
|
6676
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
6677
|
+
astro: 5.18.0(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.2)
|
|
6678
|
+
svelte: 5.53.7
|
|
6679
|
+
svelte2tsx: 0.7.51(svelte@5.53.7)(typescript@5.9.3)
|
|
6480
6680
|
typescript: 5.9.3
|
|
6481
|
-
vite: 6.4.1(@types/node@25.3.
|
|
6681
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
6482
6682
|
transitivePeerDependencies:
|
|
6483
6683
|
- '@types/node'
|
|
6484
6684
|
- jiti
|
|
@@ -6505,14 +6705,14 @@ snapshots:
|
|
|
6505
6705
|
transitivePeerDependencies:
|
|
6506
6706
|
- supports-color
|
|
6507
6707
|
|
|
6508
|
-
'@astrojs/vue@5.1.4(@types/node@25.3.
|
|
6708
|
+
'@astrojs/vue@5.1.4(@types/node@25.3.5)(astro@5.18.0(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.2))(rollup@4.59.0)(sass@1.97.3)(vue@3.5.29(typescript@5.9.3))(yaml@2.8.2)':
|
|
6509
6709
|
dependencies:
|
|
6510
|
-
'@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.3.
|
|
6511
|
-
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.3.
|
|
6710
|
+
'@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3))
|
|
6711
|
+
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3))
|
|
6512
6712
|
'@vue/compiler-sfc': 3.5.29
|
|
6513
|
-
astro: 5.18.0(@types/node@25.3.
|
|
6514
|
-
vite: 6.4.1(@types/node@25.3.
|
|
6515
|
-
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.
|
|
6713
|
+
astro: 5.18.0(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.2)
|
|
6714
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
6715
|
+
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3))
|
|
6516
6716
|
vue: 3.5.29(typescript@5.9.3)
|
|
6517
6717
|
transitivePeerDependencies:
|
|
6518
6718
|
- '@nuxt/kit'
|
|
@@ -6558,6 +6758,14 @@ snapshots:
|
|
|
6558
6758
|
transitivePeerDependencies:
|
|
6559
6759
|
- supports-color
|
|
6560
6760
|
|
|
6761
|
+
'@babel/eslint-parser@7.28.6(@babel/core@7.29.0)(eslint@9.39.4)':
|
|
6762
|
+
dependencies:
|
|
6763
|
+
'@babel/core': 7.29.0
|
|
6764
|
+
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
|
|
6765
|
+
eslint: 9.39.4
|
|
6766
|
+
eslint-visitor-keys: 2.1.0
|
|
6767
|
+
semver: 6.3.1
|
|
6768
|
+
|
|
6561
6769
|
'@babel/generator@7.29.1':
|
|
6562
6770
|
dependencies:
|
|
6563
6771
|
'@babel/parser': 7.29.0
|
|
@@ -6666,6 +6874,11 @@ snapshots:
|
|
|
6666
6874
|
transitivePeerDependencies:
|
|
6667
6875
|
- supports-color
|
|
6668
6876
|
|
|
6877
|
+
'@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.0)':
|
|
6878
|
+
dependencies:
|
|
6879
|
+
'@babel/core': 7.29.0
|
|
6880
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
6881
|
+
|
|
6669
6882
|
'@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.29.0)':
|
|
6670
6883
|
dependencies:
|
|
6671
6884
|
'@babel/core': 7.29.0
|
|
@@ -6691,6 +6904,13 @@ snapshots:
|
|
|
6691
6904
|
'@babel/core': 7.29.0
|
|
6692
6905
|
'@babel/helper-plugin-utils': 7.28.6
|
|
6693
6906
|
|
|
6907
|
+
'@babel/plugin-transform-react-jsx-development@7.27.1(@babel/core@7.29.0)':
|
|
6908
|
+
dependencies:
|
|
6909
|
+
'@babel/core': 7.29.0
|
|
6910
|
+
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
6911
|
+
transitivePeerDependencies:
|
|
6912
|
+
- supports-color
|
|
6913
|
+
|
|
6694
6914
|
'@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.29.0)':
|
|
6695
6915
|
dependencies:
|
|
6696
6916
|
'@babel/core': 7.29.0
|
|
@@ -6701,6 +6921,17 @@ snapshots:
|
|
|
6701
6921
|
'@babel/core': 7.29.0
|
|
6702
6922
|
'@babel/helper-plugin-utils': 7.28.6
|
|
6703
6923
|
|
|
6924
|
+
'@babel/plugin-transform-react-jsx@7.28.6(@babel/core@7.29.0)':
|
|
6925
|
+
dependencies:
|
|
6926
|
+
'@babel/core': 7.29.0
|
|
6927
|
+
'@babel/helper-annotate-as-pure': 7.27.3
|
|
6928
|
+
'@babel/helper-module-imports': 7.28.6
|
|
6929
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
6930
|
+
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
|
|
6931
|
+
'@babel/types': 7.29.0
|
|
6932
|
+
transitivePeerDependencies:
|
|
6933
|
+
- supports-color
|
|
6934
|
+
|
|
6704
6935
|
'@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.0)':
|
|
6705
6936
|
dependencies:
|
|
6706
6937
|
'@babel/core': 7.29.0
|
|
@@ -6917,20 +7148,20 @@ snapshots:
|
|
|
6917
7148
|
'@esbuild/win32-x64@0.27.3':
|
|
6918
7149
|
optional: true
|
|
6919
7150
|
|
|
6920
|
-
'@eslint-community/eslint-utils@4.9.1(eslint@9.39.
|
|
7151
|
+
'@eslint-community/eslint-utils@4.9.1(eslint@9.39.4)':
|
|
6921
7152
|
dependencies:
|
|
6922
|
-
eslint: 9.39.
|
|
7153
|
+
eslint: 9.39.4
|
|
6923
7154
|
eslint-visitor-keys: 3.4.3
|
|
6924
7155
|
|
|
6925
7156
|
'@eslint-community/regexpp@4.12.2': {}
|
|
6926
7157
|
|
|
6927
|
-
'@eslint/compat@2.0.
|
|
7158
|
+
'@eslint/compat@2.0.3(eslint@9.39.4)':
|
|
6928
7159
|
dependencies:
|
|
6929
|
-
'@eslint/core': 1.1.
|
|
7160
|
+
'@eslint/core': 1.1.1
|
|
6930
7161
|
optionalDependencies:
|
|
6931
|
-
eslint: 9.39.
|
|
7162
|
+
eslint: 9.39.4
|
|
6932
7163
|
|
|
6933
|
-
'@eslint/config-array@0.21.
|
|
7164
|
+
'@eslint/config-array@0.21.2':
|
|
6934
7165
|
dependencies:
|
|
6935
7166
|
'@eslint/object-schema': 2.1.7
|
|
6936
7167
|
debug: 4.4.3
|
|
@@ -6946,11 +7177,11 @@ snapshots:
|
|
|
6946
7177
|
dependencies:
|
|
6947
7178
|
'@types/json-schema': 7.0.15
|
|
6948
7179
|
|
|
6949
|
-
'@eslint/core@1.1.
|
|
7180
|
+
'@eslint/core@1.1.1':
|
|
6950
7181
|
dependencies:
|
|
6951
7182
|
'@types/json-schema': 7.0.15
|
|
6952
7183
|
|
|
6953
|
-
'@eslint/eslintrc@3.3.
|
|
7184
|
+
'@eslint/eslintrc@3.3.5':
|
|
6954
7185
|
dependencies:
|
|
6955
7186
|
ajv: 6.14.0
|
|
6956
7187
|
debug: 4.4.3
|
|
@@ -6964,7 +7195,7 @@ snapshots:
|
|
|
6964
7195
|
transitivePeerDependencies:
|
|
6965
7196
|
- supports-color
|
|
6966
7197
|
|
|
6967
|
-
'@eslint/js@9.39.
|
|
7198
|
+
'@eslint/js@9.39.4': {}
|
|
6968
7199
|
|
|
6969
7200
|
'@eslint/markdown@7.5.1':
|
|
6970
7201
|
dependencies:
|
|
@@ -6994,9 +7225,9 @@ snapshots:
|
|
|
6994
7225
|
'@harperfast/extended-iterable@1.0.3':
|
|
6995
7226
|
optional: true
|
|
6996
7227
|
|
|
6997
|
-
'@hono/node-server@1.19.
|
|
7228
|
+
'@hono/node-server@1.19.10(hono@4.12.5)':
|
|
6998
7229
|
dependencies:
|
|
6999
|
-
hono: 4.12.
|
|
7230
|
+
hono: 4.12.5
|
|
7000
7231
|
|
|
7001
7232
|
'@humanfs/core@0.19.1': {}
|
|
7002
7233
|
|
|
@@ -7108,128 +7339,128 @@ snapshots:
|
|
|
7108
7339
|
|
|
7109
7340
|
'@inquirer/ansi@1.0.2': {}
|
|
7110
7341
|
|
|
7111
|
-
'@inquirer/checkbox@4.3.2(@types/node@25.3.
|
|
7342
|
+
'@inquirer/checkbox@4.3.2(@types/node@25.3.5)':
|
|
7112
7343
|
dependencies:
|
|
7113
7344
|
'@inquirer/ansi': 1.0.2
|
|
7114
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7345
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7115
7346
|
'@inquirer/figures': 1.0.15
|
|
7116
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7347
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7117
7348
|
yoctocolors-cjs: 2.1.3
|
|
7118
7349
|
optionalDependencies:
|
|
7119
|
-
'@types/node': 25.3.
|
|
7350
|
+
'@types/node': 25.3.5
|
|
7120
7351
|
|
|
7121
|
-
'@inquirer/confirm@5.1.21(@types/node@25.3.
|
|
7352
|
+
'@inquirer/confirm@5.1.21(@types/node@25.3.5)':
|
|
7122
7353
|
dependencies:
|
|
7123
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7124
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7354
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7355
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7125
7356
|
optionalDependencies:
|
|
7126
|
-
'@types/node': 25.3.
|
|
7357
|
+
'@types/node': 25.3.5
|
|
7127
7358
|
|
|
7128
|
-
'@inquirer/core@10.3.2(@types/node@25.3.
|
|
7359
|
+
'@inquirer/core@10.3.2(@types/node@25.3.5)':
|
|
7129
7360
|
dependencies:
|
|
7130
7361
|
'@inquirer/ansi': 1.0.2
|
|
7131
7362
|
'@inquirer/figures': 1.0.15
|
|
7132
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7363
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7133
7364
|
cli-width: 4.1.0
|
|
7134
7365
|
mute-stream: 2.0.0
|
|
7135
7366
|
signal-exit: 4.1.0
|
|
7136
7367
|
wrap-ansi: 6.2.0
|
|
7137
7368
|
yoctocolors-cjs: 2.1.3
|
|
7138
7369
|
optionalDependencies:
|
|
7139
|
-
'@types/node': 25.3.
|
|
7370
|
+
'@types/node': 25.3.5
|
|
7140
7371
|
|
|
7141
|
-
'@inquirer/editor@4.2.23(@types/node@25.3.
|
|
7372
|
+
'@inquirer/editor@4.2.23(@types/node@25.3.5)':
|
|
7142
7373
|
dependencies:
|
|
7143
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7144
|
-
'@inquirer/external-editor': 1.0.3(@types/node@25.3.
|
|
7145
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7374
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7375
|
+
'@inquirer/external-editor': 1.0.3(@types/node@25.3.5)
|
|
7376
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7146
7377
|
optionalDependencies:
|
|
7147
|
-
'@types/node': 25.3.
|
|
7378
|
+
'@types/node': 25.3.5
|
|
7148
7379
|
|
|
7149
|
-
'@inquirer/expand@4.0.23(@types/node@25.3.
|
|
7380
|
+
'@inquirer/expand@4.0.23(@types/node@25.3.5)':
|
|
7150
7381
|
dependencies:
|
|
7151
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7152
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7382
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7383
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7153
7384
|
yoctocolors-cjs: 2.1.3
|
|
7154
7385
|
optionalDependencies:
|
|
7155
|
-
'@types/node': 25.3.
|
|
7386
|
+
'@types/node': 25.3.5
|
|
7156
7387
|
|
|
7157
|
-
'@inquirer/external-editor@1.0.3(@types/node@25.3.
|
|
7388
|
+
'@inquirer/external-editor@1.0.3(@types/node@25.3.5)':
|
|
7158
7389
|
dependencies:
|
|
7159
7390
|
chardet: 2.1.1
|
|
7160
7391
|
iconv-lite: 0.7.2
|
|
7161
7392
|
optionalDependencies:
|
|
7162
|
-
'@types/node': 25.3.
|
|
7393
|
+
'@types/node': 25.3.5
|
|
7163
7394
|
|
|
7164
7395
|
'@inquirer/figures@1.0.15': {}
|
|
7165
7396
|
|
|
7166
|
-
'@inquirer/input@4.3.1(@types/node@25.3.
|
|
7397
|
+
'@inquirer/input@4.3.1(@types/node@25.3.5)':
|
|
7167
7398
|
dependencies:
|
|
7168
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7169
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7399
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7400
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7170
7401
|
optionalDependencies:
|
|
7171
|
-
'@types/node': 25.3.
|
|
7402
|
+
'@types/node': 25.3.5
|
|
7172
7403
|
|
|
7173
|
-
'@inquirer/number@3.0.23(@types/node@25.3.
|
|
7404
|
+
'@inquirer/number@3.0.23(@types/node@25.3.5)':
|
|
7174
7405
|
dependencies:
|
|
7175
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7176
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7406
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7407
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7177
7408
|
optionalDependencies:
|
|
7178
|
-
'@types/node': 25.3.
|
|
7409
|
+
'@types/node': 25.3.5
|
|
7179
7410
|
|
|
7180
|
-
'@inquirer/password@4.0.23(@types/node@25.3.
|
|
7411
|
+
'@inquirer/password@4.0.23(@types/node@25.3.5)':
|
|
7181
7412
|
dependencies:
|
|
7182
7413
|
'@inquirer/ansi': 1.0.2
|
|
7183
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7184
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7414
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7415
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7185
7416
|
optionalDependencies:
|
|
7186
|
-
'@types/node': 25.3.
|
|
7187
|
-
|
|
7188
|
-
'@inquirer/prompts@7.10.1(@types/node@25.3.
|
|
7189
|
-
dependencies:
|
|
7190
|
-
'@inquirer/checkbox': 4.3.2(@types/node@25.3.
|
|
7191
|
-
'@inquirer/confirm': 5.1.21(@types/node@25.3.
|
|
7192
|
-
'@inquirer/editor': 4.2.23(@types/node@25.3.
|
|
7193
|
-
'@inquirer/expand': 4.0.23(@types/node@25.3.
|
|
7194
|
-
'@inquirer/input': 4.3.1(@types/node@25.3.
|
|
7195
|
-
'@inquirer/number': 3.0.23(@types/node@25.3.
|
|
7196
|
-
'@inquirer/password': 4.0.23(@types/node@25.3.
|
|
7197
|
-
'@inquirer/rawlist': 4.1.11(@types/node@25.3.
|
|
7198
|
-
'@inquirer/search': 3.2.2(@types/node@25.3.
|
|
7199
|
-
'@inquirer/select': 4.4.2(@types/node@25.3.
|
|
7417
|
+
'@types/node': 25.3.5
|
|
7418
|
+
|
|
7419
|
+
'@inquirer/prompts@7.10.1(@types/node@25.3.5)':
|
|
7420
|
+
dependencies:
|
|
7421
|
+
'@inquirer/checkbox': 4.3.2(@types/node@25.3.5)
|
|
7422
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.3.5)
|
|
7423
|
+
'@inquirer/editor': 4.2.23(@types/node@25.3.5)
|
|
7424
|
+
'@inquirer/expand': 4.0.23(@types/node@25.3.5)
|
|
7425
|
+
'@inquirer/input': 4.3.1(@types/node@25.3.5)
|
|
7426
|
+
'@inquirer/number': 3.0.23(@types/node@25.3.5)
|
|
7427
|
+
'@inquirer/password': 4.0.23(@types/node@25.3.5)
|
|
7428
|
+
'@inquirer/rawlist': 4.1.11(@types/node@25.3.5)
|
|
7429
|
+
'@inquirer/search': 3.2.2(@types/node@25.3.5)
|
|
7430
|
+
'@inquirer/select': 4.4.2(@types/node@25.3.5)
|
|
7200
7431
|
optionalDependencies:
|
|
7201
|
-
'@types/node': 25.3.
|
|
7432
|
+
'@types/node': 25.3.5
|
|
7202
7433
|
|
|
7203
|
-
'@inquirer/rawlist@4.1.11(@types/node@25.3.
|
|
7434
|
+
'@inquirer/rawlist@4.1.11(@types/node@25.3.5)':
|
|
7204
7435
|
dependencies:
|
|
7205
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7206
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7436
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7437
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7207
7438
|
yoctocolors-cjs: 2.1.3
|
|
7208
7439
|
optionalDependencies:
|
|
7209
|
-
'@types/node': 25.3.
|
|
7440
|
+
'@types/node': 25.3.5
|
|
7210
7441
|
|
|
7211
|
-
'@inquirer/search@3.2.2(@types/node@25.3.
|
|
7442
|
+
'@inquirer/search@3.2.2(@types/node@25.3.5)':
|
|
7212
7443
|
dependencies:
|
|
7213
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7444
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7214
7445
|
'@inquirer/figures': 1.0.15
|
|
7215
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7446
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7216
7447
|
yoctocolors-cjs: 2.1.3
|
|
7217
7448
|
optionalDependencies:
|
|
7218
|
-
'@types/node': 25.3.
|
|
7449
|
+
'@types/node': 25.3.5
|
|
7219
7450
|
|
|
7220
|
-
'@inquirer/select@4.4.2(@types/node@25.3.
|
|
7451
|
+
'@inquirer/select@4.4.2(@types/node@25.3.5)':
|
|
7221
7452
|
dependencies:
|
|
7222
7453
|
'@inquirer/ansi': 1.0.2
|
|
7223
|
-
'@inquirer/core': 10.3.2(@types/node@25.3.
|
|
7454
|
+
'@inquirer/core': 10.3.2(@types/node@25.3.5)
|
|
7224
7455
|
'@inquirer/figures': 1.0.15
|
|
7225
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7456
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7226
7457
|
yoctocolors-cjs: 2.1.3
|
|
7227
7458
|
optionalDependencies:
|
|
7228
|
-
'@types/node': 25.3.
|
|
7459
|
+
'@types/node': 25.3.5
|
|
7229
7460
|
|
|
7230
|
-
'@inquirer/type@3.0.10(@types/node@25.3.
|
|
7461
|
+
'@inquirer/type@3.0.10(@types/node@25.3.5)':
|
|
7231
7462
|
optionalDependencies:
|
|
7232
|
-
'@types/node': 25.3.
|
|
7463
|
+
'@types/node': 25.3.5
|
|
7233
7464
|
|
|
7234
7465
|
'@isaacs/cliui@8.0.2':
|
|
7235
7466
|
dependencies:
|
|
@@ -7270,10 +7501,10 @@ snapshots:
|
|
|
7270
7501
|
'@jridgewell/resolve-uri': 3.1.2
|
|
7271
7502
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
7272
7503
|
|
|
7273
|
-
'@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@25.3.
|
|
7504
|
+
'@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@25.3.5))(@types/node@25.3.5)(listr2@9.0.5)':
|
|
7274
7505
|
dependencies:
|
|
7275
|
-
'@inquirer/prompts': 7.10.1(@types/node@25.3.
|
|
7276
|
-
'@inquirer/type': 3.0.10(@types/node@25.3.
|
|
7506
|
+
'@inquirer/prompts': 7.10.1(@types/node@25.3.5)
|
|
7507
|
+
'@inquirer/type': 3.0.10(@types/node@25.3.5)
|
|
7277
7508
|
listr2: 9.0.5
|
|
7278
7509
|
transitivePeerDependencies:
|
|
7279
7510
|
- '@types/node'
|
|
@@ -7299,9 +7530,13 @@ snapshots:
|
|
|
7299
7530
|
'@lmdb/lmdb-win32-x64@3.5.1':
|
|
7300
7531
|
optional: true
|
|
7301
7532
|
|
|
7533
|
+
'@mdn/browser-compat-data@5.7.6': {}
|
|
7534
|
+
|
|
7535
|
+
'@mdn/browser-compat-data@6.1.5': {}
|
|
7536
|
+
|
|
7302
7537
|
'@modelcontextprotocol/sdk@1.26.0(zod@4.3.6)':
|
|
7303
7538
|
dependencies:
|
|
7304
|
-
'@hono/node-server': 1.19.
|
|
7539
|
+
'@hono/node-server': 1.19.10(hono@4.12.5)
|
|
7305
7540
|
ajv: 8.18.0
|
|
7306
7541
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
7307
7542
|
content-type: 1.0.5
|
|
@@ -7310,8 +7545,8 @@ snapshots:
|
|
|
7310
7545
|
eventsource: 3.0.7
|
|
7311
7546
|
eventsource-parser: 3.0.6
|
|
7312
7547
|
express: 5.2.1
|
|
7313
|
-
express-rate-limit: 8.2.
|
|
7314
|
-
hono: 4.12.
|
|
7548
|
+
express-rate-limit: 8.2.2(express@5.2.1)
|
|
7549
|
+
hono: 4.12.5
|
|
7315
7550
|
jose: 6.1.3
|
|
7316
7551
|
json-schema-typed: 8.0.2
|
|
7317
7552
|
pkce-challenge: 5.0.1
|
|
@@ -7339,12 +7574,17 @@ snapshots:
|
|
|
7339
7574
|
'@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
|
|
7340
7575
|
optional: true
|
|
7341
7576
|
|
|
7577
|
+
'@nanostores/preact@1.0.0(nanostores@1.1.1)(preact@10.28.4)':
|
|
7578
|
+
dependencies:
|
|
7579
|
+
nanostores: 1.1.1
|
|
7580
|
+
preact: 10.28.4
|
|
7581
|
+
|
|
7342
7582
|
'@nanostores/react@1.0.0(nanostores@1.1.1)(react@19.2.4)':
|
|
7343
7583
|
dependencies:
|
|
7344
7584
|
nanostores: 1.1.1
|
|
7345
7585
|
react: 19.2.4
|
|
7346
7586
|
|
|
7347
|
-
'@nanostores/vue@1.0
|
|
7587
|
+
'@nanostores/vue@1.1.0(nanostores@1.1.1)(vue@3.5.29(typescript@5.9.3))':
|
|
7348
7588
|
dependencies:
|
|
7349
7589
|
nanostores: 1.1.1
|
|
7350
7590
|
vue: 3.5.29(typescript@5.9.3)
|
|
@@ -7428,6 +7668,10 @@ snapshots:
|
|
|
7428
7668
|
'@tybys/wasm-util': 0.10.1
|
|
7429
7669
|
optional: true
|
|
7430
7670
|
|
|
7671
|
+
'@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1':
|
|
7672
|
+
dependencies:
|
|
7673
|
+
eslint-scope: 5.1.1
|
|
7674
|
+
|
|
7431
7675
|
'@nodelib/fs.scandir@2.1.5':
|
|
7432
7676
|
dependencies:
|
|
7433
7677
|
'@nodelib/fs.stat': 2.0.5
|
|
@@ -7570,12 +7814,56 @@ snapshots:
|
|
|
7570
7814
|
|
|
7571
7815
|
'@pkgr/core@0.2.9': {}
|
|
7572
7816
|
|
|
7573
|
-
'@playwright/test@1.
|
|
7817
|
+
'@playwright/test@1.58.2':
|
|
7574
7818
|
dependencies:
|
|
7575
|
-
playwright: 1.
|
|
7819
|
+
playwright: 1.58.2
|
|
7576
7820
|
|
|
7577
7821
|
'@polka/url@1.0.0-next.29': {}
|
|
7578
7822
|
|
|
7823
|
+
'@preact/preset-vite@2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
7824
|
+
dependencies:
|
|
7825
|
+
'@babel/core': 7.29.0
|
|
7826
|
+
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
7827
|
+
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
7828
|
+
'@prefresh/vite': 2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
7829
|
+
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
7830
|
+
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
7831
|
+
debug: 4.4.3
|
|
7832
|
+
picocolors: 1.1.1
|
|
7833
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
7834
|
+
vite-prerender-plugin: 0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
7835
|
+
transitivePeerDependencies:
|
|
7836
|
+
- preact
|
|
7837
|
+
- rollup
|
|
7838
|
+
- supports-color
|
|
7839
|
+
|
|
7840
|
+
'@preact/signals-core@1.13.0': {}
|
|
7841
|
+
|
|
7842
|
+
'@preact/signals@2.8.1(preact@10.28.4)':
|
|
7843
|
+
dependencies:
|
|
7844
|
+
'@preact/signals-core': 1.13.0
|
|
7845
|
+
preact: 10.28.4
|
|
7846
|
+
|
|
7847
|
+
'@prefresh/babel-plugin@0.5.3': {}
|
|
7848
|
+
|
|
7849
|
+
'@prefresh/core@1.5.9(preact@10.28.4)':
|
|
7850
|
+
dependencies:
|
|
7851
|
+
preact: 10.28.4
|
|
7852
|
+
|
|
7853
|
+
'@prefresh/utils@1.2.1': {}
|
|
7854
|
+
|
|
7855
|
+
'@prefresh/vite@2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
7856
|
+
dependencies:
|
|
7857
|
+
'@babel/core': 7.29.0
|
|
7858
|
+
'@prefresh/babel-plugin': 0.5.3
|
|
7859
|
+
'@prefresh/core': 1.5.9(preact@10.28.4)
|
|
7860
|
+
'@prefresh/utils': 1.2.1
|
|
7861
|
+
'@rollup/pluginutils': 4.2.1
|
|
7862
|
+
preact: 10.28.4
|
|
7863
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
7864
|
+
transitivePeerDependencies:
|
|
7865
|
+
- supports-color
|
|
7866
|
+
|
|
7579
7867
|
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
7580
7868
|
optional: true
|
|
7581
7869
|
|
|
@@ -7627,6 +7915,11 @@ snapshots:
|
|
|
7627
7915
|
|
|
7628
7916
|
'@rolldown/pluginutils@1.0.0-rc.6': {}
|
|
7629
7917
|
|
|
7918
|
+
'@rollup/pluginutils@4.2.1':
|
|
7919
|
+
dependencies:
|
|
7920
|
+
estree-walker: 2.0.2
|
|
7921
|
+
picomatch: 2.3.1
|
|
7922
|
+
|
|
7630
7923
|
'@rollup/pluginutils@5.3.0(rollup@4.59.0)':
|
|
7631
7924
|
dependencies:
|
|
7632
7925
|
'@types/estree': 1.0.8
|
|
@@ -7712,10 +8005,10 @@ snapshots:
|
|
|
7712
8005
|
|
|
7713
8006
|
'@rtsao/scc@1.1.0': {}
|
|
7714
8007
|
|
|
7715
|
-
'@schematics/angular@21.2.
|
|
8008
|
+
'@schematics/angular@21.2.1(chokidar@5.0.0)':
|
|
7716
8009
|
dependencies:
|
|
7717
|
-
'@angular-devkit/core': 21.2.
|
|
7718
|
-
'@angular-devkit/schematics': 21.2.
|
|
8010
|
+
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
8011
|
+
'@angular-devkit/schematics': 21.2.1(chokidar@5.0.0)
|
|
7719
8012
|
jsonc-parser: 3.3.1
|
|
7720
8013
|
transitivePeerDependencies:
|
|
7721
8014
|
- chokidar
|
|
@@ -7795,51 +8088,51 @@ snapshots:
|
|
|
7795
8088
|
dependencies:
|
|
7796
8089
|
acorn: 8.16.0
|
|
7797
8090
|
|
|
7798
|
-
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.
|
|
8091
|
+
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
7799
8092
|
dependencies:
|
|
7800
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.
|
|
8093
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
7801
8094
|
debug: 4.4.3
|
|
7802
|
-
svelte: 5.53.
|
|
7803
|
-
vite: 6.4.1(@types/node@25.3.
|
|
8095
|
+
svelte: 5.53.7
|
|
8096
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
7804
8097
|
transitivePeerDependencies:
|
|
7805
8098
|
- supports-color
|
|
7806
8099
|
|
|
7807
|
-
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.
|
|
8100
|
+
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
7808
8101
|
dependencies:
|
|
7809
|
-
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.
|
|
8102
|
+
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
7810
8103
|
obug: 2.1.1
|
|
7811
|
-
svelte: 5.53.
|
|
7812
|
-
vite: 6.4.1(@types/node@25.3.
|
|
8104
|
+
svelte: 5.53.7
|
|
8105
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
7813
8106
|
|
|
7814
|
-
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.
|
|
8107
|
+
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
7815
8108
|
dependencies:
|
|
7816
|
-
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.
|
|
8109
|
+
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
7817
8110
|
debug: 4.4.3
|
|
7818
8111
|
deepmerge: 4.3.1
|
|
7819
8112
|
kleur: 4.1.5
|
|
7820
8113
|
magic-string: 0.30.21
|
|
7821
|
-
svelte: 5.53.
|
|
7822
|
-
vite: 6.4.1(@types/node@25.3.
|
|
7823
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.
|
|
8114
|
+
svelte: 5.53.7
|
|
8115
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8116
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
7824
8117
|
transitivePeerDependencies:
|
|
7825
8118
|
- supports-color
|
|
7826
8119
|
|
|
7827
|
-
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.
|
|
8120
|
+
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
7828
8121
|
dependencies:
|
|
7829
|
-
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.
|
|
8122
|
+
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
7830
8123
|
deepmerge: 4.3.1
|
|
7831
8124
|
magic-string: 0.30.21
|
|
7832
8125
|
obug: 2.1.1
|
|
7833
|
-
svelte: 5.53.
|
|
7834
|
-
vite: 6.4.1(@types/node@25.3.
|
|
7835
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.
|
|
8126
|
+
svelte: 5.53.7
|
|
8127
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8128
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
7836
8129
|
|
|
7837
|
-
'@testing-library/angular@19.1.0(@angular/common@21.2.
|
|
8130
|
+
'@testing-library/angular@19.1.0(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/router@21.2.1(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)':
|
|
7838
8131
|
dependencies:
|
|
7839
|
-
'@angular/common': 21.2.
|
|
7840
|
-
'@angular/core': 21.2.
|
|
7841
|
-
'@angular/platform-browser': 21.2.
|
|
7842
|
-
'@angular/router': 21.2.
|
|
8132
|
+
'@angular/common': 21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
8133
|
+
'@angular/core': 21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)
|
|
8134
|
+
'@angular/platform-browser': 21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))
|
|
8135
|
+
'@angular/router': 21.2.1(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(@angular/platform-browser@21.2.1(@angular/animations@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(@angular/common@21.2.1(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.1(@angular/compiler@21.2.1)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
7843
8136
|
'@testing-library/dom': 10.4.1
|
|
7844
8137
|
tslib: 2.8.1
|
|
7845
8138
|
|
|
@@ -7854,6 +8147,17 @@ snapshots:
|
|
|
7854
8147
|
picocolors: 1.1.1
|
|
7855
8148
|
pretty-format: 27.5.1
|
|
7856
8149
|
|
|
8150
|
+
'@testing-library/dom@8.20.1':
|
|
8151
|
+
dependencies:
|
|
8152
|
+
'@babel/code-frame': 7.29.0
|
|
8153
|
+
'@babel/runtime': 7.28.6
|
|
8154
|
+
'@types/aria-query': 5.0.4
|
|
8155
|
+
aria-query: 5.1.3
|
|
8156
|
+
chalk: 4.1.2
|
|
8157
|
+
dom-accessibility-api: 0.5.16
|
|
8158
|
+
lz-string: 1.5.0
|
|
8159
|
+
pretty-format: 27.5.1
|
|
8160
|
+
|
|
7857
8161
|
'@testing-library/dom@9.3.4':
|
|
7858
8162
|
dependencies:
|
|
7859
8163
|
'@babel/code-frame': 7.29.0
|
|
@@ -7874,6 +8178,11 @@ snapshots:
|
|
|
7874
8178
|
picocolors: 1.1.1
|
|
7875
8179
|
redent: 3.0.0
|
|
7876
8180
|
|
|
8181
|
+
'@testing-library/preact@3.2.4(preact@10.28.4)':
|
|
8182
|
+
dependencies:
|
|
8183
|
+
'@testing-library/dom': 8.20.1
|
|
8184
|
+
preact: 10.28.4
|
|
8185
|
+
|
|
7877
8186
|
'@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
7878
8187
|
dependencies:
|
|
7879
8188
|
'@babel/runtime': 7.28.6
|
|
@@ -7884,18 +8193,18 @@ snapshots:
|
|
|
7884
8193
|
'@types/react': 19.2.14
|
|
7885
8194
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
7886
8195
|
|
|
7887
|
-
'@testing-library/svelte-core@1.0.0(svelte@5.53.
|
|
8196
|
+
'@testing-library/svelte-core@1.0.0(svelte@5.53.7)':
|
|
7888
8197
|
dependencies:
|
|
7889
|
-
svelte: 5.53.
|
|
8198
|
+
svelte: 5.53.7
|
|
7890
8199
|
|
|
7891
|
-
'@testing-library/svelte@5.3.1(svelte@5.53.
|
|
8200
|
+
'@testing-library/svelte@5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.3)(sass@1.97.3)(yaml@2.8.2))':
|
|
7892
8201
|
dependencies:
|
|
7893
8202
|
'@testing-library/dom': 10.4.1
|
|
7894
|
-
'@testing-library/svelte-core': 1.0.0(svelte@5.53.
|
|
7895
|
-
svelte: 5.53.
|
|
8203
|
+
'@testing-library/svelte-core': 1.0.0(svelte@5.53.7)
|
|
8204
|
+
svelte: 5.53.7
|
|
7896
8205
|
optionalDependencies:
|
|
7897
|
-
vite: 6.4.1(@types/node@25.3.
|
|
7898
|
-
vitest: 4.0.18(@types/node@25.3.
|
|
8206
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8207
|
+
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.3)(sass@1.97.3)(yaml@2.8.2)
|
|
7899
8208
|
|
|
7900
8209
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
7901
8210
|
dependencies:
|
|
@@ -7995,7 +8304,7 @@ snapshots:
|
|
|
7995
8304
|
dependencies:
|
|
7996
8305
|
'@types/unist': 3.0.3
|
|
7997
8306
|
|
|
7998
|
-
'@types/node@25.3.
|
|
8307
|
+
'@types/node@25.3.5':
|
|
7999
8308
|
dependencies:
|
|
8000
8309
|
undici-types: 7.18.2
|
|
8001
8310
|
|
|
@@ -8015,17 +8324,17 @@ snapshots:
|
|
|
8015
8324
|
|
|
8016
8325
|
'@types/ws@8.18.1':
|
|
8017
8326
|
dependencies:
|
|
8018
|
-
'@types/node': 25.3.
|
|
8327
|
+
'@types/node': 25.3.5
|
|
8019
8328
|
|
|
8020
|
-
'@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
8329
|
+
'@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
8021
8330
|
dependencies:
|
|
8022
8331
|
'@eslint-community/regexpp': 4.12.2
|
|
8023
|
-
'@typescript-eslint/parser': 8.56.1(eslint@9.39.
|
|
8332
|
+
'@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
8024
8333
|
'@typescript-eslint/scope-manager': 8.56.1
|
|
8025
|
-
'@typescript-eslint/type-utils': 8.56.1(eslint@9.39.
|
|
8026
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
8334
|
+
'@typescript-eslint/type-utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
8335
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
8027
8336
|
'@typescript-eslint/visitor-keys': 8.56.1
|
|
8028
|
-
eslint: 9.39.
|
|
8337
|
+
eslint: 9.39.4
|
|
8029
8338
|
ignore: 7.0.5
|
|
8030
8339
|
natural-compare: 1.4.0
|
|
8031
8340
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
@@ -8033,14 +8342,14 @@ snapshots:
|
|
|
8033
8342
|
transitivePeerDependencies:
|
|
8034
8343
|
- supports-color
|
|
8035
8344
|
|
|
8036
|
-
'@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
8345
|
+
'@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3)':
|
|
8037
8346
|
dependencies:
|
|
8038
8347
|
'@typescript-eslint/scope-manager': 8.56.1
|
|
8039
8348
|
'@typescript-eslint/types': 8.56.1
|
|
8040
8349
|
'@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
|
|
8041
8350
|
'@typescript-eslint/visitor-keys': 8.56.1
|
|
8042
8351
|
debug: 4.4.3
|
|
8043
|
-
eslint: 9.39.
|
|
8352
|
+
eslint: 9.39.4
|
|
8044
8353
|
typescript: 5.9.3
|
|
8045
8354
|
transitivePeerDependencies:
|
|
8046
8355
|
- supports-color
|
|
@@ -8063,13 +8372,13 @@ snapshots:
|
|
|
8063
8372
|
dependencies:
|
|
8064
8373
|
typescript: 5.9.3
|
|
8065
8374
|
|
|
8066
|
-
'@typescript-eslint/type-utils@8.56.1(eslint@9.39.
|
|
8375
|
+
'@typescript-eslint/type-utils@8.56.1(eslint@9.39.4)(typescript@5.9.3)':
|
|
8067
8376
|
dependencies:
|
|
8068
8377
|
'@typescript-eslint/types': 8.56.1
|
|
8069
8378
|
'@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
|
|
8070
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
8379
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
8071
8380
|
debug: 4.4.3
|
|
8072
|
-
eslint: 9.39.
|
|
8381
|
+
eslint: 9.39.4
|
|
8073
8382
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
8074
8383
|
typescript: 5.9.3
|
|
8075
8384
|
transitivePeerDependencies:
|
|
@@ -8092,13 +8401,13 @@ snapshots:
|
|
|
8092
8401
|
transitivePeerDependencies:
|
|
8093
8402
|
- supports-color
|
|
8094
8403
|
|
|
8095
|
-
'@typescript-eslint/utils@8.56.1(eslint@9.39.
|
|
8404
|
+
'@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3)':
|
|
8096
8405
|
dependencies:
|
|
8097
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.
|
|
8406
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
8098
8407
|
'@typescript-eslint/scope-manager': 8.56.1
|
|
8099
8408
|
'@typescript-eslint/types': 8.56.1
|
|
8100
8409
|
'@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
|
|
8101
|
-
eslint: 9.39.
|
|
8410
|
+
eslint: 9.39.4
|
|
8102
8411
|
typescript: 5.9.3
|
|
8103
8412
|
transitivePeerDependencies:
|
|
8104
8413
|
- supports-color
|
|
@@ -8110,11 +8419,11 @@ snapshots:
|
|
|
8110
8419
|
|
|
8111
8420
|
'@ungap/structured-clone@1.3.0': {}
|
|
8112
8421
|
|
|
8113
|
-
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.3.
|
|
8422
|
+
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
8114
8423
|
dependencies:
|
|
8115
|
-
vite: 7.3.1(@types/node@25.3.
|
|
8424
|
+
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8116
8425
|
|
|
8117
|
-
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.3.
|
|
8426
|
+
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
8118
8427
|
dependencies:
|
|
8119
8428
|
'@babel/core': 7.29.0
|
|
8120
8429
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -8122,11 +8431,11 @@ snapshots:
|
|
|
8122
8431
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
8123
8432
|
'@types/babel__core': 7.20.5
|
|
8124
8433
|
react-refresh: 0.17.0
|
|
8125
|
-
vite: 6.4.1(@types/node@25.3.
|
|
8434
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8126
8435
|
transitivePeerDependencies:
|
|
8127
8436
|
- supports-color
|
|
8128
8437
|
|
|
8129
|
-
'@vitejs/plugin-react@5.1.4(vite@6.4.1(@types/node@25.3.
|
|
8438
|
+
'@vitejs/plugin-react@5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
8130
8439
|
dependencies:
|
|
8131
8440
|
'@babel/core': 7.29.0
|
|
8132
8441
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -8134,30 +8443,30 @@ snapshots:
|
|
|
8134
8443
|
'@rolldown/pluginutils': 1.0.0-rc.3
|
|
8135
8444
|
'@types/babel__core': 7.20.5
|
|
8136
8445
|
react-refresh: 0.18.0
|
|
8137
|
-
vite: 6.4.1(@types/node@25.3.
|
|
8446
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8138
8447
|
transitivePeerDependencies:
|
|
8139
8448
|
- supports-color
|
|
8140
8449
|
|
|
8141
|
-
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.3.
|
|
8450
|
+
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3))':
|
|
8142
8451
|
dependencies:
|
|
8143
8452
|
'@babel/core': 7.29.0
|
|
8144
8453
|
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
|
8145
8454
|
'@rolldown/pluginutils': 1.0.0-rc.6
|
|
8146
8455
|
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
|
|
8147
|
-
vite: 6.4.1(@types/node@25.3.
|
|
8456
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8148
8457
|
vue: 3.5.29(typescript@5.9.3)
|
|
8149
8458
|
transitivePeerDependencies:
|
|
8150
8459
|
- supports-color
|
|
8151
8460
|
|
|
8152
|
-
'@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.3.
|
|
8461
|
+
'@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3))':
|
|
8153
8462
|
dependencies:
|
|
8154
|
-
vite: 6.4.1(@types/node@25.3.
|
|
8463
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8155
8464
|
vue: 3.5.29(typescript@5.9.3)
|
|
8156
8465
|
|
|
8157
|
-
'@vitejs/plugin-vue@6.0.4(vite@6.4.1(@types/node@25.3.
|
|
8466
|
+
'@vitejs/plugin-vue@6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3))':
|
|
8158
8467
|
dependencies:
|
|
8159
8468
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
|
8160
|
-
vite: 6.4.1(@types/node@25.3.
|
|
8469
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8161
8470
|
vue: 3.5.29(typescript@5.9.3)
|
|
8162
8471
|
|
|
8163
8472
|
'@vitest/expect@4.0.18':
|
|
@@ -8169,13 +8478,13 @@ snapshots:
|
|
|
8169
8478
|
chai: 6.2.2
|
|
8170
8479
|
tinyrainbow: 3.0.3
|
|
8171
8480
|
|
|
8172
|
-
'@vitest/mocker@4.0.18(vite@6.4.1(@types/node@25.3.
|
|
8481
|
+
'@vitest/mocker@4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))':
|
|
8173
8482
|
dependencies:
|
|
8174
8483
|
'@vitest/spy': 4.0.18
|
|
8175
8484
|
estree-walker: 3.0.3
|
|
8176
8485
|
magic-string: 0.30.21
|
|
8177
8486
|
optionalDependencies:
|
|
8178
|
-
vite: 6.4.1(@types/node@25.3.
|
|
8487
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8179
8488
|
|
|
8180
8489
|
'@vitest/pretty-format@4.0.18':
|
|
8181
8490
|
dependencies:
|
|
@@ -8258,14 +8567,14 @@ snapshots:
|
|
|
8258
8567
|
'@vue/compiler-dom': 3.5.29
|
|
8259
8568
|
'@vue/shared': 3.5.29
|
|
8260
8569
|
|
|
8261
|
-
'@vue/devtools-core@7.7.9(vite@6.4.1(@types/node@25.3.
|
|
8570
|
+
'@vue/devtools-core@7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3))':
|
|
8262
8571
|
dependencies:
|
|
8263
8572
|
'@vue/devtools-kit': 7.7.9
|
|
8264
8573
|
'@vue/devtools-shared': 7.7.9
|
|
8265
8574
|
mitt: 3.0.1
|
|
8266
8575
|
nanoid: 5.1.6
|
|
8267
8576
|
pathe: 2.0.3
|
|
8268
|
-
vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.3.
|
|
8577
|
+
vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
8269
8578
|
vue: 3.5.29(typescript@5.9.3)
|
|
8270
8579
|
transitivePeerDependencies:
|
|
8271
8580
|
- vite
|
|
@@ -8371,21 +8680,21 @@ snapshots:
|
|
|
8371
8680
|
'@algolia/requester-fetch': 5.48.1
|
|
8372
8681
|
'@algolia/requester-node-http': 5.48.1
|
|
8373
8682
|
|
|
8374
|
-
angular-eslint@21.
|
|
8683
|
+
angular-eslint@21.3.0(@angular/cli@21.2.1(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.56.1(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3):
|
|
8375
8684
|
dependencies:
|
|
8376
|
-
'@angular-devkit/core': 21.2.
|
|
8377
|
-
'@angular-devkit/schematics': 21.2.
|
|
8378
|
-
'@angular-eslint/builder': 21.
|
|
8379
|
-
'@angular-eslint/eslint-plugin': 21.
|
|
8380
|
-
'@angular-eslint/eslint-plugin-template': 21.
|
|
8381
|
-
'@angular-eslint/schematics': 21.
|
|
8382
|
-
'@angular-eslint/template-parser': 21.
|
|
8383
|
-
'@angular/cli': 21.2.
|
|
8685
|
+
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
8686
|
+
'@angular-devkit/schematics': 21.2.1(chokidar@5.0.0)
|
|
8687
|
+
'@angular-eslint/builder': 21.3.0(@angular/cli@21.2.1(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
|
|
8688
|
+
'@angular-eslint/eslint-plugin': 21.3.0(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
8689
|
+
'@angular-eslint/eslint-plugin-template': 21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
8690
|
+
'@angular-eslint/schematics': 21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.1(@types/node@25.3.5)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
|
|
8691
|
+
'@angular-eslint/template-parser': 21.3.0(eslint@9.39.4)(typescript@5.9.3)
|
|
8692
|
+
'@angular/cli': 21.2.1(@types/node@25.3.5)(chokidar@5.0.0)
|
|
8384
8693
|
'@typescript-eslint/types': 8.56.1
|
|
8385
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
8386
|
-
eslint: 9.39.
|
|
8694
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
8695
|
+
eslint: 9.39.4
|
|
8387
8696
|
typescript: 5.9.3
|
|
8388
|
-
typescript-eslint: 8.56.1(eslint@9.39.
|
|
8697
|
+
typescript-eslint: 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
8389
8698
|
transitivePeerDependencies:
|
|
8390
8699
|
- chokidar
|
|
8391
8700
|
- supports-color
|
|
@@ -8502,6 +8811,10 @@ snapshots:
|
|
|
8502
8811
|
|
|
8503
8812
|
assertion-error@2.0.1: {}
|
|
8504
8813
|
|
|
8814
|
+
ast-metadata-inferer@0.8.1:
|
|
8815
|
+
dependencies:
|
|
8816
|
+
'@mdn/browser-compat-data': 5.7.6
|
|
8817
|
+
|
|
8505
8818
|
astral-regex@2.0.0: {}
|
|
8506
8819
|
|
|
8507
8820
|
astro-eslint-parser@1.3.0:
|
|
@@ -8521,7 +8834,7 @@ snapshots:
|
|
|
8521
8834
|
transitivePeerDependencies:
|
|
8522
8835
|
- supports-color
|
|
8523
8836
|
|
|
8524
|
-
astro@5.18.0(@types/node@25.3.
|
|
8837
|
+
astro@5.18.0(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.2):
|
|
8525
8838
|
dependencies:
|
|
8526
8839
|
'@astrojs/compiler': 2.13.1
|
|
8527
8840
|
'@astrojs/internal-helpers': 0.7.5
|
|
@@ -8569,7 +8882,7 @@ snapshots:
|
|
|
8569
8882
|
semver: 7.7.4
|
|
8570
8883
|
shiki: 3.23.0
|
|
8571
8884
|
smol-toml: 1.6.0
|
|
8572
|
-
svgo: 4.0.
|
|
8885
|
+
svgo: 4.0.1
|
|
8573
8886
|
tinyexec: 1.0.2
|
|
8574
8887
|
tinyglobby: 0.2.15
|
|
8575
8888
|
tsconfck: 3.1.6(typescript@5.9.3)
|
|
@@ -8578,8 +8891,8 @@ snapshots:
|
|
|
8578
8891
|
unist-util-visit: 5.1.0
|
|
8579
8892
|
unstorage: 1.17.4
|
|
8580
8893
|
vfile: 6.0.3
|
|
8581
|
-
vite: 6.4.1(@types/node@25.3.
|
|
8582
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.
|
|
8894
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
8895
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
8583
8896
|
xxhash-wasm: 1.1.0
|
|
8584
8897
|
yargs-parser: 21.1.1
|
|
8585
8898
|
yocto-spinner: 0.2.3
|
|
@@ -8636,6 +8949,10 @@ snapshots:
|
|
|
8636
8949
|
|
|
8637
8950
|
axobject-query@4.1.0: {}
|
|
8638
8951
|
|
|
8952
|
+
babel-plugin-transform-hook-names@1.0.2(@babel/core@7.29.0):
|
|
8953
|
+
dependencies:
|
|
8954
|
+
'@babel/core': 7.29.0
|
|
8955
|
+
|
|
8639
8956
|
bail@2.0.2: {}
|
|
8640
8957
|
|
|
8641
8958
|
balanced-match@1.0.2: {}
|
|
@@ -9284,14 +9601,29 @@ snapshots:
|
|
|
9284
9601
|
|
|
9285
9602
|
escape-string-regexp@5.0.0: {}
|
|
9286
9603
|
|
|
9287
|
-
eslint-compat-utils@0.6.5(eslint@9.39.
|
|
9604
|
+
eslint-compat-utils@0.6.5(eslint@9.39.4):
|
|
9288
9605
|
dependencies:
|
|
9289
|
-
eslint: 9.39.
|
|
9606
|
+
eslint: 9.39.4
|
|
9290
9607
|
semver: 7.7.4
|
|
9291
9608
|
|
|
9292
|
-
eslint-config-
|
|
9609
|
+
eslint-config-preact@2.0.0(eslint@9.39.4):
|
|
9293
9610
|
dependencies:
|
|
9294
|
-
|
|
9611
|
+
'@babel/core': 7.29.0
|
|
9612
|
+
'@babel/eslint-parser': 7.28.6(@babel/core@7.29.0)(eslint@9.39.4)
|
|
9613
|
+
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.0)
|
|
9614
|
+
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
|
|
9615
|
+
'@eslint/js': 9.39.4
|
|
9616
|
+
eslint: 9.39.4
|
|
9617
|
+
eslint-plugin-compat: 6.2.1(eslint@9.39.4)
|
|
9618
|
+
eslint-plugin-react: 7.37.5(eslint@9.39.4)
|
|
9619
|
+
eslint-plugin-react-hooks: 5.2.0(eslint@9.39.4)
|
|
9620
|
+
globals: 16.5.0
|
|
9621
|
+
transitivePeerDependencies:
|
|
9622
|
+
- supports-color
|
|
9623
|
+
|
|
9624
|
+
eslint-config-prettier@10.1.8(eslint@9.39.4):
|
|
9625
|
+
dependencies:
|
|
9626
|
+
eslint: 9.39.4
|
|
9295
9627
|
|
|
9296
9628
|
eslint-import-resolver-node@0.3.9:
|
|
9297
9629
|
dependencies:
|
|
@@ -9301,31 +9633,42 @@ snapshots:
|
|
|
9301
9633
|
transitivePeerDependencies:
|
|
9302
9634
|
- supports-color
|
|
9303
9635
|
|
|
9304
|
-
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
9636
|
+
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4):
|
|
9305
9637
|
dependencies:
|
|
9306
9638
|
debug: 3.2.7
|
|
9307
9639
|
optionalDependencies:
|
|
9308
|
-
'@typescript-eslint/parser': 8.56.1(eslint@9.39.
|
|
9309
|
-
eslint: 9.39.
|
|
9640
|
+
'@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9641
|
+
eslint: 9.39.4
|
|
9310
9642
|
eslint-import-resolver-node: 0.3.9
|
|
9311
9643
|
transitivePeerDependencies:
|
|
9312
9644
|
- supports-color
|
|
9313
9645
|
|
|
9314
|
-
eslint-plugin-astro@1.6.0(eslint@9.39.
|
|
9646
|
+
eslint-plugin-astro@1.6.0(eslint@9.39.4):
|
|
9315
9647
|
dependencies:
|
|
9316
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.
|
|
9648
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9317
9649
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
9318
9650
|
'@typescript-eslint/types': 8.56.1
|
|
9319
9651
|
astro-eslint-parser: 1.3.0
|
|
9320
|
-
eslint: 9.39.
|
|
9321
|
-
eslint-compat-utils: 0.6.5(eslint@9.39.
|
|
9652
|
+
eslint: 9.39.4
|
|
9653
|
+
eslint-compat-utils: 0.6.5(eslint@9.39.4)
|
|
9322
9654
|
globals: 16.5.0
|
|
9323
9655
|
postcss: 8.5.6
|
|
9324
9656
|
postcss-selector-parser: 7.1.1
|
|
9325
9657
|
transitivePeerDependencies:
|
|
9326
9658
|
- supports-color
|
|
9327
9659
|
|
|
9328
|
-
eslint-plugin-
|
|
9660
|
+
eslint-plugin-compat@6.2.1(eslint@9.39.4):
|
|
9661
|
+
dependencies:
|
|
9662
|
+
'@mdn/browser-compat-data': 6.1.5
|
|
9663
|
+
ast-metadata-inferer: 0.8.1
|
|
9664
|
+
browserslist: 4.28.1
|
|
9665
|
+
eslint: 9.39.4
|
|
9666
|
+
find-up: 5.0.0
|
|
9667
|
+
globals: 15.15.0
|
|
9668
|
+
lodash.memoize: 4.1.2
|
|
9669
|
+
semver: 7.7.4
|
|
9670
|
+
|
|
9671
|
+
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4):
|
|
9329
9672
|
dependencies:
|
|
9330
9673
|
'@rtsao/scc': 1.1.0
|
|
9331
9674
|
array-includes: 3.1.9
|
|
@@ -9334,9 +9677,9 @@ snapshots:
|
|
|
9334
9677
|
array.prototype.flatmap: 1.3.3
|
|
9335
9678
|
debug: 3.2.7
|
|
9336
9679
|
doctrine: 2.1.0
|
|
9337
|
-
eslint: 9.39.
|
|
9680
|
+
eslint: 9.39.4
|
|
9338
9681
|
eslint-import-resolver-node: 0.3.9
|
|
9339
|
-
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
9682
|
+
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4)
|
|
9340
9683
|
hasown: 2.0.2
|
|
9341
9684
|
is-core-module: 2.16.1
|
|
9342
9685
|
is-glob: 4.0.3
|
|
@@ -9348,56 +9691,60 @@ snapshots:
|
|
|
9348
9691
|
string.prototype.trimend: 1.0.9
|
|
9349
9692
|
tsconfig-paths: 3.15.0
|
|
9350
9693
|
optionalDependencies:
|
|
9351
|
-
'@typescript-eslint/parser': 8.56.1(eslint@9.39.
|
|
9694
|
+
'@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9352
9695
|
transitivePeerDependencies:
|
|
9353
9696
|
- eslint-import-resolver-typescript
|
|
9354
9697
|
- eslint-import-resolver-webpack
|
|
9355
9698
|
- supports-color
|
|
9356
9699
|
|
|
9357
|
-
eslint-plugin-jest-dom@5.5.0(@testing-library/dom@10.4.1)(eslint@9.39.
|
|
9700
|
+
eslint-plugin-jest-dom@5.5.0(@testing-library/dom@10.4.1)(eslint@9.39.4):
|
|
9358
9701
|
dependencies:
|
|
9359
9702
|
'@babel/runtime': 7.28.6
|
|
9360
|
-
eslint: 9.39.
|
|
9703
|
+
eslint: 9.39.4
|
|
9361
9704
|
requireindex: 1.2.0
|
|
9362
9705
|
optionalDependencies:
|
|
9363
9706
|
'@testing-library/dom': 10.4.1
|
|
9364
9707
|
|
|
9365
|
-
eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
9708
|
+
eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3):
|
|
9366
9709
|
dependencies:
|
|
9367
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
9368
|
-
eslint: 9.39.
|
|
9710
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9711
|
+
eslint: 9.39.4
|
|
9369
9712
|
optionalDependencies:
|
|
9370
|
-
'@typescript-eslint/eslint-plugin': 8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
9713
|
+
'@typescript-eslint/eslint-plugin': 8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
9371
9714
|
typescript: 5.9.3
|
|
9372
9715
|
transitivePeerDependencies:
|
|
9373
9716
|
- supports-color
|
|
9374
9717
|
|
|
9375
|
-
eslint-plugin-perfectionist@5.6.0(eslint@9.39.
|
|
9718
|
+
eslint-plugin-perfectionist@5.6.0(eslint@9.39.4)(typescript@5.9.3):
|
|
9376
9719
|
dependencies:
|
|
9377
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
9378
|
-
eslint: 9.39.
|
|
9720
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9721
|
+
eslint: 9.39.4
|
|
9379
9722
|
natural-orderby: 5.0.0
|
|
9380
9723
|
transitivePeerDependencies:
|
|
9381
9724
|
- supports-color
|
|
9382
9725
|
- typescript
|
|
9383
9726
|
|
|
9384
|
-
eslint-plugin-playwright@2.
|
|
9727
|
+
eslint-plugin-playwright@2.9.0(eslint@9.39.4):
|
|
9728
|
+
dependencies:
|
|
9729
|
+
eslint: 9.39.4
|
|
9730
|
+
globals: 17.4.0
|
|
9731
|
+
|
|
9732
|
+
eslint-plugin-react-hooks@5.2.0(eslint@9.39.4):
|
|
9385
9733
|
dependencies:
|
|
9386
|
-
eslint: 9.39.
|
|
9387
|
-
globals: 17.3.0
|
|
9734
|
+
eslint: 9.39.4
|
|
9388
9735
|
|
|
9389
|
-
eslint-plugin-react-hooks@7.0.1(eslint@9.39.
|
|
9736
|
+
eslint-plugin-react-hooks@7.0.1(eslint@9.39.4):
|
|
9390
9737
|
dependencies:
|
|
9391
9738
|
'@babel/core': 7.29.0
|
|
9392
9739
|
'@babel/parser': 7.29.0
|
|
9393
|
-
eslint: 9.39.
|
|
9740
|
+
eslint: 9.39.4
|
|
9394
9741
|
hermes-parser: 0.25.1
|
|
9395
9742
|
zod: 4.3.6
|
|
9396
9743
|
zod-validation-error: 4.0.2(zod@4.3.6)
|
|
9397
9744
|
transitivePeerDependencies:
|
|
9398
9745
|
- supports-color
|
|
9399
9746
|
|
|
9400
|
-
eslint-plugin-react@7.37.5(eslint@9.39.
|
|
9747
|
+
eslint-plugin-react@7.37.5(eslint@9.39.4):
|
|
9401
9748
|
dependencies:
|
|
9402
9749
|
array-includes: 3.1.9
|
|
9403
9750
|
array.prototype.findlast: 1.2.5
|
|
@@ -9405,7 +9752,7 @@ snapshots:
|
|
|
9405
9752
|
array.prototype.tosorted: 1.1.4
|
|
9406
9753
|
doctrine: 2.1.0
|
|
9407
9754
|
es-iterator-helpers: 1.2.2
|
|
9408
|
-
eslint: 9.39.
|
|
9755
|
+
eslint: 9.39.4
|
|
9409
9756
|
estraverse: 5.3.0
|
|
9410
9757
|
hasown: 2.0.2
|
|
9411
9758
|
jsx-ast-utils: 3.3.5
|
|
@@ -9419,45 +9766,50 @@ snapshots:
|
|
|
9419
9766
|
string.prototype.matchall: 4.0.12
|
|
9420
9767
|
string.prototype.repeat: 1.0.0
|
|
9421
9768
|
|
|
9422
|
-
eslint-plugin-svelte@3.15.0(eslint@9.39.
|
|
9769
|
+
eslint-plugin-svelte@3.15.0(eslint@9.39.4)(svelte@5.53.7)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3)):
|
|
9423
9770
|
dependencies:
|
|
9424
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.
|
|
9771
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9425
9772
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
9426
|
-
eslint: 9.39.
|
|
9773
|
+
eslint: 9.39.4
|
|
9427
9774
|
esutils: 2.0.3
|
|
9428
9775
|
globals: 16.5.0
|
|
9429
9776
|
known-css-properties: 0.37.0
|
|
9430
9777
|
postcss: 8.5.6
|
|
9431
|
-
postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.3.
|
|
9778
|
+
postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3))
|
|
9432
9779
|
postcss-safe-parser: 7.0.1(postcss@8.5.6)
|
|
9433
9780
|
semver: 7.7.4
|
|
9434
|
-
svelte-eslint-parser: 1.
|
|
9781
|
+
svelte-eslint-parser: 1.6.0(svelte@5.53.7)
|
|
9435
9782
|
optionalDependencies:
|
|
9436
|
-
svelte: 5.53.
|
|
9783
|
+
svelte: 5.53.7
|
|
9437
9784
|
transitivePeerDependencies:
|
|
9438
9785
|
- ts-node
|
|
9439
9786
|
|
|
9440
|
-
eslint-plugin-testing-library@7.16.0(eslint@9.39.
|
|
9787
|
+
eslint-plugin-testing-library@7.16.0(eslint@9.39.4)(typescript@5.9.3):
|
|
9441
9788
|
dependencies:
|
|
9442
9789
|
'@typescript-eslint/scope-manager': 8.56.1
|
|
9443
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
9444
|
-
eslint: 9.39.
|
|
9790
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9791
|
+
eslint: 9.39.4
|
|
9445
9792
|
transitivePeerDependencies:
|
|
9446
9793
|
- supports-color
|
|
9447
9794
|
- typescript
|
|
9448
9795
|
|
|
9449
|
-
eslint-plugin-vue@10.8.0(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
9796
|
+
eslint-plugin-vue@10.8.0(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4)):
|
|
9450
9797
|
dependencies:
|
|
9451
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.
|
|
9452
|
-
eslint: 9.39.
|
|
9798
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9799
|
+
eslint: 9.39.4
|
|
9453
9800
|
natural-compare: 1.4.0
|
|
9454
9801
|
nth-check: 2.1.1
|
|
9455
9802
|
postcss-selector-parser: 7.1.1
|
|
9456
9803
|
semver: 7.7.4
|
|
9457
|
-
vue-eslint-parser: 10.4.0(eslint@9.39.
|
|
9804
|
+
vue-eslint-parser: 10.4.0(eslint@9.39.4)
|
|
9458
9805
|
xml-name-validator: 4.0.0
|
|
9459
9806
|
optionalDependencies:
|
|
9460
|
-
'@typescript-eslint/parser': 8.56.1(eslint@9.39.
|
|
9807
|
+
'@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
9808
|
+
|
|
9809
|
+
eslint-scope@5.1.1:
|
|
9810
|
+
dependencies:
|
|
9811
|
+
esrecurse: 4.3.0
|
|
9812
|
+
estraverse: 4.3.0
|
|
9461
9813
|
|
|
9462
9814
|
eslint-scope@8.4.0:
|
|
9463
9815
|
dependencies:
|
|
@@ -9471,21 +9823,23 @@ snapshots:
|
|
|
9471
9823
|
esrecurse: 4.3.0
|
|
9472
9824
|
estraverse: 5.3.0
|
|
9473
9825
|
|
|
9826
|
+
eslint-visitor-keys@2.1.0: {}
|
|
9827
|
+
|
|
9474
9828
|
eslint-visitor-keys@3.4.3: {}
|
|
9475
9829
|
|
|
9476
9830
|
eslint-visitor-keys@4.2.1: {}
|
|
9477
9831
|
|
|
9478
9832
|
eslint-visitor-keys@5.0.1: {}
|
|
9479
9833
|
|
|
9480
|
-
eslint@9.39.
|
|
9834
|
+
eslint@9.39.4:
|
|
9481
9835
|
dependencies:
|
|
9482
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.
|
|
9836
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9483
9837
|
'@eslint-community/regexpp': 4.12.2
|
|
9484
|
-
'@eslint/config-array': 0.21.
|
|
9838
|
+
'@eslint/config-array': 0.21.2
|
|
9485
9839
|
'@eslint/config-helpers': 0.4.2
|
|
9486
9840
|
'@eslint/core': 0.17.0
|
|
9487
|
-
'@eslint/eslintrc': 3.3.
|
|
9488
|
-
'@eslint/js': 9.39.
|
|
9841
|
+
'@eslint/eslintrc': 3.3.5
|
|
9842
|
+
'@eslint/js': 9.39.4
|
|
9489
9843
|
'@eslint/plugin-kit': 0.4.1
|
|
9490
9844
|
'@humanfs/node': 0.16.7
|
|
9491
9845
|
'@humanwhocodes/module-importer': 1.0.1
|
|
@@ -9542,6 +9896,8 @@ snapshots:
|
|
|
9542
9896
|
dependencies:
|
|
9543
9897
|
estraverse: 5.3.0
|
|
9544
9898
|
|
|
9899
|
+
estraverse@4.3.0: {}
|
|
9900
|
+
|
|
9545
9901
|
estraverse@5.3.0: {}
|
|
9546
9902
|
|
|
9547
9903
|
estree-walker@2.0.2: {}
|
|
@@ -9581,10 +9937,10 @@ snapshots:
|
|
|
9581
9937
|
|
|
9582
9938
|
exponential-backoff@3.1.3: {}
|
|
9583
9939
|
|
|
9584
|
-
express-rate-limit@8.2.
|
|
9940
|
+
express-rate-limit@8.2.2(express@5.2.1):
|
|
9585
9941
|
dependencies:
|
|
9586
9942
|
express: 5.2.1
|
|
9587
|
-
ip-address: 10.0
|
|
9943
|
+
ip-address: 10.1.0
|
|
9588
9944
|
|
|
9589
9945
|
express@5.2.1:
|
|
9590
9946
|
dependencies:
|
|
@@ -9814,9 +10170,11 @@ snapshots:
|
|
|
9814
10170
|
|
|
9815
10171
|
globals@14.0.0: {}
|
|
9816
10172
|
|
|
10173
|
+
globals@15.15.0: {}
|
|
10174
|
+
|
|
9817
10175
|
globals@16.5.0: {}
|
|
9818
10176
|
|
|
9819
|
-
globals@17.
|
|
10177
|
+
globals@17.4.0: {}
|
|
9820
10178
|
|
|
9821
10179
|
globalthis@1.0.4:
|
|
9822
10180
|
dependencies:
|
|
@@ -9839,9 +10197,9 @@ snapshots:
|
|
|
9839
10197
|
ufo: 1.6.3
|
|
9840
10198
|
uncrypto: 0.1.3
|
|
9841
10199
|
|
|
9842
|
-
happy-dom@20.
|
|
10200
|
+
happy-dom@20.8.3:
|
|
9843
10201
|
dependencies:
|
|
9844
|
-
'@types/node': 25.3.
|
|
10202
|
+
'@types/node': 25.3.5
|
|
9845
10203
|
'@types/whatwg-mimetype': 3.0.2
|
|
9846
10204
|
'@types/ws': 8.18.1
|
|
9847
10205
|
entities: 7.0.1
|
|
@@ -9960,13 +10318,15 @@ snapshots:
|
|
|
9960
10318
|
property-information: 7.1.0
|
|
9961
10319
|
space-separated-tokens: 2.0.2
|
|
9962
10320
|
|
|
10321
|
+
he@1.2.0: {}
|
|
10322
|
+
|
|
9963
10323
|
hermes-estree@0.25.1: {}
|
|
9964
10324
|
|
|
9965
10325
|
hermes-parser@0.25.1:
|
|
9966
10326
|
dependencies:
|
|
9967
10327
|
hermes-estree: 0.25.1
|
|
9968
10328
|
|
|
9969
|
-
hono@4.12.
|
|
10329
|
+
hono@4.12.5: {}
|
|
9970
10330
|
|
|
9971
10331
|
hookable@5.5.3: {}
|
|
9972
10332
|
|
|
@@ -10023,7 +10383,7 @@ snapshots:
|
|
|
10023
10383
|
|
|
10024
10384
|
ignore@7.0.5: {}
|
|
10025
10385
|
|
|
10026
|
-
immutable@5.1.
|
|
10386
|
+
immutable@5.1.5: {}
|
|
10027
10387
|
|
|
10028
10388
|
import-fresh@3.3.1:
|
|
10029
10389
|
dependencies:
|
|
@@ -10050,8 +10410,6 @@ snapshots:
|
|
|
10050
10410
|
hasown: 2.0.2
|
|
10051
10411
|
side-channel: 1.1.0
|
|
10052
10412
|
|
|
10053
|
-
ip-address@10.0.1: {}
|
|
10054
|
-
|
|
10055
10413
|
ip-address@10.1.0: {}
|
|
10056
10414
|
|
|
10057
10415
|
ipaddr.js@1.9.1: {}
|
|
@@ -10365,6 +10723,8 @@ snapshots:
|
|
|
10365
10723
|
|
|
10366
10724
|
lodash.get@4.4.2: {}
|
|
10367
10725
|
|
|
10726
|
+
lodash.memoize@4.1.2: {}
|
|
10727
|
+
|
|
10368
10728
|
lodash.merge@4.6.2: {}
|
|
10369
10729
|
|
|
10370
10730
|
lodash.truncate@4.4.2: {}
|
|
@@ -10906,12 +11266,17 @@ snapshots:
|
|
|
10906
11266
|
nopt: 9.0.0
|
|
10907
11267
|
proc-log: 6.1.0
|
|
10908
11268
|
semver: 7.7.4
|
|
10909
|
-
tar: 7.5.
|
|
11269
|
+
tar: 7.5.10
|
|
10910
11270
|
tinyglobby: 0.2.15
|
|
10911
11271
|
which: 6.0.1
|
|
10912
11272
|
transitivePeerDependencies:
|
|
10913
11273
|
- supports-color
|
|
10914
11274
|
|
|
11275
|
+
node-html-parser@6.1.13:
|
|
11276
|
+
dependencies:
|
|
11277
|
+
css-select: 5.2.2
|
|
11278
|
+
he: 1.2.0
|
|
11279
|
+
|
|
10915
11280
|
node-mock-http@1.0.4: {}
|
|
10916
11281
|
|
|
10917
11282
|
node-releases@2.0.27: {}
|
|
@@ -11138,7 +11503,7 @@ snapshots:
|
|
|
11138
11503
|
promise-retry: 2.0.1
|
|
11139
11504
|
sigstore: 4.1.0
|
|
11140
11505
|
ssri: 13.0.1
|
|
11141
|
-
tar: 7.5.
|
|
11506
|
+
tar: 7.5.10
|
|
11142
11507
|
transitivePeerDependencies:
|
|
11143
11508
|
- supports-color
|
|
11144
11509
|
|
|
@@ -11234,23 +11599,23 @@ snapshots:
|
|
|
11234
11599
|
|
|
11235
11600
|
pkce-challenge@5.0.1: {}
|
|
11236
11601
|
|
|
11237
|
-
playwright-core@1.
|
|
11602
|
+
playwright-core@1.58.2: {}
|
|
11238
11603
|
|
|
11239
|
-
playwright@1.
|
|
11604
|
+
playwright@1.58.2:
|
|
11240
11605
|
dependencies:
|
|
11241
|
-
playwright-core: 1.
|
|
11606
|
+
playwright-core: 1.58.2
|
|
11242
11607
|
optionalDependencies:
|
|
11243
11608
|
fsevents: 2.3.2
|
|
11244
11609
|
|
|
11245
11610
|
possible-typed-array-names@1.1.0: {}
|
|
11246
11611
|
|
|
11247
|
-
postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.3.
|
|
11612
|
+
postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3)):
|
|
11248
11613
|
dependencies:
|
|
11249
11614
|
lilconfig: 2.1.0
|
|
11250
11615
|
yaml: 1.10.2
|
|
11251
11616
|
optionalDependencies:
|
|
11252
11617
|
postcss: 8.5.6
|
|
11253
|
-
ts-node: 10.9.2(@types/node@25.3.
|
|
11618
|
+
ts-node: 10.9.2(@types/node@25.3.5)(typescript@5.9.3)
|
|
11254
11619
|
|
|
11255
11620
|
postcss-media-query-parser@0.2.3: {}
|
|
11256
11621
|
|
|
@@ -11273,12 +11638,18 @@ snapshots:
|
|
|
11273
11638
|
picocolors: 1.1.1
|
|
11274
11639
|
source-map-js: 1.2.1
|
|
11275
11640
|
|
|
11641
|
+
preact-render-to-string@6.6.6(preact@10.28.4):
|
|
11642
|
+
dependencies:
|
|
11643
|
+
preact: 10.28.4
|
|
11644
|
+
|
|
11645
|
+
preact@10.28.4: {}
|
|
11646
|
+
|
|
11276
11647
|
prelude-ls@1.2.1: {}
|
|
11277
11648
|
|
|
11278
|
-
prettier-plugin-svelte@3.5.
|
|
11649
|
+
prettier-plugin-svelte@3.5.1(prettier@3.8.1)(svelte@5.53.7):
|
|
11279
11650
|
dependencies:
|
|
11280
11651
|
prettier: 3.8.1
|
|
11281
|
-
svelte: 5.53.
|
|
11652
|
+
svelte: 5.53.7
|
|
11282
11653
|
|
|
11283
11654
|
prettier@3.8.1: {}
|
|
11284
11655
|
|
|
@@ -11615,12 +11986,12 @@ snapshots:
|
|
|
11615
11986
|
sass@1.97.3:
|
|
11616
11987
|
dependencies:
|
|
11617
11988
|
chokidar: 4.0.3
|
|
11618
|
-
immutable: 5.1.
|
|
11989
|
+
immutable: 5.1.5
|
|
11619
11990
|
source-map-js: 1.2.1
|
|
11620
11991
|
optionalDependencies:
|
|
11621
11992
|
'@parcel/watcher': 2.5.6
|
|
11622
11993
|
|
|
11623
|
-
sax@1.
|
|
11994
|
+
sax@1.5.0: {}
|
|
11624
11995
|
|
|
11625
11996
|
scheduler@0.27.0: {}
|
|
11626
11997
|
|
|
@@ -11628,8 +11999,6 @@ snapshots:
|
|
|
11628
11999
|
|
|
11629
12000
|
semver@6.3.1: {}
|
|
11630
12001
|
|
|
11631
|
-
semver@7.7.3: {}
|
|
11632
|
-
|
|
11633
12002
|
semver@7.7.4: {}
|
|
11634
12003
|
|
|
11635
12004
|
send@1.2.1:
|
|
@@ -11773,6 +12142,10 @@ snapshots:
|
|
|
11773
12142
|
transitivePeerDependencies:
|
|
11774
12143
|
- supports-color
|
|
11775
12144
|
|
|
12145
|
+
simple-code-frame@1.3.0:
|
|
12146
|
+
dependencies:
|
|
12147
|
+
kolorist: 1.8.0
|
|
12148
|
+
|
|
11776
12149
|
sirv@3.0.2:
|
|
11777
12150
|
dependencies:
|
|
11778
12151
|
'@polka/url': 1.0.0-next.29
|
|
@@ -11839,6 +12212,8 @@ snapshots:
|
|
|
11839
12212
|
dependencies:
|
|
11840
12213
|
minipass: 7.1.3
|
|
11841
12214
|
|
|
12215
|
+
stack-trace@1.0.0-pre2: {}
|
|
12216
|
+
|
|
11842
12217
|
stackback@0.0.2: {}
|
|
11843
12218
|
|
|
11844
12219
|
statuses@2.0.2: {}
|
|
@@ -11952,7 +12327,7 @@ snapshots:
|
|
|
11952
12327
|
|
|
11953
12328
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
11954
12329
|
|
|
11955
|
-
svelte-eslint-parser@1.
|
|
12330
|
+
svelte-eslint-parser@1.6.0(svelte@5.53.7):
|
|
11956
12331
|
dependencies:
|
|
11957
12332
|
eslint-scope: 8.4.0
|
|
11958
12333
|
eslint-visitor-keys: 4.2.1
|
|
@@ -11962,16 +12337,16 @@ snapshots:
|
|
|
11962
12337
|
postcss-selector-parser: 7.1.1
|
|
11963
12338
|
semver: 7.7.4
|
|
11964
12339
|
optionalDependencies:
|
|
11965
|
-
svelte: 5.53.
|
|
12340
|
+
svelte: 5.53.7
|
|
11966
12341
|
|
|
11967
|
-
svelte2tsx@0.7.51(svelte@5.53.
|
|
12342
|
+
svelte2tsx@0.7.51(svelte@5.53.7)(typescript@5.9.3):
|
|
11968
12343
|
dependencies:
|
|
11969
12344
|
dedent-js: 1.0.1
|
|
11970
12345
|
scule: 1.3.0
|
|
11971
|
-
svelte: 5.53.
|
|
12346
|
+
svelte: 5.53.7
|
|
11972
12347
|
typescript: 5.9.3
|
|
11973
12348
|
|
|
11974
|
-
svelte@5.53.
|
|
12349
|
+
svelte@5.53.7:
|
|
11975
12350
|
dependencies:
|
|
11976
12351
|
'@jridgewell/remapping': 2.3.5
|
|
11977
12352
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -11990,7 +12365,7 @@ snapshots:
|
|
|
11990
12365
|
magic-string: 0.30.21
|
|
11991
12366
|
zimmerframe: 1.1.4
|
|
11992
12367
|
|
|
11993
|
-
svgo@4.0.
|
|
12368
|
+
svgo@4.0.1:
|
|
11994
12369
|
dependencies:
|
|
11995
12370
|
commander: 11.1.0
|
|
11996
12371
|
css-select: 5.2.2
|
|
@@ -11998,7 +12373,7 @@ snapshots:
|
|
|
11998
12373
|
css-what: 6.2.2
|
|
11999
12374
|
csso: 5.0.5
|
|
12000
12375
|
picocolors: 1.1.1
|
|
12001
|
-
sax: 1.
|
|
12376
|
+
sax: 1.5.0
|
|
12002
12377
|
|
|
12003
12378
|
synckit@0.11.12:
|
|
12004
12379
|
dependencies:
|
|
@@ -12012,7 +12387,7 @@ snapshots:
|
|
|
12012
12387
|
string-width: 4.2.3
|
|
12013
12388
|
strip-ansi: 6.0.1
|
|
12014
12389
|
|
|
12015
|
-
tar@7.5.
|
|
12390
|
+
tar@7.5.10:
|
|
12016
12391
|
dependencies:
|
|
12017
12392
|
'@isaacs/fs-minipass': 4.0.1
|
|
12018
12393
|
chownr: 3.0.0
|
|
@@ -12056,14 +12431,14 @@ snapshots:
|
|
|
12056
12431
|
'@ts-morph/common': 0.22.0
|
|
12057
12432
|
code-block-writer: 12.0.0
|
|
12058
12433
|
|
|
12059
|
-
ts-node@10.9.2(@types/node@25.3.
|
|
12434
|
+
ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3):
|
|
12060
12435
|
dependencies:
|
|
12061
12436
|
'@cspotcode/source-map-support': 0.8.1
|
|
12062
12437
|
'@tsconfig/node10': 1.0.12
|
|
12063
12438
|
'@tsconfig/node12': 1.0.11
|
|
12064
12439
|
'@tsconfig/node14': 1.0.3
|
|
12065
12440
|
'@tsconfig/node16': 1.0.4
|
|
12066
|
-
'@types/node': 25.3.
|
|
12441
|
+
'@types/node': 25.3.5
|
|
12067
12442
|
acorn: 8.16.0
|
|
12068
12443
|
acorn-walk: 8.3.5
|
|
12069
12444
|
arg: 4.1.3
|
|
@@ -12140,13 +12515,13 @@ snapshots:
|
|
|
12140
12515
|
possible-typed-array-names: 1.1.0
|
|
12141
12516
|
reflect.getprototypeof: 1.0.10
|
|
12142
12517
|
|
|
12143
|
-
typescript-eslint@8.56.1(eslint@9.39.
|
|
12518
|
+
typescript-eslint@8.56.1(eslint@9.39.4)(typescript@5.9.3):
|
|
12144
12519
|
dependencies:
|
|
12145
|
-
'@typescript-eslint/eslint-plugin': 8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.
|
|
12146
|
-
'@typescript-eslint/parser': 8.56.1(eslint@9.39.
|
|
12520
|
+
'@typescript-eslint/eslint-plugin': 8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
12521
|
+
'@typescript-eslint/parser': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
12147
12522
|
'@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3)
|
|
12148
|
-
'@typescript-eslint/utils': 8.56.1(eslint@9.39.
|
|
12149
|
-
eslint: 9.39.
|
|
12523
|
+
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
12524
|
+
eslint: 9.39.4
|
|
12150
12525
|
typescript: 5.9.3
|
|
12151
12526
|
transitivePeerDependencies:
|
|
12152
12527
|
- supports-color
|
|
@@ -12286,11 +12661,11 @@ snapshots:
|
|
|
12286
12661
|
'@types/unist': 3.0.3
|
|
12287
12662
|
vfile-message: 4.0.3
|
|
12288
12663
|
|
|
12289
|
-
vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.3.
|
|
12664
|
+
vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)):
|
|
12290
12665
|
dependencies:
|
|
12291
|
-
vite: 6.4.1(@types/node@25.3.
|
|
12666
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
12292
12667
|
|
|
12293
|
-
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.
|
|
12668
|
+
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)):
|
|
12294
12669
|
dependencies:
|
|
12295
12670
|
'@antfu/utils': 0.7.10
|
|
12296
12671
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
@@ -12301,28 +12676,28 @@ snapshots:
|
|
|
12301
12676
|
perfect-debounce: 1.0.0
|
|
12302
12677
|
picocolors: 1.1.1
|
|
12303
12678
|
sirv: 3.0.2
|
|
12304
|
-
vite: 6.4.1(@types/node@25.3.
|
|
12679
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
12305
12680
|
transitivePeerDependencies:
|
|
12306
12681
|
- rollup
|
|
12307
12682
|
- supports-color
|
|
12308
12683
|
|
|
12309
|
-
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.
|
|
12684
|
+
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3)):
|
|
12310
12685
|
dependencies:
|
|
12311
|
-
'@vue/devtools-core': 7.7.9(vite@6.4.1(@types/node@25.3.
|
|
12686
|
+
'@vue/devtools-core': 7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.29(typescript@5.9.3))
|
|
12312
12687
|
'@vue/devtools-kit': 7.7.9
|
|
12313
12688
|
'@vue/devtools-shared': 7.7.9
|
|
12314
12689
|
execa: 9.6.1
|
|
12315
12690
|
sirv: 3.0.2
|
|
12316
|
-
vite: 6.4.1(@types/node@25.3.
|
|
12317
|
-
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.
|
|
12318
|
-
vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.3.
|
|
12691
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
12692
|
+
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
12693
|
+
vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
12319
12694
|
transitivePeerDependencies:
|
|
12320
12695
|
- '@nuxt/kit'
|
|
12321
12696
|
- rollup
|
|
12322
12697
|
- supports-color
|
|
12323
12698
|
- vue
|
|
12324
12699
|
|
|
12325
|
-
vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.3.
|
|
12700
|
+
vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)):
|
|
12326
12701
|
dependencies:
|
|
12327
12702
|
'@babel/core': 7.29.0
|
|
12328
12703
|
'@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
|
|
@@ -12333,11 +12708,21 @@ snapshots:
|
|
|
12333
12708
|
'@vue/compiler-dom': 3.5.29
|
|
12334
12709
|
kolorist: 1.8.0
|
|
12335
12710
|
magic-string: 0.30.21
|
|
12336
|
-
vite: 6.4.1(@types/node@25.3.
|
|
12711
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
12337
12712
|
transitivePeerDependencies:
|
|
12338
12713
|
- supports-color
|
|
12339
12714
|
|
|
12340
|
-
vite@6.4.1(@types/node@25.3.
|
|
12715
|
+
vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)):
|
|
12716
|
+
dependencies:
|
|
12717
|
+
kolorist: 1.8.0
|
|
12718
|
+
magic-string: 0.30.21
|
|
12719
|
+
node-html-parser: 6.1.13
|
|
12720
|
+
simple-code-frame: 1.3.0
|
|
12721
|
+
source-map: 0.7.6
|
|
12722
|
+
stack-trace: 1.0.0-pre2
|
|
12723
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
12724
|
+
|
|
12725
|
+
vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2):
|
|
12341
12726
|
dependencies:
|
|
12342
12727
|
esbuild: 0.25.12
|
|
12343
12728
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
@@ -12346,12 +12731,12 @@ snapshots:
|
|
|
12346
12731
|
rollup: 4.59.0
|
|
12347
12732
|
tinyglobby: 0.2.15
|
|
12348
12733
|
optionalDependencies:
|
|
12349
|
-
'@types/node': 25.3.
|
|
12734
|
+
'@types/node': 25.3.5
|
|
12350
12735
|
fsevents: 2.3.3
|
|
12351
12736
|
sass: 1.97.3
|
|
12352
12737
|
yaml: 2.8.2
|
|
12353
12738
|
|
|
12354
|
-
vite@7.3.1(@types/node@25.3.
|
|
12739
|
+
vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2):
|
|
12355
12740
|
dependencies:
|
|
12356
12741
|
esbuild: 0.27.3
|
|
12357
12742
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
@@ -12360,19 +12745,19 @@ snapshots:
|
|
|
12360
12745
|
rollup: 4.59.0
|
|
12361
12746
|
tinyglobby: 0.2.15
|
|
12362
12747
|
optionalDependencies:
|
|
12363
|
-
'@types/node': 25.3.
|
|
12748
|
+
'@types/node': 25.3.5
|
|
12364
12749
|
fsevents: 2.3.3
|
|
12365
12750
|
sass: 1.97.3
|
|
12366
12751
|
yaml: 2.8.2
|
|
12367
12752
|
|
|
12368
|
-
vitefu@1.1.2(vite@6.4.1(@types/node@25.3.
|
|
12753
|
+
vitefu@1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)):
|
|
12369
12754
|
optionalDependencies:
|
|
12370
|
-
vite: 6.4.1(@types/node@25.3.
|
|
12755
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
12371
12756
|
|
|
12372
|
-
vitest@4.0.18(@types/node@25.3.
|
|
12757
|
+
vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.3)(sass@1.97.3)(yaml@2.8.2):
|
|
12373
12758
|
dependencies:
|
|
12374
12759
|
'@vitest/expect': 4.0.18
|
|
12375
|
-
'@vitest/mocker': 4.0.18(vite@6.4.1(@types/node@25.3.
|
|
12760
|
+
'@vitest/mocker': 4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2))
|
|
12376
12761
|
'@vitest/pretty-format': 4.0.18
|
|
12377
12762
|
'@vitest/runner': 4.0.18
|
|
12378
12763
|
'@vitest/snapshot': 4.0.18
|
|
@@ -12389,11 +12774,11 @@ snapshots:
|
|
|
12389
12774
|
tinyexec: 1.0.2
|
|
12390
12775
|
tinyglobby: 0.2.15
|
|
12391
12776
|
tinyrainbow: 3.0.3
|
|
12392
|
-
vite: 6.4.1(@types/node@25.3.
|
|
12777
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.2)
|
|
12393
12778
|
why-is-node-running: 2.3.0
|
|
12394
12779
|
optionalDependencies:
|
|
12395
|
-
'@types/node': 25.3.
|
|
12396
|
-
happy-dom: 20.
|
|
12780
|
+
'@types/node': 25.3.5
|
|
12781
|
+
happy-dom: 20.8.3
|
|
12397
12782
|
transitivePeerDependencies:
|
|
12398
12783
|
- jiti
|
|
12399
12784
|
- less
|
|
@@ -12409,10 +12794,10 @@ snapshots:
|
|
|
12409
12794
|
|
|
12410
12795
|
vue-component-type-helpers@2.2.12: {}
|
|
12411
12796
|
|
|
12412
|
-
vue-eslint-parser@10.4.0(eslint@9.39.
|
|
12797
|
+
vue-eslint-parser@10.4.0(eslint@9.39.4):
|
|
12413
12798
|
dependencies:
|
|
12414
12799
|
debug: 4.4.3
|
|
12415
|
-
eslint: 9.39.
|
|
12800
|
+
eslint: 9.39.4
|
|
12416
12801
|
eslint-scope: 9.1.1
|
|
12417
12802
|
eslint-visitor-keys: 5.0.1
|
|
12418
12803
|
espree: 11.1.1
|