create-outsystems-astro 0.9.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +42 -1
- package/integrations/.prettierignore +15 -0
- package/integrations/.yarn/releases/yarn-4.15.0.cjs +940 -0
- package/integrations/.yarnrc.yml +6 -0
- package/integrations/bun.lock +1250 -0
- package/integrations/bunfig.toml +3 -0
- package/integrations/deno.json +4 -0
- package/integrations/deno.lock +3943 -0
- package/integrations/eslint.config.mjs +61 -0
- package/integrations/html/client.ts +30 -0
- package/integrations/html/index.ts +57 -0
- package/integrations/html/server.ts +54 -0
- package/integrations/package-lock.json +8926 -0
- package/integrations/package.json +42 -0
- package/integrations/pnpm-lock.yaml +5562 -0
- package/integrations/pnpm-workspace.yaml +4 -0
- package/integrations/tsconfig.json +16 -0
- package/integrations/twig/client.ts +34 -0
- package/integrations/twig/index.ts +185 -0
- package/integrations/twig/server.ts +54 -0
- package/integrations/yarn.lock +6375 -0
- package/package.json +3 -1
- package/template/.github/workflows/deno-test.yml +1 -1
- package/template/.github/workflows/npm-test.yml +1 -1
- package/template/.github/workflows/pnpm-test.yml +2 -2
- package/template/.github/workflows/yarn-test.yml +26 -13
- package/template/.gitignore +4 -0
- package/template/.prettierignore +1 -0
- package/template/.yarn/releases/yarn-4.15.0.cjs +940 -0
- package/template/.yarnrc.yml +8 -0
- package/template/AGENTS.md +93 -1
- package/template/README.md +15 -0
- package/template/astro.config.mjs +8 -0
- package/template/bun.lock +281 -367
- package/template/bunfig.toml +3 -0
- package/template/deno.json +3 -11
- package/template/deno.lock +703 -676
- package/template/eslint.config.mjs +1 -0
- package/template/package-lock.json +705 -787
- package/template/package.json +38 -41
- package/template/pnpm-lock.yaml +1126 -1114
- package/template/pnpm-workspace.yaml +5 -0
- package/template/src/env.d.ts +6 -0
- package/template/src/framework/html/Demo.ts +105 -0
- package/template/src/framework/html/Store.ts +47 -0
- package/template/src/framework/twig/Demo.twig +100 -0
- package/template/src/framework/twig/Store.twig +45 -0
- package/template/src/images/html.png +0 -0
- package/template/src/images/twig.png +0 -0
- package/template/src/pages/html/html-demo.astro +61 -0
- package/template/src/pages/multi/store.astro +13 -1
- package/template/src/pages/twig/twig-demo.astro +65 -0
- package/template/src/stores/framework.ts +2 -0
- package/template/test/e2e/html/html-demo.spec.ts +36 -0
- package/template/test/e2e/twig/twig-demo.spec.ts +36 -0
- package/template/test/integration/html/Demo.test.ts +83 -0
- package/template/test/integration/twig/Demo.test.ts +84 -0
- package/template/tsconfig.json +1 -1
- package/template/vitest.config.ts +18 -0
- package/template/yarn.lock +14777 -10350
- /package/template/patches/{@analogjs+astro-angular+2.5.1.patch → @analogjs+astro-angular+2.5.2.patch} +0 -0
- /package/template/patches/{@angular+build+21.2.11.patch → @angular+build+21.2.12.patch} +0 -0
package/template/pnpm-lock.yaml
CHANGED
|
@@ -4,67 +4,73 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
+
overrides:
|
|
8
|
+
tmp: ^0.2.6
|
|
9
|
+
|
|
7
10
|
importers:
|
|
8
11
|
|
|
9
12
|
.:
|
|
10
13
|
dependencies:
|
|
11
14
|
'@analogjs/astro-angular':
|
|
12
|
-
specifier: ^2.5.
|
|
13
|
-
version: 2.5.
|
|
15
|
+
specifier: ^2.5.2
|
|
16
|
+
version: 2.5.2(569154ff84322f16673c47a1f59ed153)
|
|
14
17
|
'@angular/animations':
|
|
15
|
-
specifier: ^21.2.
|
|
16
|
-
version: 21.2.
|
|
18
|
+
specifier: ^21.2.14
|
|
19
|
+
version: 21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))
|
|
17
20
|
'@angular/common':
|
|
18
|
-
specifier: ^21.2.
|
|
19
|
-
version: 21.2.
|
|
21
|
+
specifier: ^21.2.14
|
|
22
|
+
version: 21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
20
23
|
'@angular/core':
|
|
21
|
-
specifier: ^21.2.
|
|
22
|
-
version: 21.2.
|
|
24
|
+
specifier: ^21.2.14
|
|
25
|
+
version: 21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)
|
|
23
26
|
'@angular/platform-browser':
|
|
24
|
-
specifier: ^21.2.
|
|
25
|
-
version: 21.2.
|
|
27
|
+
specifier: ^21.2.14
|
|
28
|
+
version: 21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))
|
|
26
29
|
'@angular/platform-server':
|
|
27
|
-
specifier: ^21.2.
|
|
28
|
-
version: 21.2.
|
|
30
|
+
specifier: ^21.2.14
|
|
31
|
+
version: 21.2.14(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.14)(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
29
32
|
'@angular/router':
|
|
30
|
-
specifier: ^21.2.
|
|
31
|
-
version: 21.2.
|
|
33
|
+
specifier: ^21.2.14
|
|
34
|
+
version: 21.2.14(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
32
35
|
'@astrojs/preact':
|
|
33
36
|
specifier: ^5.1.3
|
|
34
|
-
version: 5.1.3(@babel/core@7.29.0)(@types/node@25.
|
|
37
|
+
version: 5.1.3(@babel/core@7.29.0)(@types/node@25.9.1)(lightningcss@1.32.0)(preact@10.29.2)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0)
|
|
35
38
|
'@astrojs/react':
|
|
36
39
|
specifier: ^5.0.5
|
|
37
|
-
version: 5.0.5(@types/node@25.
|
|
40
|
+
version: 5.0.5(@types/node@25.9.1)(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(lightningcss@1.32.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(sass@1.97.3)(yaml@2.9.0)
|
|
38
41
|
'@astrojs/solid-js':
|
|
39
42
|
specifier: ^6.0.1
|
|
40
|
-
version: 6.0.1(@testing-library/jest-dom@6.9.1)(@types/node@25.
|
|
43
|
+
version: 6.0.1(@testing-library/jest-dom@6.9.1)(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(solid-js@1.9.13)(yaml@2.9.0)
|
|
41
44
|
'@astrojs/svelte':
|
|
42
45
|
specifier: ^8.1.1
|
|
43
|
-
version: 8.1.1(@types/node@25.
|
|
46
|
+
version: 8.1.1(@types/node@25.9.1)(astro@6.3.7(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0))(lightningcss@1.32.0)(sass@1.97.3)(svelte@5.55.9(@typescript-eslint/types@8.59.4))(typescript@5.9.3)(yaml@2.9.0)
|
|
44
47
|
'@astrojs/vue':
|
|
45
48
|
specifier: ^6.0.1
|
|
46
|
-
version: 6.0.1(@types/node@25.
|
|
49
|
+
version: 6.0.1(@types/node@25.9.1)(astro@6.3.7(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0))(lightningcss@1.32.0)(sass@1.97.3)(vue@3.5.34(typescript@5.9.3))(yaml@2.9.0)
|
|
47
50
|
'@nanostores/preact':
|
|
48
51
|
specifier: ^1.1.0
|
|
49
|
-
version: 1.1.0(nanostores@1.3.0)(preact@10.29.
|
|
52
|
+
version: 1.1.0(nanostores@1.3.0)(preact@10.29.2)
|
|
50
53
|
'@nanostores/react':
|
|
51
54
|
specifier: ^1.1.0
|
|
52
55
|
version: 1.1.0(nanostores@1.3.0)(react@19.2.6)
|
|
53
56
|
'@nanostores/solid':
|
|
54
57
|
specifier: ^1.1.1
|
|
55
|
-
version: 1.1.1(nanostores@1.3.0)(solid-js@1.9.
|
|
58
|
+
version: 1.1.1(nanostores@1.3.0)(solid-js@1.9.13)
|
|
56
59
|
'@nanostores/vue':
|
|
57
60
|
specifier: ^1.1.0
|
|
58
61
|
version: 1.1.0(nanostores@1.3.0)(vue@3.5.34(typescript@5.9.3))
|
|
59
62
|
astro:
|
|
60
|
-
specifier: ^6.3.
|
|
61
|
-
version: 6.3.
|
|
63
|
+
specifier: ^6.3.7
|
|
64
|
+
version: 6.3.7(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0)
|
|
65
|
+
islands-integrations:
|
|
66
|
+
specifier: file:./.integrations
|
|
67
|
+
version: file:.integrations(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0)
|
|
62
68
|
nanostores:
|
|
63
69
|
specifier: ^1.3.0
|
|
64
70
|
version: 1.3.0
|
|
65
71
|
preact:
|
|
66
|
-
specifier: ^10.29.
|
|
67
|
-
version: 10.29.
|
|
72
|
+
specifier: ^10.29.2
|
|
73
|
+
version: 10.29.2
|
|
68
74
|
react:
|
|
69
75
|
specifier: ^19.2.6
|
|
70
76
|
version: 19.2.6
|
|
@@ -75,45 +81,48 @@ importers:
|
|
|
75
81
|
specifier: ^7.8.2
|
|
76
82
|
version: 7.8.2
|
|
77
83
|
solid-js:
|
|
78
|
-
specifier: ^1.9.
|
|
79
|
-
version: 1.9.
|
|
84
|
+
specifier: ^1.9.13
|
|
85
|
+
version: 1.9.13
|
|
80
86
|
svelte:
|
|
81
|
-
specifier: ^5.55.
|
|
82
|
-
version: 5.55.
|
|
87
|
+
specifier: ^5.55.9
|
|
88
|
+
version: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
83
89
|
tslib:
|
|
84
90
|
specifier: ^2.8.1
|
|
85
91
|
version: 2.8.1
|
|
92
|
+
twig:
|
|
93
|
+
specifier: ^3.0.0
|
|
94
|
+
version: 3.0.0
|
|
86
95
|
vue:
|
|
87
96
|
specifier: ^3.5.34
|
|
88
97
|
version: 3.5.34(typescript@5.9.3)
|
|
89
98
|
devDependencies:
|
|
90
99
|
'@analogjs/vite-plugin-angular':
|
|
91
|
-
specifier: ^2.5.
|
|
92
|
-
version: 2.5.
|
|
100
|
+
specifier: ^2.5.2
|
|
101
|
+
version: 2.5.2(@angular/build@21.2.12(593a811f48763baf6078480b62215b05))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
93
102
|
'@analogjs/vitest-angular':
|
|
94
|
-
specifier: ^2.5.
|
|
95
|
-
version: 2.5.
|
|
103
|
+
specifier: ^2.5.2
|
|
104
|
+
version: 2.5.2(@analogjs/vite-plugin-angular@2.5.2(@angular/build@21.2.12(593a811f48763baf6078480b62215b05))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)))(@angular-devkit/architect@0.2102.12(chokidar@5.0.0))(@angular-devkit/schematics@21.2.12(chokidar@5.0.0))(vitest@4.1.7(@types/node@25.9.1)(happy-dom@20.9.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)))
|
|
96
105
|
'@angular-devkit/architect':
|
|
97
|
-
specifier: ^0.2102.
|
|
98
|
-
version: 0.2102.
|
|
106
|
+
specifier: ^0.2102.12
|
|
107
|
+
version: 0.2102.12(chokidar@5.0.0)
|
|
99
108
|
'@angular-devkit/schematics':
|
|
100
|
-
specifier: ^21.2.
|
|
101
|
-
version: 21.2.
|
|
109
|
+
specifier: ^21.2.12
|
|
110
|
+
version: 21.2.12(chokidar@5.0.0)
|
|
102
111
|
'@angular/build':
|
|
103
|
-
specifier: ^21.2.
|
|
104
|
-
version: 21.2.
|
|
112
|
+
specifier: ^21.2.12
|
|
113
|
+
version: 21.2.12(593a811f48763baf6078480b62215b05)
|
|
105
114
|
'@angular/cli':
|
|
106
|
-
specifier: ^21.2.
|
|
107
|
-
version: 21.2.
|
|
115
|
+
specifier: ^21.2.12
|
|
116
|
+
version: 21.2.12(@types/node@25.9.1)(chokidar@5.0.0)
|
|
108
117
|
'@angular/compiler':
|
|
109
|
-
specifier: ^21.2.
|
|
110
|
-
version: 21.2.
|
|
118
|
+
specifier: ^21.2.14
|
|
119
|
+
version: 21.2.14
|
|
111
120
|
'@angular/compiler-cli':
|
|
112
|
-
specifier: ^21.2.
|
|
113
|
-
version: 21.2.
|
|
121
|
+
specifier: ^21.2.14
|
|
122
|
+
version: 21.2.14(@angular/compiler@21.2.14)(typescript@5.9.3)
|
|
114
123
|
'@angular/language-service':
|
|
115
|
-
specifier: ^21.2.
|
|
116
|
-
version: 21.2.
|
|
124
|
+
specifier: ^21.2.14
|
|
125
|
+
version: 21.2.14
|
|
117
126
|
'@babel/core':
|
|
118
127
|
specifier: ^7.29.0
|
|
119
128
|
version: 7.29.0
|
|
@@ -127,26 +136,26 @@ importers:
|
|
|
127
136
|
specifier: ^9.39.4
|
|
128
137
|
version: 9.39.4
|
|
129
138
|
'@eslint/markdown':
|
|
130
|
-
specifier: ^8.0.
|
|
131
|
-
version: 8.0.
|
|
139
|
+
specifier: ^8.0.2
|
|
140
|
+
version: 8.0.2
|
|
132
141
|
'@oxc-project/runtime':
|
|
133
|
-
specifier: ^0.
|
|
134
|
-
version: 0.
|
|
142
|
+
specifier: ^0.132.0
|
|
143
|
+
version: 0.132.0
|
|
135
144
|
'@playwright/test':
|
|
136
145
|
specifier: 1.60.0
|
|
137
146
|
version: 1.60.0
|
|
138
147
|
'@preact/preset-vite':
|
|
139
148
|
specifier: ^2.10.5
|
|
140
|
-
version: 2.10.5(@babel/core@7.29.0)(preact@10.29.
|
|
149
|
+
version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.4)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
141
150
|
'@solidjs/testing-library':
|
|
142
151
|
specifier: ^0.8.10
|
|
143
|
-
version: 0.8.10(solid-js@1.9.
|
|
152
|
+
version: 0.8.10(solid-js@1.9.13)
|
|
144
153
|
'@sveltejs/vite-plugin-svelte':
|
|
145
154
|
specifier: ^7.1.2
|
|
146
|
-
version: 7.1.2(svelte@5.55.
|
|
155
|
+
version: 7.1.2(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
147
156
|
'@testing-library/angular':
|
|
148
|
-
specifier: ^19.
|
|
149
|
-
version: 19.
|
|
157
|
+
specifier: ^19.3.0
|
|
158
|
+
version: 19.3.0(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/router@21.2.14(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)
|
|
150
159
|
'@testing-library/dom':
|
|
151
160
|
specifier: ^10.4.1
|
|
152
161
|
version: 10.4.1
|
|
@@ -155,13 +164,13 @@ importers:
|
|
|
155
164
|
version: 6.9.1
|
|
156
165
|
'@testing-library/preact':
|
|
157
166
|
specifier: ^3.2.4
|
|
158
|
-
version: 3.2.4(preact@10.29.
|
|
167
|
+
version: 3.2.4(preact@10.29.2)
|
|
159
168
|
'@testing-library/react':
|
|
160
169
|
specifier: ^16.3.2
|
|
161
|
-
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.
|
|
170
|
+
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
|
162
171
|
'@testing-library/svelte':
|
|
163
172
|
specifier: ^5.3.1
|
|
164
|
-
version: 5.3.1(svelte@5.55.
|
|
173
|
+
version: 5.3.1(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))(vitest@4.1.7(@types/node@25.9.1)(happy-dom@20.9.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)))
|
|
165
174
|
'@testing-library/user-event':
|
|
166
175
|
specifier: ^14.6.1
|
|
167
176
|
version: 14.6.1(@testing-library/dom@10.4.1)
|
|
@@ -172,23 +181,26 @@ importers:
|
|
|
172
181
|
specifier: ^1.14.3
|
|
173
182
|
version: 1.14.3
|
|
174
183
|
'@types/node':
|
|
175
|
-
specifier: ^25.
|
|
176
|
-
version: 25.
|
|
184
|
+
specifier: ^25.9.1
|
|
185
|
+
version: 25.9.1
|
|
177
186
|
'@types/react':
|
|
178
|
-
specifier: ^19.2.
|
|
179
|
-
version: 19.2.
|
|
187
|
+
specifier: ^19.2.15
|
|
188
|
+
version: 19.2.15
|
|
180
189
|
'@types/react-dom':
|
|
181
190
|
specifier: ^19.2.3
|
|
182
|
-
version: 19.2.3(@types/react@19.2.
|
|
191
|
+
version: 19.2.3(@types/react@19.2.15)
|
|
192
|
+
'@types/twig':
|
|
193
|
+
specifier: ^1.12.17
|
|
194
|
+
version: 1.12.17
|
|
183
195
|
'@vitejs/plugin-react':
|
|
184
196
|
specifier: ^6.0.2
|
|
185
|
-
version: 6.0.2(vite@8.0.
|
|
197
|
+
version: 6.0.2(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
186
198
|
'@vitejs/plugin-vue':
|
|
187
199
|
specifier: ^6.0.7
|
|
188
|
-
version: 6.0.7(vite@8.0.
|
|
200
|
+
version: 6.0.7(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3))
|
|
189
201
|
angular-eslint:
|
|
190
202
|
specifier: ^21.4.0
|
|
191
|
-
version: 21.4.0(@angular/cli@21.2.
|
|
203
|
+
version: 21.4.0(@angular/cli@21.2.12(@types/node@25.9.1)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.59.4(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3)
|
|
192
204
|
better-npm-audit:
|
|
193
205
|
specifier: ^3.11.0
|
|
194
206
|
version: 3.11.0
|
|
@@ -212,10 +224,10 @@ importers:
|
|
|
212
224
|
version: 1.7.0(eslint@9.39.4)
|
|
213
225
|
eslint-plugin-import:
|
|
214
226
|
specifier: ^2.32.0
|
|
215
|
-
version: 2.32.0(@typescript-eslint/parser@8.59.
|
|
227
|
+
version: 2.32.0(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
|
|
216
228
|
eslint-plugin-jest:
|
|
217
229
|
specifier: ^29.15.2
|
|
218
|
-
version: 29.15.2(@typescript-eslint/eslint-plugin@8.59.
|
|
230
|
+
version: 29.15.2(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
219
231
|
eslint-plugin-jest-dom:
|
|
220
232
|
specifier: ^5.5.0
|
|
221
233
|
version: 5.5.0(@testing-library/dom@10.4.1)(eslint@9.39.4)
|
|
@@ -223,8 +235,8 @@ importers:
|
|
|
223
235
|
specifier: ^5.9.0
|
|
224
236
|
version: 5.9.0(eslint@9.39.4)(typescript@5.9.3)
|
|
225
237
|
eslint-plugin-playwright:
|
|
226
|
-
specifier: ^2.10.
|
|
227
|
-
version: 2.10.
|
|
238
|
+
specifier: ^2.10.4
|
|
239
|
+
version: 2.10.4(eslint@9.39.4)
|
|
228
240
|
eslint-plugin-react:
|
|
229
241
|
specifier: ^7.37.5
|
|
230
242
|
version: 7.37.5(eslint@9.39.4)
|
|
@@ -236,22 +248,19 @@ importers:
|
|
|
236
248
|
version: 0.14.5(eslint@9.39.4)(typescript@5.9.3)
|
|
237
249
|
eslint-plugin-svelte:
|
|
238
250
|
specifier: ^3.17.1
|
|
239
|
-
version: 3.17.1(eslint@9.39.4)(svelte@5.55.
|
|
251
|
+
version: 3.17.1(eslint@9.39.4)(svelte@5.55.9(@typescript-eslint/types@8.59.4))(ts-node@10.9.2(@types/node@25.9.1)(typescript@5.9.3))
|
|
240
252
|
eslint-plugin-testing-library:
|
|
241
253
|
specifier: ^7.16.2
|
|
242
254
|
version: 7.16.2(eslint@9.39.4)(typescript@5.9.3)
|
|
243
255
|
eslint-plugin-vue:
|
|
244
256
|
specifier: ^10.9.1
|
|
245
|
-
version: 10.9.1(@typescript-eslint/parser@8.59.
|
|
257
|
+
version: 10.9.1(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
|
|
246
258
|
globals:
|
|
247
259
|
specifier: ^17.6.0
|
|
248
260
|
version: 17.6.0
|
|
249
261
|
happy-dom:
|
|
250
262
|
specifier: ^20.9.0
|
|
251
263
|
version: 20.9.0
|
|
252
|
-
improved-yarn-audit:
|
|
253
|
-
specifier: ^3.0.4
|
|
254
|
-
version: 3.0.4
|
|
255
264
|
js-beautify:
|
|
256
265
|
specifier: ^1.15.4
|
|
257
266
|
version: 1.15.4
|
|
@@ -265,37 +274,37 @@ importers:
|
|
|
265
274
|
specifier: ^2.3.1
|
|
266
275
|
version: 2.3.1(prettier@3.8.3)
|
|
267
276
|
prettier-plugin-svelte:
|
|
268
|
-
specifier: ^
|
|
269
|
-
version:
|
|
277
|
+
specifier: ^4.0.1
|
|
278
|
+
version: 4.0.1(prettier@3.8.3)(svelte@5.55.9(@typescript-eslint/types@8.59.4))
|
|
270
279
|
svelte-eslint-parser:
|
|
271
280
|
specifier: ^1.6.1
|
|
272
|
-
version: 1.6.1(svelte@5.55.
|
|
281
|
+
version: 1.6.1(svelte@5.55.9(@typescript-eslint/types@8.59.4))
|
|
273
282
|
ts-node:
|
|
274
283
|
specifier: ^10.9.2
|
|
275
|
-
version: 10.9.2(@types/node@25.
|
|
284
|
+
version: 10.9.2(@types/node@25.9.1)(typescript@5.9.3)
|
|
276
285
|
typescript:
|
|
277
286
|
specifier: ^5.9.3
|
|
278
287
|
version: 5.9.3
|
|
279
288
|
typescript-eslint:
|
|
280
|
-
specifier: ^8.59.
|
|
281
|
-
version: 8.59.
|
|
289
|
+
specifier: ^8.59.4
|
|
290
|
+
version: 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
282
291
|
vite:
|
|
283
|
-
specifier: ^8.0.
|
|
284
|
-
version: 8.0.
|
|
292
|
+
specifier: ^8.0.14
|
|
293
|
+
version: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
285
294
|
vite-plugin-solid:
|
|
286
295
|
specifier: ^2.11.12
|
|
287
|
-
version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.
|
|
296
|
+
version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
288
297
|
vitest:
|
|
289
|
-
specifier: ^4.1.
|
|
290
|
-
version: 4.1.
|
|
298
|
+
specifier: ^4.1.7
|
|
299
|
+
version: 4.1.7(@types/node@25.9.1)(happy-dom@20.9.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
291
300
|
vue-eslint-parser:
|
|
292
301
|
specifier: ^10.4.0
|
|
293
302
|
version: 10.4.0(eslint@9.39.4)
|
|
294
303
|
|
|
295
304
|
packages:
|
|
296
305
|
|
|
297
|
-
'@adobe/css-tools@4.
|
|
298
|
-
resolution: {integrity: sha512-
|
|
306
|
+
'@adobe/css-tools@4.5.0':
|
|
307
|
+
resolution: {integrity: sha512-6OzddxPio9UiWTCemp4N8cYLV2ZN1ncRnV1cVGtve7dhPOtRkleRyx32GQCYSwDYgaHU3USMm84tNsvKzRCa1Q==}
|
|
299
308
|
|
|
300
309
|
'@algolia/abtesting@1.14.1':
|
|
301
310
|
resolution: {integrity: sha512-Dkj0BgPiLAaim9sbQ97UKDFHJE/880wgStAM18U++NaJ/2Cws34J5731ovJifr6E3Pv4T2CqvMXf8qLCC417Ew==}
|
|
@@ -357,8 +366,8 @@ packages:
|
|
|
357
366
|
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
|
|
358
367
|
engines: {node: '>=6.0.0'}
|
|
359
368
|
|
|
360
|
-
'@analogjs/astro-angular@2.5.
|
|
361
|
-
resolution: {integrity: sha512
|
|
369
|
+
'@analogjs/astro-angular@2.5.2':
|
|
370
|
+
resolution: {integrity: sha512-+6QNkrIF3ahd1m9JqOvtS0Rsp1rKJKkOPCgUPzlxDaU35S6OQ1A+rk7yBhPeStYHmvQAxcnQvnqEF55GlgexAA==}
|
|
362
371
|
peerDependencies:
|
|
363
372
|
'@angular/animations': '>=20.0.0'
|
|
364
373
|
'@angular/build': '>=20.0.0'
|
|
@@ -372,8 +381,8 @@ packages:
|
|
|
372
381
|
rxjs: ^7.8.0
|
|
373
382
|
tslib: ^2.4.0
|
|
374
383
|
|
|
375
|
-
'@analogjs/vite-plugin-angular@2.5.
|
|
376
|
-
resolution: {integrity: sha512-
|
|
384
|
+
'@analogjs/vite-plugin-angular@2.5.2':
|
|
385
|
+
resolution: {integrity: sha512-zJdmYb6B+qwMzcv9N6fWD4uYarrulqyJSPvNg8yzmVABbRV3YkAQXFMlr6ZgwkV9jSNK5CaqiSQSB238wX7RpA==}
|
|
377
386
|
peerDependencies:
|
|
378
387
|
'@angular-devkit/build-angular': ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
|
|
379
388
|
'@angular/build': ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
|
|
@@ -386,8 +395,8 @@ packages:
|
|
|
386
395
|
vite:
|
|
387
396
|
optional: true
|
|
388
397
|
|
|
389
|
-
'@analogjs/vitest-angular@2.5.
|
|
390
|
-
resolution: {integrity: sha512-
|
|
398
|
+
'@analogjs/vitest-angular@2.5.2':
|
|
399
|
+
resolution: {integrity: sha512-wd9gNF0jJTOjiljeDO3M64QbcYFm3K0+KEG6bEAU9pX6J1Qgag4z9e0ZxlL1X2vRrYe087z+tbX8rp5tezPzuA==}
|
|
391
400
|
peerDependencies:
|
|
392
401
|
'@analogjs/vite-plugin-angular': '*'
|
|
393
402
|
'@angular-devkit/architect': '>=0.1500.0 < 0.2200.0'
|
|
@@ -398,27 +407,13 @@ packages:
|
|
|
398
407
|
zone.js:
|
|
399
408
|
optional: true
|
|
400
409
|
|
|
401
|
-
'@angular-devkit/architect@0.2102.
|
|
402
|
-
resolution: {integrity: sha512-
|
|
403
|
-
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'}
|
|
404
|
-
hasBin: true
|
|
405
|
-
|
|
406
|
-
'@angular-devkit/architect@0.2102.11':
|
|
407
|
-
resolution: {integrity: sha512-t7J8aaUho1mXjiIecPNX5/rjXeV8j8ZCGY5tD3ic5kzKxPkbuYYcQpJLdzlmBcN+wDgCmNdo8ySvItvU0m58lg==}
|
|
410
|
+
'@angular-devkit/architect@0.2102.12':
|
|
411
|
+
resolution: {integrity: sha512-w9FSMHYeeHkk0kRSAOCvNqEVyOHqpC1SUf3iN7tDnXBOA0dtc6JYvJU7O4joiwf7wMPZDK8LKc/6eu8/Tx87Fw==}
|
|
408
412
|
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'}
|
|
409
413
|
hasBin: true
|
|
410
414
|
|
|
411
|
-
'@angular-devkit/core@21.2.
|
|
412
|
-
resolution: {integrity: sha512-
|
|
413
|
-
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'}
|
|
414
|
-
peerDependencies:
|
|
415
|
-
chokidar: ^5.0.0
|
|
416
|
-
peerDependenciesMeta:
|
|
417
|
-
chokidar:
|
|
418
|
-
optional: true
|
|
419
|
-
|
|
420
|
-
'@angular-devkit/core@21.2.11':
|
|
421
|
-
resolution: {integrity: sha512-kfMNh5X2hOdyr0uNFaaHUJR3OVr4oH2+UhI+FsTu7gqogdgYlHAVHhHAFulfDgtAEOiqpeSQF9RhQnCJl+/LXA==}
|
|
415
|
+
'@angular-devkit/core@21.2.12':
|
|
416
|
+
resolution: {integrity: sha512-nXms0jVWwHOJK+z6vHvhw7HYFBelxh2gEnkij0OQMABXZN5hoUlTD0DDP1lYR7hQNi8Yb2Ar0UN9ihyUFVM5Kg==}
|
|
422
417
|
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'}
|
|
423
418
|
peerDependencies:
|
|
424
419
|
chokidar: ^5.0.0
|
|
@@ -426,12 +421,8 @@ packages:
|
|
|
426
421
|
chokidar:
|
|
427
422
|
optional: true
|
|
428
423
|
|
|
429
|
-
'@angular-devkit/schematics@21.2.
|
|
430
|
-
resolution: {integrity: sha512-
|
|
431
|
-
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'}
|
|
432
|
-
|
|
433
|
-
'@angular-devkit/schematics@21.2.11':
|
|
434
|
-
resolution: {integrity: sha512-69CWZ5/ftLdpUPAwwdAxTNosiGXUyvwdnOfmHsd9NvCT0OSTeq0eQ0UfnGcHASrXIVmnyWiNfBWM1DLqsgBXmw==}
|
|
424
|
+
'@angular-devkit/schematics@21.2.12':
|
|
425
|
+
resolution: {integrity: sha512-29xe6C9nwHejV9zBcu0js7NmzLWuCFzBGBTmL6eD4JN1NcxEZ/nO1JuaGINjPjzb/UDXPZIqEwHbnFNcGS5v1A==}
|
|
435
426
|
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'}
|
|
436
427
|
|
|
437
428
|
'@angular-eslint/builder@21.4.0':
|
|
@@ -478,14 +469,14 @@ packages:
|
|
|
478
469
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
479
470
|
typescript: '*'
|
|
480
471
|
|
|
481
|
-
'@angular/animations@21.2.
|
|
482
|
-
resolution: {integrity: sha512-
|
|
472
|
+
'@angular/animations@21.2.14':
|
|
473
|
+
resolution: {integrity: sha512-9WLnsJE0xqtd1rVtHMvsAUxFy3OdPks4bdmUIqyw23X/je7ytUALAGWNadffcZBwRpa1A6TUnLr9X4+Draz3kw==}
|
|
483
474
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
484
475
|
peerDependencies:
|
|
485
|
-
'@angular/core': 21.2.
|
|
476
|
+
'@angular/core': 21.2.14
|
|
486
477
|
|
|
487
|
-
'@angular/build@21.2.
|
|
488
|
-
resolution: {integrity: sha512-
|
|
478
|
+
'@angular/build@21.2.12':
|
|
479
|
+
resolution: {integrity: sha512-zYfo21RuldDWXnshuPfWYtmh5ltlO9+XFHpNObdIInQTFxKD6grLNVNOblFFpi+oIIm4Km+CGSXvBHs/aH0ufA==}
|
|
489
480
|
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'}
|
|
490
481
|
peerDependencies:
|
|
491
482
|
'@angular/compiler': ^21.0.0
|
|
@@ -495,7 +486,7 @@ packages:
|
|
|
495
486
|
'@angular/platform-browser': ^21.0.0
|
|
496
487
|
'@angular/platform-server': ^21.0.0
|
|
497
488
|
'@angular/service-worker': ^21.0.0
|
|
498
|
-
'@angular/ssr': ^21.2.
|
|
489
|
+
'@angular/ssr': ^21.2.12
|
|
499
490
|
karma: ^6.4.0
|
|
500
491
|
less: ^4.2.0
|
|
501
492
|
ng-packagr: ^21.0.0
|
|
@@ -530,38 +521,38 @@ packages:
|
|
|
530
521
|
vitest:
|
|
531
522
|
optional: true
|
|
532
523
|
|
|
533
|
-
'@angular/cli@21.2.
|
|
534
|
-
resolution: {integrity: sha512-
|
|
524
|
+
'@angular/cli@21.2.12':
|
|
525
|
+
resolution: {integrity: sha512-oLEL1C1fI39b1eQo5f2cyQhQfE+QMv7dm8z2MmxbP7YR7jAdQPVfGU8CXECR5g7mrYi9WgvIRKB+9Oeq2aH6Jw==}
|
|
535
526
|
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'}
|
|
536
527
|
hasBin: true
|
|
537
528
|
|
|
538
|
-
'@angular/common@21.2.
|
|
539
|
-
resolution: {integrity: sha512-
|
|
529
|
+
'@angular/common@21.2.14':
|
|
530
|
+
resolution: {integrity: sha512-J6K7cE7uKOKmg4+sxLeGfsmaYDjP5l1XCiMMI0WPT0t68uxLk8g3MzV5Trqfb6ZnRxWcfp9c4c+XxAvMBB7ymA==}
|
|
540
531
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
541
532
|
peerDependencies:
|
|
542
|
-
'@angular/core': 21.2.
|
|
533
|
+
'@angular/core': 21.2.14
|
|
543
534
|
rxjs: ^6.5.3 || ^7.4.0
|
|
544
535
|
|
|
545
|
-
'@angular/compiler-cli@21.2.
|
|
546
|
-
resolution: {integrity: sha512-
|
|
536
|
+
'@angular/compiler-cli@21.2.14':
|
|
537
|
+
resolution: {integrity: sha512-h+WQfPKFxaDfDhMqUUdOQ1TsDMccav8kLFERmKTRfD4MNOczSMpOMyeXJHCL0Rq4I8WDQvaBJGMG7DXRDefSog==}
|
|
547
538
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
548
539
|
hasBin: true
|
|
549
540
|
peerDependencies:
|
|
550
|
-
'@angular/compiler': 21.2.
|
|
541
|
+
'@angular/compiler': 21.2.14
|
|
551
542
|
typescript: '>=5.9 <6.1'
|
|
552
543
|
peerDependenciesMeta:
|
|
553
544
|
typescript:
|
|
554
545
|
optional: true
|
|
555
546
|
|
|
556
|
-
'@angular/compiler@21.2.
|
|
557
|
-
resolution: {integrity: sha512-
|
|
547
|
+
'@angular/compiler@21.2.14':
|
|
548
|
+
resolution: {integrity: sha512-8mqgwRYfn2Z1vg/5YVt60dDBattnZL45nNJd2vTMwAiDTzhWhgKgRWKOeVL0aj2JqHeHiwuIlrLnz46acJMulQ==}
|
|
558
549
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
559
550
|
|
|
560
|
-
'@angular/core@21.2.
|
|
561
|
-
resolution: {integrity: sha512-
|
|
551
|
+
'@angular/core@21.2.14':
|
|
552
|
+
resolution: {integrity: sha512-Z1Ivjh7L2lT//8LA7vQ3tj7Rg6wl2XRA5kPSAukgn8u0Yu0XxG8NE8KG0Eypb3v9CEcbwATwpgnxzbJFZ8TFcw==}
|
|
562
553
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
563
554
|
peerDependencies:
|
|
564
|
-
'@angular/compiler': 21.2.
|
|
555
|
+
'@angular/compiler': 21.2.14
|
|
565
556
|
rxjs: ^6.5.3 || ^7.4.0
|
|
566
557
|
zone.js: ~0.15.0 || ~0.16.0
|
|
567
558
|
peerDependenciesMeta:
|
|
@@ -570,38 +561,38 @@ packages:
|
|
|
570
561
|
zone.js:
|
|
571
562
|
optional: true
|
|
572
563
|
|
|
573
|
-
'@angular/language-service@21.2.
|
|
574
|
-
resolution: {integrity: sha512-
|
|
564
|
+
'@angular/language-service@21.2.14':
|
|
565
|
+
resolution: {integrity: sha512-weSWgdToOIfPUTXoMDG/MHnL2qCx/vZ8/96K38ygm8TIItDPaBXidolwQctXc1xtdm1YrgJpOSayzGwC83o3jQ==}
|
|
575
566
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
576
567
|
|
|
577
|
-
'@angular/platform-browser@21.2.
|
|
578
|
-
resolution: {integrity: sha512-
|
|
568
|
+
'@angular/platform-browser@21.2.14':
|
|
569
|
+
resolution: {integrity: sha512-34tBwxh86yN2YifBDhCesm6N+nn9WcbuXjRwfo0mTme15OZ/zt56yw7v1mcK3UFLegIIALtsIgpXXrPWWQoKkA==}
|
|
579
570
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
580
571
|
peerDependencies:
|
|
581
|
-
'@angular/animations': 21.2.
|
|
582
|
-
'@angular/common': 21.2.
|
|
583
|
-
'@angular/core': 21.2.
|
|
572
|
+
'@angular/animations': 21.2.14
|
|
573
|
+
'@angular/common': 21.2.14
|
|
574
|
+
'@angular/core': 21.2.14
|
|
584
575
|
peerDependenciesMeta:
|
|
585
576
|
'@angular/animations':
|
|
586
577
|
optional: true
|
|
587
578
|
|
|
588
|
-
'@angular/platform-server@21.2.
|
|
589
|
-
resolution: {integrity: sha512-
|
|
579
|
+
'@angular/platform-server@21.2.14':
|
|
580
|
+
resolution: {integrity: sha512-NRaaZ0gvXA9C60Y610MaFp921gB81Uffqk0gJxaPTYQ887/b1of21UZvFOZo0unMaislSrx+KQ3yhRB74DqcKg==}
|
|
590
581
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
591
582
|
peerDependencies:
|
|
592
|
-
'@angular/common': 21.2.
|
|
593
|
-
'@angular/compiler': 21.2.
|
|
594
|
-
'@angular/core': 21.2.
|
|
595
|
-
'@angular/platform-browser': 21.2.
|
|
583
|
+
'@angular/common': 21.2.14
|
|
584
|
+
'@angular/compiler': 21.2.14
|
|
585
|
+
'@angular/core': 21.2.14
|
|
586
|
+
'@angular/platform-browser': 21.2.14
|
|
596
587
|
rxjs: ^6.5.3 || ^7.4.0
|
|
597
588
|
|
|
598
|
-
'@angular/router@21.2.
|
|
599
|
-
resolution: {integrity: sha512
|
|
589
|
+
'@angular/router@21.2.14':
|
|
590
|
+
resolution: {integrity: sha512-Yo3LdgcqkfMu2/Ycl8o/4QjCBqZhtA+a7B8JVdW5cWdrpFTxKCOrzm+YRUMuIFmH5nzSv9oGnUuz64uk1+7r5Q==}
|
|
600
591
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
601
592
|
peerDependencies:
|
|
602
|
-
'@angular/common': 21.2.
|
|
603
|
-
'@angular/core': 21.2.
|
|
604
|
-
'@angular/platform-browser': 21.2.
|
|
593
|
+
'@angular/common': 21.2.14
|
|
594
|
+
'@angular/core': 21.2.14
|
|
595
|
+
'@angular/platform-browser': 21.2.14
|
|
605
596
|
rxjs: ^6.5.3 || ^7.4.0
|
|
606
597
|
|
|
607
598
|
'@astrojs/compiler@3.0.1':
|
|
@@ -1238,8 +1229,8 @@ packages:
|
|
|
1238
1229
|
resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
|
|
1239
1230
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1240
1231
|
|
|
1241
|
-
'@eslint/markdown@8.0.
|
|
1242
|
-
resolution: {integrity: sha512-
|
|
1232
|
+
'@eslint/markdown@8.0.2':
|
|
1233
|
+
resolution: {integrity: sha512-W+/0qHp0WbvFEljUvvECNpSWrUHpBWIWwp7F3QqEwQKmaRCmfEWvk6VfUia9pTQ0th6HyBGBsPfg/kG3/aQxLA==}
|
|
1243
1234
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1244
1235
|
|
|
1245
1236
|
'@eslint/object-schema@2.1.7':
|
|
@@ -1250,8 +1241,8 @@ packages:
|
|
|
1250
1241
|
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
|
|
1251
1242
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1252
1243
|
|
|
1253
|
-
'@eslint/plugin-kit@0.
|
|
1254
|
-
resolution: {integrity: sha512-
|
|
1244
|
+
'@eslint/plugin-kit@0.7.1':
|
|
1245
|
+
resolution: {integrity: sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==}
|
|
1255
1246
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1256
1247
|
|
|
1257
1248
|
'@gar/promise-retry@1.0.3':
|
|
@@ -2034,8 +2025,8 @@ packages:
|
|
|
2034
2025
|
cpu: [x64]
|
|
2035
2026
|
os: [win32]
|
|
2036
2027
|
|
|
2037
|
-
'@oxc-project/runtime@0.
|
|
2038
|
-
resolution: {integrity: sha512-
|
|
2028
|
+
'@oxc-project/runtime@0.132.0':
|
|
2029
|
+
resolution: {integrity: sha512-Y8if5Ci7/WP163yuVBxG98zxB0dK3QKiO9vKHXVP05MNHYFdoqMx5bhl8x69SNOaFM+hV0uadGHJmZ+zU3oILQ==}
|
|
2039
2030
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2040
2031
|
|
|
2041
2032
|
'@oxc-project/types@0.113.0':
|
|
@@ -2044,8 +2035,8 @@ packages:
|
|
|
2044
2035
|
'@oxc-project/types@0.121.0':
|
|
2045
2036
|
resolution: {integrity: sha512-CGtOARQb9tyv7ECgdAlFxi0Fv7lmzvmlm2rpD/RdijOO9rfk/JvB1CjT8EnoD+tjna/IYgKKw3IV7objRb+aYw==}
|
|
2046
2037
|
|
|
2047
|
-
'@oxc-project/types@0.
|
|
2048
|
-
resolution: {integrity: sha512-
|
|
2038
|
+
'@oxc-project/types@0.132.0':
|
|
2039
|
+
resolution: {integrity: sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==}
|
|
2049
2040
|
|
|
2050
2041
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
2051
2042
|
resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
|
|
@@ -2188,8 +2179,8 @@ packages:
|
|
|
2188
2179
|
cpu: [arm64]
|
|
2189
2180
|
os: [android]
|
|
2190
2181
|
|
|
2191
|
-
'@rolldown/binding-android-arm64@1.0.
|
|
2192
|
-
resolution: {integrity: sha512-
|
|
2182
|
+
'@rolldown/binding-android-arm64@1.0.2':
|
|
2183
|
+
resolution: {integrity: sha512-ZS4D1JPGn/MYQN/SYDWftIE/nVsM8j/AFOYEzAoOE2O3NktQOZru+/vYXGbR/qtdLdIfGCP0lcoJiYVzsEz+iQ==}
|
|
2193
2184
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2194
2185
|
cpu: [arm64]
|
|
2195
2186
|
os: [android]
|
|
@@ -2200,8 +2191,8 @@ packages:
|
|
|
2200
2191
|
cpu: [arm64]
|
|
2201
2192
|
os: [darwin]
|
|
2202
2193
|
|
|
2203
|
-
'@rolldown/binding-darwin-arm64@1.0.
|
|
2204
|
-
resolution: {integrity: sha512-
|
|
2194
|
+
'@rolldown/binding-darwin-arm64@1.0.2':
|
|
2195
|
+
resolution: {integrity: sha512-vdFA9+C/rekyGce7WqHs/xoT0ioZEWaOFyZLIV1mEeNFaFDUQrPIo8Vs2GvJ6eetb3rzDUtUBgzto3ExpXJB3w==}
|
|
2205
2196
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2206
2197
|
cpu: [arm64]
|
|
2207
2198
|
os: [darwin]
|
|
@@ -2212,8 +2203,8 @@ packages:
|
|
|
2212
2203
|
cpu: [x64]
|
|
2213
2204
|
os: [darwin]
|
|
2214
2205
|
|
|
2215
|
-
'@rolldown/binding-darwin-x64@1.0.
|
|
2216
|
-
resolution: {integrity: sha512-
|
|
2206
|
+
'@rolldown/binding-darwin-x64@1.0.2':
|
|
2207
|
+
resolution: {integrity: sha512-BewSOwTHazv77DTYiAZXSqqKZ4KP/KonFisDMVU7PImxoWfB2aepnPhd2E4SWz3zDzYgDNbs6jBmTdgNnF02GA==}
|
|
2217
2208
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2218
2209
|
cpu: [x64]
|
|
2219
2210
|
os: [darwin]
|
|
@@ -2224,8 +2215,8 @@ packages:
|
|
|
2224
2215
|
cpu: [x64]
|
|
2225
2216
|
os: [freebsd]
|
|
2226
2217
|
|
|
2227
|
-
'@rolldown/binding-freebsd-x64@1.0.
|
|
2228
|
-
resolution: {integrity: sha512-
|
|
2218
|
+
'@rolldown/binding-freebsd-x64@1.0.2':
|
|
2219
|
+
resolution: {integrity: sha512-m41o7M0YWtUdqk61Tb+jnKb2rN++iRdIASlExkUoKfIAH30DOHCB8fVLzSUpbWHHU8esmEioY62PxzexE8MBuA==}
|
|
2229
2220
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2230
2221
|
cpu: [x64]
|
|
2231
2222
|
os: [freebsd]
|
|
@@ -2236,8 +2227,8 @@ packages:
|
|
|
2236
2227
|
cpu: [arm]
|
|
2237
2228
|
os: [linux]
|
|
2238
2229
|
|
|
2239
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.0.
|
|
2240
|
-
resolution: {integrity: sha512-
|
|
2230
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.2':
|
|
2231
|
+
resolution: {integrity: sha512-jcojB9H7W/jS29pMKWAK1N+fU99vXodHDTatS3b3y/XSOCiHo0kkA74pL3jJmkoQtYpOCxDvaKs1fo2Ij/1X5w==}
|
|
2241
2232
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2242
2233
|
cpu: [arm]
|
|
2243
2234
|
os: [linux]
|
|
@@ -2249,8 +2240,8 @@ packages:
|
|
|
2249
2240
|
os: [linux]
|
|
2250
2241
|
libc: [glibc]
|
|
2251
2242
|
|
|
2252
|
-
'@rolldown/binding-linux-arm64-gnu@1.0.
|
|
2253
|
-
resolution: {integrity: sha512-
|
|
2243
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.2':
|
|
2244
|
+
resolution: {integrity: sha512-1jn6qDU5iiOgFgygDzKUuKP0maTi0/f1+sBLgvij/76C77Nm3ts6ufz9Bjg5q5dduxiUIxtq86JIoBvo1xQ4Ig==}
|
|
2254
2245
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2255
2246
|
cpu: [arm64]
|
|
2256
2247
|
os: [linux]
|
|
@@ -2263,22 +2254,22 @@ packages:
|
|
|
2263
2254
|
os: [linux]
|
|
2264
2255
|
libc: [musl]
|
|
2265
2256
|
|
|
2266
|
-
'@rolldown/binding-linux-arm64-musl@1.0.
|
|
2267
|
-
resolution: {integrity: sha512-
|
|
2257
|
+
'@rolldown/binding-linux-arm64-musl@1.0.2':
|
|
2258
|
+
resolution: {integrity: sha512-QVLO/czFMdoMFSqlX3bcswcJNm/23r+qoa/jgtmFc/qEp6/jXmIkDjF/XIo8dPfGaiwy1xfQn8o77L79GeXFgw==}
|
|
2268
2259
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2269
2260
|
cpu: [arm64]
|
|
2270
2261
|
os: [linux]
|
|
2271
2262
|
libc: [musl]
|
|
2272
2263
|
|
|
2273
|
-
'@rolldown/binding-linux-ppc64-gnu@1.0.
|
|
2274
|
-
resolution: {integrity: sha512-
|
|
2264
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.2':
|
|
2265
|
+
resolution: {integrity: sha512-hgO5Abm0w5UL6FEa2iFnZqo2KlK7TQ5QhV5x09hujBf7t5KzHQ1VmfPuTpqRy/rNlSxua3eWH374xxiVrP+lcA==}
|
|
2275
2266
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2276
2267
|
cpu: [ppc64]
|
|
2277
2268
|
os: [linux]
|
|
2278
2269
|
libc: [glibc]
|
|
2279
2270
|
|
|
2280
|
-
'@rolldown/binding-linux-s390x-gnu@1.0.
|
|
2281
|
-
resolution: {integrity: sha512-
|
|
2271
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.2':
|
|
2272
|
+
resolution: {integrity: sha512-fy8rXxuYEu602abC8MUNaPjYLIFzReOaEIEMKMUa0rFEUxNpVXhs15KSSQ4qlqSaM7B6rcj9rDZgADh/IGDzLQ==}
|
|
2282
2273
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2283
2274
|
cpu: [s390x]
|
|
2284
2275
|
os: [linux]
|
|
@@ -2291,8 +2282,8 @@ packages:
|
|
|
2291
2282
|
os: [linux]
|
|
2292
2283
|
libc: [glibc]
|
|
2293
2284
|
|
|
2294
|
-
'@rolldown/binding-linux-x64-gnu@1.0.
|
|
2295
|
-
resolution: {integrity: sha512-
|
|
2285
|
+
'@rolldown/binding-linux-x64-gnu@1.0.2':
|
|
2286
|
+
resolution: {integrity: sha512-0+bOkiQ779+r1WpoHOWHqncvyySci0vKph+myNDYb+im6meJAzHQXay6oEgnkHuUGouM1LKTZwqKpBow6Kj7CQ==}
|
|
2296
2287
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2297
2288
|
cpu: [x64]
|
|
2298
2289
|
os: [linux]
|
|
@@ -2305,8 +2296,8 @@ packages:
|
|
|
2305
2296
|
os: [linux]
|
|
2306
2297
|
libc: [musl]
|
|
2307
2298
|
|
|
2308
|
-
'@rolldown/binding-linux-x64-musl@1.0.
|
|
2309
|
-
resolution: {integrity: sha512-
|
|
2299
|
+
'@rolldown/binding-linux-x64-musl@1.0.2':
|
|
2300
|
+
resolution: {integrity: sha512-mjSkrzZK5Qsl0a9d1JgILOiuZOSDTVdKENcSXBoqbzSrspLR/4/IRVDo5wd2GgZjNss/viBFJdeq+j7qH2nypw==}
|
|
2310
2301
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2311
2302
|
cpu: [x64]
|
|
2312
2303
|
os: [linux]
|
|
@@ -2318,8 +2309,8 @@ packages:
|
|
|
2318
2309
|
cpu: [arm64]
|
|
2319
2310
|
os: [openharmony]
|
|
2320
2311
|
|
|
2321
|
-
'@rolldown/binding-openharmony-arm64@1.0.
|
|
2322
|
-
resolution: {integrity: sha512
|
|
2312
|
+
'@rolldown/binding-openharmony-arm64@1.0.2':
|
|
2313
|
+
resolution: {integrity: sha512-1v5vHasdfQAZoEHakBV72LIFAC9JjnymsiKxp+GEr/ma3+NJCPSaYK+qavInOovJkgwFrs7GccX2d6IgDA3Z5w==}
|
|
2323
2314
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2324
2315
|
cpu: [arm64]
|
|
2325
2316
|
os: [openharmony]
|
|
@@ -2329,8 +2320,8 @@ packages:
|
|
|
2329
2320
|
engines: {node: '>=14.0.0'}
|
|
2330
2321
|
cpu: [wasm32]
|
|
2331
2322
|
|
|
2332
|
-
'@rolldown/binding-wasm32-wasi@1.0.
|
|
2333
|
-
resolution: {integrity: sha512
|
|
2323
|
+
'@rolldown/binding-wasm32-wasi@1.0.2':
|
|
2324
|
+
resolution: {integrity: sha512-mb1VobWn6NheziTk5/WEaR6AKVbrwT5sOi6C7zk3gy/pD1qtJfU1j4PgTo2NJnOtbL9Dl3Aeei8w9jJ7qC2jZQ==}
|
|
2334
2325
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2335
2326
|
cpu: [wasm32]
|
|
2336
2327
|
|
|
@@ -2340,8 +2331,8 @@ packages:
|
|
|
2340
2331
|
cpu: [arm64]
|
|
2341
2332
|
os: [win32]
|
|
2342
2333
|
|
|
2343
|
-
'@rolldown/binding-win32-arm64-msvc@1.0.
|
|
2344
|
-
resolution: {integrity: sha512-
|
|
2334
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.2':
|
|
2335
|
+
resolution: {integrity: sha512-SqKonF56vA/L2yHwHYcEp2P34URpOZ7d1fS635cTkpDnUtEGdUbhI6NzsPdqeSWvAAeGDrxjWjNmibDIdFf9/A==}
|
|
2345
2336
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2346
2337
|
cpu: [arm64]
|
|
2347
2338
|
os: [win32]
|
|
@@ -2352,18 +2343,12 @@ packages:
|
|
|
2352
2343
|
cpu: [x64]
|
|
2353
2344
|
os: [win32]
|
|
2354
2345
|
|
|
2355
|
-
'@rolldown/binding-win32-x64-msvc@1.0.
|
|
2356
|
-
resolution: {integrity: sha512-
|
|
2346
|
+
'@rolldown/binding-win32-x64-msvc@1.0.2':
|
|
2347
|
+
resolution: {integrity: sha512-v7qRI7gXLRINcOGXt+7YmAZ6iFuyZVMIoXAxhd8oP+DR9dLfL9GfNIx7PLMxmhZdvq8waUJBQiWN9EKNy+TRBQ==}
|
|
2357
2348
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2358
2349
|
cpu: [x64]
|
|
2359
2350
|
os: [win32]
|
|
2360
2351
|
|
|
2361
|
-
'@rolldown/pluginutils@1.0.0':
|
|
2362
|
-
resolution: {integrity: sha512-aKs/3GSWyV0mrhNmt/96/Z3yczC3yvrzYATCiCXQebBsGyYzjNdUphRVLeJQ67ySKVXRfMxt2lm12pmXvbPFQQ==}
|
|
2363
|
-
|
|
2364
|
-
'@rolldown/pluginutils@1.0.0-rc.13':
|
|
2365
|
-
resolution: {integrity: sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==}
|
|
2366
|
-
|
|
2367
2352
|
'@rolldown/pluginutils@1.0.0-rc.3':
|
|
2368
2353
|
resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==}
|
|
2369
2354
|
|
|
@@ -2386,177 +2371,177 @@ packages:
|
|
|
2386
2371
|
rollup:
|
|
2387
2372
|
optional: true
|
|
2388
2373
|
|
|
2389
|
-
'@rollup/rollup-android-arm-eabi@4.60.
|
|
2390
|
-
resolution: {integrity: sha512-
|
|
2374
|
+
'@rollup/rollup-android-arm-eabi@4.60.4':
|
|
2375
|
+
resolution: {integrity: sha512-F5QXMSiFebS9hKZj02XhWLLnRpJ3B3AROP0tWbFBSj+6kCbg5m9j5JoHKd4mmSVy5mS/IMQloYgYxCuJC0fxEQ==}
|
|
2391
2376
|
cpu: [arm]
|
|
2392
2377
|
os: [android]
|
|
2393
2378
|
|
|
2394
|
-
'@rollup/rollup-android-arm64@4.60.
|
|
2395
|
-
resolution: {integrity: sha512-
|
|
2379
|
+
'@rollup/rollup-android-arm64@4.60.4':
|
|
2380
|
+
resolution: {integrity: sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==}
|
|
2396
2381
|
cpu: [arm64]
|
|
2397
2382
|
os: [android]
|
|
2398
2383
|
|
|
2399
|
-
'@rollup/rollup-darwin-arm64@4.60.
|
|
2400
|
-
resolution: {integrity: sha512-
|
|
2384
|
+
'@rollup/rollup-darwin-arm64@4.60.4':
|
|
2385
|
+
resolution: {integrity: sha512-tua0TaJxMOB1R0V0RS1jFZ/RpURFDJIOR2A6jWwQeawuFyS4gBW+rntLRaQd0EQ4bd6Vp44Z2rXW+YYDBsj6IA==}
|
|
2401
2386
|
cpu: [arm64]
|
|
2402
2387
|
os: [darwin]
|
|
2403
2388
|
|
|
2404
|
-
'@rollup/rollup-darwin-x64@4.60.
|
|
2405
|
-
resolution: {integrity: sha512-
|
|
2389
|
+
'@rollup/rollup-darwin-x64@4.60.4':
|
|
2390
|
+
resolution: {integrity: sha512-CSKq7MsP+5PFIcydhAiR1K0UhEI1A2jWXVKHPCBZ151yOutENwvnPocgVHkivu2kviURtCEB6zUQw0vs8RrhMg==}
|
|
2406
2391
|
cpu: [x64]
|
|
2407
2392
|
os: [darwin]
|
|
2408
2393
|
|
|
2409
|
-
'@rollup/rollup-freebsd-arm64@4.60.
|
|
2410
|
-
resolution: {integrity: sha512
|
|
2394
|
+
'@rollup/rollup-freebsd-arm64@4.60.4':
|
|
2395
|
+
resolution: {integrity: sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==}
|
|
2411
2396
|
cpu: [arm64]
|
|
2412
2397
|
os: [freebsd]
|
|
2413
2398
|
|
|
2414
|
-
'@rollup/rollup-freebsd-x64@4.60.
|
|
2415
|
-
resolution: {integrity: sha512-
|
|
2399
|
+
'@rollup/rollup-freebsd-x64@4.60.4':
|
|
2400
|
+
resolution: {integrity: sha512-Iw3oMskH3AfNuhU0MSN7vNbdi4me/NiYo2azqPz/Le16zHSa+3RRmliCMWWQmh4lcndccU40xcJuTYJZxNo/lw==}
|
|
2416
2401
|
cpu: [x64]
|
|
2417
2402
|
os: [freebsd]
|
|
2418
2403
|
|
|
2419
|
-
'@rollup/rollup-linux-arm-gnueabihf@4.60.
|
|
2420
|
-
resolution: {integrity: sha512-
|
|
2404
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.60.4':
|
|
2405
|
+
resolution: {integrity: sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==}
|
|
2421
2406
|
cpu: [arm]
|
|
2422
2407
|
os: [linux]
|
|
2423
2408
|
libc: [glibc]
|
|
2424
2409
|
|
|
2425
|
-
'@rollup/rollup-linux-arm-musleabihf@4.60.
|
|
2426
|
-
resolution: {integrity: sha512-
|
|
2410
|
+
'@rollup/rollup-linux-arm-musleabihf@4.60.4':
|
|
2411
|
+
resolution: {integrity: sha512-J3Yh9PzzF1Ovah2At+lHiGQdsYgArxBbXv/zHfSyaiFQEqvNv7DcW98pCrmdjCZBrqBiKrKKe2V+aaSGWuBe/w==}
|
|
2427
2412
|
cpu: [arm]
|
|
2428
2413
|
os: [linux]
|
|
2429
2414
|
libc: [musl]
|
|
2430
2415
|
|
|
2431
|
-
'@rollup/rollup-linux-arm64-gnu@4.60.
|
|
2432
|
-
resolution: {integrity: sha512-
|
|
2416
|
+
'@rollup/rollup-linux-arm64-gnu@4.60.4':
|
|
2417
|
+
resolution: {integrity: sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==}
|
|
2433
2418
|
cpu: [arm64]
|
|
2434
2419
|
os: [linux]
|
|
2435
2420
|
libc: [glibc]
|
|
2436
2421
|
|
|
2437
|
-
'@rollup/rollup-linux-arm64-musl@4.60.
|
|
2438
|
-
resolution: {integrity: sha512-
|
|
2422
|
+
'@rollup/rollup-linux-arm64-musl@4.60.4':
|
|
2423
|
+
resolution: {integrity: sha512-pc9EYOSlOgdQ2uPl1o9PF6/kLSgaUosia7gOuS8mB69IxJvlclko1MECXysjs5ryez1/5zjYqx3+xYU0TU6R1A==}
|
|
2439
2424
|
cpu: [arm64]
|
|
2440
2425
|
os: [linux]
|
|
2441
2426
|
libc: [musl]
|
|
2442
2427
|
|
|
2443
|
-
'@rollup/rollup-linux-loong64-gnu@4.60.
|
|
2444
|
-
resolution: {integrity: sha512-
|
|
2428
|
+
'@rollup/rollup-linux-loong64-gnu@4.60.4':
|
|
2429
|
+
resolution: {integrity: sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==}
|
|
2445
2430
|
cpu: [loong64]
|
|
2446
2431
|
os: [linux]
|
|
2447
2432
|
libc: [glibc]
|
|
2448
2433
|
|
|
2449
|
-
'@rollup/rollup-linux-loong64-musl@4.60.
|
|
2450
|
-
resolution: {integrity: sha512-
|
|
2434
|
+
'@rollup/rollup-linux-loong64-musl@4.60.4':
|
|
2435
|
+
resolution: {integrity: sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==}
|
|
2451
2436
|
cpu: [loong64]
|
|
2452
2437
|
os: [linux]
|
|
2453
2438
|
libc: [musl]
|
|
2454
2439
|
|
|
2455
|
-
'@rollup/rollup-linux-ppc64-gnu@4.60.
|
|
2456
|
-
resolution: {integrity: sha512-
|
|
2440
|
+
'@rollup/rollup-linux-ppc64-gnu@4.60.4':
|
|
2441
|
+
resolution: {integrity: sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==}
|
|
2457
2442
|
cpu: [ppc64]
|
|
2458
2443
|
os: [linux]
|
|
2459
2444
|
libc: [glibc]
|
|
2460
2445
|
|
|
2461
|
-
'@rollup/rollup-linux-ppc64-musl@4.60.
|
|
2462
|
-
resolution: {integrity: sha512-
|
|
2446
|
+
'@rollup/rollup-linux-ppc64-musl@4.60.4':
|
|
2447
|
+
resolution: {integrity: sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==}
|
|
2463
2448
|
cpu: [ppc64]
|
|
2464
2449
|
os: [linux]
|
|
2465
2450
|
libc: [musl]
|
|
2466
2451
|
|
|
2467
|
-
'@rollup/rollup-linux-riscv64-gnu@4.60.
|
|
2468
|
-
resolution: {integrity: sha512-
|
|
2452
|
+
'@rollup/rollup-linux-riscv64-gnu@4.60.4':
|
|
2453
|
+
resolution: {integrity: sha512-FJHFfqpKUI3A10WrWKiFbBZ7yVbGT4q4B5o1qKFFojqpaYoh9LrQgqWCmmcxQzVSXYtyB5bzkXrYzlHTs21MYA==}
|
|
2469
2454
|
cpu: [riscv64]
|
|
2470
2455
|
os: [linux]
|
|
2471
2456
|
libc: [glibc]
|
|
2472
2457
|
|
|
2473
|
-
'@rollup/rollup-linux-riscv64-musl@4.60.
|
|
2474
|
-
resolution: {integrity: sha512-
|
|
2458
|
+
'@rollup/rollup-linux-riscv64-musl@4.60.4':
|
|
2459
|
+
resolution: {integrity: sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==}
|
|
2475
2460
|
cpu: [riscv64]
|
|
2476
2461
|
os: [linux]
|
|
2477
2462
|
libc: [musl]
|
|
2478
2463
|
|
|
2479
|
-
'@rollup/rollup-linux-s390x-gnu@4.60.
|
|
2480
|
-
resolution: {integrity: sha512-
|
|
2464
|
+
'@rollup/rollup-linux-s390x-gnu@4.60.4':
|
|
2465
|
+
resolution: {integrity: sha512-ynt3JxVd2w2buzoKDWIyiV1pJW93xlQic1THVLXilz429oijRpSHivZAgp65KBu+cMcgf1eVVjdnTLvPxgCuoQ==}
|
|
2481
2466
|
cpu: [s390x]
|
|
2482
2467
|
os: [linux]
|
|
2483
2468
|
libc: [glibc]
|
|
2484
2469
|
|
|
2485
|
-
'@rollup/rollup-linux-x64-gnu@4.60.
|
|
2486
|
-
resolution: {integrity: sha512-
|
|
2470
|
+
'@rollup/rollup-linux-x64-gnu@4.60.4':
|
|
2471
|
+
resolution: {integrity: sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==}
|
|
2487
2472
|
cpu: [x64]
|
|
2488
2473
|
os: [linux]
|
|
2489
2474
|
libc: [glibc]
|
|
2490
2475
|
|
|
2491
|
-
'@rollup/rollup-linux-x64-musl@4.60.
|
|
2492
|
-
resolution: {integrity: sha512
|
|
2476
|
+
'@rollup/rollup-linux-x64-musl@4.60.4':
|
|
2477
|
+
resolution: {integrity: sha512-+qfSY27qIrFfI/Hom04KYFw3GKZSGU4lXus51wsb5EuySfFlWRwjkKWoE9emgRw/ukoT4Udsj4W/+xxG8VbPKg==}
|
|
2493
2478
|
cpu: [x64]
|
|
2494
2479
|
os: [linux]
|
|
2495
2480
|
libc: [musl]
|
|
2496
2481
|
|
|
2497
|
-
'@rollup/rollup-openbsd-x64@4.60.
|
|
2498
|
-
resolution: {integrity: sha512-
|
|
2482
|
+
'@rollup/rollup-openbsd-x64@4.60.4':
|
|
2483
|
+
resolution: {integrity: sha512-VpTfOPHgVXEBeeR8hZ2O0F3aSso+JDWqTWmTmzcQKted54IAdUVbxE+j/MVxUsKa8L20HJhv3vUezVPoquqWjA==}
|
|
2499
2484
|
cpu: [x64]
|
|
2500
2485
|
os: [openbsd]
|
|
2501
2486
|
|
|
2502
|
-
'@rollup/rollup-openharmony-arm64@4.60.
|
|
2503
|
-
resolution: {integrity: sha512-
|
|
2487
|
+
'@rollup/rollup-openharmony-arm64@4.60.4':
|
|
2488
|
+
resolution: {integrity: sha512-IPOsh5aRYuLv/nkU51X10Bf75Bsf6+gZdx1X+QP5QM6lIJFHHqbHLG0uJn/hWthzo13UAc2umiUorqZy3axoZg==}
|
|
2504
2489
|
cpu: [arm64]
|
|
2505
2490
|
os: [openharmony]
|
|
2506
2491
|
|
|
2507
|
-
'@rollup/rollup-win32-arm64-msvc@4.60.
|
|
2508
|
-
resolution: {integrity: sha512-
|
|
2492
|
+
'@rollup/rollup-win32-arm64-msvc@4.60.4':
|
|
2493
|
+
resolution: {integrity: sha512-4QzE9E81OohJ/HKzHhsqU+zcYYojVOXlFMs1DdyMT6qXl/niOH7AVElmmEdUNHHS/oRkc++d5k6Vy85zFs0DEw==}
|
|
2509
2494
|
cpu: [arm64]
|
|
2510
2495
|
os: [win32]
|
|
2511
2496
|
|
|
2512
|
-
'@rollup/rollup-win32-ia32-msvc@4.60.
|
|
2513
|
-
resolution: {integrity: sha512-
|
|
2497
|
+
'@rollup/rollup-win32-ia32-msvc@4.60.4':
|
|
2498
|
+
resolution: {integrity: sha512-zTPgT1YuHHcd+Tmx7h8aml0FWFVelV5N54oHow9SLj+GfoDy/huQ+UV396N/C7KpMDMiPspRktzM1/0r1usYEA==}
|
|
2514
2499
|
cpu: [ia32]
|
|
2515
2500
|
os: [win32]
|
|
2516
2501
|
|
|
2517
|
-
'@rollup/rollup-win32-x64-gnu@4.60.
|
|
2518
|
-
resolution: {integrity: sha512-
|
|
2502
|
+
'@rollup/rollup-win32-x64-gnu@4.60.4':
|
|
2503
|
+
resolution: {integrity: sha512-DRS4G7mi9lJxqEDezIkKCaUIKCrLUUDCUaCsTPCi/rtqaC6D/jjwslMQyiDU50Ka0JKpeXeRBFBAXwArY52vBw==}
|
|
2519
2504
|
cpu: [x64]
|
|
2520
2505
|
os: [win32]
|
|
2521
2506
|
|
|
2522
|
-
'@rollup/rollup-win32-x64-msvc@4.60.
|
|
2523
|
-
resolution: {integrity: sha512-
|
|
2507
|
+
'@rollup/rollup-win32-x64-msvc@4.60.4':
|
|
2508
|
+
resolution: {integrity: sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==}
|
|
2524
2509
|
cpu: [x64]
|
|
2525
2510
|
os: [win32]
|
|
2526
2511
|
|
|
2527
2512
|
'@rtsao/scc@1.1.0':
|
|
2528
2513
|
resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
|
|
2529
2514
|
|
|
2530
|
-
'@schematics/angular@21.2.
|
|
2531
|
-
resolution: {integrity: sha512-
|
|
2515
|
+
'@schematics/angular@21.2.12':
|
|
2516
|
+
resolution: {integrity: sha512-eHoAbxd6Kdw9YIQeZO/6lBXTmKKi10t4WTujY8CM5v4qv1zoJu9yiwVeQp9y3e7/Sybz5Ec3m4FmQ0Tw8iVDiA==}
|
|
2532
2517
|
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'}
|
|
2533
2518
|
|
|
2534
|
-
'@shikijs/core@4.0
|
|
2535
|
-
resolution: {integrity: sha512-
|
|
2519
|
+
'@shikijs/core@4.1.0':
|
|
2520
|
+
resolution: {integrity: sha512-jLJtSJeuFffqX6/inRE1zqU5aFv2hrszvYgq3OjbAgFRZiWv7abKMDdQzYxuSDfmUPQozZvI/kuy6VMTvnvqTQ==}
|
|
2536
2521
|
engines: {node: '>=20'}
|
|
2537
2522
|
|
|
2538
|
-
'@shikijs/engine-javascript@4.0
|
|
2539
|
-
resolution: {integrity: sha512-
|
|
2523
|
+
'@shikijs/engine-javascript@4.1.0':
|
|
2524
|
+
resolution: {integrity: sha512-YquhawCUgaBfhsS72e2Y/dI59gCBNPHu3fEO/tvLaXrTssxZrY5ddjtNLTwndrMgPo8b3IscE+xoICDzpTmlFQ==}
|
|
2540
2525
|
engines: {node: '>=20'}
|
|
2541
2526
|
|
|
2542
|
-
'@shikijs/engine-oniguruma@4.0
|
|
2543
|
-
resolution: {integrity: sha512-
|
|
2527
|
+
'@shikijs/engine-oniguruma@4.1.0':
|
|
2528
|
+
resolution: {integrity: sha512-axLpjVs45YBvvINa+dJF+NPW+KtFkNXsFr4SDw2BMj9GdeMnGxVB9PQb2xXlJYovslt/nz6giedAyOANkfc7hg==}
|
|
2544
2529
|
engines: {node: '>=20'}
|
|
2545
2530
|
|
|
2546
|
-
'@shikijs/langs@4.0
|
|
2547
|
-
resolution: {integrity: sha512-
|
|
2531
|
+
'@shikijs/langs@4.1.0':
|
|
2532
|
+
resolution: {integrity: sha512-nwOMruEkbgdZfQ/b8CgpNBVOpvG1k0N5tbmgiFeqsan401+x3ILqlzZJowSla4Agmq4hG2Uf2wh5jLTEhR8VSg==}
|
|
2548
2533
|
engines: {node: '>=20'}
|
|
2549
2534
|
|
|
2550
|
-
'@shikijs/primitive@4.0
|
|
2551
|
-
resolution: {integrity: sha512-
|
|
2535
|
+
'@shikijs/primitive@4.1.0':
|
|
2536
|
+
resolution: {integrity: sha512-zx2/2Uwj2q9X3KSyYREEhXO23xBw5WUhP4orK2lE4r+t9JGITmEe0JH+wPmJhqHpOT2bRRs6lAL945+LDvOAGw==}
|
|
2552
2537
|
engines: {node: '>=20'}
|
|
2553
2538
|
|
|
2554
|
-
'@shikijs/themes@4.0
|
|
2555
|
-
resolution: {integrity: sha512-
|
|
2539
|
+
'@shikijs/themes@4.1.0':
|
|
2540
|
+
resolution: {integrity: sha512-emCcTnUM7yO2wltYbaxm+yLvcCI4+h8XBKc4KmJ7EZUXoSGjcCHifkI//R4OFit9ewpg7H2/9tjOuXrT2v/Knw==}
|
|
2556
2541
|
engines: {node: '>=20'}
|
|
2557
2542
|
|
|
2558
|
-
'@shikijs/types@4.0
|
|
2559
|
-
resolution: {integrity: sha512-
|
|
2543
|
+
'@shikijs/types@4.1.0':
|
|
2544
|
+
resolution: {integrity: sha512-3EQWX54fMpniOrDblzAhiwiJwpiTMW6+B9DWyUd9ska483tbayFYuw47UxwuPknI31bKnySfVQ/QW+jFL4rFdA==}
|
|
2560
2545
|
engines: {node: '>=20'}
|
|
2561
2546
|
|
|
2562
2547
|
'@shikijs/vscode-textmate@10.0.2':
|
|
@@ -2566,8 +2551,8 @@ packages:
|
|
|
2566
2551
|
resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==}
|
|
2567
2552
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
2568
2553
|
|
|
2569
|
-
'@sigstore/core@3.2.
|
|
2570
|
-
resolution: {integrity: sha512-
|
|
2554
|
+
'@sigstore/core@3.2.1':
|
|
2555
|
+
resolution: {integrity: sha512-qRsxPnCrbC/puegGxKuynfnxgLiHqWStrSjxkoB4YKqq3Z3s4cyZyj42ZdWFAEblNP65C+rBH8EuREHIXoi83g==}
|
|
2571
2556
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
2572
2557
|
|
|
2573
2558
|
'@sigstore/protobuf-specs@0.5.1':
|
|
@@ -2582,8 +2567,8 @@ packages:
|
|
|
2582
2567
|
resolution: {integrity: sha512-TCAzTy0xzdP79EnxSjq9KQ3eaR7+FmudLC6eRKknVKZbV7ZNlGLClAAQb/HMNJ5n2OBNk2GT1tEmU0xuPr+SLQ==}
|
|
2583
2568
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
2584
2569
|
|
|
2585
|
-
'@sigstore/verify@3.1.
|
|
2586
|
-
resolution: {integrity: sha512-
|
|
2570
|
+
'@sigstore/verify@3.1.1':
|
|
2571
|
+
resolution: {integrity: sha512-qv7+G3J2cc6wwFj3yKvXOamzqhMwSk1ogPGmhpS8iXllcPrJaIIBA+4HbttlHVu1pqWTdmaCH/WE7UOC51kdoA==}
|
|
2587
2572
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
2588
2573
|
|
|
2589
2574
|
'@solidity-parser/parser@0.20.2':
|
|
@@ -2602,8 +2587,8 @@ packages:
|
|
|
2602
2587
|
'@standard-schema/spec@1.1.0':
|
|
2603
2588
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
2604
2589
|
|
|
2605
|
-
'@sveltejs/acorn-typescript@1.0.
|
|
2606
|
-
resolution: {integrity: sha512-
|
|
2590
|
+
'@sveltejs/acorn-typescript@1.0.10':
|
|
2591
|
+
resolution: {integrity: sha512-4WfKk68eTih+MiJD4fSbxN7E8kVBmTMPWHUPYjvl2N0rMs53YLTT8/YjKU5Dtnz5LqDjl7LEw4U7lXR2W3J5WA==}
|
|
2607
2592
|
peerDependencies:
|
|
2608
2593
|
acorn: ^8.9.0
|
|
2609
2594
|
|
|
@@ -2629,8 +2614,8 @@ packages:
|
|
|
2629
2614
|
svelte: ^5.46.4
|
|
2630
2615
|
vite: ^8.0.0-beta.7 || ^8.0.0
|
|
2631
2616
|
|
|
2632
|
-
'@testing-library/angular@19.
|
|
2633
|
-
resolution: {integrity: sha512-
|
|
2617
|
+
'@testing-library/angular@19.3.0':
|
|
2618
|
+
resolution: {integrity: sha512-Wy2qpepHXOPSnTfH3NX0i9TZPTTrX+Bumd1u3UFJgl0N/iMLfCc9/LNIZCmbUFbT7t2pVLgXFL0kLHa5JuBy6A==}
|
|
2634
2619
|
peerDependencies:
|
|
2635
2620
|
'@angular/common': '>= 21.0.0'
|
|
2636
2621
|
'@angular/core': '>= 21.0.0'
|
|
@@ -2793,23 +2778,23 @@ packages:
|
|
|
2793
2778
|
'@types/nlcst@2.0.3':
|
|
2794
2779
|
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
|
|
2795
2780
|
|
|
2796
|
-
'@types/node@25.
|
|
2797
|
-
resolution: {integrity: sha512-
|
|
2798
|
-
|
|
2799
|
-
'@types/node@25.8.0':
|
|
2800
|
-
resolution: {integrity: sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==}
|
|
2781
|
+
'@types/node@25.9.1':
|
|
2782
|
+
resolution: {integrity: sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==}
|
|
2801
2783
|
|
|
2802
2784
|
'@types/react-dom@19.2.3':
|
|
2803
2785
|
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
2804
2786
|
peerDependencies:
|
|
2805
2787
|
'@types/react': ^19.2.0
|
|
2806
2788
|
|
|
2807
|
-
'@types/react@19.2.
|
|
2808
|
-
resolution: {integrity: sha512-
|
|
2789
|
+
'@types/react@19.2.15':
|
|
2790
|
+
resolution: {integrity: sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==}
|
|
2809
2791
|
|
|
2810
2792
|
'@types/trusted-types@2.0.7':
|
|
2811
2793
|
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
|
2812
2794
|
|
|
2795
|
+
'@types/twig@1.12.17':
|
|
2796
|
+
resolution: {integrity: sha512-Lxcjgzt4mlDrv1xp1EdoBLPTxpjLAt9vtN3/qoblC5D6hMCYgZJOQHfaT/0gwCcAZENnKQ7Sga28DSsckPWa0g==}
|
|
2797
|
+
|
|
2813
2798
|
'@types/unist@3.0.3':
|
|
2814
2799
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
|
2815
2800
|
|
|
@@ -2819,63 +2804,63 @@ packages:
|
|
|
2819
2804
|
'@types/ws@8.18.1':
|
|
2820
2805
|
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
2821
2806
|
|
|
2822
|
-
'@typescript-eslint/eslint-plugin@8.59.
|
|
2823
|
-
resolution: {integrity: sha512-
|
|
2807
|
+
'@typescript-eslint/eslint-plugin@8.59.4':
|
|
2808
|
+
resolution: {integrity: sha512-PegsU+XfyJJNjd4+u/k6f9yTyp0lEXXiPopUNobZcIAUJFGICFLN+sP0Rb3JehVmiij1Ph0dFGYqODoRo/2+6A==}
|
|
2824
2809
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2825
2810
|
peerDependencies:
|
|
2826
|
-
'@typescript-eslint/parser': ^8.59.
|
|
2811
|
+
'@typescript-eslint/parser': ^8.59.4
|
|
2827
2812
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2828
2813
|
typescript: '>=4.8.4 <6.1.0'
|
|
2829
2814
|
|
|
2830
|
-
'@typescript-eslint/parser@8.59.
|
|
2831
|
-
resolution: {integrity: sha512-
|
|
2815
|
+
'@typescript-eslint/parser@8.59.4':
|
|
2816
|
+
resolution: {integrity: sha512-zORHqO/tuhxY1zWuTvMUqddRxpiFJ72xVfcNoWpqdLjs6lfPbuQBJuW4pk+49/uBMy7Ssr4bzgjiKmmDB1UbZQ==}
|
|
2832
2817
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2833
2818
|
peerDependencies:
|
|
2834
2819
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2835
2820
|
typescript: '>=4.8.4 <6.1.0'
|
|
2836
2821
|
|
|
2837
|
-
'@typescript-eslint/project-service@8.59.
|
|
2838
|
-
resolution: {integrity: sha512-
|
|
2822
|
+
'@typescript-eslint/project-service@8.59.4':
|
|
2823
|
+
resolution: {integrity: sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==}
|
|
2839
2824
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2840
2825
|
peerDependencies:
|
|
2841
2826
|
typescript: '>=4.8.4 <6.1.0'
|
|
2842
2827
|
|
|
2843
|
-
'@typescript-eslint/scope-manager@8.59.
|
|
2844
|
-
resolution: {integrity: sha512-
|
|
2828
|
+
'@typescript-eslint/scope-manager@8.59.4':
|
|
2829
|
+
resolution: {integrity: sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==}
|
|
2845
2830
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2846
2831
|
|
|
2847
|
-
'@typescript-eslint/tsconfig-utils@8.59.
|
|
2848
|
-
resolution: {integrity: sha512-
|
|
2832
|
+
'@typescript-eslint/tsconfig-utils@8.59.4':
|
|
2833
|
+
resolution: {integrity: sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==}
|
|
2849
2834
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2850
2835
|
peerDependencies:
|
|
2851
2836
|
typescript: '>=4.8.4 <6.1.0'
|
|
2852
2837
|
|
|
2853
|
-
'@typescript-eslint/type-utils@8.59.
|
|
2854
|
-
resolution: {integrity: sha512-
|
|
2838
|
+
'@typescript-eslint/type-utils@8.59.4':
|
|
2839
|
+
resolution: {integrity: sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==}
|
|
2855
2840
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2856
2841
|
peerDependencies:
|
|
2857
2842
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2858
2843
|
typescript: '>=4.8.4 <6.1.0'
|
|
2859
2844
|
|
|
2860
|
-
'@typescript-eslint/types@8.59.
|
|
2861
|
-
resolution: {integrity: sha512-
|
|
2845
|
+
'@typescript-eslint/types@8.59.4':
|
|
2846
|
+
resolution: {integrity: sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==}
|
|
2862
2847
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2863
2848
|
|
|
2864
|
-
'@typescript-eslint/typescript-estree@8.59.
|
|
2865
|
-
resolution: {integrity: sha512-
|
|
2849
|
+
'@typescript-eslint/typescript-estree@8.59.4':
|
|
2850
|
+
resolution: {integrity: sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==}
|
|
2866
2851
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2867
2852
|
peerDependencies:
|
|
2868
2853
|
typescript: '>=4.8.4 <6.1.0'
|
|
2869
2854
|
|
|
2870
|
-
'@typescript-eslint/utils@8.59.
|
|
2871
|
-
resolution: {integrity: sha512-
|
|
2855
|
+
'@typescript-eslint/utils@8.59.4':
|
|
2856
|
+
resolution: {integrity: sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==}
|
|
2872
2857
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2873
2858
|
peerDependencies:
|
|
2874
2859
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2875
2860
|
typescript: '>=4.8.4 <6.1.0'
|
|
2876
2861
|
|
|
2877
|
-
'@typescript-eslint/visitor-keys@8.59.
|
|
2878
|
-
resolution: {integrity: sha512-
|
|
2862
|
+
'@typescript-eslint/visitor-keys@8.59.4':
|
|
2863
|
+
resolution: {integrity: sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==}
|
|
2879
2864
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2880
2865
|
|
|
2881
2866
|
'@ungap/structured-clone@1.3.1':
|
|
@@ -2913,13 +2898,6 @@ packages:
|
|
|
2913
2898
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2914
2899
|
vue: ^3.0.0
|
|
2915
2900
|
|
|
2916
|
-
'@vitejs/plugin-vue@6.0.6':
|
|
2917
|
-
resolution: {integrity: sha512-u9HHgfrq3AjXlysn0eINFnWQOJQLO9WN6VprZ8FXl7A2bYisv3Hui9Ij+7QZ41F/WYWarHjwBbXtD7dKg3uxbg==}
|
|
2918
|
-
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2919
|
-
peerDependencies:
|
|
2920
|
-
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2921
|
-
vue: ^3.2.25
|
|
2922
|
-
|
|
2923
2901
|
'@vitejs/plugin-vue@6.0.7':
|
|
2924
2902
|
resolution: {integrity: sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==}
|
|
2925
2903
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2927,11 +2905,11 @@ packages:
|
|
|
2927
2905
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2928
2906
|
vue: ^3.2.25
|
|
2929
2907
|
|
|
2930
|
-
'@vitest/expect@4.1.
|
|
2931
|
-
resolution: {integrity: sha512-
|
|
2908
|
+
'@vitest/expect@4.1.7':
|
|
2909
|
+
resolution: {integrity: sha512-1R+tw0ortHEbZDGMymm+pN7/AFQ/RkFFdtd7EN+VBpynKmLbP8A3rpEXdshBJ7+8hQ9zBJh/i1s0yKNtxAnU7w==}
|
|
2932
2910
|
|
|
2933
|
-
'@vitest/mocker@4.1.
|
|
2934
|
-
resolution: {integrity: sha512-
|
|
2911
|
+
'@vitest/mocker@4.1.7':
|
|
2912
|
+
resolution: {integrity: sha512-vY7nuamKgfvpA1Koa3oYIw/k7D6kZnpGyNMZW8loow2bsBYla1TFdqTaXncWdRn4pgwNs+90RhnXhJScDwQeJA==}
|
|
2935
2913
|
peerDependencies:
|
|
2936
2914
|
msw: ^2.4.9
|
|
2937
2915
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
@@ -2941,20 +2919,20 @@ packages:
|
|
|
2941
2919
|
vite:
|
|
2942
2920
|
optional: true
|
|
2943
2921
|
|
|
2944
|
-
'@vitest/pretty-format@4.1.
|
|
2945
|
-
resolution: {integrity: sha512-
|
|
2922
|
+
'@vitest/pretty-format@4.1.7':
|
|
2923
|
+
resolution: {integrity: sha512-umgCarTOYQWIaDMvGDRZij+6b9oVeLIyJzfN+AS88e0ZOU3QTgNNSTtjQOpcvWr3np1N0j4WgZj+sb3oYBDscw==}
|
|
2946
2924
|
|
|
2947
|
-
'@vitest/runner@4.1.
|
|
2948
|
-
resolution: {integrity: sha512-
|
|
2925
|
+
'@vitest/runner@4.1.7':
|
|
2926
|
+
resolution: {integrity: sha512-BapjmAQ2aI78WdMEfeUWivnfVzB+VPGwWRQcJE0OUq7qEeEcBsCSf+0T5iREBNE5nBb4wA5Ya0W6IA+sghdEFw==}
|
|
2949
2927
|
|
|
2950
|
-
'@vitest/snapshot@4.1.
|
|
2951
|
-
resolution: {integrity: sha512-
|
|
2928
|
+
'@vitest/snapshot@4.1.7':
|
|
2929
|
+
resolution: {integrity: sha512-ZacLzja+TmJeZ1h14xW2FB/WpeimUD3haBXQPyJqxvo8jQTmfeA8zv58mtjN2C7EHXZDYVcVYdYmAxjkWVvKCw==}
|
|
2952
2930
|
|
|
2953
|
-
'@vitest/spy@4.1.
|
|
2954
|
-
resolution: {integrity: sha512-
|
|
2931
|
+
'@vitest/spy@4.1.7':
|
|
2932
|
+
resolution: {integrity: sha512-kbkI5LMWakyuTIvs6fUJ5qdIVb1XVKsYJAT4OJ938cHMROYMSfmoQdZy0aaAnjbbc8F61vkoTqz/Az+/HiIu5Q==}
|
|
2955
2933
|
|
|
2956
|
-
'@vitest/utils@4.1.
|
|
2957
|
-
resolution: {integrity: sha512-
|
|
2934
|
+
'@vitest/utils@4.1.7':
|
|
2935
|
+
resolution: {integrity: sha512-T532WBu791cBxJlCl6SO+J14l81DQx6uQHm1bQbmCDY7nqlEIgkza/UFnSBNaUtSf41unldDFjdOBYEQC4b5Hw==}
|
|
2958
2936
|
|
|
2959
2937
|
'@vue/babel-helper-vue-transform-on@1.5.0':
|
|
2960
2938
|
resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
|
|
@@ -3202,8 +3180,8 @@ packages:
|
|
|
3202
3180
|
resolution: {integrity: sha512-+QDcgc7e+au6EZ0YjMmRRjNoQo5bDMlaR45aWDoFsuxQTCM9qmCHRoiKJPELgckJ8Wmr7vcfpa9eCDHBFh6G4w==}
|
|
3203
3181
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3204
3182
|
|
|
3205
|
-
astro@6.3.
|
|
3206
|
-
resolution: {integrity: sha512-
|
|
3183
|
+
astro@6.3.7:
|
|
3184
|
+
resolution: {integrity: sha512-zIeDRrI0qNgN1lcCjNqt6/IVCVej7VwSa326cO8uP9BOk1cg4QuffhLnOn2gCgWQr32/wxpSRFfXiLKHglu1Tw==}
|
|
3207
3185
|
engines: {node: '>=22.12.0', npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
|
3208
3186
|
hasBin: true
|
|
3209
3187
|
|
|
@@ -3225,8 +3203,8 @@ packages:
|
|
|
3225
3203
|
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
|
3226
3204
|
engines: {node: '>= 0.4'}
|
|
3227
3205
|
|
|
3228
|
-
babel-plugin-jsx-dom-expressions@0.40.
|
|
3229
|
-
resolution: {integrity: sha512
|
|
3206
|
+
babel-plugin-jsx-dom-expressions@0.40.7:
|
|
3207
|
+
resolution: {integrity: sha512-/O6JWUmjv03OI9lL2ry9bUjpD5S3PclM55RRJEyCdcFZ5W2SEA/59d+l2hNsk3gI6kiWRdRPdOtqZmsQzFN1pQ==}
|
|
3230
3208
|
peerDependencies:
|
|
3231
3209
|
'@babel/core': ^7.20.12
|
|
3232
3210
|
|
|
@@ -3254,8 +3232,8 @@ packages:
|
|
|
3254
3232
|
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
3255
3233
|
engines: {node: 18 || 20 || >=22}
|
|
3256
3234
|
|
|
3257
|
-
baseline-browser-mapping@2.10.
|
|
3258
|
-
resolution: {integrity: sha512-
|
|
3235
|
+
baseline-browser-mapping@2.10.32:
|
|
3236
|
+
resolution: {integrity: sha512-wbPvpyjJPC0zdfdKXxqEL3Ea+bOMD/87X4lftiJkkaBiuG6ALQy1SLmEd7BSmVCuwCQsBrCamgBoLyfFDD1EPg==}
|
|
3259
3237
|
engines: {node: '>=6.0.0'}
|
|
3260
3238
|
hasBin: true
|
|
3261
3239
|
|
|
@@ -3328,8 +3306,8 @@ packages:
|
|
|
3328
3306
|
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
3329
3307
|
engines: {node: '>=6'}
|
|
3330
3308
|
|
|
3331
|
-
caniuse-lite@1.0.
|
|
3332
|
-
resolution: {integrity: sha512-
|
|
3309
|
+
caniuse-lite@1.0.30001793:
|
|
3310
|
+
resolution: {integrity: sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==}
|
|
3333
3311
|
|
|
3334
3312
|
ccount@2.0.1:
|
|
3335
3313
|
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
|
|
@@ -3448,6 +3426,10 @@ packages:
|
|
|
3448
3426
|
resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
|
|
3449
3427
|
engines: {node: '>= 0.6'}
|
|
3450
3428
|
|
|
3429
|
+
content-type@2.0.0:
|
|
3430
|
+
resolution: {integrity: sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==}
|
|
3431
|
+
engines: {node: '>=18'}
|
|
3432
|
+
|
|
3451
3433
|
convert-source-map@1.9.0:
|
|
3452
3434
|
resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
|
|
3453
3435
|
|
|
@@ -3672,8 +3654,8 @@ packages:
|
|
|
3672
3654
|
ee-first@1.1.1:
|
|
3673
3655
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
|
3674
3656
|
|
|
3675
|
-
electron-to-chromium@1.5.
|
|
3676
|
-
resolution: {integrity: sha512-
|
|
3657
|
+
electron-to-chromium@1.5.361:
|
|
3658
|
+
resolution: {integrity: sha512-Q6Hts7N9FnJc5LeGRINFvLhCI9xZmNtTDe5ZbcVezQz7cU4a8Aua3GH1b8J2XY8Al9PF+OCwYqhgsOOheMdvkA==}
|
|
3677
3659
|
|
|
3678
3660
|
emoji-regex@10.6.0:
|
|
3679
3661
|
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==}
|
|
@@ -3740,8 +3722,8 @@ packages:
|
|
|
3740
3722
|
es-module-lexer@2.1.0:
|
|
3741
3723
|
resolution: {integrity: sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==}
|
|
3742
3724
|
|
|
3743
|
-
es-object-atoms@1.1.
|
|
3744
|
-
resolution: {integrity: sha512-
|
|
3725
|
+
es-object-atoms@1.1.2:
|
|
3726
|
+
resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==}
|
|
3745
3727
|
engines: {node: '>= 0.4'}
|
|
3746
3728
|
|
|
3747
3729
|
es-set-tostringtag@2.1.0:
|
|
@@ -3876,8 +3858,8 @@ packages:
|
|
|
3876
3858
|
peerDependencies:
|
|
3877
3859
|
eslint: ^8.45.0 || ^9.0.0 || ^10.0.0
|
|
3878
3860
|
|
|
3879
|
-
eslint-plugin-playwright@2.10.
|
|
3880
|
-
resolution: {integrity: sha512-
|
|
3861
|
+
eslint-plugin-playwright@2.10.4:
|
|
3862
|
+
resolution: {integrity: sha512-l0V/VxyqfFbtqCTxj5AdRn3Q6S/hIW4nKBnKZVleVbZ24N2My6Usj//ytX3dKKqAoSbvKck9YtSytfdZ5qjLuA==}
|
|
3881
3863
|
engines: {node: '>=16.9.0'}
|
|
3882
3864
|
peerDependencies:
|
|
3883
3865
|
eslint: '>=8.40.0'
|
|
@@ -3990,8 +3972,8 @@ packages:
|
|
|
3990
3972
|
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
|
|
3991
3973
|
engines: {node: '>=0.10'}
|
|
3992
3974
|
|
|
3993
|
-
esrap@2.2.
|
|
3994
|
-
resolution: {integrity: sha512-
|
|
3975
|
+
esrap@2.2.9:
|
|
3976
|
+
resolution: {integrity: sha512-4KijP+NxCWthMCUC3qHbE6n4vCjqgJS1uAYKhuT/GWfFTf1Qyive2TgOjep+gzbSzRfnNyaN/UU9YmdOt8Eg0A==}
|
|
3995
3977
|
peerDependencies:
|
|
3996
3978
|
'@typescript-eslint/types': ^8.2.0
|
|
3997
3979
|
peerDependenciesMeta:
|
|
@@ -4042,8 +4024,8 @@ packages:
|
|
|
4042
4024
|
exponential-backoff@3.1.3:
|
|
4043
4025
|
resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==}
|
|
4044
4026
|
|
|
4045
|
-
express-rate-limit@8.5.
|
|
4046
|
-
resolution: {integrity: sha512-
|
|
4027
|
+
express-rate-limit@8.5.2:
|
|
4028
|
+
resolution: {integrity: sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==}
|
|
4047
4029
|
engines: {node: '>= 16'}
|
|
4048
4030
|
peerDependencies:
|
|
4049
4031
|
express: '>= 4.11'
|
|
@@ -4077,8 +4059,8 @@ packages:
|
|
|
4077
4059
|
fast-uri@3.1.2:
|
|
4078
4060
|
resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==}
|
|
4079
4061
|
|
|
4080
|
-
fast-wrap-ansi@0.2.
|
|
4081
|
-
resolution: {integrity: sha512-
|
|
4062
|
+
fast-wrap-ansi@0.2.2:
|
|
4063
|
+
resolution: {integrity: sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==}
|
|
4082
4064
|
|
|
4083
4065
|
fastq@1.20.1:
|
|
4084
4066
|
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
|
|
@@ -4136,6 +4118,9 @@ packages:
|
|
|
4136
4118
|
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
|
|
4137
4119
|
engines: {node: '>= 0.4'}
|
|
4138
4120
|
|
|
4121
|
+
foreachasync@3.0.0:
|
|
4122
|
+
resolution: {integrity: sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw==}
|
|
4123
|
+
|
|
4139
4124
|
foreground-child@3.3.1:
|
|
4140
4125
|
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
4141
4126
|
engines: {node: '>=14'}
|
|
@@ -4336,8 +4321,8 @@ packages:
|
|
|
4336
4321
|
hermes-parser@0.25.1:
|
|
4337
4322
|
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
|
4338
4323
|
|
|
4339
|
-
hono@4.12.
|
|
4340
|
-
resolution: {integrity: sha512-
|
|
4324
|
+
hono@4.12.22:
|
|
4325
|
+
resolution: {integrity: sha512-7fvVPbB92zNRsQke+uiRGwtTuef0tB2Dg4hWxYfFNvkQhIltWoyi0ONReM5LWA+jJWS3nfT5lTq+qbsIpX0IQw==}
|
|
4341
4326
|
engines: {node: '>=16.9.0'}
|
|
4342
4327
|
|
|
4343
4328
|
hookable@5.5.3:
|
|
@@ -4401,10 +4386,6 @@ packages:
|
|
|
4401
4386
|
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
4402
4387
|
engines: {node: '>=6'}
|
|
4403
4388
|
|
|
4404
|
-
improved-yarn-audit@3.0.4:
|
|
4405
|
-
resolution: {integrity: sha512-secfgreRqLYmnp4qzaxxICpOC/RJxcfQSrDSVvkMTXS8bssjqMSuJiueqr07PVP87OlyfTytxDR2SkzIeoTfLQ==}
|
|
4406
|
-
hasBin: true
|
|
4407
|
-
|
|
4408
4389
|
imurmurhash@0.1.4:
|
|
4409
4390
|
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
4410
4391
|
engines: {node: '>=0.8.19'}
|
|
@@ -4617,6 +4598,9 @@ packages:
|
|
|
4617
4598
|
resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==}
|
|
4618
4599
|
engines: {node: '>=20'}
|
|
4619
4600
|
|
|
4601
|
+
islands-integrations@file:.integrations:
|
|
4602
|
+
resolution: {directory: .integrations, type: directory}
|
|
4603
|
+
|
|
4620
4604
|
istanbul-lib-coverage@3.2.2:
|
|
4621
4605
|
resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==}
|
|
4622
4606
|
engines: {node: '>=8'}
|
|
@@ -4640,9 +4624,9 @@ packages:
|
|
|
4640
4624
|
engines: {node: '>=14'}
|
|
4641
4625
|
hasBin: true
|
|
4642
4626
|
|
|
4643
|
-
js-cookie@3.0.
|
|
4644
|
-
resolution: {integrity: sha512-
|
|
4645
|
-
engines: {node: '>=
|
|
4627
|
+
js-cookie@3.0.7:
|
|
4628
|
+
resolution: {integrity: sha512-z/wZZgDrkNV1eA0ULjM/F9/50Ya8fbzgKneSpoPsXSGd0KnpdtHfOZWK+GcwLk+EZbS4F9RBhU+K2RgzuDaItw==}
|
|
4629
|
+
engines: {node: '>=20'}
|
|
4646
4630
|
|
|
4647
4631
|
js-tokens@4.0.0:
|
|
4648
4632
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
@@ -4705,8 +4689,8 @@ packages:
|
|
|
4705
4689
|
resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
|
|
4706
4690
|
engines: {node: '>=4.0'}
|
|
4707
4691
|
|
|
4708
|
-
katex@0.16.
|
|
4709
|
-
resolution: {integrity: sha512-
|
|
4692
|
+
katex@0.16.47:
|
|
4693
|
+
resolution: {integrity: sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==}
|
|
4710
4694
|
hasBin: true
|
|
4711
4695
|
|
|
4712
4696
|
kebab-case@1.0.2:
|
|
@@ -4824,6 +4808,10 @@ packages:
|
|
|
4824
4808
|
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
4825
4809
|
engines: {node: '>=10'}
|
|
4826
4810
|
|
|
4811
|
+
locutus@3.0.36:
|
|
4812
|
+
resolution: {integrity: sha512-ilsz33lqEd+KerV9JnSHM9EApVYOZ86/JTGKyafmWvhTFtjYauzT1WmZgdJ4JBGR3dY0N0PTfIq2uLvazw5QsQ==}
|
|
4813
|
+
engines: {node: '>= 22', yarn: '>= 1'}
|
|
4814
|
+
|
|
4827
4815
|
lodash.get@4.4.2:
|
|
4828
4816
|
resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
|
|
4829
4817
|
deprecated: This package is deprecated. Use the optional chaining (?.) operator instead.
|
|
@@ -4855,8 +4843,8 @@ packages:
|
|
|
4855
4843
|
lru-cache@10.4.3:
|
|
4856
4844
|
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
4857
4845
|
|
|
4858
|
-
lru-cache@11.
|
|
4859
|
-
resolution: {integrity: sha512-
|
|
4846
|
+
lru-cache@11.5.0:
|
|
4847
|
+
resolution: {integrity: sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==}
|
|
4860
4848
|
engines: {node: 20 || >=22}
|
|
4861
4849
|
|
|
4862
4850
|
lru-cache@5.1.1:
|
|
@@ -4869,8 +4857,8 @@ packages:
|
|
|
4869
4857
|
magic-string@0.30.21:
|
|
4870
4858
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
4871
4859
|
|
|
4872
|
-
magicast@0.5.
|
|
4873
|
-
resolution: {integrity: sha512-
|
|
4860
|
+
magicast@0.5.3:
|
|
4861
|
+
resolution: {integrity: sha512-pVKE4UdSQ7DvHzivsCIFx2BJn1mHG6KsyrFcaxFx6tONdneEuThrDx0Cj3AMg58KyN4pzYT+LHOotxDQDjNvkw==}
|
|
4874
4862
|
|
|
4875
4863
|
make-error@1.3.6:
|
|
4876
4864
|
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
|
|
@@ -5187,8 +5175,9 @@ packages:
|
|
|
5187
5175
|
node-mock-http@1.0.4:
|
|
5188
5176
|
resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==}
|
|
5189
5177
|
|
|
5190
|
-
node-releases@2.0.
|
|
5191
|
-
resolution: {integrity: sha512-
|
|
5178
|
+
node-releases@2.0.46:
|
|
5179
|
+
resolution: {integrity: sha512-GYVXHE2KnrzAfsAjl4uP++evGFCrAU1jta4ubEjIG7YWt/64Gqv66a30yKwWczVjA6j3bM4nBwH7Pk1JmDHaxQ==}
|
|
5180
|
+
engines: {node: '>=18'}
|
|
5192
5181
|
|
|
5193
5182
|
nopt@7.2.1:
|
|
5194
5183
|
resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==}
|
|
@@ -5340,8 +5329,8 @@ packages:
|
|
|
5340
5329
|
resolution: {integrity: sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==}
|
|
5341
5330
|
engines: {node: '>=18'}
|
|
5342
5331
|
|
|
5343
|
-
p-queue@9.
|
|
5344
|
-
resolution: {integrity: sha512-
|
|
5332
|
+
p-queue@9.3.0:
|
|
5333
|
+
resolution: {integrity: sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==}
|
|
5345
5334
|
engines: {node: '>=20'}
|
|
5346
5335
|
|
|
5347
5336
|
p-timeout@7.0.1:
|
|
@@ -5485,17 +5474,17 @@ packages:
|
|
|
5485
5474
|
resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==}
|
|
5486
5475
|
engines: {node: '>=4'}
|
|
5487
5476
|
|
|
5488
|
-
postcss@8.5.
|
|
5489
|
-
resolution: {integrity: sha512-
|
|
5477
|
+
postcss@8.5.15:
|
|
5478
|
+
resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==}
|
|
5490
5479
|
engines: {node: ^10 || ^12 || >=14}
|
|
5491
5480
|
|
|
5492
|
-
preact-render-to-string@6.
|
|
5493
|
-
resolution: {integrity: sha512-
|
|
5481
|
+
preact-render-to-string@6.7.0:
|
|
5482
|
+
resolution: {integrity: sha512-Z4WR8fmLMRpdYqJ9i7vrlXSsSrxVJydwrkEXHapexfARbWfGb7vGcnvNQnIzN0cXciMVOlz/XLoiMCi9gUsy9Q==}
|
|
5494
5483
|
peerDependencies:
|
|
5495
5484
|
preact: '>=10 || >= 11.0.0-0'
|
|
5496
5485
|
|
|
5497
|
-
preact@10.29.
|
|
5498
|
-
resolution: {integrity: sha512-
|
|
5486
|
+
preact@10.29.2:
|
|
5487
|
+
resolution: {integrity: sha512-7tNmwg/7mzzAoB/8kSg6Hl37JraAZw3Z3A0JSY7VXlZwo82Xn0G7wKbNNs2qoF4ZEEsQGTwDAroNdqKs1ofJxQ==}
|
|
5499
5488
|
|
|
5500
5489
|
prelude-ls@1.2.1:
|
|
5501
5490
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
@@ -5507,11 +5496,12 @@ packages:
|
|
|
5507
5496
|
peerDependencies:
|
|
5508
5497
|
prettier: '>=3.0.0'
|
|
5509
5498
|
|
|
5510
|
-
prettier-plugin-svelte@
|
|
5511
|
-
resolution: {integrity: sha512-
|
|
5499
|
+
prettier-plugin-svelte@4.0.1:
|
|
5500
|
+
resolution: {integrity: sha512-oDVmtKi+M8bJeUoMfPvulUqZYcuXrs5AmhhLYPKtBeg6hcpMdx7UYYisVCqEaLQuKtiPSYFpotfwp4cZK3D4xw==}
|
|
5501
|
+
engines: {node: '>=20'}
|
|
5512
5502
|
peerDependencies:
|
|
5513
5503
|
prettier: ^3.0.0
|
|
5514
|
-
svelte: ^
|
|
5504
|
+
svelte: ^5.0.0
|
|
5515
5505
|
|
|
5516
5506
|
prettier@3.8.3:
|
|
5517
5507
|
resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==}
|
|
@@ -5551,8 +5541,8 @@ packages:
|
|
|
5551
5541
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
5552
5542
|
engines: {node: '>=6'}
|
|
5553
5543
|
|
|
5554
|
-
qs@6.15.
|
|
5555
|
-
resolution: {integrity: sha512-
|
|
5544
|
+
qs@6.15.2:
|
|
5545
|
+
resolution: {integrity: sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==}
|
|
5556
5546
|
engines: {node: '>=0.6'}
|
|
5557
5547
|
|
|
5558
5548
|
queue-microtask@1.2.3:
|
|
@@ -5663,8 +5653,8 @@ packages:
|
|
|
5663
5653
|
resolve-pkg-maps@1.0.0:
|
|
5664
5654
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
5665
5655
|
|
|
5666
|
-
resolve@2.0.0-next.
|
|
5667
|
-
resolution: {integrity: sha512-
|
|
5656
|
+
resolve@2.0.0-next.7:
|
|
5657
|
+
resolution: {integrity: sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==}
|
|
5668
5658
|
engines: {node: '>= 0.4'}
|
|
5669
5659
|
hasBin: true
|
|
5670
5660
|
|
|
@@ -5700,13 +5690,13 @@ packages:
|
|
|
5700
5690
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
5701
5691
|
hasBin: true
|
|
5702
5692
|
|
|
5703
|
-
rolldown@1.0.
|
|
5704
|
-
resolution: {integrity: sha512-
|
|
5693
|
+
rolldown@1.0.2:
|
|
5694
|
+
resolution: {integrity: sha512-oZx5zVDtVB44AW3eaifgDml1gWRDZGvjcfdxonE4swNPG98PrrXjaO/KrnUjzlMnztCCRVlUueA1kCXhARGk6g==}
|
|
5705
5695
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
5706
5696
|
hasBin: true
|
|
5707
5697
|
|
|
5708
|
-
rollup@4.60.
|
|
5709
|
-
resolution: {integrity: sha512-
|
|
5698
|
+
rollup@4.60.4:
|
|
5699
|
+
resolution: {integrity: sha512-WHeFSbZYsPu3+bLoNRUuAO+wavNlocOPf3wSHTP7hcFKVnJeWsYlCDbr3mTS14FCizf9ccIxXA8sGL8zKeQN3g==}
|
|
5710
5700
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
5711
5701
|
hasBin: true
|
|
5712
5702
|
|
|
@@ -5763,8 +5753,8 @@ packages:
|
|
|
5763
5753
|
engines: {node: '>=10'}
|
|
5764
5754
|
hasBin: true
|
|
5765
5755
|
|
|
5766
|
-
semver@7.8.
|
|
5767
|
-
resolution: {integrity: sha512-
|
|
5756
|
+
semver@7.8.1:
|
|
5757
|
+
resolution: {integrity: sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==}
|
|
5768
5758
|
engines: {node: '>=10'}
|
|
5769
5759
|
hasBin: true
|
|
5770
5760
|
|
|
@@ -5813,8 +5803,8 @@ packages:
|
|
|
5813
5803
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
5814
5804
|
engines: {node: '>=8'}
|
|
5815
5805
|
|
|
5816
|
-
shiki@4.0
|
|
5817
|
-
resolution: {integrity: sha512-
|
|
5806
|
+
shiki@4.1.0:
|
|
5807
|
+
resolution: {integrity: sha512-l/ABZPUR5v70jI10EzqfMS/I96vjSGv2y0ihUV+WYFzv0EfvW4s54m0Lg8wCrrL+2IkwBzFTuxkZjPf8b2NX9Q==}
|
|
5818
5808
|
engines: {node: '>=20'}
|
|
5819
5809
|
|
|
5820
5810
|
side-channel-list@1.0.1:
|
|
@@ -5840,8 +5830,8 @@ packages:
|
|
|
5840
5830
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
5841
5831
|
engines: {node: '>=14'}
|
|
5842
5832
|
|
|
5843
|
-
sigstore@4.1.
|
|
5844
|
-
resolution: {integrity: sha512
|
|
5833
|
+
sigstore@4.1.1:
|
|
5834
|
+
resolution: {integrity: sha512-endqECJkfhozrXMK5ngu/UAA0xVcVEFdnHJCElGaExypjW+HK5i6zu3NteLoaX/iFbRUbC3+DjttQs0GARr+5w==}
|
|
5845
5835
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
5846
5836
|
|
|
5847
5837
|
simple-code-frame@1.3.0:
|
|
@@ -5886,8 +5876,8 @@ packages:
|
|
|
5886
5876
|
resolution: {integrity: sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==}
|
|
5887
5877
|
engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
|
|
5888
5878
|
|
|
5889
|
-
solid-js@1.9.
|
|
5890
|
-
resolution: {integrity: sha512-
|
|
5879
|
+
solid-js@1.9.13:
|
|
5880
|
+
resolution: {integrity: sha512-6hJeJMOcEX8ktqjpDoJZEmld3ijvcvWBDtiXBm7f4332SiFN66QeAQI1REQshvyUoISsSeJ4PHDauKYbwao9JQ==}
|
|
5891
5881
|
|
|
5892
5882
|
solid-refresh@0.6.3:
|
|
5893
5883
|
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
|
|
@@ -6031,8 +6021,8 @@ packages:
|
|
|
6031
6021
|
svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
|
|
6032
6022
|
typescript: ^4.9.4 || ^5.0.0 || ^6.0.0
|
|
6033
6023
|
|
|
6034
|
-
svelte@5.55.
|
|
6035
|
-
resolution: {integrity: sha512-
|
|
6024
|
+
svelte@5.55.9:
|
|
6025
|
+
resolution: {integrity: sha512-fTjjT8cHLDwigcu2j3pv7Jq04LklXevPB8uBgyHNiTXv+RMNvVnrjS4UEYrLMkhuq1vpCodHjiW+z/95SDs/fg==}
|
|
6036
6026
|
engines: {node: '>=18'}
|
|
6037
6027
|
|
|
6038
6028
|
svgo@4.0.1:
|
|
@@ -6062,8 +6052,8 @@ packages:
|
|
|
6062
6052
|
resolution: {integrity: sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==}
|
|
6063
6053
|
engines: {node: ^16.14.0 || >= 17.3.0}
|
|
6064
6054
|
|
|
6065
|
-
tinyexec@1.
|
|
6066
|
-
resolution: {integrity: sha512-
|
|
6055
|
+
tinyexec@1.2.2:
|
|
6056
|
+
resolution: {integrity: sha512-M/Q0B2cp4K7kynaT/vnED1j8TlLY+Pp7C6Wl2bl/7u/F0mUVwdyOpwomQb8JpYLitHUssAJRmLZdMCGsrx7i+g==}
|
|
6067
6057
|
engines: {node: '>=18'}
|
|
6068
6058
|
|
|
6069
6059
|
tinyglobby@0.2.15:
|
|
@@ -6078,8 +6068,8 @@ packages:
|
|
|
6078
6068
|
resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==}
|
|
6079
6069
|
engines: {node: '>=14.0.0'}
|
|
6080
6070
|
|
|
6081
|
-
tmp@0.2.
|
|
6082
|
-
resolution: {integrity: sha512-
|
|
6071
|
+
tmp@0.2.6:
|
|
6072
|
+
resolution: {integrity: sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==}
|
|
6083
6073
|
engines: {node: '>=14.14'}
|
|
6084
6074
|
|
|
6085
6075
|
to-regex-range@5.0.1:
|
|
@@ -6133,13 +6123,18 @@ packages:
|
|
|
6133
6123
|
resolution: {integrity: sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ==}
|
|
6134
6124
|
engines: {node: ^20.17.0 || >=22.9.0}
|
|
6135
6125
|
|
|
6126
|
+
twig@3.0.0:
|
|
6127
|
+
resolution: {integrity: sha512-cMfYLWAgdW15B7L5wmanmga113e4phQmo3rk5EFuUrQd99g7I3ncxgynS38P01m4ZXBDSdMYUTV1g3A66/Y56Q==}
|
|
6128
|
+
engines: {node: '>=22'}
|
|
6129
|
+
hasBin: true
|
|
6130
|
+
|
|
6136
6131
|
type-check@0.4.0:
|
|
6137
6132
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
6138
6133
|
engines: {node: '>= 0.8.0'}
|
|
6139
6134
|
|
|
6140
|
-
type-is@2.0
|
|
6141
|
-
resolution: {integrity: sha512-
|
|
6142
|
-
engines: {node: '>=
|
|
6135
|
+
type-is@2.1.0:
|
|
6136
|
+
resolution: {integrity: sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==}
|
|
6137
|
+
engines: {node: '>= 18'}
|
|
6143
6138
|
|
|
6144
6139
|
typed-array-buffer@1.0.3:
|
|
6145
6140
|
resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==}
|
|
@@ -6157,8 +6152,8 @@ packages:
|
|
|
6157
6152
|
resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
|
|
6158
6153
|
engines: {node: '>= 0.4'}
|
|
6159
6154
|
|
|
6160
|
-
typescript-eslint@8.59.
|
|
6161
|
-
resolution: {integrity: sha512-
|
|
6155
|
+
typescript-eslint@8.59.4:
|
|
6156
|
+
resolution: {integrity: sha512-Rw6+44QNFaXtgHSjPy+Kw8hrJniMYzR85E9yLmOLcfZ91/rz+JXQbDTCmc6ccxMPY6K6PgAq26f0JCBfR7LIPQ==}
|
|
6162
6157
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
6163
6158
|
peerDependencies:
|
|
6164
6159
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -6182,9 +6177,6 @@ packages:
|
|
|
6182
6177
|
uncrypto@0.1.3:
|
|
6183
6178
|
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
|
|
6184
6179
|
|
|
6185
|
-
undici-types@7.21.0:
|
|
6186
|
-
resolution: {integrity: sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==}
|
|
6187
|
-
|
|
6188
6180
|
undici-types@7.24.6:
|
|
6189
6181
|
resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==}
|
|
6190
6182
|
|
|
@@ -6461,8 +6453,8 @@ packages:
|
|
|
6461
6453
|
yaml:
|
|
6462
6454
|
optional: true
|
|
6463
6455
|
|
|
6464
|
-
vite@8.0.
|
|
6465
|
-
resolution: {integrity: sha512-
|
|
6456
|
+
vite@8.0.14:
|
|
6457
|
+
resolution: {integrity: sha512-s4BJJ+5y1pYL6Otw51FHhVJQhPnuRinKig64g/1+EUNaJsd3gCKdD31IPFvswUgW9/60QT9oFHbZHbQK5imcxw==}
|
|
6466
6458
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
6467
6459
|
hasBin: true
|
|
6468
6460
|
peerDependencies:
|
|
@@ -6512,20 +6504,20 @@ packages:
|
|
|
6512
6504
|
vite:
|
|
6513
6505
|
optional: true
|
|
6514
6506
|
|
|
6515
|
-
vitest@4.1.
|
|
6516
|
-
resolution: {integrity: sha512-
|
|
6507
|
+
vitest@4.1.7:
|
|
6508
|
+
resolution: {integrity: sha512-flYyaFd2CgoCoU+0UKt3pxksgC+S02iTDN0n3LtqaMeXsI9SBcdNujc2k0DeFLzUn/0k538yNjOSdwgCqcrwJA==}
|
|
6517
6509
|
engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
|
|
6518
6510
|
hasBin: true
|
|
6519
6511
|
peerDependencies:
|
|
6520
6512
|
'@edge-runtime/vm': '*'
|
|
6521
6513
|
'@opentelemetry/api': ^1.9.0
|
|
6522
6514
|
'@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
|
|
6523
|
-
'@vitest/browser-playwright': 4.1.
|
|
6524
|
-
'@vitest/browser-preview': 4.1.
|
|
6525
|
-
'@vitest/browser-webdriverio': 4.1.
|
|
6526
|
-
'@vitest/coverage-istanbul': 4.1.
|
|
6527
|
-
'@vitest/coverage-v8': 4.1.
|
|
6528
|
-
'@vitest/ui': 4.1.
|
|
6515
|
+
'@vitest/browser-playwright': 4.1.7
|
|
6516
|
+
'@vitest/browser-preview': 4.1.7
|
|
6517
|
+
'@vitest/browser-webdriverio': 4.1.7
|
|
6518
|
+
'@vitest/coverage-istanbul': 4.1.7
|
|
6519
|
+
'@vitest/coverage-v8': 4.1.7
|
|
6520
|
+
'@vitest/ui': 4.1.7
|
|
6529
6521
|
happy-dom: '*'
|
|
6530
6522
|
jsdom: '*'
|
|
6531
6523
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
@@ -6553,8 +6545,8 @@ packages:
|
|
|
6553
6545
|
jsdom:
|
|
6554
6546
|
optional: true
|
|
6555
6547
|
|
|
6556
|
-
vue-component-type-helpers@3.
|
|
6557
|
-
resolution: {integrity: sha512-
|
|
6548
|
+
vue-component-type-helpers@3.3.1:
|
|
6549
|
+
resolution: {integrity: sha512-pu58kqxmVyEH6VfNYW1UyEfR3XAnJ27ZXT3yzXxxpjLxVzAbyC35Zk/nm/RMs7ijWnJNSd9fWkeex2OhUsx3MA==}
|
|
6558
6550
|
|
|
6559
6551
|
vue-eslint-parser@10.4.0:
|
|
6560
6552
|
resolution: {integrity: sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==}
|
|
@@ -6570,6 +6562,9 @@ packages:
|
|
|
6570
6562
|
typescript:
|
|
6571
6563
|
optional: true
|
|
6572
6564
|
|
|
6565
|
+
walk@2.3.15:
|
|
6566
|
+
resolution: {integrity: sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==}
|
|
6567
|
+
|
|
6573
6568
|
watchpack@2.5.1:
|
|
6574
6569
|
resolution: {integrity: sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==}
|
|
6575
6570
|
engines: {node: '>=10.13.0'}
|
|
@@ -6642,8 +6637,8 @@ packages:
|
|
|
6642
6637
|
wrappy@1.0.2:
|
|
6643
6638
|
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
6644
6639
|
|
|
6645
|
-
ws@8.
|
|
6646
|
-
resolution: {integrity: sha512-
|
|
6640
|
+
ws@8.21.0:
|
|
6641
|
+
resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==}
|
|
6647
6642
|
engines: {node: '>=10.0.0'}
|
|
6648
6643
|
peerDependencies:
|
|
6649
6644
|
bufferutil: ^4.0.1
|
|
@@ -6745,7 +6740,7 @@ packages:
|
|
|
6745
6740
|
|
|
6746
6741
|
snapshots:
|
|
6747
6742
|
|
|
6748
|
-
'@adobe/css-tools@4.
|
|
6743
|
+
'@adobe/css-tools@4.5.0': {}
|
|
6749
6744
|
|
|
6750
6745
|
'@algolia/abtesting@1.14.1':
|
|
6751
6746
|
dependencies:
|
|
@@ -6836,18 +6831,18 @@ snapshots:
|
|
|
6836
6831
|
'@jridgewell/gen-mapping': 0.3.13
|
|
6837
6832
|
'@jridgewell/trace-mapping': 0.3.31
|
|
6838
6833
|
|
|
6839
|
-
'@analogjs/astro-angular@2.5.
|
|
6840
|
-
dependencies:
|
|
6841
|
-
'@analogjs/vite-plugin-angular': 2.5.
|
|
6842
|
-
'@angular/animations': 21.2.
|
|
6843
|
-
'@angular/build': 21.2.
|
|
6844
|
-
'@angular/common': 21.2.
|
|
6845
|
-
'@angular/compiler': 21.2.
|
|
6846
|
-
'@angular/compiler-cli': 21.2.
|
|
6847
|
-
'@angular/core': 21.2.
|
|
6848
|
-
'@angular/language-service': 21.2.
|
|
6849
|
-
'@angular/platform-browser': 21.2.
|
|
6850
|
-
'@angular/platform-server': 21.2.
|
|
6834
|
+
'@analogjs/astro-angular@2.5.2(569154ff84322f16673c47a1f59ed153)':
|
|
6835
|
+
dependencies:
|
|
6836
|
+
'@analogjs/vite-plugin-angular': 2.5.2(@angular/build@21.2.12(593a811f48763baf6078480b62215b05))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
6837
|
+
'@angular/animations': 21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))
|
|
6838
|
+
'@angular/build': 21.2.12(593a811f48763baf6078480b62215b05)
|
|
6839
|
+
'@angular/common': 21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6840
|
+
'@angular/compiler': 21.2.14
|
|
6841
|
+
'@angular/compiler-cli': 21.2.14(@angular/compiler@21.2.14)(typescript@5.9.3)
|
|
6842
|
+
'@angular/core': 21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)
|
|
6843
|
+
'@angular/language-service': 21.2.14
|
|
6844
|
+
'@angular/platform-browser': 21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))
|
|
6845
|
+
'@angular/platform-server': 21.2.14(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.14)(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
6851
6846
|
rehype: 13.0.2
|
|
6852
6847
|
rxjs: 7.8.2
|
|
6853
6848
|
tslib: 2.8.1
|
|
@@ -6857,7 +6852,7 @@ snapshots:
|
|
|
6857
6852
|
- '@emnapi/runtime'
|
|
6858
6853
|
- vite
|
|
6859
6854
|
|
|
6860
|
-
'@analogjs/vite-plugin-angular@2.5.
|
|
6855
|
+
'@analogjs/vite-plugin-angular@2.5.2(@angular/build@21.2.12(593a811f48763baf6078480b62215b05))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))':
|
|
6861
6856
|
dependencies:
|
|
6862
6857
|
magic-string: 0.30.21
|
|
6863
6858
|
obug: 2.1.1
|
|
@@ -6865,34 +6860,27 @@ snapshots:
|
|
|
6865
6860
|
tinyglobby: 0.2.16
|
|
6866
6861
|
ts-morph: 21.0.1
|
|
6867
6862
|
optionalDependencies:
|
|
6868
|
-
'@angular/build': 21.2.
|
|
6869
|
-
vite: 8.0.
|
|
6863
|
+
'@angular/build': 21.2.12(593a811f48763baf6078480b62215b05)
|
|
6864
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
6870
6865
|
transitivePeerDependencies:
|
|
6871
6866
|
- '@emnapi/core'
|
|
6872
6867
|
- '@emnapi/runtime'
|
|
6873
6868
|
|
|
6874
|
-
'@analogjs/vitest-angular@2.5.
|
|
6869
|
+
'@analogjs/vitest-angular@2.5.2(@analogjs/vite-plugin-angular@2.5.2(@angular/build@21.2.12(593a811f48763baf6078480b62215b05))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)))(@angular-devkit/architect@0.2102.12(chokidar@5.0.0))(@angular-devkit/schematics@21.2.12(chokidar@5.0.0))(vitest@4.1.7(@types/node@25.9.1)(happy-dom@20.9.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)))':
|
|
6875
6870
|
dependencies:
|
|
6876
|
-
'@analogjs/vite-plugin-angular': 2.5.
|
|
6877
|
-
'@angular-devkit/architect': 0.2102.
|
|
6878
|
-
'@angular-devkit/schematics': 21.2.
|
|
6879
|
-
vitest: 4.1.
|
|
6880
|
-
|
|
6881
|
-
'@angular-devkit/architect@0.2102.10(chokidar@5.0.0)':
|
|
6882
|
-
dependencies:
|
|
6883
|
-
'@angular-devkit/core': 21.2.10(chokidar@5.0.0)
|
|
6884
|
-
rxjs: 7.8.2
|
|
6885
|
-
transitivePeerDependencies:
|
|
6886
|
-
- chokidar
|
|
6871
|
+
'@analogjs/vite-plugin-angular': 2.5.2(@angular/build@21.2.12(593a811f48763baf6078480b62215b05))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
6872
|
+
'@angular-devkit/architect': 0.2102.12(chokidar@5.0.0)
|
|
6873
|
+
'@angular-devkit/schematics': 21.2.12(chokidar@5.0.0)
|
|
6874
|
+
vitest: 4.1.7(@types/node@25.9.1)(happy-dom@20.9.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
6887
6875
|
|
|
6888
|
-
'@angular-devkit/architect@0.2102.
|
|
6876
|
+
'@angular-devkit/architect@0.2102.12(chokidar@5.0.0)':
|
|
6889
6877
|
dependencies:
|
|
6890
|
-
'@angular-devkit/core': 21.2.
|
|
6878
|
+
'@angular-devkit/core': 21.2.12(chokidar@5.0.0)
|
|
6891
6879
|
rxjs: 7.8.2
|
|
6892
6880
|
transitivePeerDependencies:
|
|
6893
6881
|
- chokidar
|
|
6894
6882
|
|
|
6895
|
-
'@angular-devkit/core@21.2.
|
|
6883
|
+
'@angular-devkit/core@21.2.12(chokidar@5.0.0)':
|
|
6896
6884
|
dependencies:
|
|
6897
6885
|
ajv: 8.18.0
|
|
6898
6886
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
@@ -6903,20 +6891,9 @@ snapshots:
|
|
|
6903
6891
|
optionalDependencies:
|
|
6904
6892
|
chokidar: 5.0.0
|
|
6905
6893
|
|
|
6906
|
-
'@angular-devkit/
|
|
6894
|
+
'@angular-devkit/schematics@21.2.12(chokidar@5.0.0)':
|
|
6907
6895
|
dependencies:
|
|
6908
|
-
|
|
6909
|
-
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
6910
|
-
jsonc-parser: 3.3.1
|
|
6911
|
-
picomatch: 4.0.4
|
|
6912
|
-
rxjs: 7.8.2
|
|
6913
|
-
source-map: 0.7.6
|
|
6914
|
-
optionalDependencies:
|
|
6915
|
-
chokidar: 5.0.0
|
|
6916
|
-
|
|
6917
|
-
'@angular-devkit/schematics@21.2.10(chokidar@5.0.0)':
|
|
6918
|
-
dependencies:
|
|
6919
|
-
'@angular-devkit/core': 21.2.10(chokidar@5.0.0)
|
|
6896
|
+
'@angular-devkit/core': 21.2.12(chokidar@5.0.0)
|
|
6920
6897
|
jsonc-parser: 3.3.1
|
|
6921
6898
|
magic-string: 0.30.21
|
|
6922
6899
|
ora: 9.3.0
|
|
@@ -6924,21 +6901,11 @@ snapshots:
|
|
|
6924
6901
|
transitivePeerDependencies:
|
|
6925
6902
|
- chokidar
|
|
6926
6903
|
|
|
6927
|
-
'@angular-
|
|
6904
|
+
'@angular-eslint/builder@21.4.0(@angular/cli@21.2.12(@types/node@25.9.1)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
|
|
6928
6905
|
dependencies:
|
|
6929
|
-
'@angular-devkit/
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
ora: 9.3.0
|
|
6933
|
-
rxjs: 7.8.2
|
|
6934
|
-
transitivePeerDependencies:
|
|
6935
|
-
- chokidar
|
|
6936
|
-
|
|
6937
|
-
'@angular-eslint/builder@21.4.0(@angular/cli@21.2.11(@types/node@25.8.0)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
|
|
6938
|
-
dependencies:
|
|
6939
|
-
'@angular-devkit/architect': 0.2102.10(chokidar@5.0.0)
|
|
6940
|
-
'@angular-devkit/core': 21.2.10(chokidar@5.0.0)
|
|
6941
|
-
'@angular/cli': 21.2.11(@types/node@25.8.0)(chokidar@5.0.0)
|
|
6906
|
+
'@angular-devkit/architect': 0.2102.12(chokidar@5.0.0)
|
|
6907
|
+
'@angular-devkit/core': 21.2.12(chokidar@5.0.0)
|
|
6908
|
+
'@angular/cli': 21.2.12(@types/node@25.9.1)(chokidar@5.0.0)
|
|
6942
6909
|
eslint: 9.39.4
|
|
6943
6910
|
typescript: 5.9.3
|
|
6944
6911
|
transitivePeerDependencies:
|
|
@@ -6946,34 +6913,34 @@ snapshots:
|
|
|
6946
6913
|
|
|
6947
6914
|
'@angular-eslint/bundled-angular-compiler@21.4.0': {}
|
|
6948
6915
|
|
|
6949
|
-
'@angular-eslint/eslint-plugin-template@21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.59.
|
|
6916
|
+
'@angular-eslint/eslint-plugin-template@21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.59.4)(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
6950
6917
|
dependencies:
|
|
6951
6918
|
'@angular-eslint/bundled-angular-compiler': 21.4.0
|
|
6952
6919
|
'@angular-eslint/template-parser': 21.4.0(eslint@9.39.4)(typescript@5.9.3)
|
|
6953
|
-
'@angular-eslint/utils': 21.4.0(@typescript-eslint/utils@8.59.
|
|
6954
|
-
'@typescript-eslint/types': 8.59.
|
|
6955
|
-
'@typescript-eslint/utils': 8.59.
|
|
6920
|
+
'@angular-eslint/utils': 21.4.0(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6921
|
+
'@typescript-eslint/types': 8.59.4
|
|
6922
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
6956
6923
|
aria-query: 5.3.2
|
|
6957
6924
|
axobject-query: 4.1.0
|
|
6958
6925
|
eslint: 9.39.4
|
|
6959
6926
|
typescript: 5.9.3
|
|
6960
6927
|
|
|
6961
|
-
'@angular-eslint/eslint-plugin@21.4.0(@typescript-eslint/utils@8.59.
|
|
6928
|
+
'@angular-eslint/eslint-plugin@21.4.0(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
6962
6929
|
dependencies:
|
|
6963
6930
|
'@angular-eslint/bundled-angular-compiler': 21.4.0
|
|
6964
|
-
'@angular-eslint/utils': 21.4.0(@typescript-eslint/utils@8.59.
|
|
6965
|
-
'@typescript-eslint/utils': 8.59.
|
|
6931
|
+
'@angular-eslint/utils': 21.4.0(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6932
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
6966
6933
|
eslint: 9.39.4
|
|
6967
6934
|
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
6968
6935
|
typescript: 5.9.3
|
|
6969
6936
|
|
|
6970
|
-
'@angular-eslint/schematics@21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.
|
|
6937
|
+
'@angular-eslint/schematics@21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.12(@types/node@25.9.1)(chokidar@5.0.0))(@typescript-eslint/types@8.59.4)(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)':
|
|
6971
6938
|
dependencies:
|
|
6972
|
-
'@angular-devkit/core': 21.2.
|
|
6973
|
-
'@angular-devkit/schematics': 21.2.
|
|
6974
|
-
'@angular-eslint/eslint-plugin': 21.4.0(@typescript-eslint/utils@8.59.
|
|
6975
|
-
'@angular-eslint/eslint-plugin-template': 21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.59.
|
|
6976
|
-
'@angular/cli': 21.2.
|
|
6939
|
+
'@angular-devkit/core': 21.2.12(chokidar@5.0.0)
|
|
6940
|
+
'@angular-devkit/schematics': 21.2.12(chokidar@5.0.0)
|
|
6941
|
+
'@angular-eslint/eslint-plugin': 21.4.0(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6942
|
+
'@angular-eslint/eslint-plugin-template': 21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.59.4)(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
6943
|
+
'@angular/cli': 21.2.12(@types/node@25.9.1)(chokidar@5.0.0)
|
|
6977
6944
|
ignore: 7.0.5
|
|
6978
6945
|
semver: 7.7.4
|
|
6979
6946
|
strip-json-comments: 3.1.1
|
|
@@ -6992,29 +6959,29 @@ snapshots:
|
|
|
6992
6959
|
eslint-scope: 9.1.2
|
|
6993
6960
|
typescript: 5.9.3
|
|
6994
6961
|
|
|
6995
|
-
'@angular-eslint/utils@21.4.0(@typescript-eslint/utils@8.59.
|
|
6962
|
+
'@angular-eslint/utils@21.4.0(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
6996
6963
|
dependencies:
|
|
6997
6964
|
'@angular-eslint/bundled-angular-compiler': 21.4.0
|
|
6998
|
-
'@typescript-eslint/utils': 8.59.
|
|
6965
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
6999
6966
|
eslint: 9.39.4
|
|
7000
6967
|
typescript: 5.9.3
|
|
7001
6968
|
|
|
7002
|
-
'@angular/animations@21.2.
|
|
6969
|
+
'@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))':
|
|
7003
6970
|
dependencies:
|
|
7004
|
-
'@angular/core': 21.2.
|
|
6971
|
+
'@angular/core': 21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)
|
|
7005
6972
|
tslib: 2.8.1
|
|
7006
6973
|
|
|
7007
|
-
'@angular/build@21.2.
|
|
6974
|
+
'@angular/build@21.2.12(593a811f48763baf6078480b62215b05)':
|
|
7008
6975
|
dependencies:
|
|
7009
6976
|
'@ampproject/remapping': 2.3.0
|
|
7010
|
-
'@angular-devkit/architect': 0.2102.
|
|
7011
|
-
'@angular/compiler': 21.2.
|
|
7012
|
-
'@angular/compiler-cli': 21.2.
|
|
6977
|
+
'@angular-devkit/architect': 0.2102.12(chokidar@5.0.0)
|
|
6978
|
+
'@angular/compiler': 21.2.14
|
|
6979
|
+
'@angular/compiler-cli': 21.2.14(@angular/compiler@21.2.14)(typescript@5.9.3)
|
|
7013
6980
|
'@babel/core': 7.29.0
|
|
7014
6981
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
7015
6982
|
'@babel/helper-split-export-declaration': 7.24.7
|
|
7016
|
-
'@inquirer/confirm': 5.1.21(@types/node@25.
|
|
7017
|
-
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.2(@types/node@25.
|
|
6983
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.9.1)
|
|
6984
|
+
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.2(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
7018
6985
|
beasties: 0.4.1
|
|
7019
6986
|
browserslist: 4.28.2
|
|
7020
6987
|
esbuild: 0.27.3
|
|
@@ -7035,15 +7002,15 @@ snapshots:
|
|
|
7035
7002
|
tslib: 2.8.1
|
|
7036
7003
|
typescript: 5.9.3
|
|
7037
7004
|
undici: 7.24.4
|
|
7038
|
-
vite: 7.3.2(@types/node@25.
|
|
7005
|
+
vite: 7.3.2(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
7039
7006
|
watchpack: 2.5.1
|
|
7040
7007
|
optionalDependencies:
|
|
7041
|
-
'@angular/core': 21.2.
|
|
7042
|
-
'@angular/platform-browser': 21.2.
|
|
7043
|
-
'@angular/platform-server': 21.2.
|
|
7008
|
+
'@angular/core': 21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)
|
|
7009
|
+
'@angular/platform-browser': 21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))
|
|
7010
|
+
'@angular/platform-server': 21.2.14(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.14)(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
7044
7011
|
lmdb: 3.5.1
|
|
7045
|
-
postcss: 8.5.
|
|
7046
|
-
vitest: 4.1.
|
|
7012
|
+
postcss: 8.5.15
|
|
7013
|
+
vitest: 4.1.7(@types/node@25.9.1)(happy-dom@20.9.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
7047
7014
|
transitivePeerDependencies:
|
|
7048
7015
|
- '@emnapi/core'
|
|
7049
7016
|
- '@emnapi/runtime'
|
|
@@ -7059,15 +7026,15 @@ snapshots:
|
|
|
7059
7026
|
- tsx
|
|
7060
7027
|
- yaml
|
|
7061
7028
|
|
|
7062
|
-
'@angular/cli@21.2.
|
|
7029
|
+
'@angular/cli@21.2.12(@types/node@25.9.1)(chokidar@5.0.0)':
|
|
7063
7030
|
dependencies:
|
|
7064
|
-
'@angular-devkit/architect': 0.2102.
|
|
7065
|
-
'@angular-devkit/core': 21.2.
|
|
7066
|
-
'@angular-devkit/schematics': 21.2.
|
|
7067
|
-
'@inquirer/prompts': 7.10.1(@types/node@25.
|
|
7068
|
-
'@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.
|
|
7031
|
+
'@angular-devkit/architect': 0.2102.12(chokidar@5.0.0)
|
|
7032
|
+
'@angular-devkit/core': 21.2.12(chokidar@5.0.0)
|
|
7033
|
+
'@angular-devkit/schematics': 21.2.12(chokidar@5.0.0)
|
|
7034
|
+
'@inquirer/prompts': 7.10.1(@types/node@25.9.1)
|
|
7035
|
+
'@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.9.1))(@types/node@25.9.1)(listr2@9.0.5)
|
|
7069
7036
|
'@modelcontextprotocol/sdk': 1.26.0(zod@4.3.6)
|
|
7070
|
-
'@schematics/angular': 21.2.
|
|
7037
|
+
'@schematics/angular': 21.2.12(chokidar@5.0.0)
|
|
7071
7038
|
'@yarnpkg/lockfile': 1.1.0
|
|
7072
7039
|
algoliasearch: 5.48.1
|
|
7073
7040
|
ini: 6.0.0
|
|
@@ -7085,21 +7052,21 @@ snapshots:
|
|
|
7085
7052
|
- chokidar
|
|
7086
7053
|
- supports-color
|
|
7087
7054
|
|
|
7088
|
-
'@angular/common@21.2.
|
|
7055
|
+
'@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2)':
|
|
7089
7056
|
dependencies:
|
|
7090
|
-
'@angular/core': 21.2.
|
|
7057
|
+
'@angular/core': 21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)
|
|
7091
7058
|
rxjs: 7.8.2
|
|
7092
7059
|
tslib: 2.8.1
|
|
7093
7060
|
|
|
7094
|
-
'@angular/compiler-cli@21.2.
|
|
7061
|
+
'@angular/compiler-cli@21.2.14(@angular/compiler@21.2.14)(typescript@5.9.3)':
|
|
7095
7062
|
dependencies:
|
|
7096
|
-
'@angular/compiler': 21.2.
|
|
7063
|
+
'@angular/compiler': 21.2.14
|
|
7097
7064
|
'@babel/core': 7.29.0
|
|
7098
7065
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
7099
7066
|
chokidar: 5.0.0
|
|
7100
7067
|
convert-source-map: 1.9.0
|
|
7101
7068
|
reflect-metadata: 0.2.2
|
|
7102
|
-
semver: 7.8.
|
|
7069
|
+
semver: 7.8.1
|
|
7103
7070
|
tslib: 2.8.1
|
|
7104
7071
|
yargs: 18.0.0
|
|
7105
7072
|
optionalDependencies:
|
|
@@ -7107,42 +7074,42 @@ snapshots:
|
|
|
7107
7074
|
transitivePeerDependencies:
|
|
7108
7075
|
- supports-color
|
|
7109
7076
|
|
|
7110
|
-
'@angular/compiler@21.2.
|
|
7077
|
+
'@angular/compiler@21.2.14':
|
|
7111
7078
|
dependencies:
|
|
7112
7079
|
tslib: 2.8.1
|
|
7113
7080
|
|
|
7114
|
-
'@angular/core@21.2.
|
|
7081
|
+
'@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)':
|
|
7115
7082
|
dependencies:
|
|
7116
7083
|
rxjs: 7.8.2
|
|
7117
7084
|
tslib: 2.8.1
|
|
7118
7085
|
optionalDependencies:
|
|
7119
|
-
'@angular/compiler': 21.2.
|
|
7086
|
+
'@angular/compiler': 21.2.14
|
|
7120
7087
|
|
|
7121
|
-
'@angular/language-service@21.2.
|
|
7088
|
+
'@angular/language-service@21.2.14': {}
|
|
7122
7089
|
|
|
7123
|
-
'@angular/platform-browser@21.2.
|
|
7090
|
+
'@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))':
|
|
7124
7091
|
dependencies:
|
|
7125
|
-
'@angular/common': 21.2.
|
|
7126
|
-
'@angular/core': 21.2.
|
|
7092
|
+
'@angular/common': 21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
7093
|
+
'@angular/core': 21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)
|
|
7127
7094
|
tslib: 2.8.1
|
|
7128
7095
|
optionalDependencies:
|
|
7129
|
-
'@angular/animations': 21.2.
|
|
7096
|
+
'@angular/animations': 21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))
|
|
7130
7097
|
|
|
7131
|
-
'@angular/platform-server@21.2.
|
|
7098
|
+
'@angular/platform-server@21.2.14(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.14)(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(rxjs@7.8.2)':
|
|
7132
7099
|
dependencies:
|
|
7133
|
-
'@angular/common': 21.2.
|
|
7134
|
-
'@angular/compiler': 21.2.
|
|
7135
|
-
'@angular/core': 21.2.
|
|
7136
|
-
'@angular/platform-browser': 21.2.
|
|
7100
|
+
'@angular/common': 21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
7101
|
+
'@angular/compiler': 21.2.14
|
|
7102
|
+
'@angular/core': 21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)
|
|
7103
|
+
'@angular/platform-browser': 21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))
|
|
7137
7104
|
rxjs: 7.8.2
|
|
7138
7105
|
tslib: 2.8.1
|
|
7139
7106
|
xhr2: 0.2.1
|
|
7140
7107
|
|
|
7141
|
-
'@angular/router@21.2.
|
|
7108
|
+
'@angular/router@21.2.14(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(rxjs@7.8.2)':
|
|
7142
7109
|
dependencies:
|
|
7143
|
-
'@angular/common': 21.2.
|
|
7144
|
-
'@angular/core': 21.2.
|
|
7145
|
-
'@angular/platform-browser': 21.2.
|
|
7110
|
+
'@angular/common': 21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
7111
|
+
'@angular/core': 21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)
|
|
7112
|
+
'@angular/platform-browser': 21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))
|
|
7146
7113
|
rxjs: 7.8.2
|
|
7147
7114
|
tslib: 2.8.1
|
|
7148
7115
|
|
|
@@ -7170,7 +7137,7 @@ snapshots:
|
|
|
7170
7137
|
remark-rehype: 11.1.2
|
|
7171
7138
|
remark-smartypants: 3.0.2
|
|
7172
7139
|
retext-smartypants: 6.2.0
|
|
7173
|
-
shiki: 4.0
|
|
7140
|
+
shiki: 4.1.0
|
|
7174
7141
|
smol-toml: 1.6.1
|
|
7175
7142
|
unified: 11.0.5
|
|
7176
7143
|
unist-util-remove-position: 5.0.0
|
|
@@ -7180,15 +7147,15 @@ snapshots:
|
|
|
7180
7147
|
transitivePeerDependencies:
|
|
7181
7148
|
- supports-color
|
|
7182
7149
|
|
|
7183
|
-
'@astrojs/preact@5.1.3(@babel/core@7.29.0)(@types/node@25.
|
|
7150
|
+
'@astrojs/preact@5.1.3(@babel/core@7.29.0)(@types/node@25.9.1)(lightningcss@1.32.0)(preact@10.29.2)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0)':
|
|
7184
7151
|
dependencies:
|
|
7185
7152
|
'@astrojs/internal-helpers': 0.9.1
|
|
7186
|
-
'@preact/preset-vite': 2.10.5(@babel/core@7.29.0)(preact@10.29.
|
|
7187
|
-
'@preact/signals': 2.9.0(preact@10.29.
|
|
7153
|
+
'@preact/preset-vite': 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.4)(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
7154
|
+
'@preact/signals': 2.9.0(preact@10.29.2)
|
|
7188
7155
|
devalue: 5.8.1
|
|
7189
|
-
preact: 10.29.
|
|
7190
|
-
preact-render-to-string: 6.
|
|
7191
|
-
vite: 7.3.3(@types/node@25.
|
|
7156
|
+
preact: 10.29.2
|
|
7157
|
+
preact-render-to-string: 6.7.0(preact@10.29.2)
|
|
7158
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
7192
7159
|
transitivePeerDependencies:
|
|
7193
7160
|
- '@babel/core'
|
|
7194
7161
|
- '@types/node'
|
|
@@ -7209,17 +7176,17 @@ snapshots:
|
|
|
7209
7176
|
dependencies:
|
|
7210
7177
|
prismjs: 1.30.0
|
|
7211
7178
|
|
|
7212
|
-
'@astrojs/react@5.0.5(@types/node@25.
|
|
7179
|
+
'@astrojs/react@5.0.5(@types/node@25.9.1)(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(lightningcss@1.32.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(sass@1.97.3)(yaml@2.9.0)':
|
|
7213
7180
|
dependencies:
|
|
7214
7181
|
'@astrojs/internal-helpers': 0.9.1
|
|
7215
|
-
'@types/react': 19.2.
|
|
7216
|
-
'@types/react-dom': 19.2.3(@types/react@19.2.
|
|
7217
|
-
'@vitejs/plugin-react': 5.2.0(vite@7.3.3(@types/node@25.
|
|
7182
|
+
'@types/react': 19.2.15
|
|
7183
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.15)
|
|
7184
|
+
'@vitejs/plugin-react': 5.2.0(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
7218
7185
|
devalue: 5.8.1
|
|
7219
7186
|
react: 19.2.6
|
|
7220
7187
|
react-dom: 19.2.6(react@19.2.6)
|
|
7221
7188
|
ultrahtml: 1.6.0
|
|
7222
|
-
vite: 7.3.3(@types/node@25.
|
|
7189
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
7223
7190
|
transitivePeerDependencies:
|
|
7224
7191
|
- '@types/node'
|
|
7225
7192
|
- jiti
|
|
@@ -7234,11 +7201,11 @@ snapshots:
|
|
|
7234
7201
|
- tsx
|
|
7235
7202
|
- yaml
|
|
7236
7203
|
|
|
7237
|
-
'@astrojs/solid-js@6.0.1(@testing-library/jest-dom@6.9.1)(@types/node@25.
|
|
7204
|
+
'@astrojs/solid-js@6.0.1(@testing-library/jest-dom@6.9.1)(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(solid-js@1.9.13)(yaml@2.9.0)':
|
|
7238
7205
|
dependencies:
|
|
7239
|
-
solid-js: 1.9.
|
|
7240
|
-
vite: 7.3.3(@types/node@25.
|
|
7241
|
-
vite-plugin-solid: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.
|
|
7206
|
+
solid-js: 1.9.13
|
|
7207
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
7208
|
+
vite-plugin-solid: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
7242
7209
|
transitivePeerDependencies:
|
|
7243
7210
|
- '@testing-library/jest-dom'
|
|
7244
7211
|
- '@types/node'
|
|
@@ -7254,15 +7221,15 @@ snapshots:
|
|
|
7254
7221
|
- tsx
|
|
7255
7222
|
- yaml
|
|
7256
7223
|
|
|
7257
|
-
'@astrojs/svelte@8.1.1(@types/node@25.
|
|
7224
|
+
'@astrojs/svelte@8.1.1(@types/node@25.9.1)(astro@6.3.7(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0))(lightningcss@1.32.0)(sass@1.97.3)(svelte@5.55.9(@typescript-eslint/types@8.59.4))(typescript@5.9.3)(yaml@2.9.0)':
|
|
7258
7225
|
dependencies:
|
|
7259
|
-
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.55.
|
|
7260
|
-
astro: 6.3.
|
|
7261
|
-
svelte: 5.55.
|
|
7262
|
-
svelte2tsx: 0.7.55(svelte@5.55.
|
|
7226
|
+
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
7227
|
+
astro: 6.3.7(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0)
|
|
7228
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
7229
|
+
svelte2tsx: 0.7.55(svelte@5.55.9(@typescript-eslint/types@8.59.4))(typescript@5.9.3)
|
|
7263
7230
|
typescript: 5.9.3
|
|
7264
|
-
vite: 7.3.3(@types/node@25.
|
|
7265
|
-
vitefu: 1.1.3(vite@7.3.3(@types/node@25.
|
|
7231
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
7232
|
+
vitefu: 1.1.3(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
7266
7233
|
transitivePeerDependencies:
|
|
7267
7234
|
- '@types/node'
|
|
7268
7235
|
- jiti
|
|
@@ -7284,14 +7251,14 @@ snapshots:
|
|
|
7284
7251
|
is-wsl: 3.1.1
|
|
7285
7252
|
which-pm-runs: 1.1.0
|
|
7286
7253
|
|
|
7287
|
-
'@astrojs/vue@6.0.1(@types/node@25.
|
|
7254
|
+
'@astrojs/vue@6.0.1(@types/node@25.9.1)(astro@6.3.7(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0))(lightningcss@1.32.0)(sass@1.97.3)(vue@3.5.34(typescript@5.9.3))(yaml@2.9.0)':
|
|
7288
7255
|
dependencies:
|
|
7289
|
-
'@vitejs/plugin-vue': 6.0.
|
|
7290
|
-
'@vitejs/plugin-vue-jsx': 5.1.5(vite@7.3.3(@types/node@25.
|
|
7256
|
+
'@vitejs/plugin-vue': 6.0.7(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3))
|
|
7257
|
+
'@vitejs/plugin-vue-jsx': 5.1.5(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3))
|
|
7291
7258
|
'@vue/compiler-sfc': 3.5.34
|
|
7292
|
-
astro: 6.3.
|
|
7293
|
-
vite: 7.3.3(@types/node@25.
|
|
7294
|
-
vite-plugin-vue-devtools: 8.1.2(vite@7.3.3(@types/node@25.
|
|
7259
|
+
astro: 6.3.7(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0)
|
|
7260
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
7261
|
+
vite-plugin-vue-devtools: 8.1.2(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3))
|
|
7295
7262
|
vue: 3.5.34(typescript@5.9.3)
|
|
7296
7263
|
transitivePeerDependencies:
|
|
7297
7264
|
- '@nuxt/kit'
|
|
@@ -7558,14 +7525,14 @@ snapshots:
|
|
|
7558
7525
|
|
|
7559
7526
|
'@clack/core@1.3.1':
|
|
7560
7527
|
dependencies:
|
|
7561
|
-
fast-wrap-ansi: 0.2.
|
|
7528
|
+
fast-wrap-ansi: 0.2.2
|
|
7562
7529
|
sisteransi: 1.0.5
|
|
7563
7530
|
|
|
7564
7531
|
'@clack/prompts@1.4.0':
|
|
7565
7532
|
dependencies:
|
|
7566
7533
|
'@clack/core': 1.3.1
|
|
7567
7534
|
fast-string-width: 3.0.2
|
|
7568
|
-
fast-wrap-ansi: 0.2.
|
|
7535
|
+
fast-wrap-ansi: 0.2.2
|
|
7569
7536
|
sisteransi: 1.0.5
|
|
7570
7537
|
|
|
7571
7538
|
'@cspotcode/source-map-support@0.8.1':
|
|
@@ -7795,10 +7762,10 @@ snapshots:
|
|
|
7795
7762
|
|
|
7796
7763
|
'@eslint/js@9.39.4': {}
|
|
7797
7764
|
|
|
7798
|
-
'@eslint/markdown@8.0.
|
|
7765
|
+
'@eslint/markdown@8.0.2':
|
|
7799
7766
|
dependencies:
|
|
7800
7767
|
'@eslint/core': 1.2.1
|
|
7801
|
-
'@eslint/plugin-kit': 0.
|
|
7768
|
+
'@eslint/plugin-kit': 0.7.1
|
|
7802
7769
|
github-slugger: 2.0.0
|
|
7803
7770
|
mdast-util-from-markdown: 2.0.3
|
|
7804
7771
|
mdast-util-frontmatter: 2.0.1
|
|
@@ -7818,7 +7785,7 @@ snapshots:
|
|
|
7818
7785
|
'@eslint/core': 0.17.0
|
|
7819
7786
|
levn: 0.4.1
|
|
7820
7787
|
|
|
7821
|
-
'@eslint/plugin-kit@0.
|
|
7788
|
+
'@eslint/plugin-kit@0.7.1':
|
|
7822
7789
|
dependencies:
|
|
7823
7790
|
'@eslint/core': 1.2.1
|
|
7824
7791
|
levn: 0.4.1
|
|
@@ -7828,9 +7795,9 @@ snapshots:
|
|
|
7828
7795
|
'@harperfast/extended-iterable@1.0.3':
|
|
7829
7796
|
optional: true
|
|
7830
7797
|
|
|
7831
|
-
'@hono/node-server@1.19.14(hono@4.12.
|
|
7798
|
+
'@hono/node-server@1.19.14(hono@4.12.22)':
|
|
7832
7799
|
dependencies:
|
|
7833
|
-
hono: 4.12.
|
|
7800
|
+
hono: 4.12.22
|
|
7834
7801
|
|
|
7835
7802
|
'@humanfs/core@0.19.2':
|
|
7836
7803
|
dependencies:
|
|
@@ -7947,128 +7914,128 @@ snapshots:
|
|
|
7947
7914
|
|
|
7948
7915
|
'@inquirer/ansi@1.0.2': {}
|
|
7949
7916
|
|
|
7950
|
-
'@inquirer/checkbox@4.3.2(@types/node@25.
|
|
7917
|
+
'@inquirer/checkbox@4.3.2(@types/node@25.9.1)':
|
|
7951
7918
|
dependencies:
|
|
7952
7919
|
'@inquirer/ansi': 1.0.2
|
|
7953
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7920
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
7954
7921
|
'@inquirer/figures': 1.0.15
|
|
7955
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7922
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
7956
7923
|
yoctocolors-cjs: 2.1.3
|
|
7957
7924
|
optionalDependencies:
|
|
7958
|
-
'@types/node': 25.
|
|
7925
|
+
'@types/node': 25.9.1
|
|
7959
7926
|
|
|
7960
|
-
'@inquirer/confirm@5.1.21(@types/node@25.
|
|
7927
|
+
'@inquirer/confirm@5.1.21(@types/node@25.9.1)':
|
|
7961
7928
|
dependencies:
|
|
7962
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7963
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7929
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
7930
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
7964
7931
|
optionalDependencies:
|
|
7965
|
-
'@types/node': 25.
|
|
7932
|
+
'@types/node': 25.9.1
|
|
7966
7933
|
|
|
7967
|
-
'@inquirer/core@10.3.2(@types/node@25.
|
|
7934
|
+
'@inquirer/core@10.3.2(@types/node@25.9.1)':
|
|
7968
7935
|
dependencies:
|
|
7969
7936
|
'@inquirer/ansi': 1.0.2
|
|
7970
7937
|
'@inquirer/figures': 1.0.15
|
|
7971
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7938
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
7972
7939
|
cli-width: 4.1.0
|
|
7973
7940
|
mute-stream: 2.0.0
|
|
7974
7941
|
signal-exit: 4.1.0
|
|
7975
7942
|
wrap-ansi: 6.2.0
|
|
7976
7943
|
yoctocolors-cjs: 2.1.3
|
|
7977
7944
|
optionalDependencies:
|
|
7978
|
-
'@types/node': 25.
|
|
7945
|
+
'@types/node': 25.9.1
|
|
7979
7946
|
|
|
7980
|
-
'@inquirer/editor@4.2.23(@types/node@25.
|
|
7947
|
+
'@inquirer/editor@4.2.23(@types/node@25.9.1)':
|
|
7981
7948
|
dependencies:
|
|
7982
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7983
|
-
'@inquirer/external-editor': 1.0.3(@types/node@25.
|
|
7984
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7949
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
7950
|
+
'@inquirer/external-editor': 1.0.3(@types/node@25.9.1)
|
|
7951
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
7985
7952
|
optionalDependencies:
|
|
7986
|
-
'@types/node': 25.
|
|
7953
|
+
'@types/node': 25.9.1
|
|
7987
7954
|
|
|
7988
|
-
'@inquirer/expand@4.0.23(@types/node@25.
|
|
7955
|
+
'@inquirer/expand@4.0.23(@types/node@25.9.1)':
|
|
7989
7956
|
dependencies:
|
|
7990
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
7991
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7957
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
7958
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
7992
7959
|
yoctocolors-cjs: 2.1.3
|
|
7993
7960
|
optionalDependencies:
|
|
7994
|
-
'@types/node': 25.
|
|
7961
|
+
'@types/node': 25.9.1
|
|
7995
7962
|
|
|
7996
|
-
'@inquirer/external-editor@1.0.3(@types/node@25.
|
|
7963
|
+
'@inquirer/external-editor@1.0.3(@types/node@25.9.1)':
|
|
7997
7964
|
dependencies:
|
|
7998
7965
|
chardet: 2.1.1
|
|
7999
7966
|
iconv-lite: 0.7.2
|
|
8000
7967
|
optionalDependencies:
|
|
8001
|
-
'@types/node': 25.
|
|
7968
|
+
'@types/node': 25.9.1
|
|
8002
7969
|
|
|
8003
7970
|
'@inquirer/figures@1.0.15': {}
|
|
8004
7971
|
|
|
8005
|
-
'@inquirer/input@4.3.1(@types/node@25.
|
|
7972
|
+
'@inquirer/input@4.3.1(@types/node@25.9.1)':
|
|
8006
7973
|
dependencies:
|
|
8007
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
8008
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7974
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
7975
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
8009
7976
|
optionalDependencies:
|
|
8010
|
-
'@types/node': 25.
|
|
7977
|
+
'@types/node': 25.9.1
|
|
8011
7978
|
|
|
8012
|
-
'@inquirer/number@3.0.23(@types/node@25.
|
|
7979
|
+
'@inquirer/number@3.0.23(@types/node@25.9.1)':
|
|
8013
7980
|
dependencies:
|
|
8014
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
8015
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7981
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
7982
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
8016
7983
|
optionalDependencies:
|
|
8017
|
-
'@types/node': 25.
|
|
7984
|
+
'@types/node': 25.9.1
|
|
8018
7985
|
|
|
8019
|
-
'@inquirer/password@4.0.23(@types/node@25.
|
|
7986
|
+
'@inquirer/password@4.0.23(@types/node@25.9.1)':
|
|
8020
7987
|
dependencies:
|
|
8021
7988
|
'@inquirer/ansi': 1.0.2
|
|
8022
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
8023
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
7989
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
7990
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
8024
7991
|
optionalDependencies:
|
|
8025
|
-
'@types/node': 25.
|
|
8026
|
-
|
|
8027
|
-
'@inquirer/prompts@7.10.1(@types/node@25.
|
|
8028
|
-
dependencies:
|
|
8029
|
-
'@inquirer/checkbox': 4.3.2(@types/node@25.
|
|
8030
|
-
'@inquirer/confirm': 5.1.21(@types/node@25.
|
|
8031
|
-
'@inquirer/editor': 4.2.23(@types/node@25.
|
|
8032
|
-
'@inquirer/expand': 4.0.23(@types/node@25.
|
|
8033
|
-
'@inquirer/input': 4.3.1(@types/node@25.
|
|
8034
|
-
'@inquirer/number': 3.0.23(@types/node@25.
|
|
8035
|
-
'@inquirer/password': 4.0.23(@types/node@25.
|
|
8036
|
-
'@inquirer/rawlist': 4.1.11(@types/node@25.
|
|
8037
|
-
'@inquirer/search': 3.2.2(@types/node@25.
|
|
8038
|
-
'@inquirer/select': 4.4.2(@types/node@25.
|
|
7992
|
+
'@types/node': 25.9.1
|
|
7993
|
+
|
|
7994
|
+
'@inquirer/prompts@7.10.1(@types/node@25.9.1)':
|
|
7995
|
+
dependencies:
|
|
7996
|
+
'@inquirer/checkbox': 4.3.2(@types/node@25.9.1)
|
|
7997
|
+
'@inquirer/confirm': 5.1.21(@types/node@25.9.1)
|
|
7998
|
+
'@inquirer/editor': 4.2.23(@types/node@25.9.1)
|
|
7999
|
+
'@inquirer/expand': 4.0.23(@types/node@25.9.1)
|
|
8000
|
+
'@inquirer/input': 4.3.1(@types/node@25.9.1)
|
|
8001
|
+
'@inquirer/number': 3.0.23(@types/node@25.9.1)
|
|
8002
|
+
'@inquirer/password': 4.0.23(@types/node@25.9.1)
|
|
8003
|
+
'@inquirer/rawlist': 4.1.11(@types/node@25.9.1)
|
|
8004
|
+
'@inquirer/search': 3.2.2(@types/node@25.9.1)
|
|
8005
|
+
'@inquirer/select': 4.4.2(@types/node@25.9.1)
|
|
8039
8006
|
optionalDependencies:
|
|
8040
|
-
'@types/node': 25.
|
|
8007
|
+
'@types/node': 25.9.1
|
|
8041
8008
|
|
|
8042
|
-
'@inquirer/rawlist@4.1.11(@types/node@25.
|
|
8009
|
+
'@inquirer/rawlist@4.1.11(@types/node@25.9.1)':
|
|
8043
8010
|
dependencies:
|
|
8044
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
8045
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
8011
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
8012
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
8046
8013
|
yoctocolors-cjs: 2.1.3
|
|
8047
8014
|
optionalDependencies:
|
|
8048
|
-
'@types/node': 25.
|
|
8015
|
+
'@types/node': 25.9.1
|
|
8049
8016
|
|
|
8050
|
-
'@inquirer/search@3.2.2(@types/node@25.
|
|
8017
|
+
'@inquirer/search@3.2.2(@types/node@25.9.1)':
|
|
8051
8018
|
dependencies:
|
|
8052
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
8019
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
8053
8020
|
'@inquirer/figures': 1.0.15
|
|
8054
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
8021
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
8055
8022
|
yoctocolors-cjs: 2.1.3
|
|
8056
8023
|
optionalDependencies:
|
|
8057
|
-
'@types/node': 25.
|
|
8024
|
+
'@types/node': 25.9.1
|
|
8058
8025
|
|
|
8059
|
-
'@inquirer/select@4.4.2(@types/node@25.
|
|
8026
|
+
'@inquirer/select@4.4.2(@types/node@25.9.1)':
|
|
8060
8027
|
dependencies:
|
|
8061
8028
|
'@inquirer/ansi': 1.0.2
|
|
8062
|
-
'@inquirer/core': 10.3.2(@types/node@25.
|
|
8029
|
+
'@inquirer/core': 10.3.2(@types/node@25.9.1)
|
|
8063
8030
|
'@inquirer/figures': 1.0.15
|
|
8064
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
8031
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
8065
8032
|
yoctocolors-cjs: 2.1.3
|
|
8066
8033
|
optionalDependencies:
|
|
8067
|
-
'@types/node': 25.
|
|
8034
|
+
'@types/node': 25.9.1
|
|
8068
8035
|
|
|
8069
|
-
'@inquirer/type@3.0.10(@types/node@25.
|
|
8036
|
+
'@inquirer/type@3.0.10(@types/node@25.9.1)':
|
|
8070
8037
|
optionalDependencies:
|
|
8071
|
-
'@types/node': 25.
|
|
8038
|
+
'@types/node': 25.9.1
|
|
8072
8039
|
|
|
8073
8040
|
'@isaacs/cliui@8.0.2':
|
|
8074
8041
|
dependencies:
|
|
@@ -8109,10 +8076,10 @@ snapshots:
|
|
|
8109
8076
|
'@jridgewell/resolve-uri': 3.1.2
|
|
8110
8077
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
8111
8078
|
|
|
8112
|
-
'@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@25.
|
|
8079
|
+
'@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@25.9.1))(@types/node@25.9.1)(listr2@9.0.5)':
|
|
8113
8080
|
dependencies:
|
|
8114
|
-
'@inquirer/prompts': 7.10.1(@types/node@25.
|
|
8115
|
-
'@inquirer/type': 3.0.10(@types/node@25.
|
|
8081
|
+
'@inquirer/prompts': 7.10.1(@types/node@25.9.1)
|
|
8082
|
+
'@inquirer/type': 3.0.10(@types/node@25.9.1)
|
|
8116
8083
|
listr2: 9.0.5
|
|
8117
8084
|
transitivePeerDependencies:
|
|
8118
8085
|
- '@types/node'
|
|
@@ -8144,7 +8111,7 @@ snapshots:
|
|
|
8144
8111
|
|
|
8145
8112
|
'@modelcontextprotocol/sdk@1.26.0(zod@4.3.6)':
|
|
8146
8113
|
dependencies:
|
|
8147
|
-
'@hono/node-server': 1.19.14(hono@4.12.
|
|
8114
|
+
'@hono/node-server': 1.19.14(hono@4.12.22)
|
|
8148
8115
|
ajv: 8.20.0
|
|
8149
8116
|
ajv-formats: 3.0.1(ajv@8.20.0)
|
|
8150
8117
|
content-type: 1.0.5
|
|
@@ -8153,8 +8120,8 @@ snapshots:
|
|
|
8153
8120
|
eventsource: 3.0.7
|
|
8154
8121
|
eventsource-parser: 3.0.8
|
|
8155
8122
|
express: 5.2.1
|
|
8156
|
-
express-rate-limit: 8.5.
|
|
8157
|
-
hono: 4.12.
|
|
8123
|
+
express-rate-limit: 8.5.2(express@5.2.1)
|
|
8124
|
+
hono: 4.12.22
|
|
8158
8125
|
jose: 6.2.3
|
|
8159
8126
|
json-schema-typed: 8.0.2
|
|
8160
8127
|
pkce-challenge: 5.0.1
|
|
@@ -8182,20 +8149,20 @@ snapshots:
|
|
|
8182
8149
|
'@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
|
|
8183
8150
|
optional: true
|
|
8184
8151
|
|
|
8185
|
-
'@nanostores/preact@1.1.0(nanostores@1.3.0)(preact@10.29.
|
|
8152
|
+
'@nanostores/preact@1.1.0(nanostores@1.3.0)(preact@10.29.2)':
|
|
8186
8153
|
dependencies:
|
|
8187
8154
|
nanostores: 1.3.0
|
|
8188
|
-
preact: 10.29.
|
|
8155
|
+
preact: 10.29.2
|
|
8189
8156
|
|
|
8190
8157
|
'@nanostores/react@1.1.0(nanostores@1.3.0)(react@19.2.6)':
|
|
8191
8158
|
dependencies:
|
|
8192
8159
|
nanostores: 1.3.0
|
|
8193
8160
|
react: 19.2.6
|
|
8194
8161
|
|
|
8195
|
-
'@nanostores/solid@1.1.1(nanostores@1.3.0)(solid-js@1.9.
|
|
8162
|
+
'@nanostores/solid@1.1.1(nanostores@1.3.0)(solid-js@1.9.13)':
|
|
8196
8163
|
dependencies:
|
|
8197
8164
|
nanostores: 1.3.0
|
|
8198
|
-
solid-js: 1.9.
|
|
8165
|
+
solid-js: 1.9.13
|
|
8199
8166
|
|
|
8200
8167
|
'@nanostores/vue@1.1.0(nanostores@1.3.0)(vue@3.5.34(typescript@5.9.3))':
|
|
8201
8168
|
dependencies:
|
|
@@ -8306,7 +8273,7 @@ snapshots:
|
|
|
8306
8273
|
agent-base: 7.1.4
|
|
8307
8274
|
http-proxy-agent: 7.0.2
|
|
8308
8275
|
https-proxy-agent: 7.0.6
|
|
8309
|
-
lru-cache: 11.
|
|
8276
|
+
lru-cache: 11.5.0
|
|
8310
8277
|
socks-proxy-agent: 8.0.5
|
|
8311
8278
|
transitivePeerDependencies:
|
|
8312
8279
|
- supports-color
|
|
@@ -8320,7 +8287,7 @@ snapshots:
|
|
|
8320
8287
|
'@gar/promise-retry': 1.0.3
|
|
8321
8288
|
'@npmcli/promise-spawn': 9.0.1
|
|
8322
8289
|
ini: 6.0.0
|
|
8323
|
-
lru-cache: 11.
|
|
8290
|
+
lru-cache: 11.5.0
|
|
8324
8291
|
npm-pick-manifest: 11.0.3
|
|
8325
8292
|
proc-log: 6.1.0
|
|
8326
8293
|
semver: 7.7.4
|
|
@@ -8426,13 +8393,13 @@ snapshots:
|
|
|
8426
8393
|
'@oxc-parser/binding-win32-x64-msvc@0.121.0':
|
|
8427
8394
|
optional: true
|
|
8428
8395
|
|
|
8429
|
-
'@oxc-project/runtime@0.
|
|
8396
|
+
'@oxc-project/runtime@0.132.0': {}
|
|
8430
8397
|
|
|
8431
8398
|
'@oxc-project/types@0.113.0': {}
|
|
8432
8399
|
|
|
8433
8400
|
'@oxc-project/types@0.121.0': {}
|
|
8434
8401
|
|
|
8435
|
-
'@oxc-project/types@0.
|
|
8402
|
+
'@oxc-project/types@0.132.0': {}
|
|
8436
8403
|
|
|
8437
8404
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
8438
8405
|
optional: true
|
|
@@ -8506,38 +8473,38 @@ snapshots:
|
|
|
8506
8473
|
|
|
8507
8474
|
'@polka/url@1.0.0-next.29': {}
|
|
8508
8475
|
|
|
8509
|
-
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.
|
|
8476
|
+
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.4)(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))':
|
|
8510
8477
|
dependencies:
|
|
8511
8478
|
'@babel/core': 7.29.0
|
|
8512
8479
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
8513
8480
|
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
8514
|
-
'@prefresh/vite': 2.4.12(preact@10.29.
|
|
8515
|
-
'@rollup/pluginutils': 5.3.0(rollup@4.60.
|
|
8481
|
+
'@prefresh/vite': 2.4.12(preact@10.29.2)(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
8482
|
+
'@rollup/pluginutils': 5.3.0(rollup@4.60.4)
|
|
8516
8483
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
8517
8484
|
debug: 4.4.3
|
|
8518
8485
|
magic-string: 0.30.21
|
|
8519
8486
|
picocolors: 1.1.1
|
|
8520
|
-
vite: 7.3.3(@types/node@25.
|
|
8521
|
-
vite-prerender-plugin: 0.5.13(vite@7.3.3(@types/node@25.
|
|
8487
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
8488
|
+
vite-prerender-plugin: 0.5.13(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
8522
8489
|
zimmerframe: 1.1.4
|
|
8523
8490
|
transitivePeerDependencies:
|
|
8524
8491
|
- preact
|
|
8525
8492
|
- rollup
|
|
8526
8493
|
- supports-color
|
|
8527
8494
|
|
|
8528
|
-
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.
|
|
8495
|
+
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.4)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))':
|
|
8529
8496
|
dependencies:
|
|
8530
8497
|
'@babel/core': 7.29.0
|
|
8531
8498
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
8532
8499
|
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
8533
|
-
'@prefresh/vite': 2.4.12(preact@10.29.
|
|
8534
|
-
'@rollup/pluginutils': 5.3.0(rollup@4.60.
|
|
8500
|
+
'@prefresh/vite': 2.4.12(preact@10.29.2)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
8501
|
+
'@rollup/pluginutils': 5.3.0(rollup@4.60.4)
|
|
8535
8502
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
8536
8503
|
debug: 4.4.3
|
|
8537
8504
|
magic-string: 0.30.21
|
|
8538
8505
|
picocolors: 1.1.1
|
|
8539
|
-
vite: 8.0.
|
|
8540
|
-
vite-prerender-plugin: 0.5.13(vite@8.0.
|
|
8506
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
8507
|
+
vite-prerender-plugin: 0.5.13(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
8541
8508
|
zimmerframe: 1.1.4
|
|
8542
8509
|
transitivePeerDependencies:
|
|
8543
8510
|
- preact
|
|
@@ -8546,107 +8513,107 @@ snapshots:
|
|
|
8546
8513
|
|
|
8547
8514
|
'@preact/signals-core@1.14.2': {}
|
|
8548
8515
|
|
|
8549
|
-
'@preact/signals@2.9.0(preact@10.29.
|
|
8516
|
+
'@preact/signals@2.9.0(preact@10.29.2)':
|
|
8550
8517
|
dependencies:
|
|
8551
8518
|
'@preact/signals-core': 1.14.2
|
|
8552
|
-
preact: 10.29.
|
|
8519
|
+
preact: 10.29.2
|
|
8553
8520
|
|
|
8554
8521
|
'@prefresh/babel-plugin@0.5.3': {}
|
|
8555
8522
|
|
|
8556
|
-
'@prefresh/core@1.5.10(preact@10.29.
|
|
8523
|
+
'@prefresh/core@1.5.10(preact@10.29.2)':
|
|
8557
8524
|
dependencies:
|
|
8558
|
-
preact: 10.29.
|
|
8525
|
+
preact: 10.29.2
|
|
8559
8526
|
|
|
8560
8527
|
'@prefresh/utils@1.2.1': {}
|
|
8561
8528
|
|
|
8562
|
-
'@prefresh/vite@2.4.12(preact@10.29.
|
|
8529
|
+
'@prefresh/vite@2.4.12(preact@10.29.2)(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))':
|
|
8563
8530
|
dependencies:
|
|
8564
8531
|
'@babel/core': 7.29.0
|
|
8565
8532
|
'@prefresh/babel-plugin': 0.5.3
|
|
8566
|
-
'@prefresh/core': 1.5.10(preact@10.29.
|
|
8533
|
+
'@prefresh/core': 1.5.10(preact@10.29.2)
|
|
8567
8534
|
'@prefresh/utils': 1.2.1
|
|
8568
8535
|
'@rollup/pluginutils': 4.2.1
|
|
8569
|
-
preact: 10.29.
|
|
8570
|
-
vite: 7.3.3(@types/node@25.
|
|
8536
|
+
preact: 10.29.2
|
|
8537
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
8571
8538
|
transitivePeerDependencies:
|
|
8572
8539
|
- supports-color
|
|
8573
8540
|
|
|
8574
|
-
'@prefresh/vite@2.4.12(preact@10.29.
|
|
8541
|
+
'@prefresh/vite@2.4.12(preact@10.29.2)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))':
|
|
8575
8542
|
dependencies:
|
|
8576
8543
|
'@babel/core': 7.29.0
|
|
8577
8544
|
'@prefresh/babel-plugin': 0.5.3
|
|
8578
|
-
'@prefresh/core': 1.5.10(preact@10.29.
|
|
8545
|
+
'@prefresh/core': 1.5.10(preact@10.29.2)
|
|
8579
8546
|
'@prefresh/utils': 1.2.1
|
|
8580
8547
|
'@rollup/pluginutils': 4.2.1
|
|
8581
|
-
preact: 10.29.
|
|
8582
|
-
vite: 8.0.
|
|
8548
|
+
preact: 10.29.2
|
|
8549
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
8583
8550
|
transitivePeerDependencies:
|
|
8584
8551
|
- supports-color
|
|
8585
8552
|
|
|
8586
8553
|
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
8587
8554
|
optional: true
|
|
8588
8555
|
|
|
8589
|
-
'@rolldown/binding-android-arm64@1.0.
|
|
8556
|
+
'@rolldown/binding-android-arm64@1.0.2':
|
|
8590
8557
|
optional: true
|
|
8591
8558
|
|
|
8592
8559
|
'@rolldown/binding-darwin-arm64@1.0.0-rc.4':
|
|
8593
8560
|
optional: true
|
|
8594
8561
|
|
|
8595
|
-
'@rolldown/binding-darwin-arm64@1.0.
|
|
8562
|
+
'@rolldown/binding-darwin-arm64@1.0.2':
|
|
8596
8563
|
optional: true
|
|
8597
8564
|
|
|
8598
8565
|
'@rolldown/binding-darwin-x64@1.0.0-rc.4':
|
|
8599
8566
|
optional: true
|
|
8600
8567
|
|
|
8601
|
-
'@rolldown/binding-darwin-x64@1.0.
|
|
8568
|
+
'@rolldown/binding-darwin-x64@1.0.2':
|
|
8602
8569
|
optional: true
|
|
8603
8570
|
|
|
8604
8571
|
'@rolldown/binding-freebsd-x64@1.0.0-rc.4':
|
|
8605
8572
|
optional: true
|
|
8606
8573
|
|
|
8607
|
-
'@rolldown/binding-freebsd-x64@1.0.
|
|
8574
|
+
'@rolldown/binding-freebsd-x64@1.0.2':
|
|
8608
8575
|
optional: true
|
|
8609
8576
|
|
|
8610
8577
|
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
|
|
8611
8578
|
optional: true
|
|
8612
8579
|
|
|
8613
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.0.
|
|
8580
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.2':
|
|
8614
8581
|
optional: true
|
|
8615
8582
|
|
|
8616
8583
|
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
|
|
8617
8584
|
optional: true
|
|
8618
8585
|
|
|
8619
|
-
'@rolldown/binding-linux-arm64-gnu@1.0.
|
|
8586
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.2':
|
|
8620
8587
|
optional: true
|
|
8621
8588
|
|
|
8622
8589
|
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
|
|
8623
8590
|
optional: true
|
|
8624
8591
|
|
|
8625
|
-
'@rolldown/binding-linux-arm64-musl@1.0.
|
|
8592
|
+
'@rolldown/binding-linux-arm64-musl@1.0.2':
|
|
8626
8593
|
optional: true
|
|
8627
8594
|
|
|
8628
|
-
'@rolldown/binding-linux-ppc64-gnu@1.0.
|
|
8595
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.2':
|
|
8629
8596
|
optional: true
|
|
8630
8597
|
|
|
8631
|
-
'@rolldown/binding-linux-s390x-gnu@1.0.
|
|
8598
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.2':
|
|
8632
8599
|
optional: true
|
|
8633
8600
|
|
|
8634
8601
|
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
|
|
8635
8602
|
optional: true
|
|
8636
8603
|
|
|
8637
|
-
'@rolldown/binding-linux-x64-gnu@1.0.
|
|
8604
|
+
'@rolldown/binding-linux-x64-gnu@1.0.2':
|
|
8638
8605
|
optional: true
|
|
8639
8606
|
|
|
8640
8607
|
'@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
|
|
8641
8608
|
optional: true
|
|
8642
8609
|
|
|
8643
|
-
'@rolldown/binding-linux-x64-musl@1.0.
|
|
8610
|
+
'@rolldown/binding-linux-x64-musl@1.0.2':
|
|
8644
8611
|
optional: true
|
|
8645
8612
|
|
|
8646
8613
|
'@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
|
|
8647
8614
|
optional: true
|
|
8648
8615
|
|
|
8649
|
-
'@rolldown/binding-openharmony-arm64@1.0.
|
|
8616
|
+
'@rolldown/binding-openharmony-arm64@1.0.2':
|
|
8650
8617
|
optional: true
|
|
8651
8618
|
|
|
8652
8619
|
'@rolldown/binding-wasm32-wasi@1.0.0-rc.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)':
|
|
@@ -8657,7 +8624,7 @@ snapshots:
|
|
|
8657
8624
|
- '@emnapi/runtime'
|
|
8658
8625
|
optional: true
|
|
8659
8626
|
|
|
8660
|
-
'@rolldown/binding-wasm32-wasi@1.0.
|
|
8627
|
+
'@rolldown/binding-wasm32-wasi@1.0.2':
|
|
8661
8628
|
dependencies:
|
|
8662
8629
|
'@emnapi/core': 1.10.0
|
|
8663
8630
|
'@emnapi/runtime': 1.10.0
|
|
@@ -8667,19 +8634,15 @@ snapshots:
|
|
|
8667
8634
|
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
|
|
8668
8635
|
optional: true
|
|
8669
8636
|
|
|
8670
|
-
'@rolldown/binding-win32-arm64-msvc@1.0.
|
|
8637
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.2':
|
|
8671
8638
|
optional: true
|
|
8672
8639
|
|
|
8673
8640
|
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
|
|
8674
8641
|
optional: true
|
|
8675
8642
|
|
|
8676
|
-
'@rolldown/binding-win32-x64-msvc@1.0.
|
|
8643
|
+
'@rolldown/binding-win32-x64-msvc@1.0.2':
|
|
8677
8644
|
optional: true
|
|
8678
8645
|
|
|
8679
|
-
'@rolldown/pluginutils@1.0.0': {}
|
|
8680
|
-
|
|
8681
|
-
'@rolldown/pluginutils@1.0.0-rc.13': {}
|
|
8682
|
-
|
|
8683
8646
|
'@rolldown/pluginutils@1.0.0-rc.3': {}
|
|
8684
8647
|
|
|
8685
8648
|
'@rolldown/pluginutils@1.0.0-rc.4': {}
|
|
@@ -8691,133 +8654,133 @@ snapshots:
|
|
|
8691
8654
|
estree-walker: 2.0.2
|
|
8692
8655
|
picomatch: 2.3.2
|
|
8693
8656
|
|
|
8694
|
-
'@rollup/pluginutils@5.3.0(rollup@4.60.
|
|
8657
|
+
'@rollup/pluginutils@5.3.0(rollup@4.60.4)':
|
|
8695
8658
|
dependencies:
|
|
8696
8659
|
'@types/estree': 1.0.9
|
|
8697
8660
|
estree-walker: 2.0.2
|
|
8698
8661
|
picomatch: 4.0.4
|
|
8699
8662
|
optionalDependencies:
|
|
8700
|
-
rollup: 4.60.
|
|
8663
|
+
rollup: 4.60.4
|
|
8701
8664
|
|
|
8702
|
-
'@rollup/rollup-android-arm-eabi@4.60.
|
|
8665
|
+
'@rollup/rollup-android-arm-eabi@4.60.4':
|
|
8703
8666
|
optional: true
|
|
8704
8667
|
|
|
8705
|
-
'@rollup/rollup-android-arm64@4.60.
|
|
8668
|
+
'@rollup/rollup-android-arm64@4.60.4':
|
|
8706
8669
|
optional: true
|
|
8707
8670
|
|
|
8708
|
-
'@rollup/rollup-darwin-arm64@4.60.
|
|
8671
|
+
'@rollup/rollup-darwin-arm64@4.60.4':
|
|
8709
8672
|
optional: true
|
|
8710
8673
|
|
|
8711
|
-
'@rollup/rollup-darwin-x64@4.60.
|
|
8674
|
+
'@rollup/rollup-darwin-x64@4.60.4':
|
|
8712
8675
|
optional: true
|
|
8713
8676
|
|
|
8714
|
-
'@rollup/rollup-freebsd-arm64@4.60.
|
|
8677
|
+
'@rollup/rollup-freebsd-arm64@4.60.4':
|
|
8715
8678
|
optional: true
|
|
8716
8679
|
|
|
8717
|
-
'@rollup/rollup-freebsd-x64@4.60.
|
|
8680
|
+
'@rollup/rollup-freebsd-x64@4.60.4':
|
|
8718
8681
|
optional: true
|
|
8719
8682
|
|
|
8720
|
-
'@rollup/rollup-linux-arm-gnueabihf@4.60.
|
|
8683
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.60.4':
|
|
8721
8684
|
optional: true
|
|
8722
8685
|
|
|
8723
|
-
'@rollup/rollup-linux-arm-musleabihf@4.60.
|
|
8686
|
+
'@rollup/rollup-linux-arm-musleabihf@4.60.4':
|
|
8724
8687
|
optional: true
|
|
8725
8688
|
|
|
8726
|
-
'@rollup/rollup-linux-arm64-gnu@4.60.
|
|
8689
|
+
'@rollup/rollup-linux-arm64-gnu@4.60.4':
|
|
8727
8690
|
optional: true
|
|
8728
8691
|
|
|
8729
|
-
'@rollup/rollup-linux-arm64-musl@4.60.
|
|
8692
|
+
'@rollup/rollup-linux-arm64-musl@4.60.4':
|
|
8730
8693
|
optional: true
|
|
8731
8694
|
|
|
8732
|
-
'@rollup/rollup-linux-loong64-gnu@4.60.
|
|
8695
|
+
'@rollup/rollup-linux-loong64-gnu@4.60.4':
|
|
8733
8696
|
optional: true
|
|
8734
8697
|
|
|
8735
|
-
'@rollup/rollup-linux-loong64-musl@4.60.
|
|
8698
|
+
'@rollup/rollup-linux-loong64-musl@4.60.4':
|
|
8736
8699
|
optional: true
|
|
8737
8700
|
|
|
8738
|
-
'@rollup/rollup-linux-ppc64-gnu@4.60.
|
|
8701
|
+
'@rollup/rollup-linux-ppc64-gnu@4.60.4':
|
|
8739
8702
|
optional: true
|
|
8740
8703
|
|
|
8741
|
-
'@rollup/rollup-linux-ppc64-musl@4.60.
|
|
8704
|
+
'@rollup/rollup-linux-ppc64-musl@4.60.4':
|
|
8742
8705
|
optional: true
|
|
8743
8706
|
|
|
8744
|
-
'@rollup/rollup-linux-riscv64-gnu@4.60.
|
|
8707
|
+
'@rollup/rollup-linux-riscv64-gnu@4.60.4':
|
|
8745
8708
|
optional: true
|
|
8746
8709
|
|
|
8747
|
-
'@rollup/rollup-linux-riscv64-musl@4.60.
|
|
8710
|
+
'@rollup/rollup-linux-riscv64-musl@4.60.4':
|
|
8748
8711
|
optional: true
|
|
8749
8712
|
|
|
8750
|
-
'@rollup/rollup-linux-s390x-gnu@4.60.
|
|
8713
|
+
'@rollup/rollup-linux-s390x-gnu@4.60.4':
|
|
8751
8714
|
optional: true
|
|
8752
8715
|
|
|
8753
|
-
'@rollup/rollup-linux-x64-gnu@4.60.
|
|
8716
|
+
'@rollup/rollup-linux-x64-gnu@4.60.4':
|
|
8754
8717
|
optional: true
|
|
8755
8718
|
|
|
8756
|
-
'@rollup/rollup-linux-x64-musl@4.60.
|
|
8719
|
+
'@rollup/rollup-linux-x64-musl@4.60.4':
|
|
8757
8720
|
optional: true
|
|
8758
8721
|
|
|
8759
|
-
'@rollup/rollup-openbsd-x64@4.60.
|
|
8722
|
+
'@rollup/rollup-openbsd-x64@4.60.4':
|
|
8760
8723
|
optional: true
|
|
8761
8724
|
|
|
8762
|
-
'@rollup/rollup-openharmony-arm64@4.60.
|
|
8725
|
+
'@rollup/rollup-openharmony-arm64@4.60.4':
|
|
8763
8726
|
optional: true
|
|
8764
8727
|
|
|
8765
|
-
'@rollup/rollup-win32-arm64-msvc@4.60.
|
|
8728
|
+
'@rollup/rollup-win32-arm64-msvc@4.60.4':
|
|
8766
8729
|
optional: true
|
|
8767
8730
|
|
|
8768
|
-
'@rollup/rollup-win32-ia32-msvc@4.60.
|
|
8731
|
+
'@rollup/rollup-win32-ia32-msvc@4.60.4':
|
|
8769
8732
|
optional: true
|
|
8770
8733
|
|
|
8771
|
-
'@rollup/rollup-win32-x64-gnu@4.60.
|
|
8734
|
+
'@rollup/rollup-win32-x64-gnu@4.60.4':
|
|
8772
8735
|
optional: true
|
|
8773
8736
|
|
|
8774
|
-
'@rollup/rollup-win32-x64-msvc@4.60.
|
|
8737
|
+
'@rollup/rollup-win32-x64-msvc@4.60.4':
|
|
8775
8738
|
optional: true
|
|
8776
8739
|
|
|
8777
8740
|
'@rtsao/scc@1.1.0': {}
|
|
8778
8741
|
|
|
8779
|
-
'@schematics/angular@21.2.
|
|
8742
|
+
'@schematics/angular@21.2.12(chokidar@5.0.0)':
|
|
8780
8743
|
dependencies:
|
|
8781
|
-
'@angular-devkit/core': 21.2.
|
|
8782
|
-
'@angular-devkit/schematics': 21.2.
|
|
8744
|
+
'@angular-devkit/core': 21.2.12(chokidar@5.0.0)
|
|
8745
|
+
'@angular-devkit/schematics': 21.2.12(chokidar@5.0.0)
|
|
8783
8746
|
jsonc-parser: 3.3.1
|
|
8784
8747
|
transitivePeerDependencies:
|
|
8785
8748
|
- chokidar
|
|
8786
8749
|
|
|
8787
|
-
'@shikijs/core@4.0
|
|
8750
|
+
'@shikijs/core@4.1.0':
|
|
8788
8751
|
dependencies:
|
|
8789
|
-
'@shikijs/primitive': 4.0
|
|
8790
|
-
'@shikijs/types': 4.0
|
|
8752
|
+
'@shikijs/primitive': 4.1.0
|
|
8753
|
+
'@shikijs/types': 4.1.0
|
|
8791
8754
|
'@shikijs/vscode-textmate': 10.0.2
|
|
8792
8755
|
'@types/hast': 3.0.4
|
|
8793
8756
|
hast-util-to-html: 9.0.5
|
|
8794
8757
|
|
|
8795
|
-
'@shikijs/engine-javascript@4.0
|
|
8758
|
+
'@shikijs/engine-javascript@4.1.0':
|
|
8796
8759
|
dependencies:
|
|
8797
|
-
'@shikijs/types': 4.0
|
|
8760
|
+
'@shikijs/types': 4.1.0
|
|
8798
8761
|
'@shikijs/vscode-textmate': 10.0.2
|
|
8799
8762
|
oniguruma-to-es: 4.3.6
|
|
8800
8763
|
|
|
8801
|
-
'@shikijs/engine-oniguruma@4.0
|
|
8764
|
+
'@shikijs/engine-oniguruma@4.1.0':
|
|
8802
8765
|
dependencies:
|
|
8803
|
-
'@shikijs/types': 4.0
|
|
8766
|
+
'@shikijs/types': 4.1.0
|
|
8804
8767
|
'@shikijs/vscode-textmate': 10.0.2
|
|
8805
8768
|
|
|
8806
|
-
'@shikijs/langs@4.0
|
|
8769
|
+
'@shikijs/langs@4.1.0':
|
|
8807
8770
|
dependencies:
|
|
8808
|
-
'@shikijs/types': 4.0
|
|
8771
|
+
'@shikijs/types': 4.1.0
|
|
8809
8772
|
|
|
8810
|
-
'@shikijs/primitive@4.0
|
|
8773
|
+
'@shikijs/primitive@4.1.0':
|
|
8811
8774
|
dependencies:
|
|
8812
|
-
'@shikijs/types': 4.0
|
|
8775
|
+
'@shikijs/types': 4.1.0
|
|
8813
8776
|
'@shikijs/vscode-textmate': 10.0.2
|
|
8814
8777
|
'@types/hast': 3.0.4
|
|
8815
8778
|
|
|
8816
|
-
'@shikijs/themes@4.0
|
|
8779
|
+
'@shikijs/themes@4.1.0':
|
|
8817
8780
|
dependencies:
|
|
8818
|
-
'@shikijs/types': 4.0
|
|
8781
|
+
'@shikijs/types': 4.1.0
|
|
8819
8782
|
|
|
8820
|
-
'@shikijs/types@4.0
|
|
8783
|
+
'@shikijs/types@4.1.0':
|
|
8821
8784
|
dependencies:
|
|
8822
8785
|
'@shikijs/vscode-textmate': 10.0.2
|
|
8823
8786
|
'@types/hast': 3.0.4
|
|
@@ -8828,7 +8791,7 @@ snapshots:
|
|
|
8828
8791
|
dependencies:
|
|
8829
8792
|
'@sigstore/protobuf-specs': 0.5.1
|
|
8830
8793
|
|
|
8831
|
-
'@sigstore/core@3.2.
|
|
8794
|
+
'@sigstore/core@3.2.1': {}
|
|
8832
8795
|
|
|
8833
8796
|
'@sigstore/protobuf-specs@0.5.1': {}
|
|
8834
8797
|
|
|
@@ -8836,7 +8799,7 @@ snapshots:
|
|
|
8836
8799
|
dependencies:
|
|
8837
8800
|
'@gar/promise-retry': 1.0.3
|
|
8838
8801
|
'@sigstore/bundle': 4.0.0
|
|
8839
|
-
'@sigstore/core': 3.2.
|
|
8802
|
+
'@sigstore/core': 3.2.1
|
|
8840
8803
|
'@sigstore/protobuf-specs': 0.5.1
|
|
8841
8804
|
make-fetch-happen: 15.0.5
|
|
8842
8805
|
proc-log: 6.1.0
|
|
@@ -8850,57 +8813,57 @@ snapshots:
|
|
|
8850
8813
|
transitivePeerDependencies:
|
|
8851
8814
|
- supports-color
|
|
8852
8815
|
|
|
8853
|
-
'@sigstore/verify@3.1.
|
|
8816
|
+
'@sigstore/verify@3.1.1':
|
|
8854
8817
|
dependencies:
|
|
8855
8818
|
'@sigstore/bundle': 4.0.0
|
|
8856
|
-
'@sigstore/core': 3.2.
|
|
8819
|
+
'@sigstore/core': 3.2.1
|
|
8857
8820
|
'@sigstore/protobuf-specs': 0.5.1
|
|
8858
8821
|
|
|
8859
8822
|
'@solidity-parser/parser@0.20.2': {}
|
|
8860
8823
|
|
|
8861
|
-
'@solidjs/testing-library@0.8.10(solid-js@1.9.
|
|
8824
|
+
'@solidjs/testing-library@0.8.10(solid-js@1.9.13)':
|
|
8862
8825
|
dependencies:
|
|
8863
8826
|
'@testing-library/dom': 10.4.1
|
|
8864
|
-
solid-js: 1.9.
|
|
8827
|
+
solid-js: 1.9.13
|
|
8865
8828
|
|
|
8866
8829
|
'@standard-schema/spec@1.1.0': {}
|
|
8867
8830
|
|
|
8868
|
-
'@sveltejs/acorn-typescript@1.0.
|
|
8831
|
+
'@sveltejs/acorn-typescript@1.0.10(acorn@8.16.0)':
|
|
8869
8832
|
dependencies:
|
|
8870
8833
|
acorn: 8.16.0
|
|
8871
8834
|
|
|
8872
|
-
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.55.
|
|
8835
|
+
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)))(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))':
|
|
8873
8836
|
dependencies:
|
|
8874
|
-
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.55.
|
|
8837
|
+
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
8875
8838
|
obug: 2.1.1
|
|
8876
|
-
svelte: 5.55.
|
|
8877
|
-
vite: 7.3.3(@types/node@25.
|
|
8839
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
8840
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
8878
8841
|
|
|
8879
|
-
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.55.
|
|
8842
|
+
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))':
|
|
8880
8843
|
dependencies:
|
|
8881
|
-
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.55.
|
|
8844
|
+
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)))(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
8882
8845
|
deepmerge: 4.3.1
|
|
8883
8846
|
magic-string: 0.30.21
|
|
8884
8847
|
obug: 2.1.1
|
|
8885
|
-
svelte: 5.55.
|
|
8886
|
-
vite: 7.3.3(@types/node@25.
|
|
8887
|
-
vitefu: 1.1.3(vite@7.3.3(@types/node@25.
|
|
8848
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
8849
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
8850
|
+
vitefu: 1.1.3(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
8888
8851
|
|
|
8889
|
-
'@sveltejs/vite-plugin-svelte@7.1.2(svelte@5.55.
|
|
8852
|
+
'@sveltejs/vite-plugin-svelte@7.1.2(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))':
|
|
8890
8853
|
dependencies:
|
|
8891
8854
|
deepmerge: 4.3.1
|
|
8892
8855
|
magic-string: 0.30.21
|
|
8893
8856
|
obug: 2.1.1
|
|
8894
|
-
svelte: 5.55.
|
|
8895
|
-
vite: 8.0.
|
|
8896
|
-
vitefu: 1.1.3(vite@8.0.
|
|
8857
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
8858
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
8859
|
+
vitefu: 1.1.3(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
8897
8860
|
|
|
8898
|
-
'@testing-library/angular@19.
|
|
8861
|
+
'@testing-library/angular@19.3.0(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/router@21.2.14(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)':
|
|
8899
8862
|
dependencies:
|
|
8900
|
-
'@angular/common': 21.2.
|
|
8901
|
-
'@angular/core': 21.2.
|
|
8902
|
-
'@angular/platform-browser': 21.2.
|
|
8903
|
-
'@angular/router': 21.2.
|
|
8863
|
+
'@angular/common': 21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
8864
|
+
'@angular/core': 21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)
|
|
8865
|
+
'@angular/platform-browser': 21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))
|
|
8866
|
+
'@angular/router': 21.2.14(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(@angular/platform-browser@21.2.14(@angular/animations@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(@angular/common@21.2.14(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.14(@angular/compiler@21.2.14)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
8904
8867
|
'@testing-library/dom': 10.4.1
|
|
8905
8868
|
tslib: 2.8.1
|
|
8906
8869
|
|
|
@@ -8939,40 +8902,40 @@ snapshots:
|
|
|
8939
8902
|
|
|
8940
8903
|
'@testing-library/jest-dom@6.9.1':
|
|
8941
8904
|
dependencies:
|
|
8942
|
-
'@adobe/css-tools': 4.
|
|
8905
|
+
'@adobe/css-tools': 4.5.0
|
|
8943
8906
|
aria-query: 5.3.2
|
|
8944
8907
|
css.escape: 1.5.1
|
|
8945
8908
|
dom-accessibility-api: 0.6.3
|
|
8946
8909
|
picocolors: 1.1.1
|
|
8947
8910
|
redent: 3.0.0
|
|
8948
8911
|
|
|
8949
|
-
'@testing-library/preact@3.2.4(preact@10.29.
|
|
8912
|
+
'@testing-library/preact@3.2.4(preact@10.29.2)':
|
|
8950
8913
|
dependencies:
|
|
8951
8914
|
'@testing-library/dom': 8.20.1
|
|
8952
|
-
preact: 10.29.
|
|
8915
|
+
preact: 10.29.2
|
|
8953
8916
|
|
|
8954
|
-
'@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.
|
|
8917
|
+
'@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)':
|
|
8955
8918
|
dependencies:
|
|
8956
8919
|
'@babel/runtime': 7.29.2
|
|
8957
8920
|
'@testing-library/dom': 10.4.1
|
|
8958
8921
|
react: 19.2.6
|
|
8959
8922
|
react-dom: 19.2.6(react@19.2.6)
|
|
8960
8923
|
optionalDependencies:
|
|
8961
|
-
'@types/react': 19.2.
|
|
8962
|
-
'@types/react-dom': 19.2.3(@types/react@19.2.
|
|
8924
|
+
'@types/react': 19.2.15
|
|
8925
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.15)
|
|
8963
8926
|
|
|
8964
|
-
'@testing-library/svelte-core@1.0.0(svelte@5.55.
|
|
8927
|
+
'@testing-library/svelte-core@1.0.0(svelte@5.55.9(@typescript-eslint/types@8.59.4))':
|
|
8965
8928
|
dependencies:
|
|
8966
|
-
svelte: 5.55.
|
|
8929
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
8967
8930
|
|
|
8968
|
-
'@testing-library/svelte@5.3.1(svelte@5.55.
|
|
8931
|
+
'@testing-library/svelte@5.3.1(svelte@5.55.9(@typescript-eslint/types@8.59.4))(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))(vitest@4.1.7(@types/node@25.9.1)(happy-dom@20.9.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)))':
|
|
8969
8932
|
dependencies:
|
|
8970
8933
|
'@testing-library/dom': 10.4.1
|
|
8971
|
-
'@testing-library/svelte-core': 1.0.0(svelte@5.55.
|
|
8972
|
-
svelte: 5.55.
|
|
8934
|
+
'@testing-library/svelte-core': 1.0.0(svelte@5.55.9(@typescript-eslint/types@8.59.4))
|
|
8935
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
8973
8936
|
optionalDependencies:
|
|
8974
|
-
vite: 8.0.
|
|
8975
|
-
vitest: 4.1.
|
|
8937
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
8938
|
+
vitest: 4.1.7(@types/node@25.9.1)(happy-dom@20.9.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
8976
8939
|
|
|
8977
8940
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
8978
8941
|
dependencies:
|
|
@@ -9079,40 +9042,38 @@ snapshots:
|
|
|
9079
9042
|
dependencies:
|
|
9080
9043
|
'@types/unist': 3.0.3
|
|
9081
9044
|
|
|
9082
|
-
'@types/node@25.
|
|
9083
|
-
dependencies:
|
|
9084
|
-
undici-types: 7.21.0
|
|
9085
|
-
|
|
9086
|
-
'@types/node@25.8.0':
|
|
9045
|
+
'@types/node@25.9.1':
|
|
9087
9046
|
dependencies:
|
|
9088
9047
|
undici-types: 7.24.6
|
|
9089
9048
|
|
|
9090
|
-
'@types/react-dom@19.2.3(@types/react@19.2.
|
|
9049
|
+
'@types/react-dom@19.2.3(@types/react@19.2.15)':
|
|
9091
9050
|
dependencies:
|
|
9092
|
-
'@types/react': 19.2.
|
|
9051
|
+
'@types/react': 19.2.15
|
|
9093
9052
|
|
|
9094
|
-
'@types/react@19.2.
|
|
9053
|
+
'@types/react@19.2.15':
|
|
9095
9054
|
dependencies:
|
|
9096
9055
|
csstype: 3.2.3
|
|
9097
9056
|
|
|
9098
9057
|
'@types/trusted-types@2.0.7': {}
|
|
9099
9058
|
|
|
9059
|
+
'@types/twig@1.12.17': {}
|
|
9060
|
+
|
|
9100
9061
|
'@types/unist@3.0.3': {}
|
|
9101
9062
|
|
|
9102
9063
|
'@types/whatwg-mimetype@3.0.2': {}
|
|
9103
9064
|
|
|
9104
9065
|
'@types/ws@8.18.1':
|
|
9105
9066
|
dependencies:
|
|
9106
|
-
'@types/node': 25.
|
|
9067
|
+
'@types/node': 25.9.1
|
|
9107
9068
|
|
|
9108
|
-
'@typescript-eslint/eslint-plugin@8.59.
|
|
9069
|
+
'@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
9109
9070
|
dependencies:
|
|
9110
9071
|
'@eslint-community/regexpp': 4.12.2
|
|
9111
|
-
'@typescript-eslint/parser': 8.59.
|
|
9112
|
-
'@typescript-eslint/scope-manager': 8.59.
|
|
9113
|
-
'@typescript-eslint/type-utils': 8.59.
|
|
9114
|
-
'@typescript-eslint/utils': 8.59.
|
|
9115
|
-
'@typescript-eslint/visitor-keys': 8.59.
|
|
9072
|
+
'@typescript-eslint/parser': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
9073
|
+
'@typescript-eslint/scope-manager': 8.59.4
|
|
9074
|
+
'@typescript-eslint/type-utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
9075
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
9076
|
+
'@typescript-eslint/visitor-keys': 8.59.4
|
|
9116
9077
|
eslint: 9.39.4
|
|
9117
9078
|
ignore: 7.0.5
|
|
9118
9079
|
natural-compare: 1.4.0
|
|
@@ -9121,41 +9082,41 @@ snapshots:
|
|
|
9121
9082
|
transitivePeerDependencies:
|
|
9122
9083
|
- supports-color
|
|
9123
9084
|
|
|
9124
|
-
'@typescript-eslint/parser@8.59.
|
|
9085
|
+
'@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3)':
|
|
9125
9086
|
dependencies:
|
|
9126
|
-
'@typescript-eslint/scope-manager': 8.59.
|
|
9127
|
-
'@typescript-eslint/types': 8.59.
|
|
9128
|
-
'@typescript-eslint/typescript-estree': 8.59.
|
|
9129
|
-
'@typescript-eslint/visitor-keys': 8.59.
|
|
9087
|
+
'@typescript-eslint/scope-manager': 8.59.4
|
|
9088
|
+
'@typescript-eslint/types': 8.59.4
|
|
9089
|
+
'@typescript-eslint/typescript-estree': 8.59.4(typescript@5.9.3)
|
|
9090
|
+
'@typescript-eslint/visitor-keys': 8.59.4
|
|
9130
9091
|
debug: 4.4.3
|
|
9131
9092
|
eslint: 9.39.4
|
|
9132
9093
|
typescript: 5.9.3
|
|
9133
9094
|
transitivePeerDependencies:
|
|
9134
9095
|
- supports-color
|
|
9135
9096
|
|
|
9136
|
-
'@typescript-eslint/project-service@8.59.
|
|
9097
|
+
'@typescript-eslint/project-service@8.59.4(typescript@5.9.3)':
|
|
9137
9098
|
dependencies:
|
|
9138
|
-
'@typescript-eslint/tsconfig-utils': 8.59.
|
|
9139
|
-
'@typescript-eslint/types': 8.59.
|
|
9099
|
+
'@typescript-eslint/tsconfig-utils': 8.59.4(typescript@5.9.3)
|
|
9100
|
+
'@typescript-eslint/types': 8.59.4
|
|
9140
9101
|
debug: 4.4.3
|
|
9141
9102
|
typescript: 5.9.3
|
|
9142
9103
|
transitivePeerDependencies:
|
|
9143
9104
|
- supports-color
|
|
9144
9105
|
|
|
9145
|
-
'@typescript-eslint/scope-manager@8.59.
|
|
9106
|
+
'@typescript-eslint/scope-manager@8.59.4':
|
|
9146
9107
|
dependencies:
|
|
9147
|
-
'@typescript-eslint/types': 8.59.
|
|
9148
|
-
'@typescript-eslint/visitor-keys': 8.59.
|
|
9108
|
+
'@typescript-eslint/types': 8.59.4
|
|
9109
|
+
'@typescript-eslint/visitor-keys': 8.59.4
|
|
9149
9110
|
|
|
9150
|
-
'@typescript-eslint/tsconfig-utils@8.59.
|
|
9111
|
+
'@typescript-eslint/tsconfig-utils@8.59.4(typescript@5.9.3)':
|
|
9151
9112
|
dependencies:
|
|
9152
9113
|
typescript: 5.9.3
|
|
9153
9114
|
|
|
9154
|
-
'@typescript-eslint/type-utils@8.59.
|
|
9115
|
+
'@typescript-eslint/type-utils@8.59.4(eslint@9.39.4)(typescript@5.9.3)':
|
|
9155
9116
|
dependencies:
|
|
9156
|
-
'@typescript-eslint/types': 8.59.
|
|
9157
|
-
'@typescript-eslint/typescript-estree': 8.59.
|
|
9158
|
-
'@typescript-eslint/utils': 8.59.
|
|
9117
|
+
'@typescript-eslint/types': 8.59.4
|
|
9118
|
+
'@typescript-eslint/typescript-estree': 8.59.4(typescript@5.9.3)
|
|
9119
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
9159
9120
|
debug: 4.4.3
|
|
9160
9121
|
eslint: 9.39.4
|
|
9161
9122
|
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
@@ -9163,46 +9124,46 @@ snapshots:
|
|
|
9163
9124
|
transitivePeerDependencies:
|
|
9164
9125
|
- supports-color
|
|
9165
9126
|
|
|
9166
|
-
'@typescript-eslint/types@8.59.
|
|
9127
|
+
'@typescript-eslint/types@8.59.4': {}
|
|
9167
9128
|
|
|
9168
|
-
'@typescript-eslint/typescript-estree@8.59.
|
|
9129
|
+
'@typescript-eslint/typescript-estree@8.59.4(typescript@5.9.3)':
|
|
9169
9130
|
dependencies:
|
|
9170
|
-
'@typescript-eslint/project-service': 8.59.
|
|
9171
|
-
'@typescript-eslint/tsconfig-utils': 8.59.
|
|
9172
|
-
'@typescript-eslint/types': 8.59.
|
|
9173
|
-
'@typescript-eslint/visitor-keys': 8.59.
|
|
9131
|
+
'@typescript-eslint/project-service': 8.59.4(typescript@5.9.3)
|
|
9132
|
+
'@typescript-eslint/tsconfig-utils': 8.59.4(typescript@5.9.3)
|
|
9133
|
+
'@typescript-eslint/types': 8.59.4
|
|
9134
|
+
'@typescript-eslint/visitor-keys': 8.59.4
|
|
9174
9135
|
debug: 4.4.3
|
|
9175
9136
|
minimatch: 10.2.5
|
|
9176
|
-
semver: 7.8.
|
|
9137
|
+
semver: 7.8.1
|
|
9177
9138
|
tinyglobby: 0.2.16
|
|
9178
9139
|
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
9179
9140
|
typescript: 5.9.3
|
|
9180
9141
|
transitivePeerDependencies:
|
|
9181
9142
|
- supports-color
|
|
9182
9143
|
|
|
9183
|
-
'@typescript-eslint/utils@8.59.
|
|
9144
|
+
'@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3)':
|
|
9184
9145
|
dependencies:
|
|
9185
9146
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
9186
|
-
'@typescript-eslint/scope-manager': 8.59.
|
|
9187
|
-
'@typescript-eslint/types': 8.59.
|
|
9188
|
-
'@typescript-eslint/typescript-estree': 8.59.
|
|
9147
|
+
'@typescript-eslint/scope-manager': 8.59.4
|
|
9148
|
+
'@typescript-eslint/types': 8.59.4
|
|
9149
|
+
'@typescript-eslint/typescript-estree': 8.59.4(typescript@5.9.3)
|
|
9189
9150
|
eslint: 9.39.4
|
|
9190
9151
|
typescript: 5.9.3
|
|
9191
9152
|
transitivePeerDependencies:
|
|
9192
9153
|
- supports-color
|
|
9193
9154
|
|
|
9194
|
-
'@typescript-eslint/visitor-keys@8.59.
|
|
9155
|
+
'@typescript-eslint/visitor-keys@8.59.4':
|
|
9195
9156
|
dependencies:
|
|
9196
|
-
'@typescript-eslint/types': 8.59.
|
|
9157
|
+
'@typescript-eslint/types': 8.59.4
|
|
9197
9158
|
eslint-visitor-keys: 5.0.1
|
|
9198
9159
|
|
|
9199
9160
|
'@ungap/structured-clone@1.3.1': {}
|
|
9200
9161
|
|
|
9201
|
-
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.2(@types/node@25.
|
|
9162
|
+
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.2(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))':
|
|
9202
9163
|
dependencies:
|
|
9203
|
-
vite: 7.3.2(@types/node@25.
|
|
9164
|
+
vite: 7.3.2(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
9204
9165
|
|
|
9205
|
-
'@vitejs/plugin-react@5.2.0(vite@7.3.3(@types/node@25.
|
|
9166
|
+
'@vitejs/plugin-react@5.2.0(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))':
|
|
9206
9167
|
dependencies:
|
|
9207
9168
|
'@babel/core': 7.29.0
|
|
9208
9169
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -9210,77 +9171,77 @@ snapshots:
|
|
|
9210
9171
|
'@rolldown/pluginutils': 1.0.0-rc.3
|
|
9211
9172
|
'@types/babel__core': 7.20.5
|
|
9212
9173
|
react-refresh: 0.18.0
|
|
9213
|
-
vite: 7.3.3(@types/node@25.
|
|
9174
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
9214
9175
|
transitivePeerDependencies:
|
|
9215
9176
|
- supports-color
|
|
9216
9177
|
|
|
9217
|
-
'@vitejs/plugin-react@6.0.2(vite@8.0.
|
|
9178
|
+
'@vitejs/plugin-react@6.0.2(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))':
|
|
9218
9179
|
dependencies:
|
|
9219
|
-
'@rolldown/pluginutils': 1.0.
|
|
9220
|
-
vite: 8.0.
|
|
9180
|
+
'@rolldown/pluginutils': 1.0.1
|
|
9181
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
9221
9182
|
|
|
9222
|
-
'@vitejs/plugin-vue-jsx@5.1.5(vite@7.3.3(@types/node@25.
|
|
9183
|
+
'@vitejs/plugin-vue-jsx@5.1.5(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3))':
|
|
9223
9184
|
dependencies:
|
|
9224
9185
|
'@babel/core': 7.29.0
|
|
9225
9186
|
'@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0)
|
|
9226
9187
|
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
|
9227
|
-
'@rolldown/pluginutils': 1.0.
|
|
9188
|
+
'@rolldown/pluginutils': 1.0.1
|
|
9228
9189
|
'@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0)
|
|
9229
|
-
vite: 7.3.3(@types/node@25.
|
|
9190
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
9230
9191
|
vue: 3.5.34(typescript@5.9.3)
|
|
9231
9192
|
transitivePeerDependencies:
|
|
9232
9193
|
- supports-color
|
|
9233
9194
|
|
|
9234
|
-
'@vitejs/plugin-vue@6.0.
|
|
9195
|
+
'@vitejs/plugin-vue@6.0.7(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3))':
|
|
9235
9196
|
dependencies:
|
|
9236
|
-
'@rolldown/pluginutils': 1.0.
|
|
9237
|
-
vite: 7.3.3(@types/node@25.
|
|
9197
|
+
'@rolldown/pluginutils': 1.0.1
|
|
9198
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
9238
9199
|
vue: 3.5.34(typescript@5.9.3)
|
|
9239
9200
|
|
|
9240
|
-
'@vitejs/plugin-vue@6.0.7(vite@8.0.
|
|
9201
|
+
'@vitejs/plugin-vue@6.0.7(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3))':
|
|
9241
9202
|
dependencies:
|
|
9242
9203
|
'@rolldown/pluginutils': 1.0.1
|
|
9243
|
-
vite: 8.0.
|
|
9204
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
9244
9205
|
vue: 3.5.34(typescript@5.9.3)
|
|
9245
9206
|
|
|
9246
|
-
'@vitest/expect@4.1.
|
|
9207
|
+
'@vitest/expect@4.1.7':
|
|
9247
9208
|
dependencies:
|
|
9248
9209
|
'@standard-schema/spec': 1.1.0
|
|
9249
9210
|
'@types/chai': 5.2.3
|
|
9250
|
-
'@vitest/spy': 4.1.
|
|
9251
|
-
'@vitest/utils': 4.1.
|
|
9211
|
+
'@vitest/spy': 4.1.7
|
|
9212
|
+
'@vitest/utils': 4.1.7
|
|
9252
9213
|
chai: 6.2.2
|
|
9253
9214
|
tinyrainbow: 3.1.0
|
|
9254
9215
|
|
|
9255
|
-
'@vitest/mocker@4.1.
|
|
9216
|
+
'@vitest/mocker@4.1.7(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))':
|
|
9256
9217
|
dependencies:
|
|
9257
|
-
'@vitest/spy': 4.1.
|
|
9218
|
+
'@vitest/spy': 4.1.7
|
|
9258
9219
|
estree-walker: 3.0.3
|
|
9259
9220
|
magic-string: 0.30.21
|
|
9260
9221
|
optionalDependencies:
|
|
9261
|
-
vite: 8.0.
|
|
9222
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
9262
9223
|
|
|
9263
|
-
'@vitest/pretty-format@4.1.
|
|
9224
|
+
'@vitest/pretty-format@4.1.7':
|
|
9264
9225
|
dependencies:
|
|
9265
9226
|
tinyrainbow: 3.1.0
|
|
9266
9227
|
|
|
9267
|
-
'@vitest/runner@4.1.
|
|
9228
|
+
'@vitest/runner@4.1.7':
|
|
9268
9229
|
dependencies:
|
|
9269
|
-
'@vitest/utils': 4.1.
|
|
9230
|
+
'@vitest/utils': 4.1.7
|
|
9270
9231
|
pathe: 2.0.3
|
|
9271
9232
|
|
|
9272
|
-
'@vitest/snapshot@4.1.
|
|
9233
|
+
'@vitest/snapshot@4.1.7':
|
|
9273
9234
|
dependencies:
|
|
9274
|
-
'@vitest/pretty-format': 4.1.
|
|
9275
|
-
'@vitest/utils': 4.1.
|
|
9235
|
+
'@vitest/pretty-format': 4.1.7
|
|
9236
|
+
'@vitest/utils': 4.1.7
|
|
9276
9237
|
magic-string: 0.30.21
|
|
9277
9238
|
pathe: 2.0.3
|
|
9278
9239
|
|
|
9279
|
-
'@vitest/spy@4.1.
|
|
9240
|
+
'@vitest/spy@4.1.7': {}
|
|
9280
9241
|
|
|
9281
|
-
'@vitest/utils@4.1.
|
|
9242
|
+
'@vitest/utils@4.1.7':
|
|
9282
9243
|
dependencies:
|
|
9283
|
-
'@vitest/pretty-format': 4.1.
|
|
9244
|
+
'@vitest/pretty-format': 4.1.7
|
|
9284
9245
|
convert-source-map: 2.0.0
|
|
9285
9246
|
tinyrainbow: 3.1.0
|
|
9286
9247
|
|
|
@@ -9364,7 +9325,7 @@ snapshots:
|
|
|
9364
9325
|
'@vue/shared': 3.5.34
|
|
9365
9326
|
estree-walker: 2.0.2
|
|
9366
9327
|
magic-string: 0.30.21
|
|
9367
|
-
postcss: 8.5.
|
|
9328
|
+
postcss: 8.5.15
|
|
9368
9329
|
source-map-js: 1.2.1
|
|
9369
9330
|
|
|
9370
9331
|
'@vue/compiler-ssr@3.5.34':
|
|
@@ -9416,7 +9377,7 @@ snapshots:
|
|
|
9416
9377
|
'@vue/compiler-dom': 3.5.34
|
|
9417
9378
|
js-beautify: 1.15.4
|
|
9418
9379
|
vue: 3.5.34(typescript@5.9.3)
|
|
9419
|
-
vue-component-type-helpers: 3.
|
|
9380
|
+
vue-component-type-helpers: 3.3.1
|
|
9420
9381
|
optionalDependencies:
|
|
9421
9382
|
'@vue/server-renderer': 3.5.34(vue@3.5.34(typescript@5.9.3))
|
|
9422
9383
|
|
|
@@ -9489,21 +9450,21 @@ snapshots:
|
|
|
9489
9450
|
'@algolia/requester-fetch': 5.48.1
|
|
9490
9451
|
'@algolia/requester-node-http': 5.48.1
|
|
9491
9452
|
|
|
9492
|
-
angular-eslint@21.4.0(@angular/cli@21.2.
|
|
9453
|
+
angular-eslint@21.4.0(@angular/cli@21.2.12(@types/node@25.9.1)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.59.4(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3):
|
|
9493
9454
|
dependencies:
|
|
9494
|
-
'@angular-devkit/core': 21.2.
|
|
9495
|
-
'@angular-devkit/schematics': 21.2.
|
|
9496
|
-
'@angular-eslint/builder': 21.4.0(@angular/cli@21.2.
|
|
9497
|
-
'@angular-eslint/eslint-plugin': 21.4.0(@typescript-eslint/utils@8.59.
|
|
9498
|
-
'@angular-eslint/eslint-plugin-template': 21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.59.
|
|
9499
|
-
'@angular-eslint/schematics': 21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.
|
|
9455
|
+
'@angular-devkit/core': 21.2.12(chokidar@5.0.0)
|
|
9456
|
+
'@angular-devkit/schematics': 21.2.12(chokidar@5.0.0)
|
|
9457
|
+
'@angular-eslint/builder': 21.4.0(@angular/cli@21.2.12(@types/node@25.9.1)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
|
|
9458
|
+
'@angular-eslint/eslint-plugin': 21.4.0(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
9459
|
+
'@angular-eslint/eslint-plugin-template': 21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/types@8.59.4)(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
9460
|
+
'@angular-eslint/schematics': 21.4.0(@angular-eslint/template-parser@21.4.0(eslint@9.39.4)(typescript@5.9.3))(@angular/cli@21.2.12(@types/node@25.9.1)(chokidar@5.0.0))(@typescript-eslint/types@8.59.4)(@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3))(chokidar@5.0.0)(eslint@9.39.4)(typescript@5.9.3)
|
|
9500
9461
|
'@angular-eslint/template-parser': 21.4.0(eslint@9.39.4)(typescript@5.9.3)
|
|
9501
|
-
'@angular/cli': 21.2.
|
|
9502
|
-
'@typescript-eslint/types': 8.59.
|
|
9503
|
-
'@typescript-eslint/utils': 8.59.
|
|
9462
|
+
'@angular/cli': 21.2.12(@types/node@25.9.1)(chokidar@5.0.0)
|
|
9463
|
+
'@typescript-eslint/types': 8.59.4
|
|
9464
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
9504
9465
|
eslint: 9.39.4
|
|
9505
9466
|
typescript: 5.9.3
|
|
9506
|
-
typescript-eslint: 8.59.
|
|
9467
|
+
typescript-eslint: 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
9507
9468
|
transitivePeerDependencies:
|
|
9508
9469
|
- chokidar
|
|
9509
9470
|
- supports-color
|
|
@@ -9558,7 +9519,7 @@ snapshots:
|
|
|
9558
9519
|
call-bound: 1.0.4
|
|
9559
9520
|
define-properties: 1.2.1
|
|
9560
9521
|
es-abstract: 1.24.2
|
|
9561
|
-
es-object-atoms: 1.1.
|
|
9522
|
+
es-object-atoms: 1.1.2
|
|
9562
9523
|
get-intrinsic: 1.3.0
|
|
9563
9524
|
is-string: 1.1.1
|
|
9564
9525
|
math-intrinsics: 1.1.0
|
|
@@ -9571,7 +9532,7 @@ snapshots:
|
|
|
9571
9532
|
define-properties: 1.2.1
|
|
9572
9533
|
es-abstract: 1.24.2
|
|
9573
9534
|
es-errors: 1.3.0
|
|
9574
|
-
es-object-atoms: 1.1.
|
|
9535
|
+
es-object-atoms: 1.1.2
|
|
9575
9536
|
es-shim-unscopables: 1.1.0
|
|
9576
9537
|
|
|
9577
9538
|
array.prototype.findlastindex@1.2.6:
|
|
@@ -9581,7 +9542,7 @@ snapshots:
|
|
|
9581
9542
|
define-properties: 1.2.1
|
|
9582
9543
|
es-abstract: 1.24.2
|
|
9583
9544
|
es-errors: 1.3.0
|
|
9584
|
-
es-object-atoms: 1.1.
|
|
9545
|
+
es-object-atoms: 1.1.2
|
|
9585
9546
|
es-shim-unscopables: 1.1.0
|
|
9586
9547
|
|
|
9587
9548
|
array.prototype.flat@1.3.3:
|
|
@@ -9627,8 +9588,8 @@ snapshots:
|
|
|
9627
9588
|
astro-eslint-parser@1.4.0:
|
|
9628
9589
|
dependencies:
|
|
9629
9590
|
'@astrojs/compiler': 3.0.1
|
|
9630
|
-
'@typescript-eslint/scope-manager': 8.59.
|
|
9631
|
-
'@typescript-eslint/types': 8.59.
|
|
9591
|
+
'@typescript-eslint/scope-manager': 8.59.4
|
|
9592
|
+
'@typescript-eslint/types': 8.59.4
|
|
9632
9593
|
astrojs-compiler-sync: 1.1.1(@astrojs/compiler@3.0.1)
|
|
9633
9594
|
debug: 4.4.3
|
|
9634
9595
|
entities: 7.0.1
|
|
@@ -9637,11 +9598,11 @@ snapshots:
|
|
|
9637
9598
|
espree: 10.4.0
|
|
9638
9599
|
fast-glob: 3.3.3
|
|
9639
9600
|
is-glob: 4.0.3
|
|
9640
|
-
semver: 7.8.
|
|
9601
|
+
semver: 7.8.1
|
|
9641
9602
|
transitivePeerDependencies:
|
|
9642
9603
|
- supports-color
|
|
9643
9604
|
|
|
9644
|
-
astro@6.3.
|
|
9605
|
+
astro@6.3.7(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0):
|
|
9645
9606
|
dependencies:
|
|
9646
9607
|
'@astrojs/compiler': 4.0.0
|
|
9647
9608
|
'@astrojs/internal-helpers': 0.9.1
|
|
@@ -9650,7 +9611,7 @@ snapshots:
|
|
|
9650
9611
|
'@capsizecss/unpack': 4.0.0
|
|
9651
9612
|
'@clack/prompts': 1.4.0
|
|
9652
9613
|
'@oslojs/encoding': 1.1.0
|
|
9653
|
-
'@rollup/pluginutils': 5.3.0(rollup@4.60.
|
|
9614
|
+
'@rollup/pluginutils': 5.3.0(rollup@4.60.4)
|
|
9654
9615
|
aria-query: 5.3.2
|
|
9655
9616
|
axobject-query: 4.1.0
|
|
9656
9617
|
ci-info: 4.4.0
|
|
@@ -9671,30 +9632,30 @@ snapshots:
|
|
|
9671
9632
|
js-yaml: 4.1.1
|
|
9672
9633
|
jsonc-parser: 3.3.1
|
|
9673
9634
|
magic-string: 0.30.21
|
|
9674
|
-
magicast: 0.5.
|
|
9635
|
+
magicast: 0.5.3
|
|
9675
9636
|
mrmime: 2.0.1
|
|
9676
9637
|
neotraverse: 0.6.18
|
|
9677
9638
|
obug: 2.1.1
|
|
9678
9639
|
p-limit: 7.3.0
|
|
9679
|
-
p-queue: 9.
|
|
9640
|
+
p-queue: 9.3.0
|
|
9680
9641
|
package-manager-detector: 1.6.0
|
|
9681
9642
|
piccolore: 0.1.3
|
|
9682
9643
|
picomatch: 4.0.4
|
|
9683
9644
|
rehype: 13.0.2
|
|
9684
|
-
semver: 7.8.
|
|
9685
|
-
shiki: 4.0
|
|
9645
|
+
semver: 7.8.1
|
|
9646
|
+
shiki: 4.1.0
|
|
9686
9647
|
smol-toml: 1.6.1
|
|
9687
9648
|
svgo: 4.0.1
|
|
9688
9649
|
tinyclip: 0.1.12
|
|
9689
|
-
tinyexec: 1.
|
|
9650
|
+
tinyexec: 1.2.2
|
|
9690
9651
|
tinyglobby: 0.2.16
|
|
9691
9652
|
ultrahtml: 1.6.0
|
|
9692
9653
|
unifont: 0.7.4
|
|
9693
9654
|
unist-util-visit: 5.1.0
|
|
9694
9655
|
unstorage: 1.17.5
|
|
9695
9656
|
vfile: 6.0.3
|
|
9696
|
-
vite: 7.3.3(@types/node@25.
|
|
9697
|
-
vitefu: 1.1.3(vite@7.3.3(@types/node@25.
|
|
9657
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
9658
|
+
vitefu: 1.1.3(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
9698
9659
|
xxhash-wasm: 1.1.0
|
|
9699
9660
|
yargs-parser: 22.0.0
|
|
9700
9661
|
zod: 4.4.3
|
|
@@ -9747,7 +9708,7 @@ snapshots:
|
|
|
9747
9708
|
|
|
9748
9709
|
axobject-query@4.1.0: {}
|
|
9749
9710
|
|
|
9750
|
-
babel-plugin-jsx-dom-expressions@0.40.
|
|
9711
|
+
babel-plugin-jsx-dom-expressions@0.40.7(@babel/core@7.29.0):
|
|
9751
9712
|
dependencies:
|
|
9752
9713
|
'@babel/core': 7.29.0
|
|
9753
9714
|
'@babel/helper-module-imports': 7.18.6
|
|
@@ -9760,12 +9721,12 @@ snapshots:
|
|
|
9760
9721
|
dependencies:
|
|
9761
9722
|
'@babel/core': 7.29.0
|
|
9762
9723
|
|
|
9763
|
-
babel-preset-solid@1.9.12(@babel/core@7.29.0)(solid-js@1.9.
|
|
9724
|
+
babel-preset-solid@1.9.12(@babel/core@7.29.0)(solid-js@1.9.13):
|
|
9764
9725
|
dependencies:
|
|
9765
9726
|
'@babel/core': 7.29.0
|
|
9766
|
-
babel-plugin-jsx-dom-expressions: 0.40.
|
|
9727
|
+
babel-plugin-jsx-dom-expressions: 0.40.7(@babel/core@7.29.0)
|
|
9767
9728
|
optionalDependencies:
|
|
9768
|
-
solid-js: 1.9.
|
|
9729
|
+
solid-js: 1.9.13
|
|
9769
9730
|
|
|
9770
9731
|
bail@2.0.2: {}
|
|
9771
9732
|
|
|
@@ -9773,7 +9734,7 @@ snapshots:
|
|
|
9773
9734
|
|
|
9774
9735
|
balanced-match@4.0.4: {}
|
|
9775
9736
|
|
|
9776
|
-
baseline-browser-mapping@2.10.
|
|
9737
|
+
baseline-browser-mapping@2.10.32: {}
|
|
9777
9738
|
|
|
9778
9739
|
beasties@0.4.1:
|
|
9779
9740
|
dependencies:
|
|
@@ -9783,16 +9744,16 @@ snapshots:
|
|
|
9783
9744
|
domhandler: 5.0.3
|
|
9784
9745
|
htmlparser2: 10.1.0
|
|
9785
9746
|
picocolors: 1.1.1
|
|
9786
|
-
postcss: 8.5.
|
|
9747
|
+
postcss: 8.5.15
|
|
9787
9748
|
postcss-media-query-parser: 0.2.3
|
|
9788
|
-
postcss-safe-parser: 7.0.1(postcss@8.5.
|
|
9749
|
+
postcss-safe-parser: 7.0.1(postcss@8.5.15)
|
|
9789
9750
|
|
|
9790
9751
|
better-npm-audit@3.11.0:
|
|
9791
9752
|
dependencies:
|
|
9792
9753
|
commander: 8.3.0
|
|
9793
9754
|
dayjs: 1.11.20
|
|
9794
9755
|
lodash.get: 4.4.2
|
|
9795
|
-
semver: 7.8.
|
|
9756
|
+
semver: 7.8.1
|
|
9796
9757
|
table: 6.9.0
|
|
9797
9758
|
|
|
9798
9759
|
birpc@2.9.0: {}
|
|
@@ -9805,9 +9766,9 @@ snapshots:
|
|
|
9805
9766
|
http-errors: 2.0.1
|
|
9806
9767
|
iconv-lite: 0.7.2
|
|
9807
9768
|
on-finished: 2.4.1
|
|
9808
|
-
qs: 6.15.
|
|
9769
|
+
qs: 6.15.2
|
|
9809
9770
|
raw-body: 3.0.2
|
|
9810
|
-
type-is: 2.0
|
|
9771
|
+
type-is: 2.1.0
|
|
9811
9772
|
transitivePeerDependencies:
|
|
9812
9773
|
- supports-color
|
|
9813
9774
|
|
|
@@ -9832,10 +9793,10 @@ snapshots:
|
|
|
9832
9793
|
|
|
9833
9794
|
browserslist@4.28.2:
|
|
9834
9795
|
dependencies:
|
|
9835
|
-
baseline-browser-mapping: 2.10.
|
|
9836
|
-
caniuse-lite: 1.0.
|
|
9837
|
-
electron-to-chromium: 1.5.
|
|
9838
|
-
node-releases: 2.0.
|
|
9796
|
+
baseline-browser-mapping: 2.10.32
|
|
9797
|
+
caniuse-lite: 1.0.30001793
|
|
9798
|
+
electron-to-chromium: 1.5.361
|
|
9799
|
+
node-releases: 2.0.46
|
|
9839
9800
|
update-browserslist-db: 1.2.3(browserslist@4.28.2)
|
|
9840
9801
|
|
|
9841
9802
|
buffer-from@1.1.2: {}
|
|
@@ -9851,7 +9812,7 @@ snapshots:
|
|
|
9851
9812
|
'@npmcli/fs': 5.0.0
|
|
9852
9813
|
fs-minipass: 3.0.3
|
|
9853
9814
|
glob: 13.0.6
|
|
9854
|
-
lru-cache: 11.
|
|
9815
|
+
lru-cache: 11.5.0
|
|
9855
9816
|
minipass: 7.1.3
|
|
9856
9817
|
minipass-collect: 2.0.1
|
|
9857
9818
|
minipass-flush: 1.0.7
|
|
@@ -9878,7 +9839,7 @@ snapshots:
|
|
|
9878
9839
|
|
|
9879
9840
|
callsites@3.1.0: {}
|
|
9880
9841
|
|
|
9881
|
-
caniuse-lite@1.0.
|
|
9842
|
+
caniuse-lite@1.0.30001793: {}
|
|
9882
9843
|
|
|
9883
9844
|
ccount@2.0.1: {}
|
|
9884
9845
|
|
|
@@ -9965,6 +9926,8 @@ snapshots:
|
|
|
9965
9926
|
|
|
9966
9927
|
content-type@1.0.5: {}
|
|
9967
9928
|
|
|
9929
|
+
content-type@2.0.0: {}
|
|
9930
|
+
|
|
9968
9931
|
convert-source-map@1.9.0: {}
|
|
9969
9932
|
|
|
9970
9933
|
convert-source-map@2.0.0: {}
|
|
@@ -10182,11 +10145,11 @@ snapshots:
|
|
|
10182
10145
|
'@one-ini/wasm': 0.1.1
|
|
10183
10146
|
commander: 10.0.1
|
|
10184
10147
|
minimatch: 9.0.9
|
|
10185
|
-
semver: 7.8.
|
|
10148
|
+
semver: 7.8.1
|
|
10186
10149
|
|
|
10187
10150
|
ee-first@1.1.1: {}
|
|
10188
10151
|
|
|
10189
|
-
electron-to-chromium@1.5.
|
|
10152
|
+
electron-to-chromium@1.5.361: {}
|
|
10190
10153
|
|
|
10191
10154
|
emoji-regex@10.6.0: {}
|
|
10192
10155
|
|
|
@@ -10224,7 +10187,7 @@ snapshots:
|
|
|
10224
10187
|
data-view-byte-offset: 1.0.1
|
|
10225
10188
|
es-define-property: 1.0.1
|
|
10226
10189
|
es-errors: 1.3.0
|
|
10227
|
-
es-object-atoms: 1.1.
|
|
10190
|
+
es-object-atoms: 1.1.2
|
|
10228
10191
|
es-set-tostringtag: 2.1.0
|
|
10229
10192
|
es-to-primitive: 1.3.0
|
|
10230
10193
|
function.prototype.name: 1.1.8
|
|
@@ -10306,7 +10269,7 @@ snapshots:
|
|
|
10306
10269
|
|
|
10307
10270
|
es-module-lexer@2.1.0: {}
|
|
10308
10271
|
|
|
10309
|
-
es-object-atoms@1.1.
|
|
10272
|
+
es-object-atoms@1.1.2:
|
|
10310
10273
|
dependencies:
|
|
10311
10274
|
es-errors: 1.3.0
|
|
10312
10275
|
|
|
@@ -10396,7 +10359,7 @@ snapshots:
|
|
|
10396
10359
|
eslint-compat-utils@0.6.5(eslint@9.39.4):
|
|
10397
10360
|
dependencies:
|
|
10398
10361
|
eslint: 9.39.4
|
|
10399
|
-
semver: 7.8.
|
|
10362
|
+
semver: 7.8.1
|
|
10400
10363
|
|
|
10401
10364
|
eslint-config-preact@2.0.0(eslint@9.39.4):
|
|
10402
10365
|
dependencies:
|
|
@@ -10421,15 +10384,15 @@ snapshots:
|
|
|
10421
10384
|
dependencies:
|
|
10422
10385
|
debug: 3.2.7
|
|
10423
10386
|
is-core-module: 2.16.2
|
|
10424
|
-
resolve: 2.0.0-next.
|
|
10387
|
+
resolve: 2.0.0-next.7
|
|
10425
10388
|
transitivePeerDependencies:
|
|
10426
10389
|
- supports-color
|
|
10427
10390
|
|
|
10428
|
-
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.59.
|
|
10391
|
+
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4):
|
|
10429
10392
|
dependencies:
|
|
10430
10393
|
debug: 3.2.7
|
|
10431
10394
|
optionalDependencies:
|
|
10432
|
-
'@typescript-eslint/parser': 8.59.
|
|
10395
|
+
'@typescript-eslint/parser': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
10433
10396
|
eslint: 9.39.4
|
|
10434
10397
|
eslint-import-resolver-node: 0.3.10
|
|
10435
10398
|
transitivePeerDependencies:
|
|
@@ -10439,12 +10402,12 @@ snapshots:
|
|
|
10439
10402
|
dependencies:
|
|
10440
10403
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
10441
10404
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
10442
|
-
'@typescript-eslint/types': 8.59.
|
|
10405
|
+
'@typescript-eslint/types': 8.59.4
|
|
10443
10406
|
astro-eslint-parser: 1.4.0
|
|
10444
10407
|
eslint: 9.39.4
|
|
10445
10408
|
eslint-compat-utils: 0.6.5(eslint@9.39.4)
|
|
10446
10409
|
globals: 16.5.0
|
|
10447
|
-
postcss: 8.5.
|
|
10410
|
+
postcss: 8.5.15
|
|
10448
10411
|
postcss-selector-parser: 7.1.1
|
|
10449
10412
|
transitivePeerDependencies:
|
|
10450
10413
|
- supports-color
|
|
@@ -10458,9 +10421,9 @@ snapshots:
|
|
|
10458
10421
|
find-up: 5.0.0
|
|
10459
10422
|
globals: 15.15.0
|
|
10460
10423
|
lodash.memoize: 4.1.2
|
|
10461
|
-
semver: 7.8.
|
|
10424
|
+
semver: 7.8.1
|
|
10462
10425
|
|
|
10463
|
-
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.59.
|
|
10426
|
+
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4):
|
|
10464
10427
|
dependencies:
|
|
10465
10428
|
'@rtsao/scc': 1.1.0
|
|
10466
10429
|
array-includes: 3.1.9
|
|
@@ -10471,7 +10434,7 @@ snapshots:
|
|
|
10471
10434
|
doctrine: 2.1.0
|
|
10472
10435
|
eslint: 9.39.4
|
|
10473
10436
|
eslint-import-resolver-node: 0.3.10
|
|
10474
|
-
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.59.
|
|
10437
|
+
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4)
|
|
10475
10438
|
hasown: 2.0.3
|
|
10476
10439
|
is-core-module: 2.16.2
|
|
10477
10440
|
is-glob: 4.0.3
|
|
@@ -10483,7 +10446,7 @@ snapshots:
|
|
|
10483
10446
|
string.prototype.trimend: 1.0.9
|
|
10484
10447
|
tsconfig-paths: 3.15.0
|
|
10485
10448
|
optionalDependencies:
|
|
10486
|
-
'@typescript-eslint/parser': 8.59.
|
|
10449
|
+
'@typescript-eslint/parser': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
10487
10450
|
transitivePeerDependencies:
|
|
10488
10451
|
- eslint-import-resolver-typescript
|
|
10489
10452
|
- eslint-import-resolver-webpack
|
|
@@ -10497,26 +10460,26 @@ snapshots:
|
|
|
10497
10460
|
optionalDependencies:
|
|
10498
10461
|
'@testing-library/dom': 10.4.1
|
|
10499
10462
|
|
|
10500
|
-
eslint-plugin-jest@29.15.2(@typescript-eslint/eslint-plugin@8.59.
|
|
10463
|
+
eslint-plugin-jest@29.15.2(@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3):
|
|
10501
10464
|
dependencies:
|
|
10502
|
-
'@typescript-eslint/utils': 8.59.
|
|
10465
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
10503
10466
|
eslint: 9.39.4
|
|
10504
10467
|
optionalDependencies:
|
|
10505
|
-
'@typescript-eslint/eslint-plugin': 8.59.
|
|
10468
|
+
'@typescript-eslint/eslint-plugin': 8.59.4(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
10506
10469
|
typescript: 5.9.3
|
|
10507
10470
|
transitivePeerDependencies:
|
|
10508
10471
|
- supports-color
|
|
10509
10472
|
|
|
10510
10473
|
eslint-plugin-perfectionist@5.9.0(eslint@9.39.4)(typescript@5.9.3):
|
|
10511
10474
|
dependencies:
|
|
10512
|
-
'@typescript-eslint/utils': 8.59.
|
|
10475
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
10513
10476
|
eslint: 9.39.4
|
|
10514
10477
|
natural-orderby: 5.0.0
|
|
10515
10478
|
transitivePeerDependencies:
|
|
10516
10479
|
- supports-color
|
|
10517
10480
|
- typescript
|
|
10518
10481
|
|
|
10519
|
-
eslint-plugin-playwright@2.10.
|
|
10482
|
+
eslint-plugin-playwright@2.10.4(eslint@9.39.4):
|
|
10520
10483
|
dependencies:
|
|
10521
10484
|
eslint: 9.39.4
|
|
10522
10485
|
globals: 17.6.0
|
|
@@ -10553,14 +10516,14 @@ snapshots:
|
|
|
10553
10516
|
object.fromentries: 2.0.8
|
|
10554
10517
|
object.values: 1.2.1
|
|
10555
10518
|
prop-types: 15.8.1
|
|
10556
|
-
resolve: 2.0.0-next.
|
|
10519
|
+
resolve: 2.0.0-next.7
|
|
10557
10520
|
semver: 6.3.1
|
|
10558
10521
|
string.prototype.matchall: 4.0.12
|
|
10559
10522
|
string.prototype.repeat: 1.0.0
|
|
10560
10523
|
|
|
10561
10524
|
eslint-plugin-solid@0.14.5(eslint@9.39.4)(typescript@5.9.3):
|
|
10562
10525
|
dependencies:
|
|
10563
|
-
'@typescript-eslint/utils': 8.59.
|
|
10526
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
10564
10527
|
eslint: 9.39.4
|
|
10565
10528
|
estraverse: 5.3.0
|
|
10566
10529
|
is-html: 2.0.0
|
|
@@ -10571,7 +10534,7 @@ snapshots:
|
|
|
10571
10534
|
transitivePeerDependencies:
|
|
10572
10535
|
- supports-color
|
|
10573
10536
|
|
|
10574
|
-
eslint-plugin-svelte@3.17.1(eslint@9.39.4)(svelte@5.55.
|
|
10537
|
+
eslint-plugin-svelte@3.17.1(eslint@9.39.4)(svelte@5.55.9(@typescript-eslint/types@8.59.4))(ts-node@10.9.2(@types/node@25.9.1)(typescript@5.9.3)):
|
|
10575
10538
|
dependencies:
|
|
10576
10539
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
10577
10540
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -10579,37 +10542,37 @@ snapshots:
|
|
|
10579
10542
|
esutils: 2.0.3
|
|
10580
10543
|
globals: 16.5.0
|
|
10581
10544
|
known-css-properties: 0.37.0
|
|
10582
|
-
postcss: 8.5.
|
|
10583
|
-
postcss-load-config: 3.1.4(postcss@8.5.
|
|
10584
|
-
postcss-safe-parser: 7.0.1(postcss@8.5.
|
|
10585
|
-
semver: 7.8.
|
|
10586
|
-
svelte-eslint-parser: 1.6.1(svelte@5.55.
|
|
10545
|
+
postcss: 8.5.15
|
|
10546
|
+
postcss-load-config: 3.1.4(postcss@8.5.15)(ts-node@10.9.2(@types/node@25.9.1)(typescript@5.9.3))
|
|
10547
|
+
postcss-safe-parser: 7.0.1(postcss@8.5.15)
|
|
10548
|
+
semver: 7.8.1
|
|
10549
|
+
svelte-eslint-parser: 1.6.1(svelte@5.55.9(@typescript-eslint/types@8.59.4))
|
|
10587
10550
|
optionalDependencies:
|
|
10588
|
-
svelte: 5.55.
|
|
10551
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
10589
10552
|
transitivePeerDependencies:
|
|
10590
10553
|
- ts-node
|
|
10591
10554
|
|
|
10592
10555
|
eslint-plugin-testing-library@7.16.2(eslint@9.39.4)(typescript@5.9.3):
|
|
10593
10556
|
dependencies:
|
|
10594
|
-
'@typescript-eslint/scope-manager': 8.59.
|
|
10595
|
-
'@typescript-eslint/utils': 8.59.
|
|
10557
|
+
'@typescript-eslint/scope-manager': 8.59.4
|
|
10558
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
10596
10559
|
eslint: 9.39.4
|
|
10597
10560
|
transitivePeerDependencies:
|
|
10598
10561
|
- supports-color
|
|
10599
10562
|
- typescript
|
|
10600
10563
|
|
|
10601
|
-
eslint-plugin-vue@10.9.1(@typescript-eslint/parser@8.59.
|
|
10564
|
+
eslint-plugin-vue@10.9.1(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4)):
|
|
10602
10565
|
dependencies:
|
|
10603
10566
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
10604
10567
|
eslint: 9.39.4
|
|
10605
10568
|
natural-compare: 1.4.0
|
|
10606
10569
|
nth-check: 2.1.1
|
|
10607
10570
|
postcss-selector-parser: 7.1.1
|
|
10608
|
-
semver: 7.8.
|
|
10571
|
+
semver: 7.8.1
|
|
10609
10572
|
vue-eslint-parser: 10.4.0(eslint@9.39.4)
|
|
10610
10573
|
xml-name-validator: 4.0.0
|
|
10611
10574
|
optionalDependencies:
|
|
10612
|
-
'@typescript-eslint/parser': 8.59.
|
|
10575
|
+
'@typescript-eslint/parser': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
10613
10576
|
|
|
10614
10577
|
eslint-scope@5.1.1:
|
|
10615
10578
|
dependencies:
|
|
@@ -10693,11 +10656,11 @@ snapshots:
|
|
|
10693
10656
|
dependencies:
|
|
10694
10657
|
estraverse: 5.3.0
|
|
10695
10658
|
|
|
10696
|
-
esrap@2.2.
|
|
10659
|
+
esrap@2.2.9(@typescript-eslint/types@8.59.4):
|
|
10697
10660
|
dependencies:
|
|
10698
10661
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
10699
10662
|
optionalDependencies:
|
|
10700
|
-
'@typescript-eslint/types': 8.59.
|
|
10663
|
+
'@typescript-eslint/types': 8.59.4
|
|
10701
10664
|
|
|
10702
10665
|
esrecurse@4.3.0:
|
|
10703
10666
|
dependencies:
|
|
@@ -10729,7 +10692,7 @@ snapshots:
|
|
|
10729
10692
|
|
|
10730
10693
|
exponential-backoff@3.1.3: {}
|
|
10731
10694
|
|
|
10732
|
-
express-rate-limit@8.5.
|
|
10695
|
+
express-rate-limit@8.5.2(express@5.2.1):
|
|
10733
10696
|
dependencies:
|
|
10734
10697
|
express: 5.2.1
|
|
10735
10698
|
ip-address: 10.2.0
|
|
@@ -10756,13 +10719,13 @@ snapshots:
|
|
|
10756
10719
|
once: 1.4.0
|
|
10757
10720
|
parseurl: 1.3.3
|
|
10758
10721
|
proxy-addr: 2.0.7
|
|
10759
|
-
qs: 6.15.
|
|
10722
|
+
qs: 6.15.2
|
|
10760
10723
|
range-parser: 1.2.1
|
|
10761
10724
|
router: 2.2.0
|
|
10762
10725
|
send: 1.2.1
|
|
10763
10726
|
serve-static: 2.2.1
|
|
10764
10727
|
statuses: 2.0.2
|
|
10765
|
-
type-is: 2.0
|
|
10728
|
+
type-is: 2.1.0
|
|
10766
10729
|
vary: 1.1.2
|
|
10767
10730
|
transitivePeerDependencies:
|
|
10768
10731
|
- supports-color
|
|
@@ -10791,7 +10754,7 @@ snapshots:
|
|
|
10791
10754
|
|
|
10792
10755
|
fast-uri@3.1.2: {}
|
|
10793
10756
|
|
|
10794
|
-
fast-wrap-ansi@0.2.
|
|
10757
|
+
fast-wrap-ansi@0.2.2:
|
|
10795
10758
|
dependencies:
|
|
10796
10759
|
fast-string-width: 3.0.2
|
|
10797
10760
|
|
|
@@ -10856,6 +10819,8 @@ snapshots:
|
|
|
10856
10819
|
dependencies:
|
|
10857
10820
|
is-callable: 1.2.7
|
|
10858
10821
|
|
|
10822
|
+
foreachasync@3.0.0: {}
|
|
10823
|
+
|
|
10859
10824
|
foreground-child@3.3.1:
|
|
10860
10825
|
dependencies:
|
|
10861
10826
|
cross-spawn: 7.0.6
|
|
@@ -10909,7 +10874,7 @@ snapshots:
|
|
|
10909
10874
|
call-bind-apply-helpers: 1.0.2
|
|
10910
10875
|
es-define-property: 1.0.1
|
|
10911
10876
|
es-errors: 1.3.0
|
|
10912
|
-
es-object-atoms: 1.1.
|
|
10877
|
+
es-object-atoms: 1.1.2
|
|
10913
10878
|
function-bind: 1.1.2
|
|
10914
10879
|
get-proto: 1.0.1
|
|
10915
10880
|
gopd: 1.2.0
|
|
@@ -10920,7 +10885,7 @@ snapshots:
|
|
|
10920
10885
|
get-proto@1.0.1:
|
|
10921
10886
|
dependencies:
|
|
10922
10887
|
dunder-proto: 1.0.1
|
|
10923
|
-
es-object-atoms: 1.1.
|
|
10888
|
+
es-object-atoms: 1.1.2
|
|
10924
10889
|
|
|
10925
10890
|
get-symbol-description@1.1.0:
|
|
10926
10891
|
dependencies:
|
|
@@ -10990,12 +10955,12 @@ snapshots:
|
|
|
10990
10955
|
|
|
10991
10956
|
happy-dom@20.9.0:
|
|
10992
10957
|
dependencies:
|
|
10993
|
-
'@types/node': 25.
|
|
10958
|
+
'@types/node': 25.9.1
|
|
10994
10959
|
'@types/whatwg-mimetype': 3.0.2
|
|
10995
10960
|
'@types/ws': 8.18.1
|
|
10996
10961
|
entities: 7.0.1
|
|
10997
10962
|
whatwg-mimetype: 3.0.0
|
|
10998
|
-
ws: 8.
|
|
10963
|
+
ws: 8.21.0
|
|
10999
10964
|
transitivePeerDependencies:
|
|
11000
10965
|
- bufferutil
|
|
11001
10966
|
- utf-8-validate
|
|
@@ -11117,13 +11082,13 @@ snapshots:
|
|
|
11117
11082
|
dependencies:
|
|
11118
11083
|
hermes-estree: 0.25.1
|
|
11119
11084
|
|
|
11120
|
-
hono@4.12.
|
|
11085
|
+
hono@4.12.22: {}
|
|
11121
11086
|
|
|
11122
11087
|
hookable@5.5.3: {}
|
|
11123
11088
|
|
|
11124
11089
|
hosted-git-info@9.0.3:
|
|
11125
11090
|
dependencies:
|
|
11126
|
-
lru-cache: 11.
|
|
11091
|
+
lru-cache: 11.5.0
|
|
11127
11092
|
|
|
11128
11093
|
html-entities@2.3.3: {}
|
|
11129
11094
|
|
|
@@ -11183,8 +11148,6 @@ snapshots:
|
|
|
11183
11148
|
parent-module: 1.0.1
|
|
11184
11149
|
resolve-from: 4.0.0
|
|
11185
11150
|
|
|
11186
|
-
improved-yarn-audit@3.0.4: {}
|
|
11187
|
-
|
|
11188
11151
|
imurmurhash@0.1.4: {}
|
|
11189
11152
|
|
|
11190
11153
|
indent-string@4.0.0: {}
|
|
@@ -11370,6 +11333,44 @@ snapshots:
|
|
|
11370
11333
|
|
|
11371
11334
|
isexe@4.0.0: {}
|
|
11372
11335
|
|
|
11336
|
+
islands-integrations@file:.integrations(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0):
|
|
11337
|
+
dependencies:
|
|
11338
|
+
astro: 6.3.7(@types/node@25.9.1)(lightningcss@1.32.0)(rollup@4.60.4)(sass@1.97.3)(yaml@2.9.0)
|
|
11339
|
+
twig: 3.0.0
|
|
11340
|
+
transitivePeerDependencies:
|
|
11341
|
+
- '@azure/app-configuration'
|
|
11342
|
+
- '@azure/cosmos'
|
|
11343
|
+
- '@azure/data-tables'
|
|
11344
|
+
- '@azure/identity'
|
|
11345
|
+
- '@azure/keyvault-secrets'
|
|
11346
|
+
- '@azure/storage-blob'
|
|
11347
|
+
- '@capacitor/preferences'
|
|
11348
|
+
- '@deno/kv'
|
|
11349
|
+
- '@netlify/blobs'
|
|
11350
|
+
- '@planetscale/database'
|
|
11351
|
+
- '@types/node'
|
|
11352
|
+
- '@upstash/redis'
|
|
11353
|
+
- '@vercel/blob'
|
|
11354
|
+
- '@vercel/functions'
|
|
11355
|
+
- '@vercel/kv'
|
|
11356
|
+
- aws4fetch
|
|
11357
|
+
- db0
|
|
11358
|
+
- idb-keyval
|
|
11359
|
+
- ioredis
|
|
11360
|
+
- jiti
|
|
11361
|
+
- less
|
|
11362
|
+
- lightningcss
|
|
11363
|
+
- rollup
|
|
11364
|
+
- sass
|
|
11365
|
+
- sass-embedded
|
|
11366
|
+
- stylus
|
|
11367
|
+
- sugarss
|
|
11368
|
+
- supports-color
|
|
11369
|
+
- terser
|
|
11370
|
+
- tsx
|
|
11371
|
+
- uploadthing
|
|
11372
|
+
- yaml
|
|
11373
|
+
|
|
11373
11374
|
istanbul-lib-coverage@3.2.2: {}
|
|
11374
11375
|
|
|
11375
11376
|
istanbul-lib-instrument@6.0.3:
|
|
@@ -11385,7 +11386,7 @@ snapshots:
|
|
|
11385
11386
|
iterator.prototype@1.1.5:
|
|
11386
11387
|
dependencies:
|
|
11387
11388
|
define-data-property: 1.1.4
|
|
11388
|
-
es-object-atoms: 1.1.
|
|
11389
|
+
es-object-atoms: 1.1.2
|
|
11389
11390
|
get-intrinsic: 1.3.0
|
|
11390
11391
|
get-proto: 1.0.1
|
|
11391
11392
|
has-symbols: 1.1.0
|
|
@@ -11404,10 +11405,10 @@ snapshots:
|
|
|
11404
11405
|
config-chain: 1.1.13
|
|
11405
11406
|
editorconfig: 1.0.7
|
|
11406
11407
|
glob: 10.5.0
|
|
11407
|
-
js-cookie: 3.0.
|
|
11408
|
+
js-cookie: 3.0.7
|
|
11408
11409
|
nopt: 7.2.1
|
|
11409
11410
|
|
|
11410
|
-
js-cookie@3.0.
|
|
11411
|
+
js-cookie@3.0.7: {}
|
|
11411
11412
|
|
|
11412
11413
|
js-tokens@4.0.0: {}
|
|
11413
11414
|
|
|
@@ -11462,7 +11463,7 @@ snapshots:
|
|
|
11462
11463
|
object.assign: 4.1.7
|
|
11463
11464
|
object.values: 1.2.1
|
|
11464
11465
|
|
|
11465
|
-
katex@0.16.
|
|
11466
|
+
katex@0.16.47:
|
|
11466
11467
|
dependencies:
|
|
11467
11468
|
commander: 8.3.0
|
|
11468
11469
|
|
|
@@ -11571,6 +11572,8 @@ snapshots:
|
|
|
11571
11572
|
dependencies:
|
|
11572
11573
|
p-locate: 5.0.0
|
|
11573
11574
|
|
|
11575
|
+
locutus@3.0.36: {}
|
|
11576
|
+
|
|
11574
11577
|
lodash.get@4.4.2: {}
|
|
11575
11578
|
|
|
11576
11579
|
lodash.memoize@4.1.2: {}
|
|
@@ -11600,7 +11603,7 @@ snapshots:
|
|
|
11600
11603
|
|
|
11601
11604
|
lru-cache@10.4.3: {}
|
|
11602
11605
|
|
|
11603
|
-
lru-cache@11.
|
|
11606
|
+
lru-cache@11.5.0: {}
|
|
11604
11607
|
|
|
11605
11608
|
lru-cache@5.1.1:
|
|
11606
11609
|
dependencies:
|
|
@@ -11612,7 +11615,7 @@ snapshots:
|
|
|
11612
11615
|
dependencies:
|
|
11613
11616
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
11614
11617
|
|
|
11615
|
-
magicast@0.5.
|
|
11618
|
+
magicast@0.5.3:
|
|
11616
11619
|
dependencies:
|
|
11617
11620
|
'@babel/parser': 7.29.3
|
|
11618
11621
|
'@babel/types': 7.29.0
|
|
@@ -11886,7 +11889,7 @@ snapshots:
|
|
|
11886
11889
|
dependencies:
|
|
11887
11890
|
'@types/katex': 0.16.8
|
|
11888
11891
|
devlop: 1.1.0
|
|
11889
|
-
katex: 0.16.
|
|
11892
|
+
katex: 0.16.47
|
|
11890
11893
|
micromark-factory-space: 2.0.1
|
|
11891
11894
|
micromark-util-character: 2.1.1
|
|
11892
11895
|
micromark-util-symbol: 2.0.1
|
|
@@ -12150,7 +12153,7 @@ snapshots:
|
|
|
12150
12153
|
|
|
12151
12154
|
node-mock-http@1.0.4: {}
|
|
12152
12155
|
|
|
12153
|
-
node-releases@2.0.
|
|
12156
|
+
node-releases@2.0.46: {}
|
|
12154
12157
|
|
|
12155
12158
|
nopt@7.2.1:
|
|
12156
12159
|
dependencies:
|
|
@@ -12224,7 +12227,7 @@ snapshots:
|
|
|
12224
12227
|
call-bind: 1.0.9
|
|
12225
12228
|
call-bound: 1.0.4
|
|
12226
12229
|
define-properties: 1.2.1
|
|
12227
|
-
es-object-atoms: 1.1.
|
|
12230
|
+
es-object-atoms: 1.1.2
|
|
12228
12231
|
has-symbols: 1.1.0
|
|
12229
12232
|
object-keys: 1.1.1
|
|
12230
12233
|
|
|
@@ -12233,14 +12236,14 @@ snapshots:
|
|
|
12233
12236
|
call-bind: 1.0.9
|
|
12234
12237
|
call-bound: 1.0.4
|
|
12235
12238
|
define-properties: 1.2.1
|
|
12236
|
-
es-object-atoms: 1.1.
|
|
12239
|
+
es-object-atoms: 1.1.2
|
|
12237
12240
|
|
|
12238
12241
|
object.fromentries@2.0.8:
|
|
12239
12242
|
dependencies:
|
|
12240
12243
|
call-bind: 1.0.9
|
|
12241
12244
|
define-properties: 1.2.1
|
|
12242
12245
|
es-abstract: 1.24.2
|
|
12243
|
-
es-object-atoms: 1.1.
|
|
12246
|
+
es-object-atoms: 1.1.2
|
|
12244
12247
|
|
|
12245
12248
|
object.groupby@1.0.3:
|
|
12246
12249
|
dependencies:
|
|
@@ -12253,7 +12256,7 @@ snapshots:
|
|
|
12253
12256
|
call-bind: 1.0.9
|
|
12254
12257
|
call-bound: 1.0.4
|
|
12255
12258
|
define-properties: 1.2.1
|
|
12256
|
-
es-object-atoms: 1.1.
|
|
12259
|
+
es-object-atoms: 1.1.2
|
|
12257
12260
|
|
|
12258
12261
|
obug@2.1.1: {}
|
|
12259
12262
|
|
|
@@ -12368,7 +12371,7 @@ snapshots:
|
|
|
12368
12371
|
|
|
12369
12372
|
p-map@7.0.4: {}
|
|
12370
12373
|
|
|
12371
|
-
p-queue@9.
|
|
12374
|
+
p-queue@9.3.0:
|
|
12372
12375
|
dependencies:
|
|
12373
12376
|
eventemitter3: 5.0.4
|
|
12374
12377
|
p-timeout: 7.0.1
|
|
@@ -12395,7 +12398,7 @@ snapshots:
|
|
|
12395
12398
|
npm-registry-fetch: 19.1.1
|
|
12396
12399
|
proc-log: 6.1.0
|
|
12397
12400
|
promise-retry: 2.0.1
|
|
12398
|
-
sigstore: 4.1.
|
|
12401
|
+
sigstore: 4.1.1
|
|
12399
12402
|
ssri: 13.0.1
|
|
12400
12403
|
tar: 7.5.15
|
|
12401
12404
|
transitivePeerDependencies:
|
|
@@ -12446,9 +12449,9 @@ snapshots:
|
|
|
12446
12449
|
klaw-sync: 6.0.0
|
|
12447
12450
|
minimist: 1.2.8
|
|
12448
12451
|
open: 7.4.2
|
|
12449
|
-
semver: 7.8.
|
|
12452
|
+
semver: 7.8.1
|
|
12450
12453
|
slash: 2.0.0
|
|
12451
|
-
tmp: 0.2.
|
|
12454
|
+
tmp: 0.2.6
|
|
12452
12455
|
yaml: 2.9.0
|
|
12453
12456
|
|
|
12454
12457
|
path-browserify@1.0.1: {}
|
|
@@ -12466,7 +12469,7 @@ snapshots:
|
|
|
12466
12469
|
|
|
12467
12470
|
path-scurry@2.0.2:
|
|
12468
12471
|
dependencies:
|
|
12469
|
-
lru-cache: 11.
|
|
12472
|
+
lru-cache: 11.5.0
|
|
12470
12473
|
minipass: 7.1.3
|
|
12471
12474
|
|
|
12472
12475
|
path-to-regexp@8.4.2: {}
|
|
@@ -12499,40 +12502,40 @@ snapshots:
|
|
|
12499
12502
|
|
|
12500
12503
|
possible-typed-array-names@1.1.0: {}
|
|
12501
12504
|
|
|
12502
|
-
postcss-load-config@3.1.4(postcss@8.5.
|
|
12505
|
+
postcss-load-config@3.1.4(postcss@8.5.15)(ts-node@10.9.2(@types/node@25.9.1)(typescript@5.9.3)):
|
|
12503
12506
|
dependencies:
|
|
12504
12507
|
lilconfig: 2.1.0
|
|
12505
12508
|
yaml: 1.10.3
|
|
12506
12509
|
optionalDependencies:
|
|
12507
|
-
postcss: 8.5.
|
|
12508
|
-
ts-node: 10.9.2(@types/node@25.
|
|
12510
|
+
postcss: 8.5.15
|
|
12511
|
+
ts-node: 10.9.2(@types/node@25.9.1)(typescript@5.9.3)
|
|
12509
12512
|
|
|
12510
12513
|
postcss-media-query-parser@0.2.3: {}
|
|
12511
12514
|
|
|
12512
|
-
postcss-safe-parser@7.0.1(postcss@8.5.
|
|
12515
|
+
postcss-safe-parser@7.0.1(postcss@8.5.15):
|
|
12513
12516
|
dependencies:
|
|
12514
|
-
postcss: 8.5.
|
|
12517
|
+
postcss: 8.5.15
|
|
12515
12518
|
|
|
12516
|
-
postcss-scss@4.0.9(postcss@8.5.
|
|
12519
|
+
postcss-scss@4.0.9(postcss@8.5.15):
|
|
12517
12520
|
dependencies:
|
|
12518
|
-
postcss: 8.5.
|
|
12521
|
+
postcss: 8.5.15
|
|
12519
12522
|
|
|
12520
12523
|
postcss-selector-parser@7.1.1:
|
|
12521
12524
|
dependencies:
|
|
12522
12525
|
cssesc: 3.0.0
|
|
12523
12526
|
util-deprecate: 1.0.2
|
|
12524
12527
|
|
|
12525
|
-
postcss@8.5.
|
|
12528
|
+
postcss@8.5.15:
|
|
12526
12529
|
dependencies:
|
|
12527
12530
|
nanoid: 3.3.12
|
|
12528
12531
|
picocolors: 1.1.1
|
|
12529
12532
|
source-map-js: 1.2.1
|
|
12530
12533
|
|
|
12531
|
-
preact-render-to-string@6.
|
|
12534
|
+
preact-render-to-string@6.7.0(preact@10.29.2):
|
|
12532
12535
|
dependencies:
|
|
12533
|
-
preact: 10.29.
|
|
12536
|
+
preact: 10.29.2
|
|
12534
12537
|
|
|
12535
|
-
preact@10.29.
|
|
12538
|
+
preact@10.29.2: {}
|
|
12536
12539
|
|
|
12537
12540
|
prelude-ls@1.2.1: {}
|
|
12538
12541
|
|
|
@@ -12541,12 +12544,12 @@ snapshots:
|
|
|
12541
12544
|
'@nomicfoundation/slang': 1.3.4
|
|
12542
12545
|
'@solidity-parser/parser': 0.20.2
|
|
12543
12546
|
prettier: 3.8.3
|
|
12544
|
-
semver: 7.8.
|
|
12547
|
+
semver: 7.8.1
|
|
12545
12548
|
|
|
12546
|
-
prettier-plugin-svelte@
|
|
12549
|
+
prettier-plugin-svelte@4.0.1(prettier@3.8.3)(svelte@5.55.9(@typescript-eslint/types@8.59.4)):
|
|
12547
12550
|
dependencies:
|
|
12548
12551
|
prettier: 3.8.3
|
|
12549
|
-
svelte: 5.55.
|
|
12552
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
12550
12553
|
|
|
12551
12554
|
prettier@3.8.3: {}
|
|
12552
12555
|
|
|
@@ -12582,7 +12585,7 @@ snapshots:
|
|
|
12582
12585
|
|
|
12583
12586
|
punycode@2.3.1: {}
|
|
12584
12587
|
|
|
12585
|
-
qs@6.15.
|
|
12588
|
+
qs@6.15.2:
|
|
12586
12589
|
dependencies:
|
|
12587
12590
|
side-channel: 1.1.0
|
|
12588
12591
|
|
|
@@ -12629,7 +12632,7 @@ snapshots:
|
|
|
12629
12632
|
define-properties: 1.2.1
|
|
12630
12633
|
es-abstract: 1.24.2
|
|
12631
12634
|
es-errors: 1.3.0
|
|
12632
|
-
es-object-atoms: 1.1.
|
|
12635
|
+
es-object-atoms: 1.1.2
|
|
12633
12636
|
get-intrinsic: 1.3.0
|
|
12634
12637
|
get-proto: 1.0.1
|
|
12635
12638
|
which-builtin-type: 1.2.1
|
|
@@ -12727,7 +12730,7 @@ snapshots:
|
|
|
12727
12730
|
|
|
12728
12731
|
resolve-pkg-maps@1.0.0: {}
|
|
12729
12732
|
|
|
12730
|
-
resolve@2.0.0-next.
|
|
12733
|
+
resolve@2.0.0-next.7:
|
|
12731
12734
|
dependencies:
|
|
12732
12735
|
es-errors: 1.3.0
|
|
12733
12736
|
is-core-module: 2.16.2
|
|
@@ -12794,56 +12797,56 @@ snapshots:
|
|
|
12794
12797
|
- '@emnapi/core'
|
|
12795
12798
|
- '@emnapi/runtime'
|
|
12796
12799
|
|
|
12797
|
-
rolldown@1.0.
|
|
12800
|
+
rolldown@1.0.2:
|
|
12798
12801
|
dependencies:
|
|
12799
|
-
'@oxc-project/types': 0.
|
|
12800
|
-
'@rolldown/pluginutils': 1.0.
|
|
12802
|
+
'@oxc-project/types': 0.132.0
|
|
12803
|
+
'@rolldown/pluginutils': 1.0.1
|
|
12801
12804
|
optionalDependencies:
|
|
12802
|
-
'@rolldown/binding-android-arm64': 1.0.
|
|
12803
|
-
'@rolldown/binding-darwin-arm64': 1.0.
|
|
12804
|
-
'@rolldown/binding-darwin-x64': 1.0.
|
|
12805
|
-
'@rolldown/binding-freebsd-x64': 1.0.
|
|
12806
|
-
'@rolldown/binding-linux-arm-gnueabihf': 1.0.
|
|
12807
|
-
'@rolldown/binding-linux-arm64-gnu': 1.0.
|
|
12808
|
-
'@rolldown/binding-linux-arm64-musl': 1.0.
|
|
12809
|
-
'@rolldown/binding-linux-ppc64-gnu': 1.0.
|
|
12810
|
-
'@rolldown/binding-linux-s390x-gnu': 1.0.
|
|
12811
|
-
'@rolldown/binding-linux-x64-gnu': 1.0.
|
|
12812
|
-
'@rolldown/binding-linux-x64-musl': 1.0.
|
|
12813
|
-
'@rolldown/binding-openharmony-arm64': 1.0.
|
|
12814
|
-
'@rolldown/binding-wasm32-wasi': 1.0.
|
|
12815
|
-
'@rolldown/binding-win32-arm64-msvc': 1.0.
|
|
12816
|
-
'@rolldown/binding-win32-x64-msvc': 1.0.
|
|
12817
|
-
|
|
12818
|
-
rollup@4.60.
|
|
12805
|
+
'@rolldown/binding-android-arm64': 1.0.2
|
|
12806
|
+
'@rolldown/binding-darwin-arm64': 1.0.2
|
|
12807
|
+
'@rolldown/binding-darwin-x64': 1.0.2
|
|
12808
|
+
'@rolldown/binding-freebsd-x64': 1.0.2
|
|
12809
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.0.2
|
|
12810
|
+
'@rolldown/binding-linux-arm64-gnu': 1.0.2
|
|
12811
|
+
'@rolldown/binding-linux-arm64-musl': 1.0.2
|
|
12812
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.0.2
|
|
12813
|
+
'@rolldown/binding-linux-s390x-gnu': 1.0.2
|
|
12814
|
+
'@rolldown/binding-linux-x64-gnu': 1.0.2
|
|
12815
|
+
'@rolldown/binding-linux-x64-musl': 1.0.2
|
|
12816
|
+
'@rolldown/binding-openharmony-arm64': 1.0.2
|
|
12817
|
+
'@rolldown/binding-wasm32-wasi': 1.0.2
|
|
12818
|
+
'@rolldown/binding-win32-arm64-msvc': 1.0.2
|
|
12819
|
+
'@rolldown/binding-win32-x64-msvc': 1.0.2
|
|
12820
|
+
|
|
12821
|
+
rollup@4.60.4:
|
|
12819
12822
|
dependencies:
|
|
12820
12823
|
'@types/estree': 1.0.8
|
|
12821
12824
|
optionalDependencies:
|
|
12822
|
-
'@rollup/rollup-android-arm-eabi': 4.60.
|
|
12823
|
-
'@rollup/rollup-android-arm64': 4.60.
|
|
12824
|
-
'@rollup/rollup-darwin-arm64': 4.60.
|
|
12825
|
-
'@rollup/rollup-darwin-x64': 4.60.
|
|
12826
|
-
'@rollup/rollup-freebsd-arm64': 4.60.
|
|
12827
|
-
'@rollup/rollup-freebsd-x64': 4.60.
|
|
12828
|
-
'@rollup/rollup-linux-arm-gnueabihf': 4.60.
|
|
12829
|
-
'@rollup/rollup-linux-arm-musleabihf': 4.60.
|
|
12830
|
-
'@rollup/rollup-linux-arm64-gnu': 4.60.
|
|
12831
|
-
'@rollup/rollup-linux-arm64-musl': 4.60.
|
|
12832
|
-
'@rollup/rollup-linux-loong64-gnu': 4.60.
|
|
12833
|
-
'@rollup/rollup-linux-loong64-musl': 4.60.
|
|
12834
|
-
'@rollup/rollup-linux-ppc64-gnu': 4.60.
|
|
12835
|
-
'@rollup/rollup-linux-ppc64-musl': 4.60.
|
|
12836
|
-
'@rollup/rollup-linux-riscv64-gnu': 4.60.
|
|
12837
|
-
'@rollup/rollup-linux-riscv64-musl': 4.60.
|
|
12838
|
-
'@rollup/rollup-linux-s390x-gnu': 4.60.
|
|
12839
|
-
'@rollup/rollup-linux-x64-gnu': 4.60.
|
|
12840
|
-
'@rollup/rollup-linux-x64-musl': 4.60.
|
|
12841
|
-
'@rollup/rollup-openbsd-x64': 4.60.
|
|
12842
|
-
'@rollup/rollup-openharmony-arm64': 4.60.
|
|
12843
|
-
'@rollup/rollup-win32-arm64-msvc': 4.60.
|
|
12844
|
-
'@rollup/rollup-win32-ia32-msvc': 4.60.
|
|
12845
|
-
'@rollup/rollup-win32-x64-gnu': 4.60.
|
|
12846
|
-
'@rollup/rollup-win32-x64-msvc': 4.60.
|
|
12825
|
+
'@rollup/rollup-android-arm-eabi': 4.60.4
|
|
12826
|
+
'@rollup/rollup-android-arm64': 4.60.4
|
|
12827
|
+
'@rollup/rollup-darwin-arm64': 4.60.4
|
|
12828
|
+
'@rollup/rollup-darwin-x64': 4.60.4
|
|
12829
|
+
'@rollup/rollup-freebsd-arm64': 4.60.4
|
|
12830
|
+
'@rollup/rollup-freebsd-x64': 4.60.4
|
|
12831
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.60.4
|
|
12832
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.60.4
|
|
12833
|
+
'@rollup/rollup-linux-arm64-gnu': 4.60.4
|
|
12834
|
+
'@rollup/rollup-linux-arm64-musl': 4.60.4
|
|
12835
|
+
'@rollup/rollup-linux-loong64-gnu': 4.60.4
|
|
12836
|
+
'@rollup/rollup-linux-loong64-musl': 4.60.4
|
|
12837
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.60.4
|
|
12838
|
+
'@rollup/rollup-linux-ppc64-musl': 4.60.4
|
|
12839
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.60.4
|
|
12840
|
+
'@rollup/rollup-linux-riscv64-musl': 4.60.4
|
|
12841
|
+
'@rollup/rollup-linux-s390x-gnu': 4.60.4
|
|
12842
|
+
'@rollup/rollup-linux-x64-gnu': 4.60.4
|
|
12843
|
+
'@rollup/rollup-linux-x64-musl': 4.60.4
|
|
12844
|
+
'@rollup/rollup-openbsd-x64': 4.60.4
|
|
12845
|
+
'@rollup/rollup-openharmony-arm64': 4.60.4
|
|
12846
|
+
'@rollup/rollup-win32-arm64-msvc': 4.60.4
|
|
12847
|
+
'@rollup/rollup-win32-ia32-msvc': 4.60.4
|
|
12848
|
+
'@rollup/rollup-win32-x64-gnu': 4.60.4
|
|
12849
|
+
'@rollup/rollup-win32-x64-msvc': 4.60.4
|
|
12847
12850
|
fsevents: 2.3.3
|
|
12848
12851
|
|
|
12849
12852
|
router@2.2.0:
|
|
@@ -12905,7 +12908,7 @@ snapshots:
|
|
|
12905
12908
|
|
|
12906
12909
|
semver@7.7.4: {}
|
|
12907
12910
|
|
|
12908
|
-
semver@7.8.
|
|
12911
|
+
semver@7.8.1: {}
|
|
12909
12912
|
|
|
12910
12913
|
send@1.2.1:
|
|
12911
12914
|
dependencies:
|
|
@@ -12958,7 +12961,7 @@ snapshots:
|
|
|
12958
12961
|
dependencies:
|
|
12959
12962
|
dunder-proto: 1.0.1
|
|
12960
12963
|
es-errors: 1.3.0
|
|
12961
|
-
es-object-atoms: 1.1.
|
|
12964
|
+
es-object-atoms: 1.1.2
|
|
12962
12965
|
|
|
12963
12966
|
setprototypeof@1.2.0: {}
|
|
12964
12967
|
|
|
@@ -12966,7 +12969,7 @@ snapshots:
|
|
|
12966
12969
|
dependencies:
|
|
12967
12970
|
'@img/colour': 1.1.0
|
|
12968
12971
|
detect-libc: 2.1.2
|
|
12969
|
-
semver: 7.8.
|
|
12972
|
+
semver: 7.8.1
|
|
12970
12973
|
optionalDependencies:
|
|
12971
12974
|
'@img/sharp-darwin-arm64': 0.34.5
|
|
12972
12975
|
'@img/sharp-darwin-x64': 0.34.5
|
|
@@ -13000,14 +13003,14 @@ snapshots:
|
|
|
13000
13003
|
|
|
13001
13004
|
shebang-regex@3.0.0: {}
|
|
13002
13005
|
|
|
13003
|
-
shiki@4.0
|
|
13006
|
+
shiki@4.1.0:
|
|
13004
13007
|
dependencies:
|
|
13005
|
-
'@shikijs/core': 4.0
|
|
13006
|
-
'@shikijs/engine-javascript': 4.0
|
|
13007
|
-
'@shikijs/engine-oniguruma': 4.0
|
|
13008
|
-
'@shikijs/langs': 4.0
|
|
13009
|
-
'@shikijs/themes': 4.0
|
|
13010
|
-
'@shikijs/types': 4.0
|
|
13008
|
+
'@shikijs/core': 4.1.0
|
|
13009
|
+
'@shikijs/engine-javascript': 4.1.0
|
|
13010
|
+
'@shikijs/engine-oniguruma': 4.1.0
|
|
13011
|
+
'@shikijs/langs': 4.1.0
|
|
13012
|
+
'@shikijs/themes': 4.1.0
|
|
13013
|
+
'@shikijs/types': 4.1.0
|
|
13011
13014
|
'@shikijs/vscode-textmate': 10.0.2
|
|
13012
13015
|
'@types/hast': 3.0.4
|
|
13013
13016
|
|
|
@@ -13043,14 +13046,14 @@ snapshots:
|
|
|
13043
13046
|
|
|
13044
13047
|
signal-exit@4.1.0: {}
|
|
13045
13048
|
|
|
13046
|
-
sigstore@4.1.
|
|
13049
|
+
sigstore@4.1.1:
|
|
13047
13050
|
dependencies:
|
|
13048
13051
|
'@sigstore/bundle': 4.0.0
|
|
13049
|
-
'@sigstore/core': 3.2.
|
|
13052
|
+
'@sigstore/core': 3.2.1
|
|
13050
13053
|
'@sigstore/protobuf-specs': 0.5.1
|
|
13051
13054
|
'@sigstore/sign': 4.1.1
|
|
13052
13055
|
'@sigstore/tuf': 4.0.2
|
|
13053
|
-
'@sigstore/verify': 3.1.
|
|
13056
|
+
'@sigstore/verify': 3.1.1
|
|
13054
13057
|
transitivePeerDependencies:
|
|
13055
13058
|
- supports-color
|
|
13056
13059
|
|
|
@@ -13101,18 +13104,18 @@ snapshots:
|
|
|
13101
13104
|
ip-address: 10.2.0
|
|
13102
13105
|
smart-buffer: 4.2.0
|
|
13103
13106
|
|
|
13104
|
-
solid-js@1.9.
|
|
13107
|
+
solid-js@1.9.13:
|
|
13105
13108
|
dependencies:
|
|
13106
13109
|
csstype: 3.2.3
|
|
13107
13110
|
seroval: 1.5.4
|
|
13108
13111
|
seroval-plugins: 1.5.4(seroval@1.5.4)
|
|
13109
13112
|
|
|
13110
|
-
solid-refresh@0.6.3(solid-js@1.9.
|
|
13113
|
+
solid-refresh@0.6.3(solid-js@1.9.13):
|
|
13111
13114
|
dependencies:
|
|
13112
13115
|
'@babel/generator': 7.29.1
|
|
13113
13116
|
'@babel/helper-module-imports': 7.28.6
|
|
13114
13117
|
'@babel/types': 7.29.0
|
|
13115
|
-
solid-js: 1.9.
|
|
13118
|
+
solid-js: 1.9.13
|
|
13116
13119
|
transitivePeerDependencies:
|
|
13117
13120
|
- supports-color
|
|
13118
13121
|
|
|
@@ -13187,7 +13190,7 @@ snapshots:
|
|
|
13187
13190
|
define-properties: 1.2.1
|
|
13188
13191
|
es-abstract: 1.24.2
|
|
13189
13192
|
es-errors: 1.3.0
|
|
13190
|
-
es-object-atoms: 1.1.
|
|
13193
|
+
es-object-atoms: 1.1.2
|
|
13191
13194
|
get-intrinsic: 1.3.0
|
|
13192
13195
|
gopd: 1.2.0
|
|
13193
13196
|
has-symbols: 1.1.0
|
|
@@ -13208,7 +13211,7 @@ snapshots:
|
|
|
13208
13211
|
define-data-property: 1.1.4
|
|
13209
13212
|
define-properties: 1.2.1
|
|
13210
13213
|
es-abstract: 1.24.2
|
|
13211
|
-
es-object-atoms: 1.1.
|
|
13214
|
+
es-object-atoms: 1.1.2
|
|
13212
13215
|
has-property-descriptors: 1.0.2
|
|
13213
13216
|
|
|
13214
13217
|
string.prototype.trimend@1.0.9:
|
|
@@ -13216,13 +13219,13 @@ snapshots:
|
|
|
13216
13219
|
call-bind: 1.0.9
|
|
13217
13220
|
call-bound: 1.0.4
|
|
13218
13221
|
define-properties: 1.2.1
|
|
13219
|
-
es-object-atoms: 1.1.
|
|
13222
|
+
es-object-atoms: 1.1.2
|
|
13220
13223
|
|
|
13221
13224
|
string.prototype.trimstart@1.0.8:
|
|
13222
13225
|
dependencies:
|
|
13223
13226
|
call-bind: 1.0.9
|
|
13224
13227
|
define-properties: 1.2.1
|
|
13225
|
-
es-object-atoms: 1.1.
|
|
13228
|
+
es-object-atoms: 1.1.2
|
|
13226
13229
|
|
|
13227
13230
|
stringify-entities@4.0.4:
|
|
13228
13231
|
dependencies:
|
|
@@ -13255,30 +13258,30 @@ snapshots:
|
|
|
13255
13258
|
|
|
13256
13259
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
13257
13260
|
|
|
13258
|
-
svelte-eslint-parser@1.6.1(svelte@5.55.
|
|
13261
|
+
svelte-eslint-parser@1.6.1(svelte@5.55.9(@typescript-eslint/types@8.59.4)):
|
|
13259
13262
|
dependencies:
|
|
13260
13263
|
eslint-scope: 8.4.0
|
|
13261
13264
|
eslint-visitor-keys: 4.2.1
|
|
13262
13265
|
espree: 10.4.0
|
|
13263
|
-
postcss: 8.5.
|
|
13264
|
-
postcss-scss: 4.0.9(postcss@8.5.
|
|
13266
|
+
postcss: 8.5.15
|
|
13267
|
+
postcss-scss: 4.0.9(postcss@8.5.15)
|
|
13265
13268
|
postcss-selector-parser: 7.1.1
|
|
13266
|
-
semver: 7.8.
|
|
13269
|
+
semver: 7.8.1
|
|
13267
13270
|
optionalDependencies:
|
|
13268
|
-
svelte: 5.55.
|
|
13271
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
13269
13272
|
|
|
13270
|
-
svelte2tsx@0.7.55(svelte@5.55.
|
|
13273
|
+
svelte2tsx@0.7.55(svelte@5.55.9(@typescript-eslint/types@8.59.4))(typescript@5.9.3):
|
|
13271
13274
|
dependencies:
|
|
13272
13275
|
dedent-js: 1.0.1
|
|
13273
13276
|
scule: 1.3.0
|
|
13274
|
-
svelte: 5.55.
|
|
13277
|
+
svelte: 5.55.9(@typescript-eslint/types@8.59.4)
|
|
13275
13278
|
typescript: 5.9.3
|
|
13276
13279
|
|
|
13277
|
-
svelte@5.55.
|
|
13280
|
+
svelte@5.55.9(@typescript-eslint/types@8.59.4):
|
|
13278
13281
|
dependencies:
|
|
13279
13282
|
'@jridgewell/remapping': 2.3.5
|
|
13280
13283
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
13281
|
-
'@sveltejs/acorn-typescript': 1.0.
|
|
13284
|
+
'@sveltejs/acorn-typescript': 1.0.10(acorn@8.16.0)
|
|
13282
13285
|
'@types/estree': 1.0.9
|
|
13283
13286
|
'@types/trusted-types': 2.0.7
|
|
13284
13287
|
acorn: 8.16.0
|
|
@@ -13287,7 +13290,7 @@ snapshots:
|
|
|
13287
13290
|
clsx: 2.1.1
|
|
13288
13291
|
devalue: 5.8.1
|
|
13289
13292
|
esm-env: 1.2.2
|
|
13290
|
-
esrap: 2.2.
|
|
13293
|
+
esrap: 2.2.9(@typescript-eslint/types@8.59.4)
|
|
13291
13294
|
is-reference: 3.0.3
|
|
13292
13295
|
locate-character: 3.0.0
|
|
13293
13296
|
magic-string: 0.30.21
|
|
@@ -13331,7 +13334,7 @@ snapshots:
|
|
|
13331
13334
|
|
|
13332
13335
|
tinyclip@0.1.12: {}
|
|
13333
13336
|
|
|
13334
|
-
tinyexec@1.
|
|
13337
|
+
tinyexec@1.2.2: {}
|
|
13335
13338
|
|
|
13336
13339
|
tinyglobby@0.2.15:
|
|
13337
13340
|
dependencies:
|
|
@@ -13345,7 +13348,7 @@ snapshots:
|
|
|
13345
13348
|
|
|
13346
13349
|
tinyrainbow@3.1.0: {}
|
|
13347
13350
|
|
|
13348
|
-
tmp@0.2.
|
|
13351
|
+
tmp@0.2.6: {}
|
|
13349
13352
|
|
|
13350
13353
|
to-regex-range@5.0.1:
|
|
13351
13354
|
dependencies:
|
|
@@ -13368,14 +13371,14 @@ snapshots:
|
|
|
13368
13371
|
'@ts-morph/common': 0.22.0
|
|
13369
13372
|
code-block-writer: 12.0.0
|
|
13370
13373
|
|
|
13371
|
-
ts-node@10.9.2(@types/node@25.
|
|
13374
|
+
ts-node@10.9.2(@types/node@25.9.1)(typescript@5.9.3):
|
|
13372
13375
|
dependencies:
|
|
13373
13376
|
'@cspotcode/source-map-support': 0.8.1
|
|
13374
13377
|
'@tsconfig/node10': 1.0.12
|
|
13375
13378
|
'@tsconfig/node12': 1.0.11
|
|
13376
13379
|
'@tsconfig/node14': 1.0.3
|
|
13377
13380
|
'@tsconfig/node16': 1.0.4
|
|
13378
|
-
'@types/node': 25.
|
|
13381
|
+
'@types/node': 25.9.1
|
|
13379
13382
|
acorn: 8.16.0
|
|
13380
13383
|
acorn-walk: 8.3.5
|
|
13381
13384
|
arg: 4.1.3
|
|
@@ -13403,13 +13406,20 @@ snapshots:
|
|
|
13403
13406
|
transitivePeerDependencies:
|
|
13404
13407
|
- supports-color
|
|
13405
13408
|
|
|
13409
|
+
twig@3.0.0:
|
|
13410
|
+
dependencies:
|
|
13411
|
+
'@babel/runtime': 7.29.2
|
|
13412
|
+
locutus: 3.0.36
|
|
13413
|
+
minimatch: 10.2.5
|
|
13414
|
+
walk: 2.3.15
|
|
13415
|
+
|
|
13406
13416
|
type-check@0.4.0:
|
|
13407
13417
|
dependencies:
|
|
13408
13418
|
prelude-ls: 1.2.1
|
|
13409
13419
|
|
|
13410
|
-
type-is@2.0
|
|
13420
|
+
type-is@2.1.0:
|
|
13411
13421
|
dependencies:
|
|
13412
|
-
content-type:
|
|
13422
|
+
content-type: 2.0.0
|
|
13413
13423
|
media-typer: 1.1.0
|
|
13414
13424
|
mime-types: 3.0.2
|
|
13415
13425
|
|
|
@@ -13446,12 +13456,12 @@ snapshots:
|
|
|
13446
13456
|
possible-typed-array-names: 1.1.0
|
|
13447
13457
|
reflect.getprototypeof: 1.0.10
|
|
13448
13458
|
|
|
13449
|
-
typescript-eslint@8.59.
|
|
13459
|
+
typescript-eslint@8.59.4(eslint@9.39.4)(typescript@5.9.3):
|
|
13450
13460
|
dependencies:
|
|
13451
|
-
'@typescript-eslint/eslint-plugin': 8.59.
|
|
13452
|
-
'@typescript-eslint/parser': 8.59.
|
|
13453
|
-
'@typescript-eslint/typescript-estree': 8.59.
|
|
13454
|
-
'@typescript-eslint/utils': 8.59.
|
|
13461
|
+
'@typescript-eslint/eslint-plugin': 8.59.4(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
13462
|
+
'@typescript-eslint/parser': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
13463
|
+
'@typescript-eslint/typescript-estree': 8.59.4(typescript@5.9.3)
|
|
13464
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
13455
13465
|
eslint: 9.39.4
|
|
13456
13466
|
typescript: 5.9.3
|
|
13457
13467
|
transitivePeerDependencies:
|
|
@@ -13472,8 +13482,6 @@ snapshots:
|
|
|
13472
13482
|
|
|
13473
13483
|
uncrypto@0.1.3: {}
|
|
13474
13484
|
|
|
13475
|
-
undici-types@7.21.0: {}
|
|
13476
|
-
|
|
13477
13485
|
undici-types@7.24.6: {}
|
|
13478
13486
|
|
|
13479
13487
|
undici@6.25.0: {}
|
|
@@ -13553,7 +13561,7 @@ snapshots:
|
|
|
13553
13561
|
chokidar: 5.0.0
|
|
13554
13562
|
destr: 2.0.5
|
|
13555
13563
|
h3: 1.15.11
|
|
13556
|
-
lru-cache: 11.
|
|
13564
|
+
lru-cache: 11.5.0
|
|
13557
13565
|
node-fetch-native: 1.6.7
|
|
13558
13566
|
ofetch: 1.5.1
|
|
13559
13567
|
ufo: 1.6.4
|
|
@@ -13591,17 +13599,17 @@ snapshots:
|
|
|
13591
13599
|
'@types/unist': 3.0.3
|
|
13592
13600
|
vfile-message: 4.0.3
|
|
13593
13601
|
|
|
13594
|
-
vite-dev-rpc@1.1.0(vite@7.3.3(@types/node@25.
|
|
13602
|
+
vite-dev-rpc@1.1.0(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)):
|
|
13595
13603
|
dependencies:
|
|
13596
13604
|
birpc: 2.9.0
|
|
13597
|
-
vite: 7.3.3(@types/node@25.
|
|
13598
|
-
vite-hot-client: 2.2.0(vite@7.3.3(@types/node@25.
|
|
13605
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
13606
|
+
vite-hot-client: 2.2.0(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
13599
13607
|
|
|
13600
|
-
vite-hot-client@2.2.0(vite@7.3.3(@types/node@25.
|
|
13608
|
+
vite-hot-client@2.2.0(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)):
|
|
13601
13609
|
dependencies:
|
|
13602
|
-
vite: 7.3.3(@types/node@25.
|
|
13610
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
13603
13611
|
|
|
13604
|
-
vite-plugin-inspect@11.3.3(vite@7.3.3(@types/node@25.
|
|
13612
|
+
vite-plugin-inspect@11.3.3(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)):
|
|
13605
13613
|
dependencies:
|
|
13606
13614
|
ansis: 4.3.0
|
|
13607
13615
|
debug: 4.4.3
|
|
@@ -13611,56 +13619,56 @@ snapshots:
|
|
|
13611
13619
|
perfect-debounce: 2.1.0
|
|
13612
13620
|
sirv: 3.0.2
|
|
13613
13621
|
unplugin-utils: 0.3.1
|
|
13614
|
-
vite: 7.3.3(@types/node@25.
|
|
13615
|
-
vite-dev-rpc: 1.1.0(vite@7.3.3(@types/node@25.
|
|
13622
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
13623
|
+
vite-dev-rpc: 1.1.0(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
13616
13624
|
transitivePeerDependencies:
|
|
13617
13625
|
- supports-color
|
|
13618
13626
|
|
|
13619
|
-
vite-plugin-solid@2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.
|
|
13627
|
+
vite-plugin-solid@2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)):
|
|
13620
13628
|
dependencies:
|
|
13621
13629
|
'@babel/core': 7.29.0
|
|
13622
13630
|
'@types/babel__core': 7.20.5
|
|
13623
|
-
babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.
|
|
13631
|
+
babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.13)
|
|
13624
13632
|
merge-anything: 5.1.7
|
|
13625
|
-
solid-js: 1.9.
|
|
13626
|
-
solid-refresh: 0.6.3(solid-js@1.9.
|
|
13627
|
-
vite: 7.3.3(@types/node@25.
|
|
13628
|
-
vitefu: 1.1.3(vite@7.3.3(@types/node@25.
|
|
13633
|
+
solid-js: 1.9.13
|
|
13634
|
+
solid-refresh: 0.6.3(solid-js@1.9.13)
|
|
13635
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
13636
|
+
vitefu: 1.1.3(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
13629
13637
|
optionalDependencies:
|
|
13630
13638
|
'@testing-library/jest-dom': 6.9.1
|
|
13631
13639
|
transitivePeerDependencies:
|
|
13632
13640
|
- supports-color
|
|
13633
13641
|
|
|
13634
|
-
vite-plugin-solid@2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.
|
|
13642
|
+
vite-plugin-solid@2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)):
|
|
13635
13643
|
dependencies:
|
|
13636
13644
|
'@babel/core': 7.29.0
|
|
13637
13645
|
'@types/babel__core': 7.20.5
|
|
13638
|
-
babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.
|
|
13646
|
+
babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.13)
|
|
13639
13647
|
merge-anything: 5.1.7
|
|
13640
|
-
solid-js: 1.9.
|
|
13641
|
-
solid-refresh: 0.6.3(solid-js@1.9.
|
|
13642
|
-
vite: 8.0.
|
|
13643
|
-
vitefu: 1.1.3(vite@8.0.
|
|
13648
|
+
solid-js: 1.9.13
|
|
13649
|
+
solid-refresh: 0.6.3(solid-js@1.9.13)
|
|
13650
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
13651
|
+
vitefu: 1.1.3(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
13644
13652
|
optionalDependencies:
|
|
13645
13653
|
'@testing-library/jest-dom': 6.9.1
|
|
13646
13654
|
transitivePeerDependencies:
|
|
13647
13655
|
- supports-color
|
|
13648
13656
|
|
|
13649
|
-
vite-plugin-vue-devtools@8.1.2(vite@7.3.3(@types/node@25.
|
|
13657
|
+
vite-plugin-vue-devtools@8.1.2(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3)):
|
|
13650
13658
|
dependencies:
|
|
13651
13659
|
'@vue/devtools-core': 8.1.2(vue@3.5.34(typescript@5.9.3))
|
|
13652
13660
|
'@vue/devtools-kit': 8.1.2
|
|
13653
13661
|
'@vue/devtools-shared': 8.1.2
|
|
13654
13662
|
sirv: 3.0.2
|
|
13655
|
-
vite: 7.3.3(@types/node@25.
|
|
13656
|
-
vite-plugin-inspect: 11.3.3(vite@7.3.3(@types/node@25.
|
|
13657
|
-
vite-plugin-vue-inspector: 6.0.0(vite@7.3.3(@types/node@25.
|
|
13663
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
13664
|
+
vite-plugin-inspect: 11.3.3(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
13665
|
+
vite-plugin-vue-inspector: 6.0.0(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0))
|
|
13658
13666
|
transitivePeerDependencies:
|
|
13659
13667
|
- '@nuxt/kit'
|
|
13660
13668
|
- supports-color
|
|
13661
13669
|
- vue
|
|
13662
13670
|
|
|
13663
|
-
vite-plugin-vue-inspector@6.0.0(vite@7.3.3(@types/node@25.
|
|
13671
|
+
vite-plugin-vue-inspector@6.0.0(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)):
|
|
13664
13672
|
dependencies:
|
|
13665
13673
|
'@babel/core': 7.29.0
|
|
13666
13674
|
'@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
|
|
@@ -13671,11 +13679,11 @@ snapshots:
|
|
|
13671
13679
|
'@vue/compiler-dom': 3.5.34
|
|
13672
13680
|
kolorist: 1.8.0
|
|
13673
13681
|
magic-string: 0.30.21
|
|
13674
|
-
vite: 7.3.3(@types/node@25.
|
|
13682
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
13675
13683
|
transitivePeerDependencies:
|
|
13676
13684
|
- supports-color
|
|
13677
13685
|
|
|
13678
|
-
vite-prerender-plugin@0.5.13(vite@7.3.3(@types/node@25.
|
|
13686
|
+
vite-prerender-plugin@0.5.13(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)):
|
|
13679
13687
|
dependencies:
|
|
13680
13688
|
kolorist: 1.8.0
|
|
13681
13689
|
magic-string: 0.30.21
|
|
@@ -13683,9 +13691,9 @@ snapshots:
|
|
|
13683
13691
|
simple-code-frame: 1.3.0
|
|
13684
13692
|
source-map: 0.7.6
|
|
13685
13693
|
stack-trace: 1.0.0
|
|
13686
|
-
vite: 7.3.3(@types/node@25.
|
|
13694
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
13687
13695
|
|
|
13688
|
-
vite-prerender-plugin@0.5.13(vite@8.0.
|
|
13696
|
+
vite-prerender-plugin@0.5.13(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)):
|
|
13689
13697
|
dependencies:
|
|
13690
13698
|
kolorist: 1.8.0
|
|
13691
13699
|
magic-string: 0.30.21
|
|
@@ -13693,69 +13701,69 @@ snapshots:
|
|
|
13693
13701
|
simple-code-frame: 1.3.0
|
|
13694
13702
|
source-map: 0.7.6
|
|
13695
13703
|
stack-trace: 1.0.0
|
|
13696
|
-
vite: 8.0.
|
|
13704
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
13697
13705
|
|
|
13698
|
-
vite@7.3.2(@types/node@25.
|
|
13706
|
+
vite@7.3.2(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0):
|
|
13699
13707
|
dependencies:
|
|
13700
13708
|
esbuild: 0.27.3
|
|
13701
13709
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
13702
13710
|
picomatch: 4.0.4
|
|
13703
|
-
postcss: 8.5.
|
|
13704
|
-
rollup: 4.60.
|
|
13711
|
+
postcss: 8.5.15
|
|
13712
|
+
rollup: 4.60.4
|
|
13705
13713
|
tinyglobby: 0.2.15
|
|
13706
13714
|
optionalDependencies:
|
|
13707
|
-
'@types/node': 25.
|
|
13715
|
+
'@types/node': 25.9.1
|
|
13708
13716
|
fsevents: 2.3.3
|
|
13709
13717
|
lightningcss: 1.32.0
|
|
13710
13718
|
sass: 1.97.3
|
|
13711
13719
|
yaml: 2.9.0
|
|
13712
13720
|
|
|
13713
|
-
vite@7.3.3(@types/node@25.
|
|
13721
|
+
vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0):
|
|
13714
13722
|
dependencies:
|
|
13715
13723
|
esbuild: 0.27.7
|
|
13716
13724
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
13717
13725
|
picomatch: 4.0.4
|
|
13718
|
-
postcss: 8.5.
|
|
13719
|
-
rollup: 4.60.
|
|
13726
|
+
postcss: 8.5.15
|
|
13727
|
+
rollup: 4.60.4
|
|
13720
13728
|
tinyglobby: 0.2.16
|
|
13721
13729
|
optionalDependencies:
|
|
13722
|
-
'@types/node': 25.
|
|
13730
|
+
'@types/node': 25.9.1
|
|
13723
13731
|
fsevents: 2.3.3
|
|
13724
13732
|
lightningcss: 1.32.0
|
|
13725
13733
|
sass: 1.97.3
|
|
13726
13734
|
yaml: 2.9.0
|
|
13727
13735
|
|
|
13728
|
-
vite@8.0.
|
|
13736
|
+
vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0):
|
|
13729
13737
|
dependencies:
|
|
13730
13738
|
lightningcss: 1.32.0
|
|
13731
13739
|
picomatch: 4.0.4
|
|
13732
|
-
postcss: 8.5.
|
|
13733
|
-
rolldown: 1.0.
|
|
13740
|
+
postcss: 8.5.15
|
|
13741
|
+
rolldown: 1.0.2
|
|
13734
13742
|
tinyglobby: 0.2.16
|
|
13735
13743
|
optionalDependencies:
|
|
13736
|
-
'@types/node': 25.
|
|
13744
|
+
'@types/node': 25.9.1
|
|
13737
13745
|
esbuild: 0.27.7
|
|
13738
13746
|
fsevents: 2.3.3
|
|
13739
13747
|
sass: 1.97.3
|
|
13740
13748
|
yaml: 2.9.0
|
|
13741
13749
|
|
|
13742
|
-
vitefu@1.1.3(vite@7.3.3(@types/node@25.
|
|
13750
|
+
vitefu@1.1.3(vite@7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)):
|
|
13743
13751
|
optionalDependencies:
|
|
13744
|
-
vite: 7.3.3(@types/node@25.
|
|
13752
|
+
vite: 7.3.3(@types/node@25.9.1)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0)
|
|
13745
13753
|
|
|
13746
|
-
vitefu@1.1.3(vite@8.0.
|
|
13754
|
+
vitefu@1.1.3(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)):
|
|
13747
13755
|
optionalDependencies:
|
|
13748
|
-
vite: 8.0.
|
|
13756
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
13749
13757
|
|
|
13750
|
-
vitest@4.1.
|
|
13758
|
+
vitest@4.1.7(@types/node@25.9.1)(happy-dom@20.9.0)(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)):
|
|
13751
13759
|
dependencies:
|
|
13752
|
-
'@vitest/expect': 4.1.
|
|
13753
|
-
'@vitest/mocker': 4.1.
|
|
13754
|
-
'@vitest/pretty-format': 4.1.
|
|
13755
|
-
'@vitest/runner': 4.1.
|
|
13756
|
-
'@vitest/snapshot': 4.1.
|
|
13757
|
-
'@vitest/spy': 4.1.
|
|
13758
|
-
'@vitest/utils': 4.1.
|
|
13760
|
+
'@vitest/expect': 4.1.7
|
|
13761
|
+
'@vitest/mocker': 4.1.7(vite@8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0))
|
|
13762
|
+
'@vitest/pretty-format': 4.1.7
|
|
13763
|
+
'@vitest/runner': 4.1.7
|
|
13764
|
+
'@vitest/snapshot': 4.1.7
|
|
13765
|
+
'@vitest/spy': 4.1.7
|
|
13766
|
+
'@vitest/utils': 4.1.7
|
|
13759
13767
|
es-module-lexer: 2.1.0
|
|
13760
13768
|
expect-type: 1.3.0
|
|
13761
13769
|
magic-string: 0.30.21
|
|
@@ -13764,18 +13772,18 @@ snapshots:
|
|
|
13764
13772
|
picomatch: 4.0.4
|
|
13765
13773
|
std-env: 4.1.0
|
|
13766
13774
|
tinybench: 2.9.0
|
|
13767
|
-
tinyexec: 1.
|
|
13775
|
+
tinyexec: 1.2.2
|
|
13768
13776
|
tinyglobby: 0.2.16
|
|
13769
13777
|
tinyrainbow: 3.1.0
|
|
13770
|
-
vite: 8.0.
|
|
13778
|
+
vite: 8.0.14(@types/node@25.9.1)(esbuild@0.27.7)(sass@1.97.3)(yaml@2.9.0)
|
|
13771
13779
|
why-is-node-running: 2.3.0
|
|
13772
13780
|
optionalDependencies:
|
|
13773
|
-
'@types/node': 25.
|
|
13781
|
+
'@types/node': 25.9.1
|
|
13774
13782
|
happy-dom: 20.9.0
|
|
13775
13783
|
transitivePeerDependencies:
|
|
13776
13784
|
- msw
|
|
13777
13785
|
|
|
13778
|
-
vue-component-type-helpers@3.
|
|
13786
|
+
vue-component-type-helpers@3.3.1: {}
|
|
13779
13787
|
|
|
13780
13788
|
vue-eslint-parser@10.4.0(eslint@9.39.4):
|
|
13781
13789
|
dependencies:
|
|
@@ -13785,7 +13793,7 @@ snapshots:
|
|
|
13785
13793
|
eslint-visitor-keys: 5.0.1
|
|
13786
13794
|
espree: 11.2.0
|
|
13787
13795
|
esquery: 1.7.0
|
|
13788
|
-
semver: 7.8.
|
|
13796
|
+
semver: 7.8.1
|
|
13789
13797
|
transitivePeerDependencies:
|
|
13790
13798
|
- supports-color
|
|
13791
13799
|
|
|
@@ -13799,6 +13807,10 @@ snapshots:
|
|
|
13799
13807
|
optionalDependencies:
|
|
13800
13808
|
typescript: 5.9.3
|
|
13801
13809
|
|
|
13810
|
+
walk@2.3.15:
|
|
13811
|
+
dependencies:
|
|
13812
|
+
foreachasync: 3.0.0
|
|
13813
|
+
|
|
13802
13814
|
watchpack@2.5.1:
|
|
13803
13815
|
dependencies:
|
|
13804
13816
|
glob-to-regexp: 0.4.1
|
|
@@ -13895,7 +13907,7 @@ snapshots:
|
|
|
13895
13907
|
|
|
13896
13908
|
wrappy@1.0.2: {}
|
|
13897
13909
|
|
|
13898
|
-
ws@8.
|
|
13910
|
+
ws@8.21.0: {}
|
|
13899
13911
|
|
|
13900
13912
|
wsl-utils@0.1.0:
|
|
13901
13913
|
dependencies:
|