create-outsystems-astro 0.11.0 → 0.11.1
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/integrations/.yarnrc.yml +28 -0
- package/integrations/bun.lock +57 -54
- package/integrations/deno.json +36 -2
- package/integrations/deno.lock +240 -229
- package/integrations/package-lock.json +321 -231
- package/integrations/package.json +10 -4
- package/integrations/pnpm-lock.yaml +492 -489
- package/integrations/pnpm-workspace.yaml +30 -0
- package/integrations/yarn.lock +484 -487
- package/package.json +1 -1
- package/template/.yarnrc.yml +27 -1
- package/template/bun.lock +1492 -1364
- package/template/deno.json +36 -4
- package/template/deno.lock +723 -629
- package/template/package-lock.json +1744 -4362
- package/template/package.json +40 -40
- package/template/pnpm-lock.yaml +1695 -1895
- package/template/pnpm-workspace.yaml +28 -2
- package/template/yarn.lock +1247 -1455
- /package/template/patches/{@analogjs+astro-angular+2.5.2.patch → @analogjs+astro-angular+2.6.0.patch} +0 -0
- /package/template/patches/{@angular+build+21.2.12.patch → @angular+build+21.2.14.patch} +0 -0
package/integrations/deno.lock
CHANGED
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
"specifiers": {
|
|
4
4
|
"npm:@eslint/compat@^2.1.0": "2.1.0_eslint@9.39.4",
|
|
5
5
|
"npm:@eslint/js@^9.39.4": "9.39.4",
|
|
6
|
-
"npm:@types/node@^25.9.
|
|
6
|
+
"npm:@types/node@^25.9.2": "25.9.2",
|
|
7
7
|
"npm:@types/twig@^1.12.17": "1.12.17",
|
|
8
|
-
"npm:astro@^6.
|
|
8
|
+
"npm:astro@^6.4.4": "6.4.4_@types+node@25.9.2",
|
|
9
9
|
"npm:better-npm-audit@^3.11.0": "3.11.0",
|
|
10
|
+
"npm:esbuild@~0.28.1": "0.28.1",
|
|
10
11
|
"npm:eslint-config-prettier@^10.1.8": "10.1.8_eslint@9.39.4",
|
|
11
12
|
"npm:eslint-plugin-astro@^1.7.0": "1.7.0_eslint@9.39.4",
|
|
12
13
|
"npm:eslint-plugin-import@^2.32.0": "2.32.0_eslint@9.39.4",
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
"npm:globals@^17.6.0": "17.6.0",
|
|
16
17
|
"npm:prettier@^3.8.3": "3.8.3",
|
|
17
18
|
"npm:twig@3": "3.0.0",
|
|
18
|
-
"npm:typescript-eslint@^8.
|
|
19
|
+
"npm:typescript-eslint@^8.60.1": "8.60.1_eslint@9.39.4_typescript@5.9.3",
|
|
19
20
|
"npm:typescript@^5.9.3": "5.9.3"
|
|
20
21
|
},
|
|
21
22
|
"npm": {
|
|
@@ -25,21 +26,27 @@
|
|
|
25
26
|
"@astrojs/compiler@4.0.0": {
|
|
26
27
|
"integrity": "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA=="
|
|
27
28
|
},
|
|
28
|
-
"@astrojs/internal-helpers@0.
|
|
29
|
-
"integrity": "sha512-
|
|
29
|
+
"@astrojs/internal-helpers@0.10.0": {
|
|
30
|
+
"integrity": "sha512-Ry2R3VPeIN4uPCSA4xQc+e+vsJXkalKpEbDc07hV+a/o5Bs2N/s/uDcPJH/05L19DKh9tAy7e6JM3YZ6Cxfezw==",
|
|
30
31
|
"dependencies": [
|
|
31
|
-
"
|
|
32
|
+
"@types/hast",
|
|
33
|
+
"@types/mdast",
|
|
34
|
+
"js-yaml",
|
|
35
|
+
"picomatch@4.0.4",
|
|
36
|
+
"retext-smartypants",
|
|
37
|
+
"shiki",
|
|
38
|
+
"smol-toml",
|
|
39
|
+
"unified"
|
|
32
40
|
]
|
|
33
41
|
},
|
|
34
|
-
"@astrojs/markdown-remark@7.
|
|
35
|
-
"integrity": "sha512
|
|
42
|
+
"@astrojs/markdown-remark@7.2.0": {
|
|
43
|
+
"integrity": "sha512-+YxmVQu1Bd+MFfSzjq1rOJvD9+nIOJzz5YIIhdIH01RrxRkKbyKoEgyIqP3yv51MhzMDgd79QaPv+kCVPT8vHw==",
|
|
36
44
|
"dependencies": [
|
|
37
45
|
"@astrojs/internal-helpers",
|
|
38
46
|
"@astrojs/prism",
|
|
39
47
|
"github-slugger",
|
|
40
48
|
"hast-util-from-html",
|
|
41
49
|
"hast-util-to-text",
|
|
42
|
-
"js-yaml",
|
|
43
50
|
"mdast-util-definitions",
|
|
44
51
|
"rehype-raw",
|
|
45
52
|
"rehype-stringify",
|
|
@@ -47,9 +54,6 @@
|
|
|
47
54
|
"remark-parse",
|
|
48
55
|
"remark-rehype",
|
|
49
56
|
"remark-smartypants",
|
|
50
|
-
"retext-smartypants",
|
|
51
|
-
"shiki",
|
|
52
|
-
"smol-toml",
|
|
53
57
|
"unified",
|
|
54
58
|
"unist-util-remove-position",
|
|
55
59
|
"unist-util-visit",
|
|
@@ -73,24 +77,24 @@
|
|
|
73
77
|
"which-pm-runs"
|
|
74
78
|
]
|
|
75
79
|
},
|
|
76
|
-
"@babel/helper-string-parser@7.
|
|
77
|
-
"integrity": "sha512-
|
|
80
|
+
"@babel/helper-string-parser@7.29.7": {
|
|
81
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw=="
|
|
78
82
|
},
|
|
79
|
-
"@babel/helper-validator-identifier@7.
|
|
80
|
-
"integrity": "sha512-
|
|
83
|
+
"@babel/helper-validator-identifier@7.29.7": {
|
|
84
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg=="
|
|
81
85
|
},
|
|
82
|
-
"@babel/parser@7.29.
|
|
83
|
-
"integrity": "sha512-
|
|
86
|
+
"@babel/parser@7.29.7": {
|
|
87
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
84
88
|
"dependencies": [
|
|
85
89
|
"@babel/types"
|
|
86
90
|
],
|
|
87
91
|
"bin": true
|
|
88
92
|
},
|
|
89
|
-
"@babel/runtime@7.29.
|
|
90
|
-
"integrity": "sha512-
|
|
93
|
+
"@babel/runtime@7.29.7": {
|
|
94
|
+
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw=="
|
|
91
95
|
},
|
|
92
|
-
"@babel/types@7.29.
|
|
93
|
-
"integrity": "sha512-
|
|
96
|
+
"@babel/types@7.29.7": {
|
|
97
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
94
98
|
"dependencies": [
|
|
95
99
|
"@babel/helper-string-parser",
|
|
96
100
|
"@babel/helper-validator-identifier"
|
|
@@ -102,15 +106,15 @@
|
|
|
102
106
|
"fontkitten"
|
|
103
107
|
]
|
|
104
108
|
},
|
|
105
|
-
"@clack/core@1.
|
|
106
|
-
"integrity": "sha512-
|
|
109
|
+
"@clack/core@1.4.1": {
|
|
110
|
+
"integrity": "sha512-FILJa1gGKEFTGZAJE9RpVhrjKz3c3h4ar60dSv6cGuDqufQ84YEIS3GAGvZiN+H6yaLbbvTFNejjCC4tXpZEuw==",
|
|
107
111
|
"dependencies": [
|
|
108
112
|
"fast-wrap-ansi",
|
|
109
113
|
"sisteransi"
|
|
110
114
|
]
|
|
111
115
|
},
|
|
112
|
-
"@clack/prompts@1.
|
|
113
|
-
"integrity": "sha512-
|
|
116
|
+
"@clack/prompts@1.5.1": {
|
|
117
|
+
"integrity": "sha512-zccHj2z2oCCO4yrDiRSlFOxWerGqRiysP7a5jPK6uoI9URKAquwY42Dd/iUP8JWHxEzdRe4TlbvZCo8z1/mhrw==",
|
|
114
118
|
"dependencies": [
|
|
115
119
|
"@clack/core",
|
|
116
120
|
"fast-string-width",
|
|
@@ -124,133 +128,133 @@
|
|
|
124
128
|
"tslib"
|
|
125
129
|
]
|
|
126
130
|
},
|
|
127
|
-
"@esbuild/aix-ppc64@0.
|
|
128
|
-
"integrity": "sha512-
|
|
131
|
+
"@esbuild/aix-ppc64@0.28.1": {
|
|
132
|
+
"integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==",
|
|
129
133
|
"os": ["aix"],
|
|
130
134
|
"cpu": ["ppc64"]
|
|
131
135
|
},
|
|
132
|
-
"@esbuild/android-arm64@0.
|
|
133
|
-
"integrity": "sha512-
|
|
136
|
+
"@esbuild/android-arm64@0.28.1": {
|
|
137
|
+
"integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==",
|
|
134
138
|
"os": ["android"],
|
|
135
139
|
"cpu": ["arm64"]
|
|
136
140
|
},
|
|
137
|
-
"@esbuild/android-arm@0.
|
|
138
|
-
"integrity": "sha512-
|
|
141
|
+
"@esbuild/android-arm@0.28.1": {
|
|
142
|
+
"integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==",
|
|
139
143
|
"os": ["android"],
|
|
140
144
|
"cpu": ["arm"]
|
|
141
145
|
},
|
|
142
|
-
"@esbuild/android-x64@0.
|
|
143
|
-
"integrity": "sha512-
|
|
146
|
+
"@esbuild/android-x64@0.28.1": {
|
|
147
|
+
"integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==",
|
|
144
148
|
"os": ["android"],
|
|
145
149
|
"cpu": ["x64"]
|
|
146
150
|
},
|
|
147
|
-
"@esbuild/darwin-arm64@0.
|
|
148
|
-
"integrity": "sha512-
|
|
151
|
+
"@esbuild/darwin-arm64@0.28.1": {
|
|
152
|
+
"integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==",
|
|
149
153
|
"os": ["darwin"],
|
|
150
154
|
"cpu": ["arm64"]
|
|
151
155
|
},
|
|
152
|
-
"@esbuild/darwin-x64@0.
|
|
153
|
-
"integrity": "sha512-
|
|
156
|
+
"@esbuild/darwin-x64@0.28.1": {
|
|
157
|
+
"integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==",
|
|
154
158
|
"os": ["darwin"],
|
|
155
159
|
"cpu": ["x64"]
|
|
156
160
|
},
|
|
157
|
-
"@esbuild/freebsd-arm64@0.
|
|
158
|
-
"integrity": "sha512-
|
|
161
|
+
"@esbuild/freebsd-arm64@0.28.1": {
|
|
162
|
+
"integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==",
|
|
159
163
|
"os": ["freebsd"],
|
|
160
164
|
"cpu": ["arm64"]
|
|
161
165
|
},
|
|
162
|
-
"@esbuild/freebsd-x64@0.
|
|
163
|
-
"integrity": "sha512-
|
|
166
|
+
"@esbuild/freebsd-x64@0.28.1": {
|
|
167
|
+
"integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==",
|
|
164
168
|
"os": ["freebsd"],
|
|
165
169
|
"cpu": ["x64"]
|
|
166
170
|
},
|
|
167
|
-
"@esbuild/linux-arm64@0.
|
|
168
|
-
"integrity": "sha512-
|
|
171
|
+
"@esbuild/linux-arm64@0.28.1": {
|
|
172
|
+
"integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==",
|
|
169
173
|
"os": ["linux"],
|
|
170
174
|
"cpu": ["arm64"]
|
|
171
175
|
},
|
|
172
|
-
"@esbuild/linux-arm@0.
|
|
173
|
-
"integrity": "sha512-
|
|
176
|
+
"@esbuild/linux-arm@0.28.1": {
|
|
177
|
+
"integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==",
|
|
174
178
|
"os": ["linux"],
|
|
175
179
|
"cpu": ["arm"]
|
|
176
180
|
},
|
|
177
|
-
"@esbuild/linux-ia32@0.
|
|
178
|
-
"integrity": "sha512-
|
|
181
|
+
"@esbuild/linux-ia32@0.28.1": {
|
|
182
|
+
"integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==",
|
|
179
183
|
"os": ["linux"],
|
|
180
184
|
"cpu": ["ia32"]
|
|
181
185
|
},
|
|
182
|
-
"@esbuild/linux-loong64@0.
|
|
183
|
-
"integrity": "sha512-
|
|
186
|
+
"@esbuild/linux-loong64@0.28.1": {
|
|
187
|
+
"integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==",
|
|
184
188
|
"os": ["linux"],
|
|
185
189
|
"cpu": ["loong64"]
|
|
186
190
|
},
|
|
187
|
-
"@esbuild/linux-mips64el@0.
|
|
188
|
-
"integrity": "sha512-
|
|
191
|
+
"@esbuild/linux-mips64el@0.28.1": {
|
|
192
|
+
"integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==",
|
|
189
193
|
"os": ["linux"],
|
|
190
194
|
"cpu": ["mips64el"]
|
|
191
195
|
},
|
|
192
|
-
"@esbuild/linux-ppc64@0.
|
|
193
|
-
"integrity": "sha512-
|
|
196
|
+
"@esbuild/linux-ppc64@0.28.1": {
|
|
197
|
+
"integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==",
|
|
194
198
|
"os": ["linux"],
|
|
195
199
|
"cpu": ["ppc64"]
|
|
196
200
|
},
|
|
197
|
-
"@esbuild/linux-riscv64@0.
|
|
198
|
-
"integrity": "sha512-
|
|
201
|
+
"@esbuild/linux-riscv64@0.28.1": {
|
|
202
|
+
"integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==",
|
|
199
203
|
"os": ["linux"],
|
|
200
204
|
"cpu": ["riscv64"]
|
|
201
205
|
},
|
|
202
|
-
"@esbuild/linux-s390x@0.
|
|
203
|
-
"integrity": "sha512
|
|
206
|
+
"@esbuild/linux-s390x@0.28.1": {
|
|
207
|
+
"integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==",
|
|
204
208
|
"os": ["linux"],
|
|
205
209
|
"cpu": ["s390x"]
|
|
206
210
|
},
|
|
207
|
-
"@esbuild/linux-x64@0.
|
|
208
|
-
"integrity": "sha512-
|
|
211
|
+
"@esbuild/linux-x64@0.28.1": {
|
|
212
|
+
"integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==",
|
|
209
213
|
"os": ["linux"],
|
|
210
214
|
"cpu": ["x64"]
|
|
211
215
|
},
|
|
212
|
-
"@esbuild/netbsd-arm64@0.
|
|
213
|
-
"integrity": "sha512-
|
|
216
|
+
"@esbuild/netbsd-arm64@0.28.1": {
|
|
217
|
+
"integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==",
|
|
214
218
|
"os": ["netbsd"],
|
|
215
219
|
"cpu": ["arm64"]
|
|
216
220
|
},
|
|
217
|
-
"@esbuild/netbsd-x64@0.
|
|
218
|
-
"integrity": "sha512-
|
|
221
|
+
"@esbuild/netbsd-x64@0.28.1": {
|
|
222
|
+
"integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==",
|
|
219
223
|
"os": ["netbsd"],
|
|
220
224
|
"cpu": ["x64"]
|
|
221
225
|
},
|
|
222
|
-
"@esbuild/openbsd-arm64@0.
|
|
223
|
-
"integrity": "sha512-
|
|
226
|
+
"@esbuild/openbsd-arm64@0.28.1": {
|
|
227
|
+
"integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==",
|
|
224
228
|
"os": ["openbsd"],
|
|
225
229
|
"cpu": ["arm64"]
|
|
226
230
|
},
|
|
227
|
-
"@esbuild/openbsd-x64@0.
|
|
228
|
-
"integrity": "sha512
|
|
231
|
+
"@esbuild/openbsd-x64@0.28.1": {
|
|
232
|
+
"integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==",
|
|
229
233
|
"os": ["openbsd"],
|
|
230
234
|
"cpu": ["x64"]
|
|
231
235
|
},
|
|
232
|
-
"@esbuild/openharmony-arm64@0.
|
|
233
|
-
"integrity": "sha512
|
|
236
|
+
"@esbuild/openharmony-arm64@0.28.1": {
|
|
237
|
+
"integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==",
|
|
234
238
|
"os": ["openharmony"],
|
|
235
239
|
"cpu": ["arm64"]
|
|
236
240
|
},
|
|
237
|
-
"@esbuild/sunos-x64@0.
|
|
238
|
-
"integrity": "sha512-
|
|
241
|
+
"@esbuild/sunos-x64@0.28.1": {
|
|
242
|
+
"integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==",
|
|
239
243
|
"os": ["sunos"],
|
|
240
244
|
"cpu": ["x64"]
|
|
241
245
|
},
|
|
242
|
-
"@esbuild/win32-arm64@0.
|
|
243
|
-
"integrity": "sha512-
|
|
246
|
+
"@esbuild/win32-arm64@0.28.1": {
|
|
247
|
+
"integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==",
|
|
244
248
|
"os": ["win32"],
|
|
245
249
|
"cpu": ["arm64"]
|
|
246
250
|
},
|
|
247
|
-
"@esbuild/win32-ia32@0.
|
|
248
|
-
"integrity": "sha512-
|
|
251
|
+
"@esbuild/win32-ia32@0.28.1": {
|
|
252
|
+
"integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==",
|
|
249
253
|
"os": ["win32"],
|
|
250
254
|
"cpu": ["ia32"]
|
|
251
255
|
},
|
|
252
|
-
"@esbuild/win32-x64@0.
|
|
253
|
-
"integrity": "sha512-
|
|
256
|
+
"@esbuild/win32-x64@0.28.1": {
|
|
257
|
+
"integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==",
|
|
254
258
|
"os": ["win32"],
|
|
255
259
|
"cpu": ["x64"]
|
|
256
260
|
},
|
|
@@ -528,147 +532,147 @@
|
|
|
528
532
|
"@oslojs/encoding@1.1.0": {
|
|
529
533
|
"integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ=="
|
|
530
534
|
},
|
|
531
|
-
"@pkgr/core@0.
|
|
532
|
-
"integrity": "sha512-
|
|
535
|
+
"@pkgr/core@0.3.6": {
|
|
536
|
+
"integrity": "sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA=="
|
|
533
537
|
},
|
|
534
|
-
"@rollup/pluginutils@5.
|
|
535
|
-
"integrity": "sha512-
|
|
538
|
+
"@rollup/pluginutils@5.4.0": {
|
|
539
|
+
"integrity": "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==",
|
|
536
540
|
"dependencies": [
|
|
537
541
|
"@types/estree",
|
|
538
542
|
"estree-walker",
|
|
539
543
|
"picomatch@4.0.4"
|
|
540
544
|
]
|
|
541
545
|
},
|
|
542
|
-
"@rollup/rollup-android-arm-eabi@4.
|
|
543
|
-
"integrity": "sha512-
|
|
546
|
+
"@rollup/rollup-android-arm-eabi@4.61.1": {
|
|
547
|
+
"integrity": "sha512-JnBB8MdXj45cajvTuO5FmPlvFVJRQgvrz1uSEl3NwqFnReAPGwb8EanbGi4z2nRaqLzjJSv5/JmycoTKlRZxHA==",
|
|
544
548
|
"os": ["android"],
|
|
545
549
|
"cpu": ["arm"]
|
|
546
550
|
},
|
|
547
|
-
"@rollup/rollup-android-arm64@4.
|
|
548
|
-
"integrity": "sha512-
|
|
551
|
+
"@rollup/rollup-android-arm64@4.61.1": {
|
|
552
|
+
"integrity": "sha512-Jx2g7iSjw4AOT0HDPHM9RV3GNjRXwybWtSFZiZAYUTjUwjVrYIwq3kBf+LnhqJlzXFAqTAh2F7IGI+O568exPw==",
|
|
549
553
|
"os": ["android"],
|
|
550
554
|
"cpu": ["arm64"]
|
|
551
555
|
},
|
|
552
|
-
"@rollup/rollup-darwin-arm64@4.
|
|
553
|
-
"integrity": "sha512-
|
|
556
|
+
"@rollup/rollup-darwin-arm64@4.61.1": {
|
|
557
|
+
"integrity": "sha512-0F1L/Z3Eqv8mT2n3dCpeO8GcTvHvVqkP5/t6DMsn0KzhYVcg+s7Ncl5DS8qjKYEeio6Az0Gt6nyBORay5qIlCA==",
|
|
554
558
|
"os": ["darwin"],
|
|
555
559
|
"cpu": ["arm64"]
|
|
556
560
|
},
|
|
557
|
-
"@rollup/rollup-darwin-x64@4.
|
|
558
|
-
"integrity": "sha512-
|
|
561
|
+
"@rollup/rollup-darwin-x64@4.61.1": {
|
|
562
|
+
"integrity": "sha512-qLttcH871ujY4YcVfUSShhOw+CsoTatYz8gRbHO7Bb92QH059/P0y5do1KMs41fY0BpD2x4AJH/gID0zFiqVKQ==",
|
|
559
563
|
"os": ["darwin"],
|
|
560
564
|
"cpu": ["x64"]
|
|
561
565
|
},
|
|
562
|
-
"@rollup/rollup-freebsd-arm64@4.
|
|
563
|
-
"integrity": "sha512
|
|
566
|
+
"@rollup/rollup-freebsd-arm64@4.61.1": {
|
|
567
|
+
"integrity": "sha512-fUI4RapGE0Oh3mb8mgfvC1O2nU1RpDZUKnDQm3xB1Ipg7C2wTs5Kstz7G2uWK99a8S2yTMq8/P4uycwNa0nJyw==",
|
|
564
568
|
"os": ["freebsd"],
|
|
565
569
|
"cpu": ["arm64"]
|
|
566
570
|
},
|
|
567
|
-
"@rollup/rollup-freebsd-x64@4.
|
|
568
|
-
"integrity": "sha512-
|
|
571
|
+
"@rollup/rollup-freebsd-x64@4.61.1": {
|
|
572
|
+
"integrity": "sha512-H5YrdvJaDtI/U9/emrD4b++xkvp3y/JvOe4rizHbxvkyMfRS/CiRYdji+Pl8D0brEaNFWUh1drQxgAGIl6Xudw==",
|
|
569
573
|
"os": ["freebsd"],
|
|
570
574
|
"cpu": ["x64"]
|
|
571
575
|
},
|
|
572
|
-
"@rollup/rollup-linux-arm-gnueabihf@4.
|
|
573
|
-
"integrity": "sha512-
|
|
576
|
+
"@rollup/rollup-linux-arm-gnueabihf@4.61.1": {
|
|
577
|
+
"integrity": "sha512-Q8CBCCQtDFrYtXoeUXSrnFXKOnyUhx6bz+SkL6A0E7V8kAiCJ5pamq1WtbfpVGhR5TSpXY6ak3avmDc5fHTyJA==",
|
|
574
578
|
"os": ["linux"],
|
|
575
579
|
"cpu": ["arm"]
|
|
576
580
|
},
|
|
577
|
-
"@rollup/rollup-linux-arm-musleabihf@4.
|
|
578
|
-
"integrity": "sha512-
|
|
581
|
+
"@rollup/rollup-linux-arm-musleabihf@4.61.1": {
|
|
582
|
+
"integrity": "sha512-nwnhk1581l0FBVellGcVCAT0Oi06onEA3WB53sf01VO3I0UPBkMH9sXONYME2K0ovXcNayJfNtHfm6mpJElatQ==",
|
|
579
583
|
"os": ["linux"],
|
|
580
584
|
"cpu": ["arm"]
|
|
581
585
|
},
|
|
582
|
-
"@rollup/rollup-linux-arm64-gnu@4.
|
|
583
|
-
"integrity": "sha512-
|
|
586
|
+
"@rollup/rollup-linux-arm64-gnu@4.61.1": {
|
|
587
|
+
"integrity": "sha512-x5Xr49hwt3hdW75UOZm3395YwwzPyauktslv29KpWL/T+vVAzoT3azLcTWv0eMciBNrx+DYjH4paehHoLpPvpg==",
|
|
584
588
|
"os": ["linux"],
|
|
585
589
|
"cpu": ["arm64"]
|
|
586
590
|
},
|
|
587
|
-
"@rollup/rollup-linux-arm64-musl@4.
|
|
588
|
-
"integrity": "sha512-
|
|
591
|
+
"@rollup/rollup-linux-arm64-musl@4.61.1": {
|
|
592
|
+
"integrity": "sha512-unMS3H73DpaoPyyEVPjGKleM/s0mkmsauTENpw4INQY8y4+IuLNjkueQ5QCtC0D3N38Y38yhAU8OoZ20S2Tm6w==",
|
|
589
593
|
"os": ["linux"],
|
|
590
594
|
"cpu": ["arm64"]
|
|
591
595
|
},
|
|
592
|
-
"@rollup/rollup-linux-loong64-gnu@4.
|
|
593
|
-
"integrity": "sha512-
|
|
596
|
+
"@rollup/rollup-linux-loong64-gnu@4.61.1": {
|
|
597
|
+
"integrity": "sha512-zNZzGRnAhwjFEYmvphJRV5XaQGjs62cCmeYYHUT//NbvEnHauw+I85nGG+SiVg5ld4GX8D1IbKIX+ozITQnhMQ==",
|
|
594
598
|
"os": ["linux"],
|
|
595
599
|
"cpu": ["loong64"]
|
|
596
600
|
},
|
|
597
|
-
"@rollup/rollup-linux-loong64-musl@4.
|
|
598
|
-
"integrity": "sha512-
|
|
601
|
+
"@rollup/rollup-linux-loong64-musl@4.61.1": {
|
|
602
|
+
"integrity": "sha512-LdpWGL8X209B2SIvWjqlc8VZgM6PKfontSerGepuldQmHYrAOtnMCXeJkxXGbC+PPZVOuu5czJo7fNV6aeW8rQ==",
|
|
599
603
|
"os": ["linux"],
|
|
600
604
|
"cpu": ["loong64"]
|
|
601
605
|
},
|
|
602
|
-
"@rollup/rollup-linux-ppc64-gnu@4.
|
|
603
|
-
"integrity": "sha512-
|
|
606
|
+
"@rollup/rollup-linux-ppc64-gnu@4.61.1": {
|
|
607
|
+
"integrity": "sha512-EC5kTtNaNGOmbMGqar8dvJy6y/hg99GAwjfBz++pxZhQATXGcRjd6c5en5wcbru0vkRmiMGsQKdMJOOf6sza4g==",
|
|
604
608
|
"os": ["linux"],
|
|
605
609
|
"cpu": ["ppc64"]
|
|
606
610
|
},
|
|
607
|
-
"@rollup/rollup-linux-ppc64-musl@4.
|
|
608
|
-
"integrity": "sha512-
|
|
611
|
+
"@rollup/rollup-linux-ppc64-musl@4.61.1": {
|
|
612
|
+
"integrity": "sha512-8hiwp6D4acEcNK78I4rP0/XtS1sknWIAMJBPdR4l6zUtyTm5KiTDr5bXmWt4foY7nAN7AThDHgkLIEZOWKbzWw==",
|
|
609
613
|
"os": ["linux"],
|
|
610
614
|
"cpu": ["ppc64"]
|
|
611
615
|
},
|
|
612
|
-
"@rollup/rollup-linux-riscv64-gnu@4.
|
|
613
|
-
"integrity": "sha512-
|
|
616
|
+
"@rollup/rollup-linux-riscv64-gnu@4.61.1": {
|
|
617
|
+
"integrity": "sha512-10dh/h/BqA7DuMPWSxkR8uks18FRwnwOEqr5zOTEl+NOwP/OMzKX8OFR/Of9xxDA7D5qef1Nzar5WDD2kCCr1g==",
|
|
614
618
|
"os": ["linux"],
|
|
615
619
|
"cpu": ["riscv64"]
|
|
616
620
|
},
|
|
617
|
-
"@rollup/rollup-linux-riscv64-musl@4.
|
|
618
|
-
"integrity": "sha512-
|
|
621
|
+
"@rollup/rollup-linux-riscv64-musl@4.61.1": {
|
|
622
|
+
"integrity": "sha512-YKJ5lg35DP17gcAOggnihe+APw9HLyj1Xn7gsmGumBJAUDa6NGXNixJzmkWLhcK9TOuuyQjdamzvJefkO7qHZQ==",
|
|
619
623
|
"os": ["linux"],
|
|
620
624
|
"cpu": ["riscv64"]
|
|
621
625
|
},
|
|
622
|
-
"@rollup/rollup-linux-s390x-gnu@4.
|
|
623
|
-
"integrity": "sha512-
|
|
626
|
+
"@rollup/rollup-linux-s390x-gnu@4.61.1": {
|
|
627
|
+
"integrity": "sha512-Mlil5G2Jj6a7B3LWGctg+XPL9vdXYuzCtNXfxOQ0nPjc2m6ueUktocPGH9bnAM0bNRKb/bAWTujUU7IJQdQA+g==",
|
|
624
628
|
"os": ["linux"],
|
|
625
629
|
"cpu": ["s390x"]
|
|
626
630
|
},
|
|
627
|
-
"@rollup/rollup-linux-x64-gnu@4.
|
|
628
|
-
"integrity": "sha512-
|
|
631
|
+
"@rollup/rollup-linux-x64-gnu@4.61.1": {
|
|
632
|
+
"integrity": "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==",
|
|
629
633
|
"os": ["linux"],
|
|
630
634
|
"cpu": ["x64"]
|
|
631
635
|
},
|
|
632
|
-
"@rollup/rollup-linux-x64-musl@4.
|
|
633
|
-
"integrity": "sha512
|
|
636
|
+
"@rollup/rollup-linux-x64-musl@4.61.1": {
|
|
637
|
+
"integrity": "sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==",
|
|
634
638
|
"os": ["linux"],
|
|
635
639
|
"cpu": ["x64"]
|
|
636
640
|
},
|
|
637
|
-
"@rollup/rollup-openbsd-x64@4.
|
|
638
|
-
"integrity": "sha512-
|
|
641
|
+
"@rollup/rollup-openbsd-x64@4.61.1": {
|
|
642
|
+
"integrity": "sha512-E83TXjI4zm0+5f2qO+UOudaCYIhYwpJ5jq6YCZNIZ+6CbfhKrkAGezeiASBL9ElxAxFsRS9ZhESv8mfnj6TKeg==",
|
|
639
643
|
"os": ["openbsd"],
|
|
640
644
|
"cpu": ["x64"]
|
|
641
645
|
},
|
|
642
|
-
"@rollup/rollup-openharmony-arm64@4.
|
|
643
|
-
"integrity": "sha512-
|
|
646
|
+
"@rollup/rollup-openharmony-arm64@4.61.1": {
|
|
647
|
+
"integrity": "sha512-fbWnKqVkjrJN38vNe3ahkbk6iejS/3b0Nt7EEtPpE6RBacZcGXNKbzfHN3GUUlXOPghUg0j6XUGrtjX9z1sIvA==",
|
|
644
648
|
"os": ["openharmony"],
|
|
645
649
|
"cpu": ["arm64"]
|
|
646
650
|
},
|
|
647
|
-
"@rollup/rollup-win32-arm64-msvc@4.
|
|
648
|
-
"integrity": "sha512-
|
|
651
|
+
"@rollup/rollup-win32-arm64-msvc@4.61.1": {
|
|
652
|
+
"integrity": "sha512-ArMl38iVAbk0New1ogihQNY6iphLi4ZaRsa037gUzv5yeKPY8TD3Dmy4x2RNC1VztU/uqm+G+/RwFrSka3Oy2g==",
|
|
649
653
|
"os": ["win32"],
|
|
650
654
|
"cpu": ["arm64"]
|
|
651
655
|
},
|
|
652
|
-
"@rollup/rollup-win32-ia32-msvc@4.
|
|
653
|
-
"integrity": "sha512-
|
|
656
|
+
"@rollup/rollup-win32-ia32-msvc@4.61.1": {
|
|
657
|
+
"integrity": "sha512-0mYtjHS9ucAbcATycCNK9IGBk/cCe/ma7EmSLGZdsxnOA8cjRIyU04wDpVAD9NiOfLUR9KTxdiO53uOkherqjQ==",
|
|
654
658
|
"os": ["win32"],
|
|
655
659
|
"cpu": ["ia32"]
|
|
656
660
|
},
|
|
657
|
-
"@rollup/rollup-win32-x64-gnu@4.
|
|
658
|
-
"integrity": "sha512-
|
|
661
|
+
"@rollup/rollup-win32-x64-gnu@4.61.1": {
|
|
662
|
+
"integrity": "sha512-gK1iCEPfpoSG9wfBihXxvBMi8ZfcWffYkEsC/Eih+iFENTaewvNcrEQ69lIOWYO5pePHKLHHO7nq5AILGO/HQQ==",
|
|
659
663
|
"os": ["win32"],
|
|
660
664
|
"cpu": ["x64"]
|
|
661
665
|
},
|
|
662
|
-
"@rollup/rollup-win32-x64-msvc@4.
|
|
663
|
-
"integrity": "sha512-
|
|
666
|
+
"@rollup/rollup-win32-x64-msvc@4.61.1": {
|
|
667
|
+
"integrity": "sha512-X+zaP2x+j4RXGfbp/seSoRHWnPxzApilDszisZxbYH5C/jTxFhCtDNdPGZb9lJyYPs24wGxruPF7Y+sIXt9Gzw==",
|
|
664
668
|
"os": ["win32"],
|
|
665
669
|
"cpu": ["x64"]
|
|
666
670
|
},
|
|
667
671
|
"@rtsao/scc@1.1.0": {
|
|
668
672
|
"integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g=="
|
|
669
673
|
},
|
|
670
|
-
"@shikijs/core@4.
|
|
671
|
-
"integrity": "sha512-
|
|
674
|
+
"@shikijs/core@4.2.0": {
|
|
675
|
+
"integrity": "sha512-Hc87Ab1Ld/vEbZRCbwx344I5v+4RU8CVToUTRkqXL1+TjbuOp9U5Xa0M23V4GEWHxVn+yO5otb+HkQVm3ptWQQ==",
|
|
672
676
|
"dependencies": [
|
|
673
677
|
"@shikijs/primitive",
|
|
674
678
|
"@shikijs/types",
|
|
@@ -677,43 +681,43 @@
|
|
|
677
681
|
"hast-util-to-html"
|
|
678
682
|
]
|
|
679
683
|
},
|
|
680
|
-
"@shikijs/engine-javascript@4.
|
|
681
|
-
"integrity": "sha512-
|
|
684
|
+
"@shikijs/engine-javascript@4.2.0": {
|
|
685
|
+
"integrity": "sha512-fjETeq1k5ffyXqRgS6+3hpvqseLalp1kjNfRbXpUgWR8FpZ1CmQfiNHovc5lncYjt/Vg5JK/WJEmLahjwMa0og==",
|
|
682
686
|
"dependencies": [
|
|
683
687
|
"@shikijs/types",
|
|
684
688
|
"@shikijs/vscode-textmate",
|
|
685
689
|
"oniguruma-to-es"
|
|
686
690
|
]
|
|
687
691
|
},
|
|
688
|
-
"@shikijs/engine-oniguruma@4.
|
|
689
|
-
"integrity": "sha512-
|
|
692
|
+
"@shikijs/engine-oniguruma@4.2.0": {
|
|
693
|
+
"integrity": "sha512-hTorK1dffPkpbMUk6Z+828PgRo7d07HbnizoP0hNPFjhxMHctj0Px/qoHeGMYafc6ju+u9iMldN4JbVzNQM++g==",
|
|
690
694
|
"dependencies": [
|
|
691
695
|
"@shikijs/types",
|
|
692
696
|
"@shikijs/vscode-textmate"
|
|
693
697
|
]
|
|
694
698
|
},
|
|
695
|
-
"@shikijs/langs@4.
|
|
696
|
-
"integrity": "sha512-
|
|
699
|
+
"@shikijs/langs@4.2.0": {
|
|
700
|
+
"integrity": "sha512-bwrVRlJ0wUhZxAbVdvBbv2TTC9yLsh4C/IO5Ofz0T8MQntgDvyVnkbjw9vi50r1kx7RCIJdnJnjZAwmAsXFLZQ==",
|
|
697
701
|
"dependencies": [
|
|
698
702
|
"@shikijs/types"
|
|
699
703
|
]
|
|
700
704
|
},
|
|
701
|
-
"@shikijs/primitive@4.
|
|
702
|
-
"integrity": "sha512-
|
|
705
|
+
"@shikijs/primitive@4.2.0": {
|
|
706
|
+
"integrity": "sha512-NOq+DtUkVBJtZMVXL5A0vI0Xk8nvDYaXetFHSJFlOqjDZIVhIPRYFdGkSoElDqNuegikcc3A76SNUa8dTqtAYA==",
|
|
703
707
|
"dependencies": [
|
|
704
708
|
"@shikijs/types",
|
|
705
709
|
"@shikijs/vscode-textmate",
|
|
706
710
|
"@types/hast"
|
|
707
711
|
]
|
|
708
712
|
},
|
|
709
|
-
"@shikijs/themes@4.
|
|
710
|
-
"integrity": "sha512-
|
|
713
|
+
"@shikijs/themes@4.2.0": {
|
|
714
|
+
"integrity": "sha512-RX8IHYeLv8Cu2W6ruc3RxUqWn0IYCqSrMBzi/uRGAmfyDNOnNO5BF/Px7o97n4XTpmFTo5GbRaazuOWj+2ak2w==",
|
|
711
715
|
"dependencies": [
|
|
712
716
|
"@shikijs/types"
|
|
713
717
|
]
|
|
714
718
|
},
|
|
715
|
-
"@shikijs/types@4.
|
|
716
|
-
"integrity": "sha512-
|
|
719
|
+
"@shikijs/types@4.2.0": {
|
|
720
|
+
"integrity": "sha512-VT/MKtlpOhEPZloSH3Pb9WCZEBDoQVMa9jedp5UAwmJOar1DVc9DRODAxmYPW9M93IK4ryuqRejFfmlvlVDemw==",
|
|
717
721
|
"dependencies": [
|
|
718
722
|
"@shikijs/vscode-textmate",
|
|
719
723
|
"@types/hast"
|
|
@@ -728,8 +732,8 @@
|
|
|
728
732
|
"@types/ms"
|
|
729
733
|
]
|
|
730
734
|
},
|
|
731
|
-
"@types/estree@1.0.
|
|
732
|
-
"integrity": "sha512-
|
|
735
|
+
"@types/estree@1.0.9": {
|
|
736
|
+
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg=="
|
|
733
737
|
},
|
|
734
738
|
"@types/hast@3.0.4": {
|
|
735
739
|
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
@@ -758,8 +762,8 @@
|
|
|
758
762
|
"@types/unist"
|
|
759
763
|
]
|
|
760
764
|
},
|
|
761
|
-
"@types/node@25.9.
|
|
762
|
-
"integrity": "sha512-
|
|
765
|
+
"@types/node@25.9.2": {
|
|
766
|
+
"integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==",
|
|
763
767
|
"dependencies": [
|
|
764
768
|
"undici-types"
|
|
765
769
|
]
|
|
@@ -770,8 +774,8 @@
|
|
|
770
774
|
"@types/unist@3.0.3": {
|
|
771
775
|
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
|
|
772
776
|
},
|
|
773
|
-
"@typescript-eslint/eslint-plugin@8.
|
|
774
|
-
"integrity": "sha512-
|
|
777
|
+
"@typescript-eslint/eslint-plugin@8.60.1_@typescript-eslint+parser@8.60.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
|
|
778
|
+
"integrity": "sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==",
|
|
775
779
|
"dependencies": [
|
|
776
780
|
"@eslint-community/regexpp",
|
|
777
781
|
"@typescript-eslint/parser",
|
|
@@ -786,8 +790,8 @@
|
|
|
786
790
|
"typescript"
|
|
787
791
|
]
|
|
788
792
|
},
|
|
789
|
-
"@typescript-eslint/parser@8.
|
|
790
|
-
"integrity": "sha512-
|
|
793
|
+
"@typescript-eslint/parser@8.60.1_eslint@9.39.4_typescript@5.9.3": {
|
|
794
|
+
"integrity": "sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==",
|
|
791
795
|
"dependencies": [
|
|
792
796
|
"@typescript-eslint/scope-manager",
|
|
793
797
|
"@typescript-eslint/types",
|
|
@@ -798,8 +802,8 @@
|
|
|
798
802
|
"typescript"
|
|
799
803
|
]
|
|
800
804
|
},
|
|
801
|
-
"@typescript-eslint/project-service@8.
|
|
802
|
-
"integrity": "sha512-
|
|
805
|
+
"@typescript-eslint/project-service@8.60.1_typescript@5.9.3": {
|
|
806
|
+
"integrity": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==",
|
|
803
807
|
"dependencies": [
|
|
804
808
|
"@typescript-eslint/tsconfig-utils",
|
|
805
809
|
"@typescript-eslint/types",
|
|
@@ -807,21 +811,21 @@
|
|
|
807
811
|
"typescript"
|
|
808
812
|
]
|
|
809
813
|
},
|
|
810
|
-
"@typescript-eslint/scope-manager@8.
|
|
811
|
-
"integrity": "sha512-
|
|
814
|
+
"@typescript-eslint/scope-manager@8.60.1": {
|
|
815
|
+
"integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==",
|
|
812
816
|
"dependencies": [
|
|
813
817
|
"@typescript-eslint/types",
|
|
814
818
|
"@typescript-eslint/visitor-keys"
|
|
815
819
|
]
|
|
816
820
|
},
|
|
817
|
-
"@typescript-eslint/tsconfig-utils@8.
|
|
818
|
-
"integrity": "sha512-
|
|
821
|
+
"@typescript-eslint/tsconfig-utils@8.60.1_typescript@5.9.3": {
|
|
822
|
+
"integrity": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==",
|
|
819
823
|
"dependencies": [
|
|
820
824
|
"typescript"
|
|
821
825
|
]
|
|
822
826
|
},
|
|
823
|
-
"@typescript-eslint/type-utils@8.
|
|
824
|
-
"integrity": "sha512-
|
|
827
|
+
"@typescript-eslint/type-utils@8.60.1_eslint@9.39.4_typescript@5.9.3": {
|
|
828
|
+
"integrity": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==",
|
|
825
829
|
"dependencies": [
|
|
826
830
|
"@typescript-eslint/types",
|
|
827
831
|
"@typescript-eslint/typescript-estree",
|
|
@@ -832,11 +836,11 @@
|
|
|
832
836
|
"typescript"
|
|
833
837
|
]
|
|
834
838
|
},
|
|
835
|
-
"@typescript-eslint/types@8.
|
|
836
|
-
"integrity": "sha512-
|
|
839
|
+
"@typescript-eslint/types@8.60.1": {
|
|
840
|
+
"integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w=="
|
|
837
841
|
},
|
|
838
|
-
"@typescript-eslint/typescript-estree@8.
|
|
839
|
-
"integrity": "sha512-
|
|
842
|
+
"@typescript-eslint/typescript-estree@8.60.1_typescript@5.9.3": {
|
|
843
|
+
"integrity": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==",
|
|
840
844
|
"dependencies": [
|
|
841
845
|
"@typescript-eslint/project-service",
|
|
842
846
|
"@typescript-eslint/tsconfig-utils",
|
|
@@ -844,14 +848,14 @@
|
|
|
844
848
|
"@typescript-eslint/visitor-keys",
|
|
845
849
|
"debug@4.4.3",
|
|
846
850
|
"minimatch@10.2.5",
|
|
847
|
-
"semver@7.8.
|
|
851
|
+
"semver@7.8.2",
|
|
848
852
|
"tinyglobby",
|
|
849
853
|
"ts-api-utils",
|
|
850
854
|
"typescript"
|
|
851
855
|
]
|
|
852
856
|
},
|
|
853
|
-
"@typescript-eslint/utils@8.
|
|
854
|
-
"integrity": "sha512-
|
|
857
|
+
"@typescript-eslint/utils@8.60.1_eslint@9.39.4_typescript@5.9.3": {
|
|
858
|
+
"integrity": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==",
|
|
855
859
|
"dependencies": [
|
|
856
860
|
"@eslint-community/eslint-utils",
|
|
857
861
|
"@typescript-eslint/scope-manager",
|
|
@@ -861,8 +865,8 @@
|
|
|
861
865
|
"typescript"
|
|
862
866
|
]
|
|
863
867
|
},
|
|
864
|
-
"@typescript-eslint/visitor-keys@8.
|
|
865
|
-
"integrity": "sha512-
|
|
868
|
+
"@typescript-eslint/visitor-keys@8.60.1": {
|
|
869
|
+
"integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==",
|
|
866
870
|
"dependencies": [
|
|
867
871
|
"@typescript-eslint/types",
|
|
868
872
|
"eslint-visitor-keys@5.0.1"
|
|
@@ -1003,11 +1007,11 @@
|
|
|
1003
1007
|
"espree",
|
|
1004
1008
|
"fast-glob",
|
|
1005
1009
|
"is-glob",
|
|
1006
|
-
"semver@7.8.
|
|
1010
|
+
"semver@7.8.2"
|
|
1007
1011
|
]
|
|
1008
1012
|
},
|
|
1009
|
-
"astro@6.
|
|
1010
|
-
"integrity": "sha512-
|
|
1013
|
+
"astro@6.4.4_@types+node@25.9.2": {
|
|
1014
|
+
"integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==",
|
|
1011
1015
|
"dependencies": [
|
|
1012
1016
|
"@astrojs/compiler@4.0.0",
|
|
1013
1017
|
"@astrojs/internal-helpers",
|
|
@@ -1047,7 +1051,7 @@
|
|
|
1047
1051
|
"piccolore",
|
|
1048
1052
|
"picomatch@4.0.4",
|
|
1049
1053
|
"rehype",
|
|
1050
|
-
"semver@7.8.
|
|
1054
|
+
"semver@7.8.2",
|
|
1051
1055
|
"shiki",
|
|
1052
1056
|
"smol-toml",
|
|
1053
1057
|
"svgo",
|
|
@@ -1104,7 +1108,7 @@
|
|
|
1104
1108
|
"commander@8.3.0",
|
|
1105
1109
|
"dayjs",
|
|
1106
1110
|
"lodash.get",
|
|
1107
|
-
"semver@7.8.
|
|
1111
|
+
"semver@7.8.2",
|
|
1108
1112
|
"table"
|
|
1109
1113
|
],
|
|
1110
1114
|
"bin": true
|
|
@@ -1112,8 +1116,8 @@
|
|
|
1112
1116
|
"boolbase@1.0.0": {
|
|
1113
1117
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
|
|
1114
1118
|
},
|
|
1115
|
-
"brace-expansion@1.1.
|
|
1116
|
-
"integrity": "sha512-
|
|
1119
|
+
"brace-expansion@1.1.15": {
|
|
1120
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
1117
1121
|
"dependencies": [
|
|
1118
1122
|
"balanced-match@1.0.2",
|
|
1119
1123
|
"concat-map"
|
|
@@ -1293,8 +1297,8 @@
|
|
|
1293
1297
|
"is-data-view"
|
|
1294
1298
|
]
|
|
1295
1299
|
},
|
|
1296
|
-
"dayjs@1.11.
|
|
1297
|
-
"integrity": "sha512-
|
|
1300
|
+
"dayjs@1.11.21": {
|
|
1301
|
+
"integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA=="
|
|
1298
1302
|
},
|
|
1299
1303
|
"debug@3.2.7": {
|
|
1300
1304
|
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
@@ -1508,8 +1512,8 @@
|
|
|
1508
1512
|
"is-symbol"
|
|
1509
1513
|
]
|
|
1510
1514
|
},
|
|
1511
|
-
"esbuild@0.
|
|
1512
|
-
"integrity": "sha512-
|
|
1515
|
+
"esbuild@0.28.1": {
|
|
1516
|
+
"integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==",
|
|
1513
1517
|
"optionalDependencies": [
|
|
1514
1518
|
"@esbuild/aix-ppc64",
|
|
1515
1519
|
"@esbuild/android-arm",
|
|
@@ -1551,7 +1555,7 @@
|
|
|
1551
1555
|
"integrity": "sha512-vAUHYzue4YAa2hNACjB8HvUQj5yehAZgiClyFVVom9cP8z5NSFq3PwB/TtJslN2zAMgRX6FCFCjYBbQh71g5RQ==",
|
|
1552
1556
|
"dependencies": [
|
|
1553
1557
|
"eslint",
|
|
1554
|
-
"semver@7.8.
|
|
1558
|
+
"semver@7.8.2"
|
|
1555
1559
|
]
|
|
1556
1560
|
},
|
|
1557
1561
|
"eslint-config-prettier@10.1.8_eslint@9.39.4": {
|
|
@@ -1569,8 +1573,8 @@
|
|
|
1569
1573
|
"resolve"
|
|
1570
1574
|
]
|
|
1571
1575
|
},
|
|
1572
|
-
"eslint-module-utils@2.
|
|
1573
|
-
"integrity": "sha512-
|
|
1576
|
+
"eslint-module-utils@2.13.0": {
|
|
1577
|
+
"integrity": "sha512-bLohSkT6469rRs8czj0tLTD8vaeIS/whvPRJVjDr7IuoTT1k5DYDERlNycjDj/HkOlvQdYurmfZ/g3fG5bgeLQ==",
|
|
1574
1578
|
"dependencies": [
|
|
1575
1579
|
"debug@3.2.7"
|
|
1576
1580
|
]
|
|
@@ -1954,8 +1958,8 @@
|
|
|
1954
1958
|
"has-symbols"
|
|
1955
1959
|
]
|
|
1956
1960
|
},
|
|
1957
|
-
"hasown@2.0.
|
|
1958
|
-
"integrity": "sha512-
|
|
1961
|
+
"hasown@2.0.4": {
|
|
1962
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
1959
1963
|
"dependencies": [
|
|
1960
1964
|
"function-bind"
|
|
1961
1965
|
]
|
|
@@ -2287,8 +2291,8 @@
|
|
|
2287
2291
|
"isexe@2.0.0": {
|
|
2288
2292
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
2289
2293
|
},
|
|
2290
|
-
"js-yaml@4.
|
|
2291
|
-
"integrity": "sha512-
|
|
2294
|
+
"js-yaml@4.2.0": {
|
|
2295
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
2292
2296
|
"dependencies": [
|
|
2293
2297
|
"argparse"
|
|
2294
2298
|
],
|
|
@@ -2351,8 +2355,8 @@
|
|
|
2351
2355
|
"longest-streak@3.1.0": {
|
|
2352
2356
|
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g=="
|
|
2353
2357
|
},
|
|
2354
|
-
"lru-cache@11.5.
|
|
2355
|
-
"integrity": "sha512-
|
|
2358
|
+
"lru-cache@11.5.1": {
|
|
2359
|
+
"integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A=="
|
|
2356
2360
|
},
|
|
2357
2361
|
"magic-string@0.30.21": {
|
|
2358
2362
|
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
@@ -2774,7 +2778,7 @@
|
|
|
2774
2778
|
"minimatch@3.1.5": {
|
|
2775
2779
|
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
2776
2780
|
"dependencies": [
|
|
2777
|
-
"brace-expansion@1.1.
|
|
2781
|
+
"brace-expansion@1.1.15"
|
|
2778
2782
|
]
|
|
2779
2783
|
},
|
|
2780
2784
|
"minimist@1.2.8": {
|
|
@@ -2881,8 +2885,8 @@
|
|
|
2881
2885
|
"es-object-atoms"
|
|
2882
2886
|
]
|
|
2883
2887
|
},
|
|
2884
|
-
"obug@2.1.
|
|
2885
|
-
"integrity": "sha512-
|
|
2888
|
+
"obug@2.1.2": {
|
|
2889
|
+
"integrity": "sha512-AWGB9WFcRXOQs48Z/udjI5ZcZMHXwX8XPByNpOydgcGsDLIzjGizhoMWJyKAWze7AVW/2W1i+/gPX4YtKe5cyg=="
|
|
2886
2890
|
},
|
|
2887
2891
|
"ofetch@1.5.1": {
|
|
2888
2892
|
"integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
|
|
@@ -3028,8 +3032,8 @@
|
|
|
3028
3032
|
"prismjs@1.30.0": {
|
|
3029
3033
|
"integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw=="
|
|
3030
3034
|
},
|
|
3031
|
-
"property-information@7.
|
|
3032
|
-
"integrity": "sha512-
|
|
3035
|
+
"property-information@7.2.0": {
|
|
3036
|
+
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg=="
|
|
3033
3037
|
},
|
|
3034
3038
|
"punycode@2.3.1": {
|
|
3035
3039
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="
|
|
@@ -3219,8 +3223,8 @@
|
|
|
3219
3223
|
"reusify@1.1.0": {
|
|
3220
3224
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw=="
|
|
3221
3225
|
},
|
|
3222
|
-
"rollup@4.
|
|
3223
|
-
"integrity": "sha512-
|
|
3226
|
+
"rollup@4.61.1": {
|
|
3227
|
+
"integrity": "sha512-I4KW6iuRpuu2uHBLraZ1wNZe0DP7lnRha+VJ9tNaYVaVgKhW0aI3h4RYnoRPeql0flHm/Co55b7snEDcOfOJrA==",
|
|
3224
3228
|
"dependencies": [
|
|
3225
3229
|
"@types/estree"
|
|
3226
3230
|
],
|
|
@@ -3292,8 +3296,8 @@
|
|
|
3292
3296
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3293
3297
|
"bin": true
|
|
3294
3298
|
},
|
|
3295
|
-
"semver@7.8.
|
|
3296
|
-
"integrity": "sha512-
|
|
3299
|
+
"semver@7.8.2": {
|
|
3300
|
+
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
3297
3301
|
"bin": true
|
|
3298
3302
|
},
|
|
3299
3303
|
"set-function-length@1.2.2": {
|
|
@@ -3329,7 +3333,7 @@
|
|
|
3329
3333
|
"dependencies": [
|
|
3330
3334
|
"@img/colour",
|
|
3331
3335
|
"detect-libc",
|
|
3332
|
-
"semver@7.8.
|
|
3336
|
+
"semver@7.8.2"
|
|
3333
3337
|
],
|
|
3334
3338
|
"optionalDependencies": [
|
|
3335
3339
|
"@img/sharp-darwin-arm64",
|
|
@@ -3368,8 +3372,8 @@
|
|
|
3368
3372
|
"shebang-regex@3.0.0": {
|
|
3369
3373
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
|
|
3370
3374
|
},
|
|
3371
|
-
"shiki@4.
|
|
3372
|
-
"integrity": "sha512-
|
|
3375
|
+
"shiki@4.2.0": {
|
|
3376
|
+
"integrity": "sha512-hjNax6o/ylDy9lefQEaSDtzaT3iVNtZ3WmpQnbuQNoG4xvnSKf2kSKbihZVO4JRG1TTMejs7CmNRYlWgAL66pQ==",
|
|
3373
3377
|
"dependencies": [
|
|
3374
3378
|
"@shikijs/core",
|
|
3375
3379
|
"@shikijs/engine-javascript",
|
|
@@ -3452,8 +3456,8 @@
|
|
|
3452
3456
|
"strip-ansi"
|
|
3453
3457
|
]
|
|
3454
3458
|
},
|
|
3455
|
-
"string.prototype.trim@1.2.
|
|
3456
|
-
"integrity": "sha512-
|
|
3459
|
+
"string.prototype.trim@1.2.11": {
|
|
3460
|
+
"integrity": "sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==",
|
|
3457
3461
|
"dependencies": [
|
|
3458
3462
|
"call-bind",
|
|
3459
3463
|
"call-bound",
|
|
@@ -3461,11 +3465,12 @@
|
|
|
3461
3465
|
"define-properties",
|
|
3462
3466
|
"es-abstract",
|
|
3463
3467
|
"es-object-atoms",
|
|
3464
|
-
"has-property-descriptors"
|
|
3468
|
+
"has-property-descriptors",
|
|
3469
|
+
"safe-regex-test"
|
|
3465
3470
|
]
|
|
3466
3471
|
},
|
|
3467
|
-
"string.prototype.trimend@1.0.
|
|
3468
|
-
"integrity": "sha512-
|
|
3472
|
+
"string.prototype.trimend@1.0.10": {
|
|
3473
|
+
"integrity": "sha512-2+3aDAOmPTmuFwjDnmJG2ctEkQKVki7vOSqaxkv42Mowj1V6PnvuwFCRrR5lChUux1TBskPjfkeTOhqczDMxTw==",
|
|
3469
3474
|
"dependencies": [
|
|
3470
3475
|
"call-bind",
|
|
3471
3476
|
"call-bound",
|
|
@@ -3522,8 +3527,8 @@
|
|
|
3522
3527
|
],
|
|
3523
3528
|
"bin": true
|
|
3524
3529
|
},
|
|
3525
|
-
"synckit@0.11.
|
|
3526
|
-
"integrity": "sha512-
|
|
3530
|
+
"synckit@0.11.13": {
|
|
3531
|
+
"integrity": "sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==",
|
|
3527
3532
|
"dependencies": [
|
|
3528
3533
|
"@pkgr/core"
|
|
3529
3534
|
]
|
|
@@ -3541,14 +3546,14 @@
|
|
|
3541
3546
|
"tiny-inflate@1.0.3": {
|
|
3542
3547
|
"integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw=="
|
|
3543
3548
|
},
|
|
3544
|
-
"tinyclip@0.1.
|
|
3545
|
-
"integrity": "sha512-
|
|
3549
|
+
"tinyclip@0.1.14": {
|
|
3550
|
+
"integrity": "sha512-F1oWdz8tjT17qe1d5JgDK6z03WGOhYYAN0lK3/D/fzNiy93xswLLEw7pk+3g05onhAy6Bsc6PLNUGhdgVjemMQ=="
|
|
3546
3551
|
},
|
|
3547
|
-
"tinyexec@1.2.
|
|
3548
|
-
"integrity": "sha512-
|
|
3552
|
+
"tinyexec@1.2.4": {
|
|
3553
|
+
"integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg=="
|
|
3549
3554
|
},
|
|
3550
|
-
"tinyglobby@0.2.
|
|
3551
|
-
"integrity": "sha512-
|
|
3555
|
+
"tinyglobby@0.2.17": {
|
|
3556
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
3552
3557
|
"dependencies": [
|
|
3553
3558
|
"fdir",
|
|
3554
3559
|
"picomatch@4.0.4"
|
|
@@ -3630,8 +3635,8 @@
|
|
|
3630
3635
|
"reflect.getprototypeof"
|
|
3631
3636
|
]
|
|
3632
3637
|
},
|
|
3633
|
-
"typed-array-length@1.0.
|
|
3634
|
-
"integrity": "sha512-
|
|
3638
|
+
"typed-array-length@1.0.8": {
|
|
3639
|
+
"integrity": "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==",
|
|
3635
3640
|
"dependencies": [
|
|
3636
3641
|
"call-bind",
|
|
3637
3642
|
"for-each",
|
|
@@ -3641,8 +3646,8 @@
|
|
|
3641
3646
|
"reflect.getprototypeof"
|
|
3642
3647
|
]
|
|
3643
3648
|
},
|
|
3644
|
-
"typescript-eslint@8.
|
|
3645
|
-
"integrity": "sha512-
|
|
3649
|
+
"typescript-eslint@8.60.1_eslint@9.39.4_typescript@5.9.3": {
|
|
3650
|
+
"integrity": "sha512-6m5hkkRAp8lKvhVpcprAIn5KkehQEh+47oHH2VGnExEh7dhNxXlg6GPAOIu6TxbVQxhebrJDvjl3020ooiWCMA==",
|
|
3646
3651
|
"dependencies": [
|
|
3647
3652
|
"@typescript-eslint/eslint-plugin",
|
|
3648
3653
|
"@typescript-eslint/parser",
|
|
@@ -3800,8 +3805,8 @@
|
|
|
3800
3805
|
"vfile-message"
|
|
3801
3806
|
]
|
|
3802
3807
|
},
|
|
3803
|
-
"vite@7.3.
|
|
3804
|
-
"integrity": "sha512
|
|
3808
|
+
"vite@7.3.5_@types+node@25.9.2": {
|
|
3809
|
+
"integrity": "sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww==",
|
|
3805
3810
|
"dependencies": [
|
|
3806
3811
|
"@types/node",
|
|
3807
3812
|
"esbuild",
|
|
@@ -3819,7 +3824,7 @@
|
|
|
3819
3824
|
],
|
|
3820
3825
|
"bin": true
|
|
3821
3826
|
},
|
|
3822
|
-
"vitefu@1.1.3_vite@7.3.
|
|
3827
|
+
"vitefu@1.1.3_vite@7.3.5__@types+node@25.9.2_@types+node@25.9.2": {
|
|
3823
3828
|
"integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
|
|
3824
3829
|
"dependencies": [
|
|
3825
3830
|
"vite"
|
|
@@ -3877,8 +3882,8 @@
|
|
|
3877
3882
|
"which-pm-runs@1.1.0": {
|
|
3878
3883
|
"integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA=="
|
|
3879
3884
|
},
|
|
3880
|
-
"which-typed-array@1.1.
|
|
3881
|
-
"integrity": "sha512-
|
|
3885
|
+
"which-typed-array@1.1.22": {
|
|
3886
|
+
"integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
|
|
3882
3887
|
"dependencies": [
|
|
3883
3888
|
"available-typed-arrays",
|
|
3884
3889
|
"call-bind",
|
|
@@ -3919,13 +3924,16 @@
|
|
|
3919
3924
|
}
|
|
3920
3925
|
},
|
|
3921
3926
|
"workspace": {
|
|
3927
|
+
"dependencies": [
|
|
3928
|
+
"npm:esbuild@~0.28.1"
|
|
3929
|
+
],
|
|
3922
3930
|
"packageJson": {
|
|
3923
3931
|
"dependencies": [
|
|
3924
3932
|
"npm:@eslint/compat@^2.1.0",
|
|
3925
3933
|
"npm:@eslint/js@^9.39.4",
|
|
3926
|
-
"npm:@types/node@^25.9.
|
|
3934
|
+
"npm:@types/node@^25.9.2",
|
|
3927
3935
|
"npm:@types/twig@^1.12.17",
|
|
3928
|
-
"npm:astro@^6.
|
|
3936
|
+
"npm:astro@^6.4.4",
|
|
3929
3937
|
"npm:better-npm-audit@^3.11.0",
|
|
3930
3938
|
"npm:eslint-config-prettier@^10.1.8",
|
|
3931
3939
|
"npm:eslint-plugin-astro@^1.7.0",
|
|
@@ -3935,9 +3943,12 @@
|
|
|
3935
3943
|
"npm:globals@^17.6.0",
|
|
3936
3944
|
"npm:prettier@^3.8.3",
|
|
3937
3945
|
"npm:twig@3",
|
|
3938
|
-
"npm:typescript-eslint@^8.
|
|
3946
|
+
"npm:typescript-eslint@^8.60.1",
|
|
3939
3947
|
"npm:typescript@^5.9.3"
|
|
3940
|
-
]
|
|
3948
|
+
],
|
|
3949
|
+
"overrides": {
|
|
3950
|
+
"esbuild": "^0.28.1"
|
|
3951
|
+
}
|
|
3941
3952
|
}
|
|
3942
3953
|
}
|
|
3943
3954
|
}
|