create-outsystems-astro 0.7.0 → 0.7.2
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/package.json +1 -1
- package/template/bun.lock +165 -233
- package/template/deno.json +17 -1
- package/template/deno.lock +286 -229
- package/template/package-lock.json +217 -289
- package/template/package.json +67 -19
- package/template/pnpm-lock.yaml +395 -357
- package/template/src/framework/preact/Demo.tsx +5 -6
- package/template/src/framework/react/Demo.tsx +4 -2
- package/template/src/framework/svelte/Demo.svelte +2 -2
- package/template/src/framework/vue/Demo.vue +3 -2
- package/template/src/pages/angular/angular-demo.astro +1 -1
- package/template/src/pages/preact/preact-demo.astro +2 -3
- package/template/src/pages/react/react-demo.astro +2 -3
- package/template/src/pages/svelte/svelte-demo.astro +2 -3
- package/template/src/pages/vue/vue-demo.astro +2 -3
- package/template/src/stores/demo.ts +14 -0
- package/template/yarn.lock +154 -154
- package/template/src/stores/.gitkeep +0 -0
- /package/template/patches/{@angular+build+21.2.1.patch → @angular+build+21.2.2.patch} +0 -0
package/template/pnpm-lock.yaml
CHANGED
|
@@ -4,52 +4,61 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
+
overrides:
|
|
8
|
+
devalue: ^5.6.4
|
|
9
|
+
flatted: ^3.4.2
|
|
10
|
+
h3: ^1.15.6
|
|
11
|
+
hono: ^4.12.7
|
|
12
|
+
path-to-regexp: ^8.4.0
|
|
13
|
+
smol-toml: ^1.6.1
|
|
14
|
+
tar: ^7.5.11
|
|
15
|
+
undici: ^7.24.0
|
|
16
|
+
brace-expansion@1: ^1.1.13
|
|
17
|
+
brace-expansion@2: ^2.0.3
|
|
18
|
+
brace-expansion@5: ^5.0.5
|
|
19
|
+
picomatch@2: ^2.3.2
|
|
20
|
+
picomatch@3: ^3.0.2
|
|
21
|
+
picomatch@4: ^4.0.4
|
|
22
|
+
yaml@1: ^1.10.3
|
|
23
|
+
yaml@2: ^2.8.3
|
|
24
|
+
|
|
7
25
|
importers:
|
|
8
26
|
|
|
9
27
|
.:
|
|
10
28
|
dependencies:
|
|
11
29
|
'@analogjs/astro-angular':
|
|
12
30
|
specifier: ^2.3.1
|
|
13
|
-
version: 2.3.1(
|
|
31
|
+
version: 2.3.1(2b972e67d7dec3cf7dd0bf677a021c00)
|
|
14
32
|
'@angular/animations':
|
|
15
|
-
specifier: ^21.2.
|
|
16
|
-
version: 21.2.
|
|
17
|
-
'@angular/build':
|
|
18
|
-
specifier: ^21.2.1
|
|
19
|
-
version: 21.2.1(1f1afd2ad3a8a3ac989ae180b2a96872)
|
|
33
|
+
specifier: ^21.2.4
|
|
34
|
+
version: 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
20
35
|
'@angular/common':
|
|
21
|
-
specifier: ^21.2.
|
|
22
|
-
version: 21.2.
|
|
23
|
-
'@angular/compiler':
|
|
24
|
-
specifier: ^21.2.1
|
|
25
|
-
version: 21.2.1
|
|
26
|
-
'@angular/compiler-cli':
|
|
27
|
-
specifier: ^21.2.1
|
|
28
|
-
version: 21.2.1(@angular/compiler@21.2.1)(typescript@5.9.3)
|
|
36
|
+
specifier: ^21.2.4
|
|
37
|
+
version: 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
29
38
|
'@angular/core':
|
|
30
|
-
specifier: ^21.2.
|
|
31
|
-
version: 21.2.
|
|
32
|
-
'@angular/language-service':
|
|
33
|
-
specifier: ^21.2.1
|
|
34
|
-
version: 21.2.1
|
|
39
|
+
specifier: ^21.2.4
|
|
40
|
+
version: 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
35
41
|
'@angular/platform-browser':
|
|
36
|
-
specifier: ^21.2.
|
|
37
|
-
version: 21.2.
|
|
42
|
+
specifier: ^21.2.4
|
|
43
|
+
version: 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
38
44
|
'@angular/platform-server':
|
|
39
|
-
specifier: ^21.2.
|
|
40
|
-
version: 21.2.
|
|
45
|
+
specifier: ^21.2.4
|
|
46
|
+
version: 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
47
|
+
'@angular/router':
|
|
48
|
+
specifier: ^21.2.4
|
|
49
|
+
version: 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
41
50
|
'@astrojs/preact':
|
|
42
51
|
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.
|
|
52
|
+
version: 4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)
|
|
44
53
|
'@astrojs/react':
|
|
45
54
|
specifier: ^4.4.2
|
|
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.
|
|
55
|
+
version: 4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)
|
|
47
56
|
'@astrojs/svelte':
|
|
48
57
|
specifier: ^7.2.5
|
|
49
|
-
version: 7.2.5(@types/node@25.3.5)(astro@5.18.
|
|
58
|
+
version: 7.2.5(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(sass@1.97.3)(svelte@5.53.7)(typescript@5.9.3)(yaml@2.8.3)
|
|
50
59
|
'@astrojs/vue':
|
|
51
60
|
specifier: ^5.1.4
|
|
52
|
-
version: 5.1.4(@types/node@25.3.5)(astro@5.18.
|
|
61
|
+
version: 5.1.4(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(rollup@4.59.0)(sass@1.97.3)(vue@3.5.29(typescript@5.9.3))(yaml@2.8.3)
|
|
53
62
|
'@nanostores/preact':
|
|
54
63
|
specifier: ^1.0.0
|
|
55
64
|
version: 1.0.0(nanostores@1.1.1)(preact@10.28.4)
|
|
@@ -60,8 +69,8 @@ importers:
|
|
|
60
69
|
specifier: ^1.1.0
|
|
61
70
|
version: 1.1.0(nanostores@1.1.1)(vue@3.5.29(typescript@5.9.3))
|
|
62
71
|
astro:
|
|
63
|
-
specifier: ^5.18.
|
|
64
|
-
version: 5.18.
|
|
72
|
+
specifier: ^5.18.1
|
|
73
|
+
version: 5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
65
74
|
nanostores:
|
|
66
75
|
specifier: ^1.1.1
|
|
67
76
|
version: 1.1.1
|
|
@@ -80,28 +89,40 @@ importers:
|
|
|
80
89
|
svelte:
|
|
81
90
|
specifier: ^5.53.7
|
|
82
91
|
version: 5.53.7
|
|
92
|
+
tslib:
|
|
93
|
+
specifier: ^2.8.1
|
|
94
|
+
version: 2.8.1
|
|
83
95
|
vue:
|
|
84
96
|
specifier: ^3.5.29
|
|
85
97
|
version: 3.5.29(typescript@5.9.3)
|
|
86
98
|
devDependencies:
|
|
87
99
|
'@analogjs/vite-plugin-angular':
|
|
88
100
|
specifier: ^2.3.1
|
|
89
|
-
version: 2.3.1(@angular/build@21.2.
|
|
101
|
+
version: 2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))
|
|
90
102
|
'@analogjs/vitest-angular':
|
|
91
103
|
specifier: ^2.3.1
|
|
92
|
-
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.
|
|
104
|
+
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)))(@angular-devkit/architect@0.2102.2(chokidar@5.0.0))(@angular-devkit/schematics@21.2.2(chokidar@5.0.0))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))
|
|
93
105
|
'@angular-devkit/architect':
|
|
94
|
-
specifier: ^0.2102.
|
|
95
|
-
version: 0.2102.
|
|
106
|
+
specifier: ^0.2102.2
|
|
107
|
+
version: 0.2102.2(chokidar@5.0.0)
|
|
96
108
|
'@angular-devkit/schematics':
|
|
97
|
-
specifier: ^21.2.
|
|
98
|
-
version: 21.2.
|
|
109
|
+
specifier: ^21.2.2
|
|
110
|
+
version: 21.2.2(chokidar@5.0.0)
|
|
111
|
+
'@angular/build':
|
|
112
|
+
specifier: ^21.2.2
|
|
113
|
+
version: 21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)
|
|
99
114
|
'@angular/cli':
|
|
100
|
-
specifier: ^21.2.
|
|
101
|
-
version: 21.2.
|
|
102
|
-
'@angular/
|
|
103
|
-
specifier: ^21.2.
|
|
104
|
-
version: 21.2.
|
|
115
|
+
specifier: ^21.2.2
|
|
116
|
+
version: 21.2.2(@types/node@25.3.5)(chokidar@5.0.0)
|
|
117
|
+
'@angular/compiler':
|
|
118
|
+
specifier: ^21.2.4
|
|
119
|
+
version: 21.2.4
|
|
120
|
+
'@angular/compiler-cli':
|
|
121
|
+
specifier: ^21.2.4
|
|
122
|
+
version: 21.2.4(@angular/compiler@21.2.4)(typescript@5.9.3)
|
|
123
|
+
'@angular/language-service':
|
|
124
|
+
specifier: ^21.2.4
|
|
125
|
+
version: 21.2.4
|
|
105
126
|
'@babel/core':
|
|
106
127
|
specifier: ^7.29.0
|
|
107
128
|
version: 7.29.0
|
|
@@ -122,13 +143,13 @@ importers:
|
|
|
122
143
|
version: 1.58.2
|
|
123
144
|
'@preact/preset-vite':
|
|
124
145
|
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.
|
|
146
|
+
version: 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
126
147
|
'@sveltejs/vite-plugin-svelte':
|
|
127
148
|
specifier: ^6.2.4
|
|
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.
|
|
149
|
+
version: 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
129
150
|
'@testing-library/angular':
|
|
130
151
|
specifier: ^19.1.0
|
|
131
|
-
version: 19.1.0(@angular/common@21.2.
|
|
152
|
+
version: 19.1.0(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/router@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)
|
|
132
153
|
'@testing-library/dom':
|
|
133
154
|
specifier: ^10.4.1
|
|
134
155
|
version: 10.4.1
|
|
@@ -143,7 +164,7 @@ importers:
|
|
|
143
164
|
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)
|
|
144
165
|
'@testing-library/svelte':
|
|
145
166
|
specifier: ^5.3.1
|
|
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.
|
|
167
|
+
version: 5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))
|
|
147
168
|
'@testing-library/user-event':
|
|
148
169
|
specifier: ^14.6.1
|
|
149
170
|
version: 14.6.1(@testing-library/dom@10.4.1)
|
|
@@ -164,13 +185,13 @@ importers:
|
|
|
164
185
|
version: 19.2.3(@types/react@19.2.14)
|
|
165
186
|
'@vitejs/plugin-react':
|
|
166
187
|
specifier: ^5.1.4
|
|
167
|
-
version: 5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
188
|
+
version: 5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
168
189
|
'@vitejs/plugin-vue':
|
|
169
190
|
specifier: ^6.0.4
|
|
170
|
-
version: 6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
191
|
+
version: 6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
171
192
|
angular-eslint:
|
|
172
193
|
specifier: ^21.3.0
|
|
173
|
-
version: 21.3.0(@angular/cli@21.2.
|
|
194
|
+
version: 21.3.0(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.56.1(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3)
|
|
174
195
|
better-npm-audit:
|
|
175
196
|
specifier: ^3.11.0
|
|
176
197
|
version: 3.11.0
|
|
@@ -223,8 +244,8 @@ importers:
|
|
|
223
244
|
specifier: ^17.4.0
|
|
224
245
|
version: 17.4.0
|
|
225
246
|
happy-dom:
|
|
226
|
-
specifier: ^20.8.
|
|
227
|
-
version: 20.8.
|
|
247
|
+
specifier: ^20.8.8
|
|
248
|
+
version: 20.8.8
|
|
228
249
|
improved-yarn-audit:
|
|
229
250
|
specifier: ^3.0.4
|
|
230
251
|
version: 3.0.4
|
|
@@ -246,9 +267,6 @@ importers:
|
|
|
246
267
|
ts-node:
|
|
247
268
|
specifier: ^10.9.2
|
|
248
269
|
version: 10.9.2(@types/node@25.3.5)(typescript@5.9.3)
|
|
249
|
-
tslib:
|
|
250
|
-
specifier: ^2.8.1
|
|
251
|
-
version: 2.8.1
|
|
252
270
|
typescript:
|
|
253
271
|
specifier: ^5.9.3
|
|
254
272
|
version: 5.9.3
|
|
@@ -257,10 +275,10 @@ importers:
|
|
|
257
275
|
version: 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
258
276
|
vite:
|
|
259
277
|
specifier: ^6.4.1
|
|
260
|
-
version: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
278
|
+
version: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
261
279
|
vitest:
|
|
262
280
|
specifier: ^4.0.18
|
|
263
|
-
version: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
281
|
+
version: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
|
|
264
282
|
vue-eslint-parser:
|
|
265
283
|
specifier: ^10.4.0
|
|
266
284
|
version: 10.4.0(eslint@9.39.4)
|
|
@@ -368,8 +386,8 @@ packages:
|
|
|
368
386
|
zone.js:
|
|
369
387
|
optional: true
|
|
370
388
|
|
|
371
|
-
'@angular-devkit/architect@0.2102.
|
|
372
|
-
resolution: {integrity: sha512-
|
|
389
|
+
'@angular-devkit/architect@0.2102.2':
|
|
390
|
+
resolution: {integrity: sha512-CDvFtXwyBtMRkTQnm+LfBNLL0yLV8ZGskrM1T6VkcGwXGFDott1FxUdj96ViodYsYL5fbJr0MNA6TlLcanV3kQ==}
|
|
373
391
|
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'}
|
|
374
392
|
hasBin: true
|
|
375
393
|
|
|
@@ -382,8 +400,17 @@ packages:
|
|
|
382
400
|
chokidar:
|
|
383
401
|
optional: true
|
|
384
402
|
|
|
385
|
-
'@angular-devkit/
|
|
386
|
-
resolution: {integrity: sha512-
|
|
403
|
+
'@angular-devkit/core@21.2.2':
|
|
404
|
+
resolution: {integrity: sha512-xUeKGe4BDQpkz0E6fnAPIJXE0y0nqtap0KhJIBhvN7xi3NenIzTmoi6T9Yv5OOBUdLZbOm4SOel8MhdXiIBpAQ==}
|
|
405
|
+
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
|
406
|
+
peerDependencies:
|
|
407
|
+
chokidar: ^5.0.0
|
|
408
|
+
peerDependenciesMeta:
|
|
409
|
+
chokidar:
|
|
410
|
+
optional: true
|
|
411
|
+
|
|
412
|
+
'@angular-devkit/schematics@21.2.2':
|
|
413
|
+
resolution: {integrity: sha512-CCeyQxGUq+oyGnHd7PfcYIVbj9pRnqjQq0rAojoAqs1BJdtInx9weLBCLy+AjM3NHePeZrnwm+wEVr8apED8kg==}
|
|
387
414
|
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'}
|
|
388
415
|
|
|
389
416
|
'@angular-eslint/builder@21.3.0':
|
|
@@ -430,14 +457,14 @@ packages:
|
|
|
430
457
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
431
458
|
typescript: '*'
|
|
432
459
|
|
|
433
|
-
'@angular/animations@21.2.
|
|
434
|
-
resolution: {integrity: sha512-
|
|
460
|
+
'@angular/animations@21.2.4':
|
|
461
|
+
resolution: {integrity: sha512-hO1P7ks9n7lW3D31bzHohSuoAaj05xJUlK8rZgX8IkH5DLx4qhvfNh0t4bbLuBJLP2r1TaLsQ8KFcemCkFRO2w==}
|
|
435
462
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
436
463
|
peerDependencies:
|
|
437
|
-
'@angular/core': 21.2.
|
|
464
|
+
'@angular/core': 21.2.4
|
|
438
465
|
|
|
439
|
-
'@angular/build@21.2.
|
|
440
|
-
resolution: {integrity: sha512-
|
|
466
|
+
'@angular/build@21.2.2':
|
|
467
|
+
resolution: {integrity: sha512-Vq2eIneNxzhHm1MwEmRqEJDwHU9ODfSRDaMWwtysGMhpoMQmLdfTqkQDmkC2qVUr8mV8Z1i5I+oe5ZJaMr/PlQ==}
|
|
441
468
|
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'}
|
|
442
469
|
peerDependencies:
|
|
443
470
|
'@angular/compiler': ^21.0.0
|
|
@@ -447,7 +474,7 @@ packages:
|
|
|
447
474
|
'@angular/platform-browser': ^21.0.0
|
|
448
475
|
'@angular/platform-server': ^21.0.0
|
|
449
476
|
'@angular/service-worker': ^21.0.0
|
|
450
|
-
'@angular/ssr': ^21.2.
|
|
477
|
+
'@angular/ssr': ^21.2.2
|
|
451
478
|
karma: ^6.4.0
|
|
452
479
|
less: ^4.2.0
|
|
453
480
|
ng-packagr: ^21.0.0
|
|
@@ -482,38 +509,38 @@ packages:
|
|
|
482
509
|
vitest:
|
|
483
510
|
optional: true
|
|
484
511
|
|
|
485
|
-
'@angular/cli@21.2.
|
|
486
|
-
resolution: {integrity: sha512-
|
|
512
|
+
'@angular/cli@21.2.2':
|
|
513
|
+
resolution: {integrity: sha512-eZo8/qX+ZIpIWc0CN+cCX13Lbgi/031wAp8DRVhDDO6SMVtcr/ObOQ2S16+pQdOMXxiG3vby6IhzJuz9WACzMQ==}
|
|
487
514
|
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'}
|
|
488
515
|
hasBin: true
|
|
489
516
|
|
|
490
|
-
'@angular/common@21.2.
|
|
491
|
-
resolution: {integrity: sha512-
|
|
517
|
+
'@angular/common@21.2.4':
|
|
518
|
+
resolution: {integrity: sha512-NrP6qOuUpo3fqq14UJ1b2bIRtWsfvxh1qLqOyFV4gfBrHhXd0XffU1LUlUw1qp4w1uBSgPJ0/N5bSPUWrAguVg==}
|
|
492
519
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
493
520
|
peerDependencies:
|
|
494
|
-
'@angular/core': 21.2.
|
|
521
|
+
'@angular/core': 21.2.4
|
|
495
522
|
rxjs: ^6.5.3 || ^7.4.0
|
|
496
523
|
|
|
497
|
-
'@angular/compiler-cli@21.2.
|
|
498
|
-
resolution: {integrity: sha512-
|
|
524
|
+
'@angular/compiler-cli@21.2.4':
|
|
525
|
+
resolution: {integrity: sha512-vGjd7DZo/Ox50pQCm5EycmBu91JclimPtZoyNXu/2hSxz3oAkzwiHCwlHwk2g58eheSSp+lYtYRLmHAqSVZLjg==}
|
|
499
526
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
500
527
|
hasBin: true
|
|
501
528
|
peerDependencies:
|
|
502
|
-
'@angular/compiler': 21.2.
|
|
529
|
+
'@angular/compiler': 21.2.4
|
|
503
530
|
typescript: '>=5.9 <6.1'
|
|
504
531
|
peerDependenciesMeta:
|
|
505
532
|
typescript:
|
|
506
533
|
optional: true
|
|
507
534
|
|
|
508
|
-
'@angular/compiler@21.2.
|
|
509
|
-
resolution: {integrity: sha512-
|
|
535
|
+
'@angular/compiler@21.2.4':
|
|
536
|
+
resolution: {integrity: sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==}
|
|
510
537
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
511
538
|
|
|
512
|
-
'@angular/core@21.2.
|
|
513
|
-
resolution: {integrity: sha512-
|
|
539
|
+
'@angular/core@21.2.4':
|
|
540
|
+
resolution: {integrity: sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==}
|
|
514
541
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
515
542
|
peerDependencies:
|
|
516
|
-
'@angular/compiler': 21.2.
|
|
543
|
+
'@angular/compiler': 21.2.4
|
|
517
544
|
rxjs: ^6.5.3 || ^7.4.0
|
|
518
545
|
zone.js: ~0.15.0 || ~0.16.0
|
|
519
546
|
peerDependenciesMeta:
|
|
@@ -522,38 +549,38 @@ packages:
|
|
|
522
549
|
zone.js:
|
|
523
550
|
optional: true
|
|
524
551
|
|
|
525
|
-
'@angular/language-service@21.2.
|
|
526
|
-
resolution: {integrity: sha512-
|
|
552
|
+
'@angular/language-service@21.2.4':
|
|
553
|
+
resolution: {integrity: sha512-seWlXWhayTwuL62Cfz+Ky/Wv67oYLX+cXplYoIinDVJPgQaU9jXpakLfKq8RwdRXVmgTE0HQ5dyoTozuWgJ8Nw==}
|
|
527
554
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
528
555
|
|
|
529
|
-
'@angular/platform-browser@21.2.
|
|
530
|
-
resolution: {integrity: sha512-
|
|
556
|
+
'@angular/platform-browser@21.2.4':
|
|
557
|
+
resolution: {integrity: sha512-1A9e/cQVu+3BkRCktLcO3RZGuw8NOTHw1frUUrpAz+iMyvIT4sDRFbL+U1g8qmOCZqRNC1Pi1HZfZ1kl6kvrcQ==}
|
|
531
558
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
532
559
|
peerDependencies:
|
|
533
|
-
'@angular/animations': 21.2.
|
|
534
|
-
'@angular/common': 21.2.
|
|
535
|
-
'@angular/core': 21.2.
|
|
560
|
+
'@angular/animations': 21.2.4
|
|
561
|
+
'@angular/common': 21.2.4
|
|
562
|
+
'@angular/core': 21.2.4
|
|
536
563
|
peerDependenciesMeta:
|
|
537
564
|
'@angular/animations':
|
|
538
565
|
optional: true
|
|
539
566
|
|
|
540
|
-
'@angular/platform-server@21.2.
|
|
541
|
-
resolution: {integrity: sha512-
|
|
567
|
+
'@angular/platform-server@21.2.4':
|
|
568
|
+
resolution: {integrity: sha512-3xc06g4tSiPs7R4YnOITaALzoZECaxyzTX9eVNCh5bVJF2NxxdkDNXnyEtwocCqoleJmphVCaZTMMFbdJngmIw==}
|
|
542
569
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
543
570
|
peerDependencies:
|
|
544
|
-
'@angular/common': 21.2.
|
|
545
|
-
'@angular/compiler': 21.2.
|
|
546
|
-
'@angular/core': 21.2.
|
|
547
|
-
'@angular/platform-browser': 21.2.
|
|
571
|
+
'@angular/common': 21.2.4
|
|
572
|
+
'@angular/compiler': 21.2.4
|
|
573
|
+
'@angular/core': 21.2.4
|
|
574
|
+
'@angular/platform-browser': 21.2.4
|
|
548
575
|
rxjs: ^6.5.3 || ^7.4.0
|
|
549
576
|
|
|
550
|
-
'@angular/router@21.2.
|
|
551
|
-
resolution: {integrity: sha512-
|
|
577
|
+
'@angular/router@21.2.4':
|
|
578
|
+
resolution: {integrity: sha512-OjWze4XT8i2MThcBXMv7ru1k6/5L6QYZbcXuseqimFCHm2avEJ+mXPovY066fMBZJhqbXdjB82OhHAWkIHjglQ==}
|
|
552
579
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
553
580
|
peerDependencies:
|
|
554
|
-
'@angular/common': 21.2.
|
|
555
|
-
'@angular/core': 21.2.
|
|
556
|
-
'@angular/platform-browser': 21.2.
|
|
581
|
+
'@angular/common': 21.2.4
|
|
582
|
+
'@angular/core': 21.2.4
|
|
583
|
+
'@angular/platform-browser': 21.2.4
|
|
557
584
|
rxjs: ^6.5.3 || ^7.4.0
|
|
558
585
|
|
|
559
586
|
'@antfu/utils@0.7.10':
|
|
@@ -562,11 +589,11 @@ packages:
|
|
|
562
589
|
'@astrojs/compiler@2.13.1':
|
|
563
590
|
resolution: {integrity: sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==}
|
|
564
591
|
|
|
565
|
-
'@astrojs/internal-helpers@0.7.
|
|
566
|
-
resolution: {integrity: sha512-
|
|
592
|
+
'@astrojs/internal-helpers@0.7.6':
|
|
593
|
+
resolution: {integrity: sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==}
|
|
567
594
|
|
|
568
|
-
'@astrojs/markdown-remark@6.3.
|
|
569
|
-
resolution: {integrity: sha512-
|
|
595
|
+
'@astrojs/markdown-remark@6.3.11':
|
|
596
|
+
resolution: {integrity: sha512-hcaxX/5aC6lQgHeGh1i+aauvSwIT6cfyFjKWvExYSxUhZZBBdvCliOtu06gbQyhbe0pGJNoNmqNlQZ5zYUuIyQ==}
|
|
570
597
|
|
|
571
598
|
'@astrojs/preact@4.1.3':
|
|
572
599
|
resolution: {integrity: sha512-Ph416wbgyumkmYr7erZ83l/d+LXdZethlHRRCbgoKEn8wo3Rkq13shKFp0QYXYSDYxVaA6UBdkdimeowy/lMLQ==}
|
|
@@ -1185,7 +1212,7 @@ packages:
|
|
|
1185
1212
|
resolution: {integrity: sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==}
|
|
1186
1213
|
engines: {node: '>=18.14.1'}
|
|
1187
1214
|
peerDependencies:
|
|
1188
|
-
hono: ^4
|
|
1215
|
+
hono: ^4.12.7
|
|
1189
1216
|
|
|
1190
1217
|
'@humanfs/core@0.19.1':
|
|
1191
1218
|
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
|
@@ -2199,8 +2226,8 @@ packages:
|
|
|
2199
2226
|
'@rtsao/scc@1.1.0':
|
|
2200
2227
|
resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
|
|
2201
2228
|
|
|
2202
|
-
'@schematics/angular@21.2.
|
|
2203
|
-
resolution: {integrity: sha512-
|
|
2229
|
+
'@schematics/angular@21.2.2':
|
|
2230
|
+
resolution: {integrity: sha512-Ywa6HDtX7TRBQZTVMMnxX3Mk7yVnG8KtSFaXWrkx779+q8tqYdBwNwAqbNd4Zatr1GccKaz9xcptHJta5+DTxw==}
|
|
2204
2231
|
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'}
|
|
2205
2232
|
|
|
2206
2233
|
'@sec-ant/readable-stream@0.4.1':
|
|
@@ -2823,8 +2850,8 @@ packages:
|
|
|
2823
2850
|
resolution: {integrity: sha512-aOLc/aDR7lTWAHlytEefwn4Y6qs6uMr69DZvUx2A1AOAZsWhGB/paiRWPtVchh9wzMvLeqr+DkbENhVreVr9AQ==}
|
|
2824
2851
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2825
2852
|
|
|
2826
|
-
astro@5.18.
|
|
2827
|
-
resolution: {integrity: sha512-
|
|
2853
|
+
astro@5.18.1:
|
|
2854
|
+
resolution: {integrity: sha512-m4VWilWZ+Xt6NPoYzC4CgGZim/zQUO7WFL0RHCH0AiEavF1153iC3+me2atDvXpf/yX4PyGUeD8wZLq1cirT3g==}
|
|
2828
2855
|
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
|
2829
2856
|
hasBin: true
|
|
2830
2857
|
|
|
@@ -2892,14 +2919,14 @@ packages:
|
|
|
2892
2919
|
resolution: {integrity: sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==}
|
|
2893
2920
|
engines: {node: '>=18'}
|
|
2894
2921
|
|
|
2895
|
-
brace-expansion@1.1.
|
|
2896
|
-
resolution: {integrity: sha512-
|
|
2922
|
+
brace-expansion@1.1.13:
|
|
2923
|
+
resolution: {integrity: sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==}
|
|
2897
2924
|
|
|
2898
|
-
brace-expansion@2.0.
|
|
2899
|
-
resolution: {integrity: sha512-
|
|
2925
|
+
brace-expansion@2.0.3:
|
|
2926
|
+
resolution: {integrity: sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==}
|
|
2900
2927
|
|
|
2901
|
-
brace-expansion@5.0.
|
|
2902
|
-
resolution: {integrity: sha512-
|
|
2928
|
+
brace-expansion@5.0.5:
|
|
2929
|
+
resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==}
|
|
2903
2930
|
engines: {node: 18 || 20 || >=22}
|
|
2904
2931
|
|
|
2905
2932
|
braces@3.0.3:
|
|
@@ -3236,8 +3263,8 @@ packages:
|
|
|
3236
3263
|
resolution: {integrity: sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==}
|
|
3237
3264
|
engines: {node: '>=18'}
|
|
3238
3265
|
|
|
3239
|
-
devalue@5.6.
|
|
3240
|
-
resolution: {integrity: sha512-
|
|
3266
|
+
devalue@5.6.4:
|
|
3267
|
+
resolution: {integrity: sha512-Gp6rDldRsFh/7XuouDbxMH3Mx8GMCcgzIb1pDTvNyn8pZGQ22u+Wa+lGV9dQCltFQ7uVw0MhRyb8XDskNFOReA==}
|
|
3241
3268
|
|
|
3242
3269
|
devlop@1.1.0:
|
|
3243
3270
|
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
|
@@ -3696,7 +3723,7 @@ packages:
|
|
|
3696
3723
|
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
3697
3724
|
engines: {node: '>=12.0.0'}
|
|
3698
3725
|
peerDependencies:
|
|
3699
|
-
picomatch: ^3
|
|
3726
|
+
picomatch: ^3.0.2
|
|
3700
3727
|
peerDependenciesMeta:
|
|
3701
3728
|
picomatch:
|
|
3702
3729
|
optional: true
|
|
@@ -3728,8 +3755,8 @@ packages:
|
|
|
3728
3755
|
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
|
|
3729
3756
|
engines: {node: '>=16'}
|
|
3730
3757
|
|
|
3731
|
-
flatted@3.
|
|
3732
|
-
resolution: {integrity: sha512-
|
|
3758
|
+
flatted@3.4.2:
|
|
3759
|
+
resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
|
|
3733
3760
|
|
|
3734
3761
|
flattie@1.1.1:
|
|
3735
3762
|
resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==}
|
|
@@ -3876,11 +3903,11 @@ packages:
|
|
|
3876
3903
|
graceful-fs@4.2.11:
|
|
3877
3904
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
3878
3905
|
|
|
3879
|
-
h3@1.15.
|
|
3880
|
-
resolution: {integrity: sha512-
|
|
3906
|
+
h3@1.15.9:
|
|
3907
|
+
resolution: {integrity: sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==}
|
|
3881
3908
|
|
|
3882
|
-
happy-dom@20.8.
|
|
3883
|
-
resolution: {integrity: sha512-
|
|
3909
|
+
happy-dom@20.8.8:
|
|
3910
|
+
resolution: {integrity: sha512-5/F8wxkNxYtsN0bXfMwIyNLZ9WYsoOYPbmoluqVJqv8KBUbcyKZawJ7uYK4WTX8IHBLYv+VXIwfeNDPy1oKMwQ==}
|
|
3884
3911
|
engines: {node: '>=20.0.0'}
|
|
3885
3912
|
|
|
3886
3913
|
has-bigints@1.1.0:
|
|
@@ -3950,8 +3977,8 @@ packages:
|
|
|
3950
3977
|
hermes-parser@0.25.1:
|
|
3951
3978
|
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
|
3952
3979
|
|
|
3953
|
-
hono@4.12.
|
|
3954
|
-
resolution: {integrity: sha512-
|
|
3980
|
+
hono@4.12.7:
|
|
3981
|
+
resolution: {integrity: sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==}
|
|
3955
3982
|
engines: {node: '>=16.9.0'}
|
|
3956
3983
|
|
|
3957
3984
|
hookable@5.5.3:
|
|
@@ -4945,8 +4972,8 @@ packages:
|
|
|
4945
4972
|
resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==}
|
|
4946
4973
|
engines: {node: 18 || 20 || >=22}
|
|
4947
4974
|
|
|
4948
|
-
path-to-regexp@8.
|
|
4949
|
-
resolution: {integrity: sha512-
|
|
4975
|
+
path-to-regexp@8.4.0:
|
|
4976
|
+
resolution: {integrity: sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==}
|
|
4950
4977
|
|
|
4951
4978
|
pathe@2.0.3:
|
|
4952
4979
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
@@ -4960,12 +4987,12 @@ packages:
|
|
|
4960
4987
|
picocolors@1.1.1:
|
|
4961
4988
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
4962
4989
|
|
|
4963
|
-
picomatch@2.3.
|
|
4964
|
-
resolution: {integrity: sha512-
|
|
4990
|
+
picomatch@2.3.2:
|
|
4991
|
+
resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==}
|
|
4965
4992
|
engines: {node: '>=8.6'}
|
|
4966
4993
|
|
|
4967
|
-
picomatch@4.0.
|
|
4968
|
-
resolution: {integrity: sha512-
|
|
4994
|
+
picomatch@4.0.4:
|
|
4995
|
+
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
|
|
4969
4996
|
engines: {node: '>=12'}
|
|
4970
4997
|
|
|
4971
4998
|
piscina@5.1.4:
|
|
@@ -5397,8 +5424,8 @@ packages:
|
|
|
5397
5424
|
resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
|
|
5398
5425
|
engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
|
|
5399
5426
|
|
|
5400
|
-
smol-toml@1.6.
|
|
5401
|
-
resolution: {integrity: sha512-
|
|
5427
|
+
smol-toml@1.6.1:
|
|
5428
|
+
resolution: {integrity: sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==}
|
|
5402
5429
|
engines: {node: '>= 18'}
|
|
5403
5430
|
|
|
5404
5431
|
socks-proxy-agent@8.0.5:
|
|
@@ -5572,8 +5599,8 @@ packages:
|
|
|
5572
5599
|
resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==}
|
|
5573
5600
|
engines: {node: '>=10.0.0'}
|
|
5574
5601
|
|
|
5575
|
-
tar@7.5.
|
|
5576
|
-
resolution: {integrity: sha512-
|
|
5602
|
+
tar@7.5.11:
|
|
5603
|
+
resolution: {integrity: sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==}
|
|
5577
5604
|
engines: {node: '>=18'}
|
|
5578
5605
|
|
|
5579
5606
|
tiny-inflate@1.0.3:
|
|
@@ -5715,8 +5742,8 @@ packages:
|
|
|
5715
5742
|
undici-types@7.18.2:
|
|
5716
5743
|
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
|
|
5717
5744
|
|
|
5718
|
-
undici@7.
|
|
5719
|
-
resolution: {integrity: sha512-
|
|
5745
|
+
undici@7.24.3:
|
|
5746
|
+
resolution: {integrity: sha512-eJdUmK/Wrx2d+mnWWmwwLRyA7OQCkLap60sk3dOK4ViZR7DKwwptwuIvFBg2HaiP9ESaEdhtpSymQPvytpmkCA==}
|
|
5720
5747
|
engines: {node: '>=20.18.1'}
|
|
5721
5748
|
|
|
5722
5749
|
unicorn-magic@0.3.0:
|
|
@@ -5912,7 +5939,7 @@ packages:
|
|
|
5912
5939
|
sugarss: '*'
|
|
5913
5940
|
terser: ^5.16.0
|
|
5914
5941
|
tsx: ^4.8.1
|
|
5915
|
-
yaml: ^2.
|
|
5942
|
+
yaml: ^2.8.3
|
|
5916
5943
|
peerDependenciesMeta:
|
|
5917
5944
|
'@types/node':
|
|
5918
5945
|
optional: true
|
|
@@ -5952,7 +5979,7 @@ packages:
|
|
|
5952
5979
|
sugarss: ^5.0.0
|
|
5953
5980
|
terser: ^5.16.0
|
|
5954
5981
|
tsx: ^4.8.1
|
|
5955
|
-
yaml: ^2.
|
|
5982
|
+
yaml: ^2.8.3
|
|
5956
5983
|
peerDependenciesMeta:
|
|
5957
5984
|
'@types/node':
|
|
5958
5985
|
optional: true
|
|
@@ -6153,12 +6180,12 @@ packages:
|
|
|
6153
6180
|
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
|
|
6154
6181
|
engines: {node: '>=18'}
|
|
6155
6182
|
|
|
6156
|
-
yaml@1.10.
|
|
6157
|
-
resolution: {integrity: sha512-
|
|
6183
|
+
yaml@1.10.3:
|
|
6184
|
+
resolution: {integrity: sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==}
|
|
6158
6185
|
engines: {node: '>= 6'}
|
|
6159
6186
|
|
|
6160
|
-
yaml@2.8.
|
|
6161
|
-
resolution: {integrity: sha512-
|
|
6187
|
+
yaml@2.8.3:
|
|
6188
|
+
resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==}
|
|
6162
6189
|
engines: {node: '>= 14.6'}
|
|
6163
6190
|
hasBin: true
|
|
6164
6191
|
|
|
@@ -6320,40 +6347,40 @@ snapshots:
|
|
|
6320
6347
|
'@jridgewell/gen-mapping': 0.3.13
|
|
6321
6348
|
'@jridgewell/trace-mapping': 0.3.31
|
|
6322
6349
|
|
|
6323
|
-
'@analogjs/astro-angular@2.3.1(
|
|
6324
|
-
dependencies:
|
|
6325
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.
|
|
6326
|
-
'@angular/animations': 21.2.
|
|
6327
|
-
'@angular/build': 21.2.
|
|
6328
|
-
'@angular/common': 21.2.
|
|
6329
|
-
'@angular/compiler': 21.2.
|
|
6330
|
-
'@angular/compiler-cli': 21.2.
|
|
6331
|
-
'@angular/core': 21.2.
|
|
6332
|
-
'@angular/language-service': 21.2.
|
|
6333
|
-
'@angular/platform-browser': 21.2.
|
|
6334
|
-
'@angular/platform-server': 21.2.
|
|
6350
|
+
'@analogjs/astro-angular@2.3.1(2b972e67d7dec3cf7dd0bf677a021c00)':
|
|
6351
|
+
dependencies:
|
|
6352
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))
|
|
6353
|
+
'@angular/animations': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
6354
|
+
'@angular/build': 21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)
|
|
6355
|
+
'@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6356
|
+
'@angular/compiler': 21.2.4
|
|
6357
|
+
'@angular/compiler-cli': 21.2.4(@angular/compiler@21.2.4)(typescript@5.9.3)
|
|
6358
|
+
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
6359
|
+
'@angular/language-service': 21.2.4
|
|
6360
|
+
'@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
6361
|
+
'@angular/platform-server': 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
6335
6362
|
rxjs: 7.8.2
|
|
6336
6363
|
tslib: 2.8.1
|
|
6337
6364
|
transitivePeerDependencies:
|
|
6338
6365
|
- '@angular-devkit/build-angular'
|
|
6339
6366
|
|
|
6340
|
-
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.
|
|
6367
|
+
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))':
|
|
6341
6368
|
dependencies:
|
|
6342
6369
|
tinyglobby: 0.2.15
|
|
6343
6370
|
ts-morph: 21.0.1
|
|
6344
6371
|
optionalDependencies:
|
|
6345
|
-
'@angular/build': 21.2.
|
|
6372
|
+
'@angular/build': 21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)
|
|
6346
6373
|
|
|
6347
|
-
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.
|
|
6374
|
+
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)))(@angular-devkit/architect@0.2102.2(chokidar@5.0.0))(@angular-devkit/schematics@21.2.2(chokidar@5.0.0))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))':
|
|
6348
6375
|
dependencies:
|
|
6349
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.
|
|
6350
|
-
'@angular-devkit/architect': 0.2102.
|
|
6351
|
-
'@angular-devkit/schematics': 21.2.
|
|
6352
|
-
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
6376
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191))
|
|
6377
|
+
'@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
|
|
6378
|
+
'@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
|
|
6379
|
+
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
|
|
6353
6380
|
|
|
6354
|
-
'@angular-devkit/architect@0.2102.
|
|
6381
|
+
'@angular-devkit/architect@0.2102.2(chokidar@5.0.0)':
|
|
6355
6382
|
dependencies:
|
|
6356
|
-
'@angular-devkit/core': 21.2.
|
|
6383
|
+
'@angular-devkit/core': 21.2.2(chokidar@5.0.0)
|
|
6357
6384
|
rxjs: 7.8.2
|
|
6358
6385
|
transitivePeerDependencies:
|
|
6359
6386
|
- chokidar
|
|
@@ -6363,15 +6390,26 @@ snapshots:
|
|
|
6363
6390
|
ajv: 8.18.0
|
|
6364
6391
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
6365
6392
|
jsonc-parser: 3.3.1
|
|
6366
|
-
picomatch: 4.0.
|
|
6393
|
+
picomatch: 4.0.4
|
|
6367
6394
|
rxjs: 7.8.2
|
|
6368
6395
|
source-map: 0.7.6
|
|
6369
6396
|
optionalDependencies:
|
|
6370
6397
|
chokidar: 5.0.0
|
|
6371
6398
|
|
|
6372
|
-
'@angular-devkit/
|
|
6399
|
+
'@angular-devkit/core@21.2.2(chokidar@5.0.0)':
|
|
6373
6400
|
dependencies:
|
|
6374
|
-
|
|
6401
|
+
ajv: 8.18.0
|
|
6402
|
+
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
6403
|
+
jsonc-parser: 3.3.1
|
|
6404
|
+
picomatch: 4.0.4
|
|
6405
|
+
rxjs: 7.8.2
|
|
6406
|
+
source-map: 0.7.6
|
|
6407
|
+
optionalDependencies:
|
|
6408
|
+
chokidar: 5.0.0
|
|
6409
|
+
|
|
6410
|
+
'@angular-devkit/schematics@21.2.2(chokidar@5.0.0)':
|
|
6411
|
+
dependencies:
|
|
6412
|
+
'@angular-devkit/core': 21.2.2(chokidar@5.0.0)
|
|
6375
6413
|
jsonc-parser: 3.3.1
|
|
6376
6414
|
magic-string: 0.30.21
|
|
6377
6415
|
ora: 9.3.0
|
|
@@ -6379,11 +6417,11 @@ snapshots:
|
|
|
6379
6417
|
transitivePeerDependencies:
|
|
6380
6418
|
- chokidar
|
|
6381
6419
|
|
|
6382
|
-
'@angular-eslint/builder@21.3.0(@angular/cli@21.2.
|
|
6420
|
+
'@angular-eslint/builder@21.3.0(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
|
|
6383
6421
|
dependencies:
|
|
6384
|
-
'@angular-devkit/architect': 0.2102.
|
|
6422
|
+
'@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
|
|
6385
6423
|
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
6386
|
-
'@angular/cli': 21.2.
|
|
6424
|
+
'@angular/cli': 21.2.2(@types/node@25.3.5)(chokidar@5.0.0)
|
|
6387
6425
|
eslint: 9.39.4
|
|
6388
6426
|
typescript: 5.9.3
|
|
6389
6427
|
transitivePeerDependencies:
|
|
@@ -6412,13 +6450,13 @@ snapshots:
|
|
|
6412
6450
|
ts-api-utils: 2.4.0(typescript@5.9.3)
|
|
6413
6451
|
typescript: 5.9.3
|
|
6414
6452
|
|
|
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.
|
|
6453
|
+
'@angular-eslint/schematics@21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
|
|
6416
6454
|
dependencies:
|
|
6417
6455
|
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
6418
|
-
'@angular-devkit/schematics': 21.2.
|
|
6456
|
+
'@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
|
|
6419
6457
|
'@angular-eslint/eslint-plugin': 21.3.0(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6420
6458
|
'@angular-eslint/eslint-plugin-template': 21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6421
|
-
'@angular/cli': 21.2.
|
|
6459
|
+
'@angular/cli': 21.2.2(@types/node@25.3.5)(chokidar@5.0.0)
|
|
6422
6460
|
ignore: 7.0.5
|
|
6423
6461
|
semver: 7.7.4
|
|
6424
6462
|
strip-json-comments: 3.1.1
|
|
@@ -6444,22 +6482,22 @@ snapshots:
|
|
|
6444
6482
|
eslint: 9.39.4
|
|
6445
6483
|
typescript: 5.9.3
|
|
6446
6484
|
|
|
6447
|
-
'@angular/animations@21.2.
|
|
6485
|
+
'@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))':
|
|
6448
6486
|
dependencies:
|
|
6449
|
-
'@angular/core': 21.2.
|
|
6487
|
+
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
6450
6488
|
tslib: 2.8.1
|
|
6451
6489
|
|
|
6452
|
-
'@angular/build@21.2.
|
|
6490
|
+
'@angular/build@21.2.2(af2d922f9a92dd0ee3554a8fcf4c3191)':
|
|
6453
6491
|
dependencies:
|
|
6454
6492
|
'@ampproject/remapping': 2.3.0
|
|
6455
|
-
'@angular-devkit/architect': 0.2102.
|
|
6456
|
-
'@angular/compiler': 21.2.
|
|
6457
|
-
'@angular/compiler-cli': 21.2.
|
|
6493
|
+
'@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
|
|
6494
|
+
'@angular/compiler': 21.2.4
|
|
6495
|
+
'@angular/compiler-cli': 21.2.4(@angular/compiler@21.2.4)(typescript@5.9.3)
|
|
6458
6496
|
'@babel/core': 7.29.0
|
|
6459
6497
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
6460
6498
|
'@babel/helper-split-export-declaration': 7.24.7
|
|
6461
6499
|
'@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.
|
|
6500
|
+
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
6463
6501
|
beasties: 0.4.1
|
|
6464
6502
|
browserslist: 4.28.1
|
|
6465
6503
|
esbuild: 0.27.3
|
|
@@ -6470,7 +6508,7 @@ snapshots:
|
|
|
6470
6508
|
magic-string: 0.30.21
|
|
6471
6509
|
mrmime: 2.0.1
|
|
6472
6510
|
parse5-html-rewriting-stream: 8.0.0
|
|
6473
|
-
picomatch: 4.0.
|
|
6511
|
+
picomatch: 4.0.4
|
|
6474
6512
|
piscina: 5.1.4
|
|
6475
6513
|
rolldown: 1.0.0-rc.4
|
|
6476
6514
|
sass: 1.97.3
|
|
@@ -6479,16 +6517,16 @@ snapshots:
|
|
|
6479
6517
|
tinyglobby: 0.2.15
|
|
6480
6518
|
tslib: 2.8.1
|
|
6481
6519
|
typescript: 5.9.3
|
|
6482
|
-
undici: 7.
|
|
6483
|
-
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6520
|
+
undici: 7.24.3
|
|
6521
|
+
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6484
6522
|
watchpack: 2.5.1
|
|
6485
6523
|
optionalDependencies:
|
|
6486
|
-
'@angular/core': 21.2.
|
|
6487
|
-
'@angular/platform-browser': 21.2.
|
|
6488
|
-
'@angular/platform-server': 21.2.
|
|
6524
|
+
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
6525
|
+
'@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
6526
|
+
'@angular/platform-server': 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
6489
6527
|
lmdb: 3.5.1
|
|
6490
6528
|
postcss: 8.5.6
|
|
6491
|
-
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
6529
|
+
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
|
|
6492
6530
|
transitivePeerDependencies:
|
|
6493
6531
|
- '@types/node'
|
|
6494
6532
|
- chokidar
|
|
@@ -6502,15 +6540,15 @@ snapshots:
|
|
|
6502
6540
|
- tsx
|
|
6503
6541
|
- yaml
|
|
6504
6542
|
|
|
6505
|
-
'@angular/cli@21.2.
|
|
6543
|
+
'@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0)':
|
|
6506
6544
|
dependencies:
|
|
6507
|
-
'@angular-devkit/architect': 0.2102.
|
|
6508
|
-
'@angular-devkit/core': 21.2.
|
|
6509
|
-
'@angular-devkit/schematics': 21.2.
|
|
6545
|
+
'@angular-devkit/architect': 0.2102.2(chokidar@5.0.0)
|
|
6546
|
+
'@angular-devkit/core': 21.2.2(chokidar@5.0.0)
|
|
6547
|
+
'@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
|
|
6510
6548
|
'@inquirer/prompts': 7.10.1(@types/node@25.3.5)
|
|
6511
6549
|
'@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.3.5))(@types/node@25.3.5)(listr2@9.0.5)
|
|
6512
6550
|
'@modelcontextprotocol/sdk': 1.26.0(zod@4.3.6)
|
|
6513
|
-
'@schematics/angular': 21.2.
|
|
6551
|
+
'@schematics/angular': 21.2.2(chokidar@5.0.0)
|
|
6514
6552
|
'@yarnpkg/lockfile': 1.1.0
|
|
6515
6553
|
algoliasearch: 5.48.1
|
|
6516
6554
|
ini: 6.0.0
|
|
@@ -6528,15 +6566,15 @@ snapshots:
|
|
|
6528
6566
|
- chokidar
|
|
6529
6567
|
- supports-color
|
|
6530
6568
|
|
|
6531
|
-
'@angular/common@21.2.
|
|
6569
|
+
'@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)':
|
|
6532
6570
|
dependencies:
|
|
6533
|
-
'@angular/core': 21.2.
|
|
6571
|
+
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
6534
6572
|
rxjs: 7.8.2
|
|
6535
6573
|
tslib: 2.8.1
|
|
6536
6574
|
|
|
6537
|
-
'@angular/compiler-cli@21.2.
|
|
6575
|
+
'@angular/compiler-cli@21.2.4(@angular/compiler@21.2.4)(typescript@5.9.3)':
|
|
6538
6576
|
dependencies:
|
|
6539
|
-
'@angular/compiler': 21.2.
|
|
6577
|
+
'@angular/compiler': 21.2.4
|
|
6540
6578
|
'@babel/core': 7.29.0
|
|
6541
6579
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
6542
6580
|
chokidar: 5.0.0
|
|
@@ -6550,42 +6588,42 @@ snapshots:
|
|
|
6550
6588
|
transitivePeerDependencies:
|
|
6551
6589
|
- supports-color
|
|
6552
6590
|
|
|
6553
|
-
'@angular/compiler@21.2.
|
|
6591
|
+
'@angular/compiler@21.2.4':
|
|
6554
6592
|
dependencies:
|
|
6555
6593
|
tslib: 2.8.1
|
|
6556
6594
|
|
|
6557
|
-
'@angular/core@21.2.
|
|
6595
|
+
'@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)':
|
|
6558
6596
|
dependencies:
|
|
6559
6597
|
rxjs: 7.8.2
|
|
6560
6598
|
tslib: 2.8.1
|
|
6561
6599
|
optionalDependencies:
|
|
6562
|
-
'@angular/compiler': 21.2.
|
|
6600
|
+
'@angular/compiler': 21.2.4
|
|
6563
6601
|
|
|
6564
|
-
'@angular/language-service@21.2.
|
|
6602
|
+
'@angular/language-service@21.2.4': {}
|
|
6565
6603
|
|
|
6566
|
-
'@angular/platform-browser@21.2.
|
|
6604
|
+
'@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))':
|
|
6567
6605
|
dependencies:
|
|
6568
|
-
'@angular/common': 21.2.
|
|
6569
|
-
'@angular/core': 21.2.
|
|
6606
|
+
'@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6607
|
+
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
6570
6608
|
tslib: 2.8.1
|
|
6571
6609
|
optionalDependencies:
|
|
6572
|
-
'@angular/animations': 21.2.
|
|
6610
|
+
'@angular/animations': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
6573
6611
|
|
|
6574
|
-
'@angular/platform-server@21.2.
|
|
6612
|
+
'@angular/platform-server@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)':
|
|
6575
6613
|
dependencies:
|
|
6576
|
-
'@angular/common': 21.2.
|
|
6577
|
-
'@angular/compiler': 21.2.
|
|
6578
|
-
'@angular/core': 21.2.
|
|
6579
|
-
'@angular/platform-browser': 21.2.
|
|
6614
|
+
'@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6615
|
+
'@angular/compiler': 21.2.4
|
|
6616
|
+
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
6617
|
+
'@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
6580
6618
|
rxjs: 7.8.2
|
|
6581
6619
|
tslib: 2.8.1
|
|
6582
6620
|
xhr2: 0.2.1
|
|
6583
6621
|
|
|
6584
|
-
'@angular/router@21.2.
|
|
6622
|
+
'@angular/router@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)':
|
|
6585
6623
|
dependencies:
|
|
6586
|
-
'@angular/common': 21.2.
|
|
6587
|
-
'@angular/core': 21.2.
|
|
6588
|
-
'@angular/platform-browser': 21.2.
|
|
6624
|
+
'@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6625
|
+
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
6626
|
+
'@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
6589
6627
|
rxjs: 7.8.2
|
|
6590
6628
|
tslib: 2.8.1
|
|
6591
6629
|
|
|
@@ -6593,11 +6631,11 @@ snapshots:
|
|
|
6593
6631
|
|
|
6594
6632
|
'@astrojs/compiler@2.13.1': {}
|
|
6595
6633
|
|
|
6596
|
-
'@astrojs/internal-helpers@0.7.
|
|
6634
|
+
'@astrojs/internal-helpers@0.7.6': {}
|
|
6597
6635
|
|
|
6598
|
-
'@astrojs/markdown-remark@6.3.
|
|
6636
|
+
'@astrojs/markdown-remark@6.3.11':
|
|
6599
6637
|
dependencies:
|
|
6600
|
-
'@astrojs/internal-helpers': 0.7.
|
|
6638
|
+
'@astrojs/internal-helpers': 0.7.6
|
|
6601
6639
|
'@astrojs/prism': 3.3.0
|
|
6602
6640
|
github-slugger: 2.0.0
|
|
6603
6641
|
hast-util-from-html: 2.0.3
|
|
@@ -6612,7 +6650,7 @@ snapshots:
|
|
|
6612
6650
|
remark-rehype: 11.1.2
|
|
6613
6651
|
remark-smartypants: 3.0.2
|
|
6614
6652
|
shiki: 3.23.0
|
|
6615
|
-
smol-toml: 1.6.
|
|
6653
|
+
smol-toml: 1.6.1
|
|
6616
6654
|
unified: 11.0.5
|
|
6617
6655
|
unist-util-remove-position: 5.0.0
|
|
6618
6656
|
unist-util-visit: 5.1.0
|
|
@@ -6621,13 +6659,13 @@ snapshots:
|
|
|
6621
6659
|
transitivePeerDependencies:
|
|
6622
6660
|
- supports-color
|
|
6623
6661
|
|
|
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.
|
|
6662
|
+
'@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.3.5)(preact@10.28.4)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)':
|
|
6625
6663
|
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.
|
|
6664
|
+
'@preact/preset-vite': 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
6627
6665
|
'@preact/signals': 2.8.1(preact@10.28.4)
|
|
6628
6666
|
preact: 10.28.4
|
|
6629
6667
|
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.
|
|
6668
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6631
6669
|
transitivePeerDependencies:
|
|
6632
6670
|
- '@babel/core'
|
|
6633
6671
|
- '@types/node'
|
|
@@ -6648,15 +6686,15 @@ snapshots:
|
|
|
6648
6686
|
dependencies:
|
|
6649
6687
|
prismjs: 1.30.0
|
|
6650
6688
|
|
|
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.
|
|
6689
|
+
'@astrojs/react@4.4.2(@types/node@25.3.5)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.97.3)(yaml@2.8.3)':
|
|
6652
6690
|
dependencies:
|
|
6653
6691
|
'@types/react': 19.2.14
|
|
6654
6692
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
6655
|
-
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6693
|
+
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
6656
6694
|
react: 19.2.4
|
|
6657
6695
|
react-dom: 19.2.4(react@19.2.4)
|
|
6658
6696
|
ultrahtml: 1.6.0
|
|
6659
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6697
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6660
6698
|
transitivePeerDependencies:
|
|
6661
6699
|
- '@types/node'
|
|
6662
6700
|
- jiti
|
|
@@ -6671,14 +6709,14 @@ snapshots:
|
|
|
6671
6709
|
- tsx
|
|
6672
6710
|
- yaml
|
|
6673
6711
|
|
|
6674
|
-
'@astrojs/svelte@7.2.5(@types/node@25.3.5)(astro@5.18.
|
|
6712
|
+
'@astrojs/svelte@7.2.5(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(sass@1.97.3)(svelte@5.53.7)(typescript@5.9.3)(yaml@2.8.3)':
|
|
6675
6713
|
dependencies:
|
|
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.
|
|
6677
|
-
astro: 5.18.
|
|
6714
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
6715
|
+
astro: 5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
6678
6716
|
svelte: 5.53.7
|
|
6679
6717
|
svelte2tsx: 0.7.51(svelte@5.53.7)(typescript@5.9.3)
|
|
6680
6718
|
typescript: 5.9.3
|
|
6681
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6719
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6682
6720
|
transitivePeerDependencies:
|
|
6683
6721
|
- '@types/node'
|
|
6684
6722
|
- jiti
|
|
@@ -6705,14 +6743,14 @@ snapshots:
|
|
|
6705
6743
|
transitivePeerDependencies:
|
|
6706
6744
|
- supports-color
|
|
6707
6745
|
|
|
6708
|
-
'@astrojs/vue@5.1.4(@types/node@25.3.5)(astro@5.18.
|
|
6746
|
+
'@astrojs/vue@5.1.4(@types/node@25.3.5)(astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(rollup@4.59.0)(sass@1.97.3)(vue@3.5.29(typescript@5.9.3))(yaml@2.8.3)':
|
|
6709
6747
|
dependencies:
|
|
6710
|
-
'@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6711
|
-
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
6748
|
+
'@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
6749
|
+
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
6712
6750
|
'@vue/compiler-sfc': 3.5.29
|
|
6713
|
-
astro: 5.18.
|
|
6714
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
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.
|
|
6751
|
+
astro: 5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
6752
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
6753
|
+
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
6716
6754
|
vue: 3.5.29(typescript@5.9.3)
|
|
6717
6755
|
transitivePeerDependencies:
|
|
6718
6756
|
- '@nuxt/kit'
|
|
@@ -7225,9 +7263,9 @@ snapshots:
|
|
|
7225
7263
|
'@harperfast/extended-iterable@1.0.3':
|
|
7226
7264
|
optional: true
|
|
7227
7265
|
|
|
7228
|
-
'@hono/node-server@1.19.10(hono@4.12.
|
|
7266
|
+
'@hono/node-server@1.19.10(hono@4.12.7)':
|
|
7229
7267
|
dependencies:
|
|
7230
|
-
hono: 4.12.
|
|
7268
|
+
hono: 4.12.7
|
|
7231
7269
|
|
|
7232
7270
|
'@humanfs/core@0.19.1': {}
|
|
7233
7271
|
|
|
@@ -7536,7 +7574,7 @@ snapshots:
|
|
|
7536
7574
|
|
|
7537
7575
|
'@modelcontextprotocol/sdk@1.26.0(zod@4.3.6)':
|
|
7538
7576
|
dependencies:
|
|
7539
|
-
'@hono/node-server': 1.19.10(hono@4.12.
|
|
7577
|
+
'@hono/node-server': 1.19.10(hono@4.12.7)
|
|
7540
7578
|
ajv: 8.18.0
|
|
7541
7579
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
7542
7580
|
content-type: 1.0.5
|
|
@@ -7546,7 +7584,7 @@ snapshots:
|
|
|
7546
7584
|
eventsource-parser: 3.0.6
|
|
7547
7585
|
express: 5.2.1
|
|
7548
7586
|
express-rate-limit: 8.2.2(express@5.2.1)
|
|
7549
|
-
hono: 4.12.
|
|
7587
|
+
hono: 4.12.7
|
|
7550
7588
|
jose: 6.1.3
|
|
7551
7589
|
json-schema-typed: 8.0.2
|
|
7552
7590
|
pkce-challenge: 5.0.1
|
|
@@ -7792,7 +7830,7 @@ snapshots:
|
|
|
7792
7830
|
detect-libc: 2.1.2
|
|
7793
7831
|
is-glob: 4.0.3
|
|
7794
7832
|
node-addon-api: 7.1.1
|
|
7795
|
-
picomatch: 4.0.
|
|
7833
|
+
picomatch: 4.0.4
|
|
7796
7834
|
optionalDependencies:
|
|
7797
7835
|
'@parcel/watcher-android-arm64': 2.5.6
|
|
7798
7836
|
'@parcel/watcher-darwin-arm64': 2.5.6
|
|
@@ -7820,18 +7858,18 @@ snapshots:
|
|
|
7820
7858
|
|
|
7821
7859
|
'@polka/url@1.0.0-next.29': {}
|
|
7822
7860
|
|
|
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.
|
|
7861
|
+
'@preact/preset-vite@2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
7824
7862
|
dependencies:
|
|
7825
7863
|
'@babel/core': 7.29.0
|
|
7826
7864
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
7827
7865
|
'@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.
|
|
7866
|
+
'@prefresh/vite': 2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
7829
7867
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
7830
7868
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
7831
7869
|
debug: 4.4.3
|
|
7832
7870
|
picocolors: 1.1.1
|
|
7833
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
7834
|
-
vite-prerender-plugin: 0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
7871
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
7872
|
+
vite-prerender-plugin: 0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
7835
7873
|
transitivePeerDependencies:
|
|
7836
7874
|
- preact
|
|
7837
7875
|
- rollup
|
|
@@ -7852,7 +7890,7 @@ snapshots:
|
|
|
7852
7890
|
|
|
7853
7891
|
'@prefresh/utils@1.2.1': {}
|
|
7854
7892
|
|
|
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.
|
|
7893
|
+
'@prefresh/vite@2.4.12(preact@10.28.4)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
7856
7894
|
dependencies:
|
|
7857
7895
|
'@babel/core': 7.29.0
|
|
7858
7896
|
'@prefresh/babel-plugin': 0.5.3
|
|
@@ -7860,7 +7898,7 @@ snapshots:
|
|
|
7860
7898
|
'@prefresh/utils': 1.2.1
|
|
7861
7899
|
'@rollup/pluginutils': 4.2.1
|
|
7862
7900
|
preact: 10.28.4
|
|
7863
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
7901
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
7864
7902
|
transitivePeerDependencies:
|
|
7865
7903
|
- supports-color
|
|
7866
7904
|
|
|
@@ -7918,13 +7956,13 @@ snapshots:
|
|
|
7918
7956
|
'@rollup/pluginutils@4.2.1':
|
|
7919
7957
|
dependencies:
|
|
7920
7958
|
estree-walker: 2.0.2
|
|
7921
|
-
picomatch: 2.3.
|
|
7959
|
+
picomatch: 2.3.2
|
|
7922
7960
|
|
|
7923
7961
|
'@rollup/pluginutils@5.3.0(rollup@4.59.0)':
|
|
7924
7962
|
dependencies:
|
|
7925
7963
|
'@types/estree': 1.0.8
|
|
7926
7964
|
estree-walker: 2.0.2
|
|
7927
|
-
picomatch: 4.0.
|
|
7965
|
+
picomatch: 4.0.4
|
|
7928
7966
|
optionalDependencies:
|
|
7929
7967
|
rollup: 4.59.0
|
|
7930
7968
|
|
|
@@ -8005,10 +8043,10 @@ snapshots:
|
|
|
8005
8043
|
|
|
8006
8044
|
'@rtsao/scc@1.1.0': {}
|
|
8007
8045
|
|
|
8008
|
-
'@schematics/angular@21.2.
|
|
8046
|
+
'@schematics/angular@21.2.2(chokidar@5.0.0)':
|
|
8009
8047
|
dependencies:
|
|
8010
|
-
'@angular-devkit/core': 21.2.
|
|
8011
|
-
'@angular-devkit/schematics': 21.2.
|
|
8048
|
+
'@angular-devkit/core': 21.2.2(chokidar@5.0.0)
|
|
8049
|
+
'@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
|
|
8012
8050
|
jsonc-parser: 3.3.1
|
|
8013
8051
|
transitivePeerDependencies:
|
|
8014
8052
|
- chokidar
|
|
@@ -8088,51 +8126,51 @@ snapshots:
|
|
|
8088
8126
|
dependencies:
|
|
8089
8127
|
acorn: 8.16.0
|
|
8090
8128
|
|
|
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.
|
|
8129
|
+
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8092
8130
|
dependencies:
|
|
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.
|
|
8131
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8094
8132
|
debug: 4.4.3
|
|
8095
8133
|
svelte: 5.53.7
|
|
8096
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8134
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8097
8135
|
transitivePeerDependencies:
|
|
8098
8136
|
- supports-color
|
|
8099
8137
|
|
|
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.
|
|
8138
|
+
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8101
8139
|
dependencies:
|
|
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.
|
|
8140
|
+
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8103
8141
|
obug: 2.1.1
|
|
8104
8142
|
svelte: 5.53.7
|
|
8105
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8143
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8106
8144
|
|
|
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.
|
|
8145
|
+
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8108
8146
|
dependencies:
|
|
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.
|
|
8147
|
+
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8110
8148
|
debug: 4.4.3
|
|
8111
8149
|
deepmerge: 4.3.1
|
|
8112
8150
|
kleur: 4.1.5
|
|
8113
8151
|
magic-string: 0.30.21
|
|
8114
8152
|
svelte: 5.53.7
|
|
8115
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8116
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8153
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8154
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8117
8155
|
transitivePeerDependencies:
|
|
8118
8156
|
- supports-color
|
|
8119
8157
|
|
|
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.
|
|
8158
|
+
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8121
8159
|
dependencies:
|
|
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.
|
|
8160
|
+
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8123
8161
|
deepmerge: 4.3.1
|
|
8124
8162
|
magic-string: 0.30.21
|
|
8125
8163
|
obug: 2.1.1
|
|
8126
8164
|
svelte: 5.53.7
|
|
8127
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8128
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8165
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8166
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8129
8167
|
|
|
8130
|
-
'@testing-library/angular@19.1.0(@angular/common@21.2.
|
|
8168
|
+
'@testing-library/angular@19.1.0(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/router@21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)':
|
|
8131
8169
|
dependencies:
|
|
8132
|
-
'@angular/common': 21.2.
|
|
8133
|
-
'@angular/core': 21.2.
|
|
8134
|
-
'@angular/platform-browser': 21.2.
|
|
8135
|
-
'@angular/router': 21.2.
|
|
8170
|
+
'@angular/common': 21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
8171
|
+
'@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)
|
|
8172
|
+
'@angular/platform-browser': 21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))
|
|
8173
|
+
'@angular/router': 21.2.4(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(@angular/platform-browser@21.2.4(@angular/animations@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(@angular/common@21.2.4(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
8136
8174
|
'@testing-library/dom': 10.4.1
|
|
8137
8175
|
tslib: 2.8.1
|
|
8138
8176
|
|
|
@@ -8197,14 +8235,14 @@ snapshots:
|
|
|
8197
8235
|
dependencies:
|
|
8198
8236
|
svelte: 5.53.7
|
|
8199
8237
|
|
|
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.
|
|
8238
|
+
'@testing-library/svelte@5.3.1(svelte@5.53.7)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3))':
|
|
8201
8239
|
dependencies:
|
|
8202
8240
|
'@testing-library/dom': 10.4.1
|
|
8203
8241
|
'@testing-library/svelte-core': 1.0.0(svelte@5.53.7)
|
|
8204
8242
|
svelte: 5.53.7
|
|
8205
8243
|
optionalDependencies:
|
|
8206
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8207
|
-
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
8244
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8245
|
+
vitest: 4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3)
|
|
8208
8246
|
|
|
8209
8247
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
8210
8248
|
dependencies:
|
|
@@ -8419,11 +8457,11 @@ snapshots:
|
|
|
8419
8457
|
|
|
8420
8458
|
'@ungap/structured-clone@1.3.0': {}
|
|
8421
8459
|
|
|
8422
|
-
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8460
|
+
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8423
8461
|
dependencies:
|
|
8424
|
-
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8462
|
+
vite: 7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8425
8463
|
|
|
8426
|
-
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8464
|
+
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8427
8465
|
dependencies:
|
|
8428
8466
|
'@babel/core': 7.29.0
|
|
8429
8467
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -8431,11 +8469,11 @@ snapshots:
|
|
|
8431
8469
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
8432
8470
|
'@types/babel__core': 7.20.5
|
|
8433
8471
|
react-refresh: 0.17.0
|
|
8434
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8472
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8435
8473
|
transitivePeerDependencies:
|
|
8436
8474
|
- supports-color
|
|
8437
8475
|
|
|
8438
|
-
'@vitejs/plugin-react@5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8476
|
+
'@vitejs/plugin-react@5.1.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8439
8477
|
dependencies:
|
|
8440
8478
|
'@babel/core': 7.29.0
|
|
8441
8479
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -8443,30 +8481,30 @@ snapshots:
|
|
|
8443
8481
|
'@rolldown/pluginutils': 1.0.0-rc.3
|
|
8444
8482
|
'@types/babel__core': 7.20.5
|
|
8445
8483
|
react-refresh: 0.18.0
|
|
8446
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8484
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8447
8485
|
transitivePeerDependencies:
|
|
8448
8486
|
- supports-color
|
|
8449
8487
|
|
|
8450
|
-
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8488
|
+
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
|
|
8451
8489
|
dependencies:
|
|
8452
8490
|
'@babel/core': 7.29.0
|
|
8453
8491
|
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
|
8454
8492
|
'@rolldown/pluginutils': 1.0.0-rc.6
|
|
8455
8493
|
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
|
|
8456
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8494
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8457
8495
|
vue: 3.5.29(typescript@5.9.3)
|
|
8458
8496
|
transitivePeerDependencies:
|
|
8459
8497
|
- supports-color
|
|
8460
8498
|
|
|
8461
|
-
'@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8499
|
+
'@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
|
|
8462
8500
|
dependencies:
|
|
8463
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8501
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8464
8502
|
vue: 3.5.29(typescript@5.9.3)
|
|
8465
8503
|
|
|
8466
|
-
'@vitejs/plugin-vue@6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8504
|
+
'@vitejs/plugin-vue@6.0.4(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
|
|
8467
8505
|
dependencies:
|
|
8468
8506
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
|
8469
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8507
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8470
8508
|
vue: 3.5.29(typescript@5.9.3)
|
|
8471
8509
|
|
|
8472
8510
|
'@vitest/expect@4.0.18':
|
|
@@ -8478,13 +8516,13 @@ snapshots:
|
|
|
8478
8516
|
chai: 6.2.2
|
|
8479
8517
|
tinyrainbow: 3.0.3
|
|
8480
8518
|
|
|
8481
|
-
'@vitest/mocker@4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8519
|
+
'@vitest/mocker@4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))':
|
|
8482
8520
|
dependencies:
|
|
8483
8521
|
'@vitest/spy': 4.0.18
|
|
8484
8522
|
estree-walker: 3.0.3
|
|
8485
8523
|
magic-string: 0.30.21
|
|
8486
8524
|
optionalDependencies:
|
|
8487
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8525
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8488
8526
|
|
|
8489
8527
|
'@vitest/pretty-format@4.0.18':
|
|
8490
8528
|
dependencies:
|
|
@@ -8567,14 +8605,14 @@ snapshots:
|
|
|
8567
8605
|
'@vue/compiler-dom': 3.5.29
|
|
8568
8606
|
'@vue/shared': 3.5.29
|
|
8569
8607
|
|
|
8570
|
-
'@vue/devtools-core@7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8608
|
+
'@vue/devtools-core@7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))':
|
|
8571
8609
|
dependencies:
|
|
8572
8610
|
'@vue/devtools-kit': 7.7.9
|
|
8573
8611
|
'@vue/devtools-shared': 7.7.9
|
|
8574
8612
|
mitt: 3.0.1
|
|
8575
8613
|
nanoid: 5.1.6
|
|
8576
8614
|
pathe: 2.0.3
|
|
8577
|
-
vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8615
|
+
vite-hot-client: 2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8578
8616
|
vue: 3.5.29(typescript@5.9.3)
|
|
8579
8617
|
transitivePeerDependencies:
|
|
8580
8618
|
- vite
|
|
@@ -8680,16 +8718,16 @@ snapshots:
|
|
|
8680
8718
|
'@algolia/requester-fetch': 5.48.1
|
|
8681
8719
|
'@algolia/requester-node-http': 5.48.1
|
|
8682
8720
|
|
|
8683
|
-
angular-eslint@21.3.0(@angular/cli@21.2.
|
|
8721
|
+
angular-eslint@21.3.0(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.56.1(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3):
|
|
8684
8722
|
dependencies:
|
|
8685
8723
|
'@angular-devkit/core': 21.2.1(chokidar@5.0.0)
|
|
8686
|
-
'@angular-devkit/schematics': 21.2.
|
|
8687
|
-
'@angular-eslint/builder': 21.3.0(@angular/cli@21.2.
|
|
8724
|
+
'@angular-devkit/schematics': 21.2.2(chokidar@5.0.0)
|
|
8725
|
+
'@angular-eslint/builder': 21.3.0(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
|
|
8688
8726
|
'@angular-eslint/eslint-plugin': 21.3.0(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
8689
8727
|
'@angular-eslint/eslint-plugin-template': 21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
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.
|
|
8728
|
+
'@angular-eslint/schematics': 21.3.0(@angular-eslint/template-parser@21.3.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.2(@types/node@25.3.5)(chokidar@5.0.0))(@typescript-eslint/types@8.56.1)(@typescript-eslint/utils@8.56.1(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
|
|
8691
8729
|
'@angular-eslint/template-parser': 21.3.0(eslint@9.39.4)(typescript@5.9.3)
|
|
8692
|
-
'@angular/cli': 21.2.
|
|
8730
|
+
'@angular/cli': 21.2.2(@types/node@25.3.5)(chokidar@5.0.0)
|
|
8693
8731
|
'@typescript-eslint/types': 8.56.1
|
|
8694
8732
|
'@typescript-eslint/utils': 8.56.1(eslint@9.39.4)(typescript@5.9.3)
|
|
8695
8733
|
eslint: 9.39.4
|
|
@@ -8722,7 +8760,7 @@ snapshots:
|
|
|
8722
8760
|
anymatch@3.1.3:
|
|
8723
8761
|
dependencies:
|
|
8724
8762
|
normalize-path: 3.0.0
|
|
8725
|
-
picomatch: 2.3.
|
|
8763
|
+
picomatch: 2.3.2
|
|
8726
8764
|
|
|
8727
8765
|
arg@4.1.3: {}
|
|
8728
8766
|
|
|
@@ -8834,11 +8872,11 @@ snapshots:
|
|
|
8834
8872
|
transitivePeerDependencies:
|
|
8835
8873
|
- supports-color
|
|
8836
8874
|
|
|
8837
|
-
astro@5.18.
|
|
8875
|
+
astro@5.18.1(@types/node@25.3.5)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3):
|
|
8838
8876
|
dependencies:
|
|
8839
8877
|
'@astrojs/compiler': 2.13.1
|
|
8840
|
-
'@astrojs/internal-helpers': 0.7.
|
|
8841
|
-
'@astrojs/markdown-remark': 6.3.
|
|
8878
|
+
'@astrojs/internal-helpers': 0.7.6
|
|
8879
|
+
'@astrojs/markdown-remark': 6.3.11
|
|
8842
8880
|
'@astrojs/telemetry': 3.3.0
|
|
8843
8881
|
'@capsizecss/unpack': 4.0.0
|
|
8844
8882
|
'@oslojs/encoding': 1.1.0
|
|
@@ -8854,7 +8892,7 @@ snapshots:
|
|
|
8854
8892
|
cssesc: 3.0.0
|
|
8855
8893
|
debug: 4.4.3
|
|
8856
8894
|
deterministic-object-hash: 2.0.2
|
|
8857
|
-
devalue: 5.6.
|
|
8895
|
+
devalue: 5.6.4
|
|
8858
8896
|
diff: 8.0.3
|
|
8859
8897
|
dlv: 1.1.3
|
|
8860
8898
|
dset: 3.1.4
|
|
@@ -8876,12 +8914,12 @@ snapshots:
|
|
|
8876
8914
|
p-queue: 8.1.1
|
|
8877
8915
|
package-manager-detector: 1.6.0
|
|
8878
8916
|
piccolore: 0.1.3
|
|
8879
|
-
picomatch: 4.0.
|
|
8917
|
+
picomatch: 4.0.4
|
|
8880
8918
|
prompts: 2.4.2
|
|
8881
8919
|
rehype: 13.0.2
|
|
8882
8920
|
semver: 7.7.4
|
|
8883
8921
|
shiki: 3.23.0
|
|
8884
|
-
smol-toml: 1.6.
|
|
8922
|
+
smol-toml: 1.6.1
|
|
8885
8923
|
svgo: 4.0.1
|
|
8886
8924
|
tinyexec: 1.0.2
|
|
8887
8925
|
tinyglobby: 0.2.15
|
|
@@ -8891,8 +8929,8 @@ snapshots:
|
|
|
8891
8929
|
unist-util-visit: 5.1.0
|
|
8892
8930
|
unstorage: 1.17.4
|
|
8893
8931
|
vfile: 6.0.3
|
|
8894
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8895
|
-
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
8932
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
8933
|
+
vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
8896
8934
|
xxhash-wasm: 1.1.0
|
|
8897
8935
|
yargs-parser: 21.1.1
|
|
8898
8936
|
yocto-spinner: 0.2.3
|
|
@@ -9012,16 +9050,16 @@ snapshots:
|
|
|
9012
9050
|
widest-line: 5.0.0
|
|
9013
9051
|
wrap-ansi: 9.0.2
|
|
9014
9052
|
|
|
9015
|
-
brace-expansion@1.1.
|
|
9053
|
+
brace-expansion@1.1.13:
|
|
9016
9054
|
dependencies:
|
|
9017
9055
|
balanced-match: 1.0.2
|
|
9018
9056
|
concat-map: 0.0.1
|
|
9019
9057
|
|
|
9020
|
-
brace-expansion@2.0.
|
|
9058
|
+
brace-expansion@2.0.3:
|
|
9021
9059
|
dependencies:
|
|
9022
9060
|
balanced-match: 1.0.2
|
|
9023
9061
|
|
|
9024
|
-
brace-expansion@5.0.
|
|
9062
|
+
brace-expansion@5.0.5:
|
|
9025
9063
|
dependencies:
|
|
9026
9064
|
balanced-match: 4.0.4
|
|
9027
9065
|
|
|
@@ -9337,7 +9375,7 @@ snapshots:
|
|
|
9337
9375
|
dependencies:
|
|
9338
9376
|
base-64: 1.0.0
|
|
9339
9377
|
|
|
9340
|
-
devalue@5.6.
|
|
9378
|
+
devalue@5.6.4: {}
|
|
9341
9379
|
|
|
9342
9380
|
devlop@1.1.0:
|
|
9343
9381
|
dependencies:
|
|
@@ -10001,9 +10039,9 @@ snapshots:
|
|
|
10001
10039
|
dependencies:
|
|
10002
10040
|
format: 0.2.2
|
|
10003
10041
|
|
|
10004
|
-
fdir@6.5.0(picomatch@4.0.
|
|
10042
|
+
fdir@6.5.0(picomatch@4.0.4):
|
|
10005
10043
|
optionalDependencies:
|
|
10006
|
-
picomatch: 4.0.
|
|
10044
|
+
picomatch: 4.0.4
|
|
10007
10045
|
|
|
10008
10046
|
figures@6.1.0:
|
|
10009
10047
|
dependencies:
|
|
@@ -10039,10 +10077,10 @@ snapshots:
|
|
|
10039
10077
|
|
|
10040
10078
|
flat-cache@4.0.1:
|
|
10041
10079
|
dependencies:
|
|
10042
|
-
flatted: 3.
|
|
10080
|
+
flatted: 3.4.2
|
|
10043
10081
|
keyv: 4.5.4
|
|
10044
10082
|
|
|
10045
|
-
flatted@3.
|
|
10083
|
+
flatted@3.4.2: {}
|
|
10046
10084
|
|
|
10047
10085
|
flattie@1.1.1: {}
|
|
10048
10086
|
|
|
@@ -10185,7 +10223,7 @@ snapshots:
|
|
|
10185
10223
|
|
|
10186
10224
|
graceful-fs@4.2.11: {}
|
|
10187
10225
|
|
|
10188
|
-
h3@1.15.
|
|
10226
|
+
h3@1.15.9:
|
|
10189
10227
|
dependencies:
|
|
10190
10228
|
cookie-es: 1.2.2
|
|
10191
10229
|
crossws: 0.3.5
|
|
@@ -10197,7 +10235,7 @@ snapshots:
|
|
|
10197
10235
|
ufo: 1.6.3
|
|
10198
10236
|
uncrypto: 0.1.3
|
|
10199
10237
|
|
|
10200
|
-
happy-dom@20.8.
|
|
10238
|
+
happy-dom@20.8.8:
|
|
10201
10239
|
dependencies:
|
|
10202
10240
|
'@types/node': 25.3.5
|
|
10203
10241
|
'@types/whatwg-mimetype': 3.0.2
|
|
@@ -10326,7 +10364,7 @@ snapshots:
|
|
|
10326
10364
|
dependencies:
|
|
10327
10365
|
hermes-estree: 0.25.1
|
|
10328
10366
|
|
|
10329
|
-
hono@4.12.
|
|
10367
|
+
hono@4.12.7: {}
|
|
10330
10368
|
|
|
10331
10369
|
hookable@5.5.3: {}
|
|
10332
10370
|
|
|
@@ -11132,7 +11170,7 @@ snapshots:
|
|
|
11132
11170
|
micromatch@4.0.8:
|
|
11133
11171
|
dependencies:
|
|
11134
11172
|
braces: 3.0.3
|
|
11135
|
-
picomatch: 2.3.
|
|
11173
|
+
picomatch: 2.3.2
|
|
11136
11174
|
|
|
11137
11175
|
mime-db@1.54.0: {}
|
|
11138
11176
|
|
|
@@ -11146,15 +11184,15 @@ snapshots:
|
|
|
11146
11184
|
|
|
11147
11185
|
minimatch@10.2.4:
|
|
11148
11186
|
dependencies:
|
|
11149
|
-
brace-expansion: 5.0.
|
|
11187
|
+
brace-expansion: 5.0.5
|
|
11150
11188
|
|
|
11151
11189
|
minimatch@3.1.5:
|
|
11152
11190
|
dependencies:
|
|
11153
|
-
brace-expansion: 1.1.
|
|
11191
|
+
brace-expansion: 1.1.13
|
|
11154
11192
|
|
|
11155
11193
|
minimatch@9.0.9:
|
|
11156
11194
|
dependencies:
|
|
11157
|
-
brace-expansion: 2.0.
|
|
11195
|
+
brace-expansion: 2.0.3
|
|
11158
11196
|
|
|
11159
11197
|
minimist@1.2.8: {}
|
|
11160
11198
|
|
|
@@ -11266,7 +11304,7 @@ snapshots:
|
|
|
11266
11304
|
nopt: 9.0.0
|
|
11267
11305
|
proc-log: 6.1.0
|
|
11268
11306
|
semver: 7.7.4
|
|
11269
|
-
tar: 7.5.
|
|
11307
|
+
tar: 7.5.11
|
|
11270
11308
|
tinyglobby: 0.2.15
|
|
11271
11309
|
which: 6.0.1
|
|
11272
11310
|
transitivePeerDependencies:
|
|
@@ -11503,7 +11541,7 @@ snapshots:
|
|
|
11503
11541
|
promise-retry: 2.0.1
|
|
11504
11542
|
sigstore: 4.1.0
|
|
11505
11543
|
ssri: 13.0.1
|
|
11506
|
-
tar: 7.5.
|
|
11544
|
+
tar: 7.5.11
|
|
11507
11545
|
transitivePeerDependencies:
|
|
11508
11546
|
- supports-color
|
|
11509
11547
|
|
|
@@ -11557,7 +11595,7 @@ snapshots:
|
|
|
11557
11595
|
semver: 7.7.4
|
|
11558
11596
|
slash: 2.0.0
|
|
11559
11597
|
tmp: 0.2.5
|
|
11560
|
-
yaml: 2.8.
|
|
11598
|
+
yaml: 2.8.3
|
|
11561
11599
|
|
|
11562
11600
|
path-browserify@1.0.1: {}
|
|
11563
11601
|
|
|
@@ -11579,7 +11617,7 @@ snapshots:
|
|
|
11579
11617
|
lru-cache: 11.2.6
|
|
11580
11618
|
minipass: 7.1.3
|
|
11581
11619
|
|
|
11582
|
-
path-to-regexp@8.
|
|
11620
|
+
path-to-regexp@8.4.0: {}
|
|
11583
11621
|
|
|
11584
11622
|
pathe@2.0.3: {}
|
|
11585
11623
|
|
|
@@ -11589,9 +11627,9 @@ snapshots:
|
|
|
11589
11627
|
|
|
11590
11628
|
picocolors@1.1.1: {}
|
|
11591
11629
|
|
|
11592
|
-
picomatch@2.3.
|
|
11630
|
+
picomatch@2.3.2: {}
|
|
11593
11631
|
|
|
11594
|
-
picomatch@4.0.
|
|
11632
|
+
picomatch@4.0.4: {}
|
|
11595
11633
|
|
|
11596
11634
|
piscina@5.1.4:
|
|
11597
11635
|
optionalDependencies:
|
|
@@ -11612,7 +11650,7 @@ snapshots:
|
|
|
11612
11650
|
postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@types/node@25.3.5)(typescript@5.9.3)):
|
|
11613
11651
|
dependencies:
|
|
11614
11652
|
lilconfig: 2.1.0
|
|
11615
|
-
yaml: 1.10.
|
|
11653
|
+
yaml: 1.10.3
|
|
11616
11654
|
optionalDependencies:
|
|
11617
11655
|
postcss: 8.5.6
|
|
11618
11656
|
ts-node: 10.9.2(@types/node@25.3.5)(typescript@5.9.3)
|
|
@@ -11948,7 +11986,7 @@ snapshots:
|
|
|
11948
11986
|
depd: 2.0.0
|
|
11949
11987
|
is-promise: 4.0.0
|
|
11950
11988
|
parseurl: 1.3.3
|
|
11951
|
-
path-to-regexp: 8.
|
|
11989
|
+
path-to-regexp: 8.4.0
|
|
11952
11990
|
transitivePeerDependencies:
|
|
11953
11991
|
- supports-color
|
|
11954
11992
|
|
|
@@ -12169,7 +12207,7 @@ snapshots:
|
|
|
12169
12207
|
|
|
12170
12208
|
smart-buffer@4.2.0: {}
|
|
12171
12209
|
|
|
12172
|
-
smol-toml@1.6.
|
|
12210
|
+
smol-toml@1.6.1: {}
|
|
12173
12211
|
|
|
12174
12212
|
socks-proxy-agent@8.0.5:
|
|
12175
12213
|
dependencies:
|
|
@@ -12357,7 +12395,7 @@ snapshots:
|
|
|
12357
12395
|
aria-query: 5.3.1
|
|
12358
12396
|
axobject-query: 4.1.0
|
|
12359
12397
|
clsx: 2.1.1
|
|
12360
|
-
devalue: 5.6.
|
|
12398
|
+
devalue: 5.6.4
|
|
12361
12399
|
esm-env: 1.2.2
|
|
12362
12400
|
esrap: 2.2.3
|
|
12363
12401
|
is-reference: 3.0.3
|
|
@@ -12387,7 +12425,7 @@ snapshots:
|
|
|
12387
12425
|
string-width: 4.2.3
|
|
12388
12426
|
strip-ansi: 6.0.1
|
|
12389
12427
|
|
|
12390
|
-
tar@7.5.
|
|
12428
|
+
tar@7.5.11:
|
|
12391
12429
|
dependencies:
|
|
12392
12430
|
'@isaacs/fs-minipass': 4.0.1
|
|
12393
12431
|
chownr: 3.0.0
|
|
@@ -12403,8 +12441,8 @@ snapshots:
|
|
|
12403
12441
|
|
|
12404
12442
|
tinyglobby@0.2.15:
|
|
12405
12443
|
dependencies:
|
|
12406
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
12407
|
-
picomatch: 4.0.
|
|
12444
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
12445
|
+
picomatch: 4.0.4
|
|
12408
12446
|
|
|
12409
12447
|
tinyrainbow@3.0.3: {}
|
|
12410
12448
|
|
|
@@ -12543,7 +12581,7 @@ snapshots:
|
|
|
12543
12581
|
|
|
12544
12582
|
undici-types@7.18.2: {}
|
|
12545
12583
|
|
|
12546
|
-
undici@7.
|
|
12584
|
+
undici@7.24.3: {}
|
|
12547
12585
|
|
|
12548
12586
|
unicorn-magic@0.3.0: {}
|
|
12549
12587
|
|
|
@@ -12622,7 +12660,7 @@ snapshots:
|
|
|
12622
12660
|
anymatch: 3.1.3
|
|
12623
12661
|
chokidar: 5.0.0
|
|
12624
12662
|
destr: 2.0.5
|
|
12625
|
-
h3: 1.15.
|
|
12663
|
+
h3: 1.15.9
|
|
12626
12664
|
lru-cache: 11.2.6
|
|
12627
12665
|
node-fetch-native: 1.6.7
|
|
12628
12666
|
ofetch: 1.5.1
|
|
@@ -12661,11 +12699,11 @@ snapshots:
|
|
|
12661
12699
|
'@types/unist': 3.0.3
|
|
12662
12700
|
vfile-message: 4.0.3
|
|
12663
12701
|
|
|
12664
|
-
vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12702
|
+
vite-hot-client@2.1.0(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12665
12703
|
dependencies:
|
|
12666
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12704
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12667
12705
|
|
|
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.
|
|
12706
|
+
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12669
12707
|
dependencies:
|
|
12670
12708
|
'@antfu/utils': 0.7.10
|
|
12671
12709
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
@@ -12676,28 +12714,28 @@ snapshots:
|
|
|
12676
12714
|
perfect-debounce: 1.0.0
|
|
12677
12715
|
picocolors: 1.1.1
|
|
12678
12716
|
sirv: 3.0.2
|
|
12679
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12717
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12680
12718
|
transitivePeerDependencies:
|
|
12681
12719
|
- rollup
|
|
12682
12720
|
- supports-color
|
|
12683
12721
|
|
|
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.
|
|
12722
|
+
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3)):
|
|
12685
12723
|
dependencies:
|
|
12686
|
-
'@vue/devtools-core': 7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12724
|
+
'@vue/devtools-core': 7.7.9(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.29(typescript@5.9.3))
|
|
12687
12725
|
'@vue/devtools-kit': 7.7.9
|
|
12688
12726
|
'@vue/devtools-shared': 7.7.9
|
|
12689
12727
|
execa: 9.6.1
|
|
12690
12728
|
sirv: 3.0.2
|
|
12691
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
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.
|
|
12693
|
-
vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12729
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12730
|
+
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
12731
|
+
vite-plugin-vue-inspector: 5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
12694
12732
|
transitivePeerDependencies:
|
|
12695
12733
|
- '@nuxt/kit'
|
|
12696
12734
|
- rollup
|
|
12697
12735
|
- supports-color
|
|
12698
12736
|
- vue
|
|
12699
12737
|
|
|
12700
|
-
vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12738
|
+
vite-plugin-vue-inspector@5.3.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12701
12739
|
dependencies:
|
|
12702
12740
|
'@babel/core': 7.29.0
|
|
12703
12741
|
'@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
|
|
@@ -12708,11 +12746,11 @@ snapshots:
|
|
|
12708
12746
|
'@vue/compiler-dom': 3.5.29
|
|
12709
12747
|
kolorist: 1.8.0
|
|
12710
12748
|
magic-string: 0.30.21
|
|
12711
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12749
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12712
12750
|
transitivePeerDependencies:
|
|
12713
12751
|
- supports-color
|
|
12714
12752
|
|
|
12715
|
-
vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12753
|
+
vite-prerender-plugin@0.5.12(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12716
12754
|
dependencies:
|
|
12717
12755
|
kolorist: 1.8.0
|
|
12718
12756
|
magic-string: 0.30.21
|
|
@@ -12720,13 +12758,13 @@ snapshots:
|
|
|
12720
12758
|
simple-code-frame: 1.3.0
|
|
12721
12759
|
source-map: 0.7.6
|
|
12722
12760
|
stack-trace: 1.0.0-pre2
|
|
12723
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12761
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12724
12762
|
|
|
12725
|
-
vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12763
|
+
vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3):
|
|
12726
12764
|
dependencies:
|
|
12727
12765
|
esbuild: 0.25.12
|
|
12728
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
12729
|
-
picomatch: 4.0.
|
|
12766
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
12767
|
+
picomatch: 4.0.4
|
|
12730
12768
|
postcss: 8.5.6
|
|
12731
12769
|
rollup: 4.59.0
|
|
12732
12770
|
tinyglobby: 0.2.15
|
|
@@ -12734,13 +12772,13 @@ snapshots:
|
|
|
12734
12772
|
'@types/node': 25.3.5
|
|
12735
12773
|
fsevents: 2.3.3
|
|
12736
12774
|
sass: 1.97.3
|
|
12737
|
-
yaml: 2.8.
|
|
12775
|
+
yaml: 2.8.3
|
|
12738
12776
|
|
|
12739
|
-
vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12777
|
+
vite@7.3.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3):
|
|
12740
12778
|
dependencies:
|
|
12741
12779
|
esbuild: 0.27.3
|
|
12742
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
12743
|
-
picomatch: 4.0.
|
|
12780
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
12781
|
+
picomatch: 4.0.4
|
|
12744
12782
|
postcss: 8.5.6
|
|
12745
12783
|
rollup: 4.59.0
|
|
12746
12784
|
tinyglobby: 0.2.15
|
|
@@ -12748,16 +12786,16 @@ snapshots:
|
|
|
12748
12786
|
'@types/node': 25.3.5
|
|
12749
12787
|
fsevents: 2.3.3
|
|
12750
12788
|
sass: 1.97.3
|
|
12751
|
-
yaml: 2.8.
|
|
12789
|
+
yaml: 2.8.3
|
|
12752
12790
|
|
|
12753
|
-
vitefu@1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12791
|
+
vitefu@1.1.2(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)):
|
|
12754
12792
|
optionalDependencies:
|
|
12755
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12793
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12756
12794
|
|
|
12757
|
-
vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.
|
|
12795
|
+
vitest@4.0.18(@types/node@25.3.5)(happy-dom@20.8.8)(sass@1.97.3)(yaml@2.8.3):
|
|
12758
12796
|
dependencies:
|
|
12759
12797
|
'@vitest/expect': 4.0.18
|
|
12760
|
-
'@vitest/mocker': 4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12798
|
+
'@vitest/mocker': 4.0.18(vite@6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3))
|
|
12761
12799
|
'@vitest/pretty-format': 4.0.18
|
|
12762
12800
|
'@vitest/runner': 4.0.18
|
|
12763
12801
|
'@vitest/snapshot': 4.0.18
|
|
@@ -12768,17 +12806,17 @@ snapshots:
|
|
|
12768
12806
|
magic-string: 0.30.21
|
|
12769
12807
|
obug: 2.1.1
|
|
12770
12808
|
pathe: 2.0.3
|
|
12771
|
-
picomatch: 4.0.
|
|
12809
|
+
picomatch: 4.0.4
|
|
12772
12810
|
std-env: 3.10.0
|
|
12773
12811
|
tinybench: 2.9.0
|
|
12774
12812
|
tinyexec: 1.0.2
|
|
12775
12813
|
tinyglobby: 0.2.15
|
|
12776
12814
|
tinyrainbow: 3.0.3
|
|
12777
|
-
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.
|
|
12815
|
+
vite: 6.4.1(@types/node@25.3.5)(sass@1.97.3)(yaml@2.8.3)
|
|
12778
12816
|
why-is-node-running: 2.3.0
|
|
12779
12817
|
optionalDependencies:
|
|
12780
12818
|
'@types/node': 25.3.5
|
|
12781
|
-
happy-dom: 20.8.
|
|
12819
|
+
happy-dom: 20.8.8
|
|
12782
12820
|
transitivePeerDependencies:
|
|
12783
12821
|
- jiti
|
|
12784
12822
|
- less
|
|
@@ -12936,9 +12974,9 @@ snapshots:
|
|
|
12936
12974
|
|
|
12937
12975
|
yallist@5.0.0: {}
|
|
12938
12976
|
|
|
12939
|
-
yaml@1.10.
|
|
12977
|
+
yaml@1.10.3: {}
|
|
12940
12978
|
|
|
12941
|
-
yaml@2.8.
|
|
12979
|
+
yaml@2.8.3: {}
|
|
12942
12980
|
|
|
12943
12981
|
yargs-parser@21.1.1: {}
|
|
12944
12982
|
|