Fork of Chiri for Astro for my blog
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump deps

the3ash 669acb61 30d6db6a

+463 -712
+9 -9
package.json
··· 18 18 }, 19 19 "dependencies": { 20 20 "@astrojs/mdx": "^4.3.4", 21 - "@astrojs/netlify": "^6.5.7", 21 + "@astrojs/netlify": "^6.5.9", 22 22 "@astrojs/rss": "^4.0.12", 23 - "@astrojs/sitemap": "^3.5.0", 23 + "@astrojs/sitemap": "^3.5.1", 24 24 "@playform/inline": "^0.1.2", 25 - "astro": "^5.13.2", 25 + "astro": "^5.13.5", 26 26 "astro-og-canvas": "^0.7.0", 27 27 "canvaskit-wasm": "^0.40.0", 28 28 "feed": "^5.1.0", ··· 39 39 "unist-util-visit": "^5.0.0" 40 40 }, 41 41 "devDependencies": { 42 - "@eslint/js": "^9.33.0", 42 + "@eslint/js": "^9.34.0", 43 43 "@types/markdown-it": "^14.1.2", 44 44 "@types/sanitize-html": "^2.16.0", 45 - "@typescript-eslint/eslint-plugin": "^8.40.0", 46 - "@typescript-eslint/parser": "^8.40.0", 47 - "eslint": "^9.33.0", 45 + "@typescript-eslint/eslint-plugin": "^8.41.0", 46 + "@typescript-eslint/parser": "^8.41.0", 47 + "eslint": "^9.34.0", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.3.1", 50 50 "globals": "^16.3.0", 51 51 "prettier": "^3.6.2", 52 52 "prettier-plugin-astro": "^0.14.1", 53 - "tsx": "^4.20.4", 53 + "tsx": "^4.20.5", 54 54 "typescript": "^5.9.2", 55 - "typescript-eslint": "^8.40.0" 55 + "typescript-eslint": "^8.41.0" 56 56 } 57 57 }
+454 -703
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/mdx': 12 12 specifier: ^4.3.4 13 - version: 4.3.4(astro@5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1)) 13 + version: 4.3.4(astro@5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1)) 14 14 '@astrojs/netlify': 15 - specifier: ^6.5.7 16 - version: 6.5.7(@types/node@24.3.0)(astro@5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(yaml@2.8.1) 15 + specifier: ^6.5.9 16 + version: 6.5.9(@types/node@24.3.0)(astro@5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(yaml@2.8.1) 17 17 '@astrojs/rss': 18 18 specifier: ^4.0.12 19 19 version: 4.0.12 20 20 '@astrojs/sitemap': 21 - specifier: ^3.5.0 22 - version: 3.5.0 21 + specifier: ^3.5.1 22 + version: 3.5.1 23 23 '@playform/inline': 24 24 specifier: ^0.1.2 25 - version: 0.1.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1) 25 + version: 0.1.2(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1) 26 26 astro: 27 - specifier: ^5.13.2 28 - version: 5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1) 27 + specifier: ^5.13.5 28 + version: 5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1) 29 29 astro-og-canvas: 30 30 specifier: ^0.7.0 31 - version: 0.7.0(astro@5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1)) 31 + version: 0.7.0(astro@5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1)) 32 32 canvaskit-wasm: 33 33 specifier: ^0.40.0 34 34 version: 0.40.0 ··· 70 70 version: 5.0.0 71 71 devDependencies: 72 72 '@eslint/js': 73 - specifier: ^9.33.0 74 - version: 9.33.0 73 + specifier: ^9.34.0 74 + version: 9.34.0 75 75 '@types/markdown-it': 76 76 specifier: ^14.1.2 77 77 version: 14.1.2 ··· 79 79 specifier: ^2.16.0 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 - specifier: ^8.40.0 83 - version: 8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 82 + specifier: ^8.41.0 83 + version: 8.41.0(@typescript-eslint/parser@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.40.0 86 - version: 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 85 + specifier: ^8.41.0 86 + version: 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 87 87 eslint: 88 - specifier: ^9.33.0 89 - version: 9.33.0(jiti@2.5.1) 88 + specifier: ^9.34.0 89 + version: 9.34.0(jiti@2.5.1) 90 90 eslint-config-prettier: 91 91 specifier: ^10.1.8 92 - version: 10.1.8(eslint@9.33.0(jiti@2.5.1)) 92 + version: 10.1.8(eslint@9.34.0(jiti@2.5.1)) 93 93 eslint-plugin-astro: 94 94 specifier: ^1.3.1 95 - version: 1.3.1(eslint@9.33.0(jiti@2.5.1)) 95 + version: 1.3.1(eslint@9.34.0(jiti@2.5.1)) 96 96 globals: 97 97 specifier: ^16.3.0 98 98 version: 16.3.0 ··· 103 103 specifier: ^0.14.1 104 104 version: 0.14.1 105 105 tsx: 106 - specifier: ^4.20.4 107 - version: 4.20.4 106 + specifier: ^4.20.5 107 + version: 4.20.5 108 108 typescript: 109 109 specifier: ^5.9.2 110 110 version: 5.9.2 111 111 typescript-eslint: 112 - specifier: ^8.40.0 113 - version: 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 112 + specifier: ^8.41.0 113 + version: 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 114 114 115 115 packages: 116 116 ··· 129 129 peerDependencies: 130 130 astro: ^5.0.0 131 131 132 - '@astrojs/netlify@6.5.7': 133 - resolution: {integrity: sha512-a6OBylCzTuL/HrpvQBiL6wPhS6yjX73qr4g/TgAzNTBg258ptq+kxPbajG9aTfE+G16ySd2/XdE7zQInB++HnQ==} 132 + '@astrojs/netlify@6.5.9': 133 + resolution: {integrity: sha512-0OZ5TMTtcspwrit98u3Zr+30PosJkhkPZC5XlQGbfvnjbIj35vKIpoY0Zl4voUIV/cj6Jm7e9NKqBZDvZye1kQ==} 134 134 peerDependencies: 135 - astro: ^5.3.0 135 + astro: ^5.7.0 136 136 137 137 '@astrojs/prism@3.3.0': 138 138 resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==} ··· 141 141 '@astrojs/rss@4.0.12': 142 142 resolution: {integrity: sha512-O5yyxHuDVb6DQ6VLOrbUVFSm+NpObulPxjs6XT9q3tC+RoKbN4HXMZLpv0LvXd1qdAjzVgJ1NFD+zKHJNDXikw==} 143 143 144 - '@astrojs/sitemap@3.5.0': 145 - resolution: {integrity: sha512-ldOvoBxuRgpcdndzksskOTzU55g76tkHC/POpejUbPGz6zR4rJKiXh8thX4WEPWDhCTZUafhJ1qf7k1muStHfg==} 144 + '@astrojs/sitemap@3.5.1': 145 + resolution: {integrity: sha512-uX5z52GLtQTgOe8r3jeGmFRYrFe52mdpLYJzqjvL1cdy5Kg3MLOZEvaZ/OCH0fSq0t7e50uJQ6oBMZG0ffszBg==} 146 146 147 147 '@astrojs/telemetry@3.3.0': 148 148 resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==} ··· 190 190 resolution: {integrity: sha512-Y6+WUMsTFWE5jb20IFP4YGa5IrGY/+a/FbOSjDF/wz9gepU2hwCYSXRHP/vPwBvwcY3SVMASt4yXxbXNXigmZQ==} 191 191 engines: {node: '>=18'} 192 192 193 - '@emnapi/runtime@1.4.5': 194 - resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} 193 + '@emnapi/runtime@1.5.0': 194 + resolution: {integrity: sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==} 195 195 196 196 '@envelop/instrumentation@1.0.0': 197 197 resolution: {integrity: sha512-cxgkB66RQB95H3X27jlnxCRNTmPuSTgmBAq6/4n2Dtv4hsk4yz8FadA1ggmd0uZzvKqWD6CR+WFgTjhDqg7eyw==} 198 198 engines: {node: '>=18.0.0'} 199 199 200 - '@esbuild/aix-ppc64@0.25.6': 201 - resolution: {integrity: sha512-ShbM/3XxwuxjFiuVBHA+d3j5dyac0aEVVq1oluIDf71hUw0aRF59dV/efUsIwFnR6m8JNM2FjZOzmaZ8yG61kw==} 202 - engines: {node: '>=18'} 203 - cpu: [ppc64] 204 - os: [aix] 205 - 206 200 '@esbuild/aix-ppc64@0.25.9': 207 201 resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} 208 202 engines: {node: '>=18'} 209 203 cpu: [ppc64] 210 204 os: [aix] 211 205 212 - '@esbuild/android-arm64@0.25.6': 213 - resolution: {integrity: sha512-hd5zdUarsK6strW+3Wxi5qWws+rJhCCbMiC9QZyzoxfk5uHRIE8T287giQxzVpEvCwuJ9Qjg6bEjcRJcgfLqoA==} 214 - engines: {node: '>=18'} 215 - cpu: [arm64] 216 - os: [android] 217 - 218 206 '@esbuild/android-arm64@0.25.9': 219 207 resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} 220 208 engines: {node: '>=18'} 221 209 cpu: [arm64] 222 210 os: [android] 223 211 224 - '@esbuild/android-arm@0.25.6': 225 - resolution: {integrity: sha512-S8ToEOVfg++AU/bHwdksHNnyLyVM+eMVAOf6yRKFitnwnbwwPNqKr3srzFRe7nzV69RQKb5DgchIX5pt3L53xg==} 226 - engines: {node: '>=18'} 227 - cpu: [arm] 228 - os: [android] 229 - 230 212 '@esbuild/android-arm@0.25.9': 231 213 resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} 232 214 engines: {node: '>=18'} 233 215 cpu: [arm] 234 216 os: [android] 235 217 236 - '@esbuild/android-x64@0.25.6': 237 - resolution: {integrity: sha512-0Z7KpHSr3VBIO9A/1wcT3NTy7EB4oNC4upJ5ye3R7taCc2GUdeynSLArnon5G8scPwaU866d3H4BCrE5xLW25A==} 238 - engines: {node: '>=18'} 239 - cpu: [x64] 240 - os: [android] 241 - 242 218 '@esbuild/android-x64@0.25.9': 243 219 resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} 244 220 engines: {node: '>=18'} 245 221 cpu: [x64] 246 222 os: [android] 247 223 248 - '@esbuild/darwin-arm64@0.25.6': 249 - resolution: {integrity: sha512-FFCssz3XBavjxcFxKsGy2DYK5VSvJqa6y5HXljKzhRZ87LvEi13brPrf/wdyl/BbpbMKJNOr1Sd0jtW4Ge1pAA==} 250 - engines: {node: '>=18'} 251 - cpu: [arm64] 252 - os: [darwin] 253 - 254 224 '@esbuild/darwin-arm64@0.25.9': 255 225 resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} 256 226 engines: {node: '>=18'} 257 227 cpu: [arm64] 258 228 os: [darwin] 259 229 260 - '@esbuild/darwin-x64@0.25.6': 261 - resolution: {integrity: sha512-GfXs5kry/TkGM2vKqK2oyiLFygJRqKVhawu3+DOCk7OxLy/6jYkWXhlHwOoTb0WqGnWGAS7sooxbZowy+pK9Yg==} 262 - engines: {node: '>=18'} 263 - cpu: [x64] 264 - os: [darwin] 265 - 266 230 '@esbuild/darwin-x64@0.25.9': 267 231 resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} 268 232 engines: {node: '>=18'} 269 233 cpu: [x64] 270 234 os: [darwin] 271 235 272 - '@esbuild/freebsd-arm64@0.25.6': 273 - resolution: {integrity: sha512-aoLF2c3OvDn2XDTRvn8hN6DRzVVpDlj2B/F66clWd/FHLiHaG3aVZjxQX2DYphA5y/evbdGvC6Us13tvyt4pWg==} 274 - engines: {node: '>=18'} 275 - cpu: [arm64] 276 - os: [freebsd] 277 - 278 236 '@esbuild/freebsd-arm64@0.25.9': 279 237 resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} 280 238 engines: {node: '>=18'} 281 239 cpu: [arm64] 282 240 os: [freebsd] 283 241 284 - '@esbuild/freebsd-x64@0.25.6': 285 - resolution: {integrity: sha512-2SkqTjTSo2dYi/jzFbU9Plt1vk0+nNg8YC8rOXXea+iA3hfNJWebKYPs3xnOUf9+ZWhKAaxnQNUf2X9LOpeiMQ==} 286 - engines: {node: '>=18'} 287 - cpu: [x64] 288 - os: [freebsd] 289 - 290 242 '@esbuild/freebsd-x64@0.25.9': 291 243 resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} 292 244 engines: {node: '>=18'} 293 245 cpu: [x64] 294 246 os: [freebsd] 295 247 296 - '@esbuild/linux-arm64@0.25.6': 297 - resolution: {integrity: sha512-b967hU0gqKd9Drsh/UuAm21Khpoh6mPBSgz8mKRq4P5mVK8bpA+hQzmm/ZwGVULSNBzKdZPQBRT3+WuVavcWsQ==} 298 - engines: {node: '>=18'} 299 - cpu: [arm64] 300 - os: [linux] 301 - 302 248 '@esbuild/linux-arm64@0.25.9': 303 249 resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} 304 250 engines: {node: '>=18'} 305 251 cpu: [arm64] 306 252 os: [linux] 307 253 308 - '@esbuild/linux-arm@0.25.6': 309 - resolution: {integrity: sha512-SZHQlzvqv4Du5PrKE2faN0qlbsaW/3QQfUUc6yO2EjFcA83xnwm91UbEEVx4ApZ9Z5oG8Bxz4qPE+HFwtVcfyw==} 310 - engines: {node: '>=18'} 311 - cpu: [arm] 312 - os: [linux] 313 - 314 254 '@esbuild/linux-arm@0.25.9': 315 255 resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} 316 256 engines: {node: '>=18'} 317 257 cpu: [arm] 318 258 os: [linux] 319 259 320 - '@esbuild/linux-ia32@0.25.6': 321 - resolution: {integrity: sha512-aHWdQ2AAltRkLPOsKdi3xv0mZ8fUGPdlKEjIEhxCPm5yKEThcUjHpWB1idN74lfXGnZ5SULQSgtr5Qos5B0bPw==} 322 - engines: {node: '>=18'} 323 - cpu: [ia32] 324 - os: [linux] 325 - 326 260 '@esbuild/linux-ia32@0.25.9': 327 261 resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} 328 262 engines: {node: '>=18'} 329 263 cpu: [ia32] 330 264 os: [linux] 331 265 332 - '@esbuild/linux-loong64@0.25.6': 333 - resolution: {integrity: sha512-VgKCsHdXRSQ7E1+QXGdRPlQ/e08bN6WMQb27/TMfV+vPjjTImuT9PmLXupRlC90S1JeNNW5lzkAEO/McKeJ2yg==} 334 - engines: {node: '>=18'} 335 - cpu: [loong64] 336 - os: [linux] 337 - 338 266 '@esbuild/linux-loong64@0.25.9': 339 267 resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} 340 268 engines: {node: '>=18'} 341 269 cpu: [loong64] 342 270 os: [linux] 343 271 344 - '@esbuild/linux-mips64el@0.25.6': 345 - resolution: {integrity: sha512-WViNlpivRKT9/py3kCmkHnn44GkGXVdXfdc4drNmRl15zVQ2+D2uFwdlGh6IuK5AAnGTo2qPB1Djppj+t78rzw==} 346 - engines: {node: '>=18'} 347 - cpu: [mips64el] 348 - os: [linux] 349 - 350 272 '@esbuild/linux-mips64el@0.25.9': 351 273 resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} 352 274 engines: {node: '>=18'} 353 275 cpu: [mips64el] 354 276 os: [linux] 355 277 356 - '@esbuild/linux-ppc64@0.25.6': 357 - resolution: {integrity: sha512-wyYKZ9NTdmAMb5730I38lBqVu6cKl4ZfYXIs31Baf8aoOtB4xSGi3THmDYt4BTFHk7/EcVixkOV2uZfwU3Q2Jw==} 358 - engines: {node: '>=18'} 359 - cpu: [ppc64] 360 - os: [linux] 361 - 362 278 '@esbuild/linux-ppc64@0.25.9': 363 279 resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} 364 280 engines: {node: '>=18'} 365 281 cpu: [ppc64] 366 282 os: [linux] 367 283 368 - '@esbuild/linux-riscv64@0.25.6': 369 - resolution: {integrity: sha512-KZh7bAGGcrinEj4qzilJ4hqTY3Dg2U82c8bv+e1xqNqZCrCyc+TL9AUEn5WGKDzm3CfC5RODE/qc96OcbIe33w==} 370 - engines: {node: '>=18'} 371 - cpu: [riscv64] 372 - os: [linux] 373 - 374 284 '@esbuild/linux-riscv64@0.25.9': 375 285 resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} 376 286 engines: {node: '>=18'} 377 287 cpu: [riscv64] 378 288 os: [linux] 379 289 380 - '@esbuild/linux-s390x@0.25.6': 381 - resolution: {integrity: sha512-9N1LsTwAuE9oj6lHMyyAM+ucxGiVnEqUdp4v7IaMmrwb06ZTEVCIs3oPPplVsnjPfyjmxwHxHMF8b6vzUVAUGw==} 382 - engines: {node: '>=18'} 383 - cpu: [s390x] 384 - os: [linux] 385 - 386 290 '@esbuild/linux-s390x@0.25.9': 387 291 resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} 388 292 engines: {node: '>=18'} 389 293 cpu: [s390x] 390 294 os: [linux] 391 295 392 - '@esbuild/linux-x64@0.25.6': 393 - resolution: {integrity: sha512-A6bJB41b4lKFWRKNrWoP2LHsjVzNiaurf7wyj/XtFNTsnPuxwEBWHLty+ZE0dWBKuSK1fvKgrKaNjBS7qbFKig==} 394 - engines: {node: '>=18'} 395 - cpu: [x64] 396 - os: [linux] 397 - 398 296 '@esbuild/linux-x64@0.25.9': 399 297 resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} 400 298 engines: {node: '>=18'} 401 299 cpu: [x64] 402 300 os: [linux] 403 301 404 - '@esbuild/netbsd-arm64@0.25.6': 405 - resolution: {integrity: sha512-IjA+DcwoVpjEvyxZddDqBY+uJ2Snc6duLpjmkXm/v4xuS3H+3FkLZlDm9ZsAbF9rsfP3zeA0/ArNDORZgrxR/Q==} 406 - engines: {node: '>=18'} 407 - cpu: [arm64] 408 - os: [netbsd] 409 - 410 302 '@esbuild/netbsd-arm64@0.25.9': 411 303 resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} 412 304 engines: {node: '>=18'} 413 305 cpu: [arm64] 414 - os: [netbsd] 415 - 416 - '@esbuild/netbsd-x64@0.25.6': 417 - resolution: {integrity: sha512-dUXuZr5WenIDlMHdMkvDc1FAu4xdWixTCRgP7RQLBOkkGgwuuzaGSYcOpW4jFxzpzL1ejb8yF620UxAqnBrR9g==} 418 - engines: {node: '>=18'} 419 - cpu: [x64] 420 306 os: [netbsd] 421 307 422 308 '@esbuild/netbsd-x64@0.25.9': ··· 425 311 cpu: [x64] 426 312 os: [netbsd] 427 313 428 - '@esbuild/openbsd-arm64@0.25.6': 429 - resolution: {integrity: sha512-l8ZCvXP0tbTJ3iaqdNf3pjaOSd5ex/e6/omLIQCVBLmHTlfXW3zAxQ4fnDmPLOB1x9xrcSi/xtCWFwCZRIaEwg==} 430 - engines: {node: '>=18'} 431 - cpu: [arm64] 432 - os: [openbsd] 433 - 434 314 '@esbuild/openbsd-arm64@0.25.9': 435 315 resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} 436 316 engines: {node: '>=18'} 437 317 cpu: [arm64] 438 318 os: [openbsd] 439 319 440 - '@esbuild/openbsd-x64@0.25.6': 441 - resolution: {integrity: sha512-hKrmDa0aOFOr71KQ/19JC7az1P0GWtCN1t2ahYAf4O007DHZt/dW8ym5+CUdJhQ/qkZmI1HAF8KkJbEFtCL7gw==} 442 - engines: {node: '>=18'} 443 - cpu: [x64] 444 - os: [openbsd] 445 - 446 320 '@esbuild/openbsd-x64@0.25.9': 447 321 resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} 448 322 engines: {node: '>=18'} 449 323 cpu: [x64] 450 324 os: [openbsd] 451 325 452 - '@esbuild/openharmony-arm64@0.25.6': 453 - resolution: {integrity: sha512-+SqBcAWoB1fYKmpWoQP4pGtx+pUUC//RNYhFdbcSA16617cchuryuhOCRpPsjCblKukAckWsV+aQ3UKT/RMPcA==} 454 - engines: {node: '>=18'} 455 - cpu: [arm64] 456 - os: [openharmony] 457 - 458 326 '@esbuild/openharmony-arm64@0.25.9': 459 327 resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} 460 328 engines: {node: '>=18'} 461 329 cpu: [arm64] 462 330 os: [openharmony] 463 331 464 - '@esbuild/sunos-x64@0.25.6': 465 - resolution: {integrity: sha512-dyCGxv1/Br7MiSC42qinGL8KkG4kX0pEsdb0+TKhmJZgCUDBGmyo1/ArCjNGiOLiIAgdbWgmWgib4HoCi5t7kA==} 466 - engines: {node: '>=18'} 467 - cpu: [x64] 468 - os: [sunos] 469 - 470 332 '@esbuild/sunos-x64@0.25.9': 471 333 resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} 472 334 engines: {node: '>=18'} 473 335 cpu: [x64] 474 336 os: [sunos] 475 337 476 - '@esbuild/win32-arm64@0.25.6': 477 - resolution: {integrity: sha512-42QOgcZeZOvXfsCBJF5Afw73t4veOId//XD3i+/9gSkhSV6Gk3VPlWncctI+JcOyERv85FUo7RxuxGy+z8A43Q==} 478 - engines: {node: '>=18'} 479 - cpu: [arm64] 480 - os: [win32] 481 - 482 338 '@esbuild/win32-arm64@0.25.9': 483 339 resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} 484 340 engines: {node: '>=18'} 485 341 cpu: [arm64] 486 342 os: [win32] 487 343 488 - '@esbuild/win32-ia32@0.25.6': 489 - resolution: {integrity: sha512-4AWhgXmDuYN7rJI6ORB+uU9DHLq/erBbuMoAuB4VWJTu5KtCgcKYPynF0YI1VkBNuEfjNlLrFr9KZPJzrtLkrQ==} 490 - engines: {node: '>=18'} 491 - cpu: [ia32] 492 - os: [win32] 493 - 494 344 '@esbuild/win32-ia32@0.25.9': 495 345 resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} 496 346 engines: {node: '>=18'} 497 347 cpu: [ia32] 498 - os: [win32] 499 - 500 - '@esbuild/win32-x64@0.25.6': 501 - resolution: {integrity: sha512-NgJPHHbEpLQgDH2MjQu90pzW/5vvXIZ7KOnPyNBm92A6WgZ/7b6fJyUBjoumLqeOQQGqY2QjQxRo97ah4Sj0cA==} 502 - engines: {node: '>=18'} 503 - cpu: [x64] 504 348 os: [win32] 505 349 506 350 '@esbuild/win32-x64@0.25.9': ··· 535 379 resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} 536 380 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 537 381 538 - '@eslint/js@9.33.0': 539 - resolution: {integrity: sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==} 382 + '@eslint/js@9.34.0': 383 + resolution: {integrity: sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==} 540 384 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 541 385 542 386 '@eslint/object-schema@2.1.6': ··· 826 670 engines: {node: '>=18'} 827 671 hasBin: true 828 672 829 - '@mdx-js/mdx@3.1.0': 830 - resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==} 673 + '@mdx-js/mdx@3.1.1': 674 + resolution: {integrity: sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==} 831 675 832 676 '@netlify/api@14.0.4': 833 677 resolution: {integrity: sha512-3Li2UKiVAu1xcPH1JffXyws3juAYTMnEpfUSdYUaQP+/z+3wXFqCVIuVG5LBwq8u8WHY0P0sqc23oCRGngKSlg==} ··· 836 680 '@netlify/binary-info@1.0.0': 837 681 resolution: {integrity: sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw==} 838 682 839 - '@netlify/blobs@10.0.8': 840 - resolution: {integrity: sha512-zvMCtMfek7f+ky8jB3mR5zQE4ai94/SisOvQZJ+7kOfKn7poY027WnG4ngcogCQmOMQLSScvzGheojN5HjenCQ==} 683 + '@netlify/blobs@10.0.10': 684 + resolution: {integrity: sha512-900jiduBT3b7GagpOGJKD3FQypkNbskGyx+Mvd9Ajy7pU3K0CNj4JBaji4aJZz7krrMxZZJacr0wCEsqWLQQmA==} 841 685 engines: {node: ^14.16.0 || >=16.0.0} 842 686 843 - '@netlify/cache@3.0.9': 844 - resolution: {integrity: sha512-hdCHU5V9d9KWYVtYNh46yS27BCpMLePDTP2rnO7jAAaTP3mGr5oXsX+mVZDbFQ6q8YwKleo3IhTwJh1Pg9z/VQ==} 687 + '@netlify/cache@3.0.11': 688 + resolution: {integrity: sha512-Dtm/UWv1X70gaj5dcJBV6zzVU89brcX/zpuVpuNUi7t7przGP1emuE+59A3razcamFP8hs98gbrfUpniLQMa0Q==} 845 689 engines: {node: '>=20.6.1'} 846 690 847 691 '@netlify/config@23.2.0': ··· 849 693 engines: {node: '>=18.14.0'} 850 694 hasBin: true 851 695 852 - '@netlify/dev-utils@4.1.1': 853 - resolution: {integrity: sha512-Y3kVGxynxi/Lz42bi20A+PQ0vh25zVjbGnQWZQUTwLzQozEIeokCgUWskPvlhs6btheLZyzUjqGuhUCymOoD1g==} 696 + '@netlify/dev-utils@4.1.3': 697 + resolution: {integrity: sha512-Cc8XNyKNVPWmRJAMVD8VICdYvVxZ66uoVdDzSyhrctw0cT7hW3NAlXF/xoLFK7uOV1xejah/Qt+2MPCJn32mqg==} 854 698 engines: {node: ^18.14.0 || >=20} 855 699 856 - '@netlify/dev@4.5.4': 857 - resolution: {integrity: sha512-8CnOVD4wYszb+V8TKb/cYa02YcWVSP1nMNRVFMQeHSx5qHzjWKWusim3RMRwdCT6OQefyMnbMR+3PWre/W2bPg==} 700 + '@netlify/dev@4.5.8': 701 + resolution: {integrity: sha512-TKfJ01m03Pv1w5yrcd7Z/V07ZotOXrixzJ3Bvo+gnOICiazrxuLA8m4GUMIK/ts6nxUoGwlX8dNgQxxbXkUAZA==} 858 702 engines: {node: '>=20.6.1'} 859 703 860 - '@netlify/edge-bundler@14.5.2': 861 - resolution: {integrity: sha512-Op5OFeraZbNvZxjjo7LqUtA57O/JHrZJJ42Mcjk6eLmzgc2vLAItylBhV300X9FUFzTF/xbZo6NuiDkXSVBDVQ==} 704 + '@netlify/edge-bundler@14.5.3': 705 + resolution: {integrity: sha512-yjtgJfg9uHC81T8pfRBmzLNVn5T+C5ByiWGoA7cZvojMZbAtXAeFedFUxmXLdfCTaoGsJWM+4cZ77+45tL7j3w==} 862 706 engines: {node: '>=18.14.0'} 863 707 864 - '@netlify/edge-functions-bootstrap@2.16.0': 865 - resolution: {integrity: sha512-v8QQihSbBHj3JxtJsHoepXALpNumD9M7egHoc8z62FYl5it34dWczkaJoFFopEyhiBVKi4K/n0ZYpdzwfujd6g==} 708 + '@netlify/edge-functions-bootstrap@2.16.3': 709 + resolution: {integrity: sha512-ae/bJpeAnHZK8ailEKfcV4smmkbCAORpVyU3WgYJwvKp94NOXzo+OWQZbCNIbcEMq2q7luRdmu1KeREh4D5Qgg==} 866 710 867 - '@netlify/edge-functions@2.17.0': 868 - resolution: {integrity: sha512-dSrRFBON77gMjt5TYFWnB3BPbfBiRFL/bWqxj8cXVNxIv0qCd4l2lV3C4+Ipg9i0hPEG8z9bHs6HuJi3ZXfUyw==} 711 + '@netlify/edge-functions@2.17.4': 712 + resolution: {integrity: sha512-r8cmsTxlF7TUAmVCplS14H+HQewhfqKaCiVshAr4rlSdCfH1QqygMPWFAxgWNhLcgFQOVYH1+uT0fUZOTlVoiA==} 869 713 engines: {node: '>=18.0.0'} 870 714 871 - '@netlify/functions@4.2.1': 872 - resolution: {integrity: sha512-FhwXULPeD9qbUdWxtD9AUjV5GEjB93fqLhl0N4KZAf00i1Ec0t3WmCJ4j5bCbnETxXEkTOYhhUBHZi2BAFQSgw==} 715 + '@netlify/functions@4.2.5': 716 + resolution: {integrity: sha512-aL9DP/BpXNq86p4zCuWOgqd1a8Nvnbip9iiMuY5EcWzyAuiEPFeGnIUIGuGtBGtMnDE9AedUl+w9vXJZyDa1pQ==} 873 717 engines: {node: '>=18.0.0'} 874 718 875 719 '@netlify/headers-parser@9.0.2': 876 720 resolution: {integrity: sha512-86YEGPxVemhksY1LeSr8NSOyH11RHvYHq+FuBJnTlPZoRDX+TD+0TAxF6lwzAgVTd1VPkyFEHlNgUGqw7aNzRQ==} 877 721 engines: {node: '>=18.14.0'} 878 722 879 - '@netlify/headers@2.0.8': 880 - resolution: {integrity: sha512-BqneVeq2/U0T3cLD/+uzs91ujsG5ApTBcZJKh2DxmYAaFy3Tku7WDpknyxKXHokIcYFZTvEiioxeHXkBgTt7lw==} 723 + '@netlify/headers@2.0.11': 724 + resolution: {integrity: sha512-8FT+qU/GBmlGv7neFqUf25dU6nX2BUHZ1TX3V0sBJ4urBCHpTpiRUYYpszZ6OuCLQ7+ncxf1DiZuKsbHsaFBhg==} 881 725 engines: {node: '>=20.6.1'} 882 726 883 - '@netlify/images@1.2.5': 884 - resolution: {integrity: sha512-kTcM86Zpzne46RDQJO5o0rDEryYbBpRk7+8NaWLYP6ChM13MdLYwk9nLYyh4APWB2Zx9JBvBJO3Q/lKiF20zXg==} 727 + '@netlify/images@1.2.7': 728 + resolution: {integrity: sha512-cqRvzW1Z9acLAYmv9WreFMMSO98ptPZOK7NP24jbVic8FNT31CfPvg+DhgbUDdpI/gD5sWEmfK/9WU83zYQOjQ==} 885 729 engines: {node: '>=20.6.1'} 886 730 887 731 '@netlify/open-api@2.37.0': ··· 892 736 resolution: {integrity: sha512-/HB3fcRRNgf6O/pbLn4EYNDHrU2kiadMMnazg8/OjvQK2S9i4y61vQcrICvDxYKUKQdgeEaABUuaCNAJFnfD9w==} 893 737 engines: {node: '>=18.14.0'} 894 738 895 - '@netlify/redirects@3.0.9': 896 - resolution: {integrity: sha512-vbAMs089tvQSOhizRcdWNyQCl6ykENJnPBzEpHBDO1CvR32xhCk++fckq9RFA2SqbbpIwKF8eQ0E/qg3Sc89Yw==} 739 + '@netlify/redirects@3.0.12': 740 + resolution: {integrity: sha512-L5k7V6p74hlDBQ19jMrW4jFR7kiWyEDYrXrgwOp5JO5DLOejdVKXNXtTPuUdwKcuBNnFVULiOTYPRhEc8SrFwg==} 897 741 engines: {node: '>=20.6.1'} 898 742 899 743 '@netlify/runtime-utils@2.1.0': 900 744 resolution: {integrity: sha512-z1h+wjB7IVYUsFZsuIYyNxiw5WWuylseY+eXaUDHBxNeLTlqziy+lz03QkR67CUR4Y790xGIhaHV00aOR2KAtw==} 901 745 engines: {node: ^18.14.0 || >=20} 902 746 903 - '@netlify/runtime@4.0.12': 904 - resolution: {integrity: sha512-7MWFK4MCrKIenUnj4KHexviIX/c39gJ/5agAN4X6ClgmbnxN3HAVyHpSYPkqACa2SbQNrnDHhJ1jxqVtUhjyHw==} 747 + '@netlify/runtime@4.0.14': 748 + resolution: {integrity: sha512-Wgao7AwtieF1K9O34nKuoxDMoXiKKRG5eK95dbd/rXnXvdv4viaCspykuFUanPnXw5Ry478R9UsSCIOrIe77Rw==} 905 749 engines: {node: '>=20.6.1'} 906 750 907 - '@netlify/serverless-functions-api@2.2.0': 908 - resolution: {integrity: sha512-eQNnGUMyatgEeFJ8iKI2DT7wXDEjbWmZ+hJpCZtfg1bVsD4JdprIhLqdrUqmrDgPG2r45sQYigO9oq8BWXO37w==} 751 + '@netlify/serverless-functions-api@2.3.0': 752 + resolution: {integrity: sha512-eSC+glm4bX+9t+ajNzAs4Bca0Q/xGLgcYYh6M2Z9Dcya/MjVod1UrjPB88b0ANSBAy/aGFpDhVbwLwBokfnppQ==} 909 753 engines: {node: '>=18.0.0'} 910 754 911 - '@netlify/static@3.0.8': 912 - resolution: {integrity: sha512-Q2JQfwSrnT1YjRmUGy5/Dgjt+u5PipBRRoXspTYklEGns3Dr1E95jGVq7vTBoyTJaQtboQKD3C0/VHjqTsccew==} 755 + '@netlify/static@3.0.10': 756 + resolution: {integrity: sha512-z+fYTAxmMlqRF6cvByn20ml7CS9+yWW2LYaEfxhWDok4psCjWhqE8NN4IDHM2rkvV8FKMvAN//r57dZxDWRCAQ==} 913 757 engines: {node: '>=20.6.1'} 914 758 915 - '@netlify/types@2.0.2': 916 - resolution: {integrity: sha512-6899BAqehToSAd3hoevqGaIkG0M9epPMLTi6byynNVIzqv2x+b9OtRXqK67G/gCX7XkrtLQ9Xm3QNJmaFNrSXA==} 759 + '@netlify/types@2.0.3': 760 + resolution: {integrity: sha512-OcV8ivKTdsyANqVSQzbusOA7FVtE9s6zwxNCGR/aNnQaVxMUgm93UzKgfR7cZ1nnQNZHAbjd0dKJKaAUqrzbMw==} 917 761 engines: {node: ^18.14.0 || >=20} 918 762 919 - '@netlify/vite-plugin@2.5.4': 920 - resolution: {integrity: sha512-R6jLjfe3CCgiBItrb/VOJItRGBwHMxLRfx/AHw6Q1CpbhUpZPkbriP3sUTilyL8X8M8hw2y7Ibtk1Txbb0PvFw==} 763 + '@netlify/vite-plugin@2.5.8': 764 + resolution: {integrity: sha512-Ka46zlTjILGwdOywxn98X5kRdrayMcAzgQBZvgLjGj5G8PXhqzIXJiKEeEGa3pHOrpM/a9kQ4UxYdISAHRQ0jQ==} 921 765 engines: {node: ^20.6.1 || >=22} 922 766 peerDependencies: 923 767 vite: ^5 || ^6 || ^7 924 768 925 - '@netlify/zip-it-and-ship-it@14.1.3': 926 - resolution: {integrity: sha512-maSAbpfMnPA/tXY5gjmEh4CxM8jtgdtZWAhXtNzs2T4onsU9BoPX+KpGH85HmKM2ttsvX+FCdPaf9rNQt6y2Ag==} 769 + '@netlify/zip-it-and-ship-it@14.1.5': 770 + resolution: {integrity: sha512-T+9y2tnAUWIh5kOcgV6648V1ahdaAyWReNKVXeF2WpqJ7MLgiVvcGNKIvJjMgu3yYmxlbCLK0Cy8jLh0pTMmOA==} 927 771 engines: {node: '>=18.14.0'} 928 772 hasBin: true 929 773 ··· 1053 897 rollup: 1054 898 optional: true 1055 899 1056 - '@rollup/rollup-android-arm-eabi@4.46.3': 1057 - resolution: {integrity: sha512-UmTdvXnLlqQNOCJnyksjPs1G4GqXNGW1LrzCe8+8QoaLhhDeTXYBgJ3k6x61WIhlHX2U+VzEJ55TtIjR/HTySA==} 900 + '@rollup/rollup-android-arm-eabi@4.50.0': 901 + resolution: {integrity: sha512-lVgpeQyy4fWN5QYebtW4buT/4kn4p4IJ+kDNB4uYNT5b8c8DLJDg6titg20NIg7E8RWwdWZORW6vUFfrLyG3KQ==} 1058 902 cpu: [arm] 1059 903 os: [android] 1060 904 1061 - '@rollup/rollup-android-arm64@4.46.3': 1062 - resolution: {integrity: sha512-8NoxqLpXm7VyeI0ocidh335D6OKT0UJ6fHdnIxf3+6oOerZZc+O7r+UhvROji6OspyPm+rrIdb1gTXtVIqn+Sg==} 905 + '@rollup/rollup-android-arm64@4.50.0': 906 + resolution: {integrity: sha512-2O73dR4Dc9bp+wSYhviP6sDziurB5/HCym7xILKifWdE9UsOe2FtNcM+I4xZjKrfLJnq5UR8k9riB87gauiQtw==} 1063 907 cpu: [arm64] 1064 908 os: [android] 1065 909 1066 - '@rollup/rollup-darwin-arm64@4.46.3': 1067 - resolution: {integrity: sha512-csnNavqZVs1+7/hUKtgjMECsNG2cdB8F7XBHP6FfQjqhjF8rzMzb3SLyy/1BG7YSfQ+bG75Ph7DyedbUqwq1rA==} 910 + '@rollup/rollup-darwin-arm64@4.50.0': 911 + resolution: {integrity: sha512-vwSXQN8T4sKf1RHr1F0s98Pf8UPz7pS6P3LG9NSmuw0TVh7EmaE+5Ny7hJOZ0M2yuTctEsHHRTMi2wuHkdS6Hg==} 1068 912 cpu: [arm64] 1069 913 os: [darwin] 1070 914 1071 - '@rollup/rollup-darwin-x64@4.46.3': 1072 - resolution: {integrity: sha512-r2MXNjbuYabSIX5yQqnT8SGSQ26XQc8fmp6UhlYJd95PZJkQD1u82fWP7HqvGUf33IsOC6qsiV+vcuD4SDP6iw==} 915 + '@rollup/rollup-darwin-x64@4.50.0': 916 + resolution: {integrity: sha512-cQp/WG8HE7BCGyFVuzUg0FNmupxC+EPZEwWu2FCGGw5WDT1o2/YlENbm5e9SMvfDFR6FRhVCBePLqj0o8MN7Vw==} 1073 917 cpu: [x64] 1074 918 os: [darwin] 1075 919 1076 - '@rollup/rollup-freebsd-arm64@4.46.3': 1077 - resolution: {integrity: sha512-uluObTmgPJDuJh9xqxyr7MV61Imq+0IvVsAlWyvxAaBSNzCcmZlhfYcRhCdMaCsy46ccZa7vtDDripgs9Jkqsw==} 920 + '@rollup/rollup-freebsd-arm64@4.50.0': 921 + resolution: {integrity: sha512-UR1uTJFU/p801DvvBbtDD7z9mQL8J80xB0bR7DqW7UGQHRm/OaKzp4is7sQSdbt2pjjSS72eAtRh43hNduTnnQ==} 1078 922 cpu: [arm64] 1079 923 os: [freebsd] 1080 924 1081 - '@rollup/rollup-freebsd-x64@4.46.3': 1082 - resolution: {integrity: sha512-AVJXEq9RVHQnejdbFvh1eWEoobohUYN3nqJIPI4mNTMpsyYN01VvcAClxflyk2HIxvLpRcRggpX1m9hkXkpC/A==} 925 + '@rollup/rollup-freebsd-x64@4.50.0': 926 + resolution: {integrity: sha512-G/DKyS6PK0dD0+VEzH/6n/hWDNPDZSMBmqsElWnCRGrYOb2jC0VSupp7UAHHQ4+QILwkxSMaYIbQ72dktp8pKA==} 1083 927 cpu: [x64] 1084 928 os: [freebsd] 1085 929 1086 - '@rollup/rollup-linux-arm-gnueabihf@4.46.3': 1087 - resolution: {integrity: sha512-byyflM+huiwHlKi7VHLAYTKr67X199+V+mt1iRgJenAI594vcmGGddWlu6eHujmcdl6TqSNnvqaXJqZdnEWRGA==} 930 + '@rollup/rollup-linux-arm-gnueabihf@4.50.0': 931 + resolution: {integrity: sha512-u72Mzc6jyJwKjJbZZcIYmd9bumJu7KNmHYdue43vT1rXPm2rITwmPWF0mmPzLm9/vJWxIRbao/jrQmxTO0Sm9w==} 1088 932 cpu: [arm] 1089 933 os: [linux] 1090 934 1091 - '@rollup/rollup-linux-arm-musleabihf@4.46.3': 1092 - resolution: {integrity: sha512-aLm3NMIjr4Y9LklrH5cu7yybBqoVCdr4Nvnm8WB7PKCn34fMCGypVNpGK0JQWdPAzR/FnoEoFtlRqZbBBLhVoQ==} 935 + '@rollup/rollup-linux-arm-musleabihf@4.50.0': 936 + resolution: {integrity: sha512-S4UefYdV0tnynDJV1mdkNawp0E5Qm2MtSs330IyHgaccOFrwqsvgigUD29uT+B/70PDY1eQ3t40+xf6wIvXJyg==} 1093 937 cpu: [arm] 1094 938 os: [linux] 1095 939 1096 - '@rollup/rollup-linux-arm64-gnu@4.46.3': 1097 - resolution: {integrity: sha512-VtilE6eznJRDIoFOzaagQodUksTEfLIsvXymS+UdJiSXrPW7Ai+WG4uapAc3F7Hgs791TwdGh4xyOzbuzIZrnw==} 940 + '@rollup/rollup-linux-arm64-gnu@4.50.0': 941 + resolution: {integrity: sha512-1EhkSvUQXJsIhk4msxP5nNAUWoB4MFDHhtc4gAYvnqoHlaL9V3F37pNHabndawsfy/Tp7BPiy/aSa6XBYbaD1g==} 1098 942 cpu: [arm64] 1099 943 os: [linux] 1100 944 1101 - '@rollup/rollup-linux-arm64-musl@4.46.3': 1102 - resolution: {integrity: sha512-dG3JuS6+cRAL0GQ925Vppafi0qwZnkHdPeuZIxIPXqkCLP02l7ka+OCyBoDEv8S+nKHxfjvjW4OZ7hTdHkx8/w==} 945 + '@rollup/rollup-linux-arm64-musl@4.50.0': 946 + resolution: {integrity: sha512-EtBDIZuDtVg75xIPIK1l5vCXNNCIRM0OBPUG+tbApDuJAy9mKago6QxX+tfMzbCI6tXEhMuZuN1+CU8iDW+0UQ==} 1103 947 cpu: [arm64] 1104 948 os: [linux] 1105 949 1106 - '@rollup/rollup-linux-loongarch64-gnu@4.46.3': 1107 - resolution: {integrity: sha512-iU8DxnxEKJptf8Vcx4XvAUdpkZfaz0KWfRrnIRrOndL0SvzEte+MTM7nDH4A2Now4FvTZ01yFAgj6TX/mZl8hQ==} 950 + '@rollup/rollup-linux-loongarch64-gnu@4.50.0': 951 + resolution: {integrity: sha512-BGYSwJdMP0hT5CCmljuSNx7+k+0upweM2M4YGfFBjnFSZMHOLYR0gEEj/dxyYJ6Zc6AiSeaBY8dWOa11GF/ppQ==} 1108 952 cpu: [loong64] 1109 953 os: [linux] 1110 954 1111 - '@rollup/rollup-linux-ppc64-gnu@4.46.3': 1112 - resolution: {integrity: sha512-VrQZp9tkk0yozJoQvQcqlWiqaPnLM6uY1qPYXvukKePb0fqaiQtOdMJSxNFUZFsGw5oA5vvVokjHrx8a9Qsz2A==} 955 + '@rollup/rollup-linux-ppc64-gnu@4.50.0': 956 + resolution: {integrity: sha512-I1gSMzkVe1KzAxKAroCJL30hA4DqSi+wGc5gviD0y3IL/VkvcnAqwBf4RHXHyvH66YVHxpKO8ojrgc4SrWAnLg==} 1113 957 cpu: [ppc64] 1114 958 os: [linux] 1115 959 1116 - '@rollup/rollup-linux-riscv64-gnu@4.46.3': 1117 - resolution: {integrity: sha512-uf2eucWSUb+M7b0poZ/08LsbcRgaDYL8NCGjUeFMwCWFwOuFcZ8D9ayPl25P3pl+D2FH45EbHdfyUesQ2Lt9wA==} 960 + '@rollup/rollup-linux-riscv64-gnu@4.50.0': 961 + resolution: {integrity: sha512-bSbWlY3jZo7molh4tc5dKfeSxkqnf48UsLqYbUhnkdnfgZjgufLS/NTA8PcP/dnvct5CCdNkABJ56CbclMRYCA==} 1118 962 cpu: [riscv64] 1119 963 os: [linux] 1120 964 1121 - '@rollup/rollup-linux-riscv64-musl@4.46.3': 1122 - resolution: {integrity: sha512-7tnUcDvN8DHm/9ra+/nF7lLzYHDeODKKKrh6JmZejbh1FnCNZS8zMkZY5J4sEipy2OW1d1Ncc4gNHUd0DLqkSg==} 965 + '@rollup/rollup-linux-riscv64-musl@4.50.0': 966 + resolution: {integrity: sha512-LSXSGumSURzEQLT2e4sFqFOv3LWZsEF8FK7AAv9zHZNDdMnUPYH3t8ZlaeYYZyTXnsob3htwTKeWtBIkPV27iQ==} 1123 967 cpu: [riscv64] 1124 968 os: [linux] 1125 969 1126 - '@rollup/rollup-linux-s390x-gnu@4.46.3': 1127 - resolution: {integrity: sha512-MUpAOallJim8CsJK+4Lc9tQzlfPbHxWDrGXZm2z6biaadNpvh3a5ewcdat478W+tXDoUiHwErX/dOql7ETcLqg==} 970 + '@rollup/rollup-linux-s390x-gnu@4.50.0': 971 + resolution: {integrity: sha512-CxRKyakfDrsLXiCyucVfVWVoaPA4oFSpPpDwlMcDFQvrv3XY6KEzMtMZrA+e/goC8xxp2WSOxHQubP8fPmmjOQ==} 1128 972 cpu: [s390x] 1129 973 os: [linux] 1130 974 1131 - '@rollup/rollup-linux-x64-gnu@4.46.3': 1132 - resolution: {integrity: sha512-F42IgZI4JicE2vM2PWCe0N5mR5vR0gIdORPqhGQ32/u1S1v3kLtbZ0C/mi9FFk7C5T0PgdeyWEPajPjaUpyoKg==} 975 + '@rollup/rollup-linux-x64-gnu@4.50.0': 976 + resolution: {integrity: sha512-8PrJJA7/VU8ToHVEPu14FzuSAqVKyo5gg/J8xUerMbyNkWkO9j2ExBho/68RnJsMGNJq4zH114iAttgm7BZVkA==} 1133 977 cpu: [x64] 1134 978 os: [linux] 1135 979 1136 - '@rollup/rollup-linux-x64-musl@4.46.3': 1137 - resolution: {integrity: sha512-oLc+JrwwvbimJUInzx56Q3ujL3Kkhxehg7O1gWAYzm8hImCd5ld1F2Gry5YDjR21MNb5WCKhC9hXgU7rRlyegQ==} 980 + '@rollup/rollup-linux-x64-musl@4.50.0': 981 + resolution: {integrity: sha512-SkE6YQp+CzpyOrbw7Oc4MgXFvTw2UIBElvAvLCo230pyxOLmYwRPwZ/L5lBe/VW/qT1ZgND9wJfOsdy0XptRvw==} 1138 982 cpu: [x64] 1139 983 os: [linux] 1140 984 1141 - '@rollup/rollup-win32-arm64-msvc@4.46.3': 1142 - resolution: {integrity: sha512-lOrQ+BVRstruD1fkWg9yjmumhowR0oLAAzavB7yFSaGltY8klttmZtCLvOXCmGE9mLIn8IBV/IFrQOWz5xbFPg==} 985 + '@rollup/rollup-openharmony-arm64@4.50.0': 986 + resolution: {integrity: sha512-PZkNLPfvXeIOgJWA804zjSFH7fARBBCpCXxgkGDRjjAhRLOR8o0IGS01ykh5GYfod4c2yiiREuDM8iZ+pVsT+Q==} 987 + cpu: [arm64] 988 + os: [openharmony] 989 + 990 + '@rollup/rollup-win32-arm64-msvc@4.50.0': 991 + resolution: {integrity: sha512-q7cIIdFvWQoaCbLDUyUc8YfR3Jh2xx3unO8Dn6/TTogKjfwrax9SyfmGGK6cQhKtjePI7jRfd7iRYcxYs93esg==} 1143 992 cpu: [arm64] 1144 993 os: [win32] 1145 994 1146 - '@rollup/rollup-win32-ia32-msvc@4.46.3': 1147 - resolution: {integrity: sha512-vvrVKPRS4GduGR7VMH8EylCBqsDcw6U+/0nPDuIjXQRbHJc6xOBj+frx8ksfZAh6+Fptw5wHrN7etlMmQnPQVg==} 995 + '@rollup/rollup-win32-ia32-msvc@4.50.0': 996 + resolution: {integrity: sha512-XzNOVg/YnDOmFdDKcxxK410PrcbcqZkBmz+0FicpW5jtjKQxcW1BZJEQOF0NJa6JO7CZhett8GEtRN/wYLYJuw==} 1148 997 cpu: [ia32] 1149 998 os: [win32] 1150 999 1151 - '@rollup/rollup-win32-x64-msvc@4.46.3': 1152 - resolution: {integrity: sha512-fi3cPxCnu3ZeM3EwKZPgXbWoGzm2XHgB/WShKI81uj8wG0+laobmqy5wbgEwzstlbLu4MyO8C19FyhhWseYKNQ==} 1000 + '@rollup/rollup-win32-x64-msvc@4.50.0': 1001 + resolution: {integrity: sha512-xMmiWRR8sp72Zqwjgtf3QbZfF1wdh8X2ABu3EaozvZcyHJeU0r+XAnXdKgs4cCAp6ORoYoCygipYP1mjmbjrsg==} 1153 1002 cpu: [x64] 1154 1003 os: [win32] 1155 1004 1156 - '@shikijs/core@3.9.2': 1157 - resolution: {integrity: sha512-3q/mzmw09B2B6PgFNeiaN8pkNOixWS726IHmJEpjDAcneDPMQmUg2cweT9cWXY4XcyQS3i6mOOUgQz9RRUP6HA==} 1005 + '@shikijs/core@3.12.0': 1006 + resolution: {integrity: sha512-rPfCBd6gHIKBPpf2hKKWn2ISPSrmRKAFi+bYDjvZHpzs3zlksWvEwaF3Z4jnvW+xHxSRef7qDooIJkY0RpA9EA==} 1158 1007 1159 - '@shikijs/engine-javascript@3.9.2': 1160 - resolution: {integrity: sha512-kUTRVKPsB/28H5Ko6qEsyudBiWEDLst+Sfi+hwr59E0GLHV0h8RfgbQU7fdN5Lt9A8R1ulRiZyTvAizkROjwDA==} 1008 + '@shikijs/engine-javascript@3.12.0': 1009 + resolution: {integrity: sha512-Ni3nm4lnKxyKaDoXQQJYEayX052BL7D0ikU5laHp+ynxPpIF1WIwyhzrMU6WDN7AoAfggVR4Xqx3WN+JTS+BvA==} 1161 1010 1162 - '@shikijs/engine-oniguruma@3.9.2': 1163 - resolution: {integrity: sha512-Vn/w5oyQ6TUgTVDIC/BrpXwIlfK6V6kGWDVVz2eRkF2v13YoENUvaNwxMsQU/t6oCuZKzqp9vqtEtEzKl9VegA==} 1011 + '@shikijs/engine-oniguruma@3.12.0': 1012 + resolution: {integrity: sha512-IfDl3oXPbJ/Jr2K8mLeQVpnF+FxjAc7ZPDkgr38uEw/Bg3u638neSrpwqOTnTHXt1aU0Fk1/J+/RBdst1kVqLg==} 1164 1013 1165 - '@shikijs/langs@3.9.2': 1166 - resolution: {integrity: sha512-X1Q6wRRQXY7HqAuX3I8WjMscjeGjqXCg/Sve7J2GWFORXkSrXud23UECqTBIdCSNKJioFtmUGJQNKtlMMZMn0w==} 1014 + '@shikijs/langs@3.12.0': 1015 + resolution: {integrity: sha512-HIca0daEySJ8zuy9bdrtcBPhcYBo8wR1dyHk1vKrOuwDsITtZuQeGhEkcEfWc6IDyTcom7LRFCH6P7ljGSCEiQ==} 1167 1016 1168 - '@shikijs/themes@3.9.2': 1169 - resolution: {integrity: sha512-6z5lBPBMRfLyyEsgf6uJDHPa6NAGVzFJqH4EAZ+03+7sedYir2yJBRu2uPZOKmj43GyhVHWHvyduLDAwJQfDjA==} 1017 + '@shikijs/themes@3.12.0': 1018 + resolution: {integrity: sha512-/lxvQxSI5s4qZLV/AuFaA4Wt61t/0Oka/P9Lmpr1UV+HydNCczO3DMHOC/CsXCCpbv4Zq8sMD0cDa7mvaVoj0Q==} 1170 1019 1171 - '@shikijs/types@3.9.2': 1172 - resolution: {integrity: sha512-/M5L0Uc2ljyn2jKvj4Yiah7ow/W+DJSglVafvWAJ/b8AZDeeRAdMu3c2riDzB7N42VD+jSnWxeP9AKtd4TfYVw==} 1020 + '@shikijs/types@3.12.0': 1021 + resolution: {integrity: sha512-jsFzm8hCeTINC3OCmTZdhR9DOl/foJWplH2Px0bTi4m8z59fnsueLsweX82oGcjRQ7mfQAluQYKGoH2VzsWY4A==} 1173 1022 1174 1023 '@shikijs/vscode-textmate@10.0.2': 1175 1024 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 1252 1101 '@types/yauzl@2.10.3': 1253 1102 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 1254 1103 1255 - '@typescript-eslint/eslint-plugin@8.40.0': 1256 - resolution: {integrity: sha512-w/EboPlBwnmOBtRbiOvzjD+wdiZdgFeo17lkltrtn7X37vagKKWJABvyfsJXTlHe6XBzugmYgd4A4nW+k8Mixw==} 1104 + '@typescript-eslint/eslint-plugin@8.41.0': 1105 + resolution: {integrity: sha512-8fz6oa6wEKZrhXWro/S3n2eRJqlRcIa6SlDh59FXJ5Wp5XRZ8B9ixpJDcjadHq47hMx0u+HW6SNa6LjJQ6NLtw==} 1257 1106 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1258 1107 peerDependencies: 1259 - '@typescript-eslint/parser': ^8.40.0 1108 + '@typescript-eslint/parser': ^8.41.0 1260 1109 eslint: ^8.57.0 || ^9.0.0 1261 1110 typescript: '>=4.8.4 <6.0.0' 1262 1111 1263 - '@typescript-eslint/parser@8.40.0': 1264 - resolution: {integrity: sha512-jCNyAuXx8dr5KJMkecGmZ8KI61KBUhkCob+SD+C+I5+Y1FWI2Y3QmY4/cxMCC5WAsZqoEtEETVhUiUMIGCf6Bw==} 1112 + '@typescript-eslint/parser@8.41.0': 1113 + resolution: {integrity: sha512-gTtSdWX9xiMPA/7MV9STjJOOYtWwIJIYxkQxnSV1U3xcE+mnJSH3f6zI0RYP+ew66WSlZ5ed+h0VCxsvdC1jJg==} 1265 1114 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1266 1115 peerDependencies: 1267 1116 eslint: ^8.57.0 || ^9.0.0 1268 1117 typescript: '>=4.8.4 <6.0.0' 1269 1118 1270 - '@typescript-eslint/project-service@8.40.0': 1271 - resolution: {integrity: sha512-/A89vz7Wf5DEXsGVvcGdYKbVM9F7DyFXj52lNYUDS1L9yJfqjW/fIp5PgMuEJL/KeqVTe2QSbXAGUZljDUpArw==} 1119 + '@typescript-eslint/project-service@8.41.0': 1120 + resolution: {integrity: sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ==} 1272 1121 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1273 1122 peerDependencies: 1274 1123 typescript: '>=4.8.4 <6.0.0' 1275 1124 1276 - '@typescript-eslint/scope-manager@8.40.0': 1277 - resolution: {integrity: sha512-y9ObStCcdCiZKzwqsE8CcpyuVMwRouJbbSrNuThDpv16dFAj429IkM6LNb1dZ2m7hK5fHyzNcErZf7CEeKXR4w==} 1125 + '@typescript-eslint/scope-manager@8.41.0': 1126 + resolution: {integrity: sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ==} 1278 1127 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1279 1128 1280 - '@typescript-eslint/tsconfig-utils@8.40.0': 1281 - resolution: {integrity: sha512-jtMytmUaG9d/9kqSl/W3E3xaWESo4hFDxAIHGVW/WKKtQhesnRIJSAJO6XckluuJ6KDB5woD1EiqknriCtAmcw==} 1129 + '@typescript-eslint/tsconfig-utils@8.41.0': 1130 + resolution: {integrity: sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw==} 1282 1131 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1283 1132 peerDependencies: 1284 1133 typescript: '>=4.8.4 <6.0.0' 1285 1134 1286 - '@typescript-eslint/type-utils@8.40.0': 1287 - resolution: {integrity: sha512-eE60cK4KzAc6ZrzlJnflXdrMqOBaugeukWICO2rB0KNvwdIMaEaYiywwHMzA1qFpTxrLhN9Lp4E/00EgWcD3Ow==} 1135 + '@typescript-eslint/type-utils@8.41.0': 1136 + resolution: {integrity: sha512-63qt1h91vg3KsjVVonFJWjgSK7pZHSQFKH6uwqxAH9bBrsyRhO6ONoKyXxyVBzG1lJnFAJcKAcxLS54N1ee1OQ==} 1288 1137 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1289 1138 peerDependencies: 1290 1139 eslint: ^8.57.0 || ^9.0.0 1291 1140 typescript: '>=4.8.4 <6.0.0' 1292 1141 1293 - '@typescript-eslint/types@8.40.0': 1294 - resolution: {integrity: sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==} 1142 + '@typescript-eslint/types@8.41.0': 1143 + resolution: {integrity: sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag==} 1295 1144 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1296 1145 1297 - '@typescript-eslint/typescript-estree@8.40.0': 1298 - resolution: {integrity: sha512-k1z9+GJReVVOkc1WfVKs1vBrR5MIKKbdAjDTPvIK3L8De6KbFfPFt6BKpdkdk7rZS2GtC/m6yI5MYX+UsuvVYQ==} 1146 + '@typescript-eslint/typescript-estree@8.41.0': 1147 + resolution: {integrity: sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ==} 1299 1148 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1300 1149 peerDependencies: 1301 1150 typescript: '>=4.8.4 <6.0.0' 1302 1151 1303 - '@typescript-eslint/utils@8.40.0': 1304 - resolution: {integrity: sha512-Cgzi2MXSZyAUOY+BFwGs17s7ad/7L+gKt6Y8rAVVWS+7o6wrjeFN4nVfTpbE25MNcxyJ+iYUXflbs2xR9h4UBg==} 1152 + '@typescript-eslint/utils@8.41.0': 1153 + resolution: {integrity: sha512-udbCVstxZ5jiPIXrdH+BZWnPatjlYwJuJkDA4Tbo3WyYLh8NvB+h/bKeSZHDOFKfphsZYJQqaFtLeXEqurQn1A==} 1305 1154 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1306 1155 peerDependencies: 1307 1156 eslint: ^8.57.0 || ^9.0.0 1308 1157 typescript: '>=4.8.4 <6.0.0' 1309 1158 1310 - '@typescript-eslint/visitor-keys@8.40.0': 1311 - resolution: {integrity: sha512-8CZ47QwalyRjsypfwnbI3hKy5gJDPmrkLjkgMxhi0+DZZ2QNx2naS6/hWoVYUHU7LU2zleF68V9miaVZvhFfTA==} 1159 + '@typescript-eslint/visitor-keys@8.41.0': 1160 + resolution: {integrity: sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg==} 1312 1161 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1313 1162 1314 1163 '@ungap/structured-clone@1.3.0': ··· 1319 1168 engines: {node: '>=18'} 1320 1169 hasBin: true 1321 1170 1322 - '@vue/compiler-core@3.5.18': 1323 - resolution: {integrity: sha512-3slwjQrrV1TO8MoXgy3aynDQ7lslj5UqDxuHnrzHtpON5CBinhWjJETciPngpin/T3OuW3tXUf86tEurusnztw==} 1171 + '@vue/compiler-core@3.5.20': 1172 + resolution: {integrity: sha512-8TWXUyiqFd3GmP4JTX9hbiTFRwYHgVL/vr3cqhr4YQ258+9FADwvj7golk2sWNGHR67QgmCZ8gz80nQcMokhwg==} 1324 1173 1325 - '@vue/compiler-dom@3.5.18': 1326 - resolution: {integrity: sha512-RMbU6NTU70++B1JyVJbNbeFkK+A+Q7y9XKE2EM4NLGm2WFR8x9MbAtWxPPLdm0wUkuZv9trpwfSlL6tjdIa1+A==} 1174 + '@vue/compiler-dom@3.5.20': 1175 + resolution: {integrity: sha512-whB44M59XKjqUEYOMPYU0ijUV0G+4fdrHVKDe32abNdX/kJe1NUEMqsi4cwzXa9kyM9w5S8WqFsrfo1ogtBZGQ==} 1327 1176 1328 - '@vue/compiler-sfc@3.5.18': 1329 - resolution: {integrity: sha512-5aBjvGqsWs+MoxswZPoTB9nSDb3dhd1x30xrrltKujlCxo48j8HGDNj3QPhF4VIS0VQDUrA1xUfp2hEa+FNyXA==} 1177 + '@vue/compiler-sfc@3.5.20': 1178 + resolution: {integrity: sha512-SFcxapQc0/feWiSBfkGsa1v4DOrnMAQSYuvDMpEaxbpH5dKbnEM5KobSNSgU+1MbHCl+9ftm7oQWxvwDB6iBfw==} 1330 1179 1331 - '@vue/compiler-ssr@3.5.18': 1332 - resolution: {integrity: sha512-xM16Ak7rSWHkM3m22NlmcdIM+K4BMyFARAfV9hYFl+SFuRzrZ3uGMNW05kA5pmeMa0X9X963Kgou7ufdbpOP9g==} 1180 + '@vue/compiler-ssr@3.5.20': 1181 + resolution: {integrity: sha512-RSl5XAMc5YFUXpDQi+UQDdVjH9FnEpLDHIALg5J0ITHxkEzJ8uQLlo7CIbjPYqmZtt6w0TsIPbo1izYXwDG7JA==} 1333 1182 1334 - '@vue/shared@3.5.18': 1335 - resolution: {integrity: sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==} 1183 + '@vue/shared@3.5.20': 1184 + resolution: {integrity: sha512-SoRGP596KU/ig6TfgkCMbXkr4YJ91n/QSdMuqeP5r3hVIYA3CPHUBCc7Skak0EAKV+5lL4KyIh61VA/pK1CIAA==} 1336 1185 1337 1186 '@webgpu/types@0.1.21': 1338 1187 resolution: {integrity: sha512-pUrWq3V5PiSGFLeLxoGqReTZmiiXwY3jRkIG5sLLKjyqNxrwm/04b4nw7LSmGWJcKk59XOM/YRTUwOzo4MMlow==} ··· 1461 1310 peerDependencies: 1462 1311 astro: ^3.0.0 || ^4.0.0 || ^5.0.0 1463 1312 1464 - astro@5.13.2: 1465 - resolution: {integrity: sha512-yjcXY0Ua3EwjpVd3GoUXa65HQ6qgmURBptA+M9GzE0oYvgfuyM7bIbH8IR/TWIbdefVUJR5b7nZ0oVnMytmyfQ==} 1313 + astro@5.13.5: 1314 + resolution: {integrity: sha512-XmBzkl13XU97+n/QiOM5uXQdAVe0yKt5gO+Wlgc8dHRwHR499qhMQ5sMFckLJweUINLzcNGjP3F5nG4wV8a2XA==} 1466 1315 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1467 1316 hasBin: true 1468 1317 ··· 1858 1707 resolution: {integrity: sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==} 1859 1708 engines: {node: '>=18'} 1860 1709 1861 - devalue@5.1.1: 1862 - resolution: {integrity: sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==} 1710 + dettle@1.0.5: 1711 + resolution: {integrity: sha512-ZVyjhAJ7sCe1PNXEGveObOH9AC8QvMga3HJIghHawtG7mE4K5pW9nz/vDGAr/U7a3LWgdOzEE7ac9MURnyfaTA==} 1712 + 1713 + devalue@5.3.2: 1714 + resolution: {integrity: sha512-UDsjUbpQn9kvm68slnrs+mfxwFkIflOhkanmyabZ8zOYk8SMEIbJ3TK+88g70hSIeytu4y18f0z/hYHMTrXIWw==} 1863 1715 1864 1716 devlop@1.1.0: 1865 1717 resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} ··· 1905 1757 ecdsa-sig-formatter@1.0.11: 1906 1758 resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} 1907 1759 1908 - emoji-regex@10.4.0: 1909 - resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} 1760 + emoji-regex@10.5.0: 1761 + resolution: {integrity: sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==} 1910 1762 1911 1763 emoji-regex@8.0.0: 1912 1764 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} ··· 1945 1797 esast-util-from-js@2.0.1: 1946 1798 resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==} 1947 1799 1948 - esbuild@0.25.6: 1949 - resolution: {integrity: sha512-GVuzuUwtdsghE3ocJ9Bs8PNoF13HNQ5TXbEi2AhvVb8xU1Iwt9Fos9FEamfoee+u/TOsn7GUWc04lz46n2bbTg==} 1950 - engines: {node: '>=18'} 1951 - hasBin: true 1952 - 1953 1800 esbuild@0.25.9: 1954 1801 resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} 1955 1802 engines: {node: '>=18'} ··· 2002 1849 resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} 2003 1850 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2004 1851 2005 - eslint@9.33.0: 2006 - resolution: {integrity: sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==} 1852 + eslint@9.34.0: 1853 + resolution: {integrity: sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==} 2007 1854 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2008 1855 hasBin: true 2009 1856 peerDependencies: ··· 2107 1954 fast-safe-stringify@2.1.1: 2108 1955 resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} 2109 1956 2110 - fast-uri@3.0.6: 2111 - resolution: {integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==} 1957 + fast-uri@3.1.0: 1958 + resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} 2112 1959 2113 1960 fast-xml-parser@5.2.5: 2114 1961 resolution: {integrity: sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==} ··· 2215 2062 resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} 2216 2063 engines: {node: 6.* || 8.* || >= 10.*} 2217 2064 2218 - get-east-asian-width@1.3.0: 2219 - resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} 2065 + get-east-asian-width@1.3.1: 2066 + resolution: {integrity: sha512-R1QfovbPsKmosqTnPoRFiJ7CF9MLRgb53ChvMZm+r4p76/+8yKDy17qLL2PKInORy2RkZZekuK0efYgmzTkXyQ==} 2220 2067 engines: {node: '>=18'} 2221 2068 2222 2069 get-port-please@3.2.0: ··· 2386 2233 resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} 2387 2234 engines: {node: '>=6'} 2388 2235 2389 - import-meta-resolve@4.1.0: 2390 - resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==} 2236 + import-meta-resolve@4.2.0: 2237 + resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} 2391 2238 2392 2239 imurmurhash@0.1.4: 2393 2240 resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} ··· 2620 2467 resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} 2621 2468 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 2622 2469 2623 - lodash.debounce@4.0.8: 2624 - resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} 2625 - 2626 2470 lodash.includes@4.3.0: 2627 2471 resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==} 2628 2472 ··· 2664 2508 resolution: {integrity: sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg==} 2665 2509 engines: {node: '>=12'} 2666 2510 2667 - magic-string@0.30.17: 2668 - resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} 2511 + magic-string@0.30.18: 2512 + resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==} 2669 2513 2670 2514 magicast@0.3.5: 2671 2515 resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} ··· 2916 2760 engines: {node: '>=10'} 2917 2761 hasBin: true 2918 2762 2919 - mlly@1.7.4: 2920 - resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} 2763 + mlly@1.8.0: 2764 + resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==} 2921 2765 2922 2766 module-definition@6.0.1: 2923 2767 resolution: {integrity: sha512-FeVc50FTfVVQnolk/WQT8MX+2WVcDnTGiq6Wo+/+lJ2ET1bRVi3HG3YlJUfqagNMc/kUlFSoR96AJkxGpKz13g==} ··· 3337 3181 remark-math@6.0.0: 3338 3182 resolution: {integrity: sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==} 3339 3183 3340 - remark-mdx@3.1.0: 3341 - resolution: {integrity: sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==} 3184 + remark-mdx@3.1.1: 3185 + resolution: {integrity: sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==} 3342 3186 3343 3187 remark-parse@11.0.0: 3344 3188 resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==} ··· 3405 3249 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 3406 3250 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 3407 3251 3408 - rollup@4.46.3: 3409 - resolution: {integrity: sha512-RZn2XTjXb8t5g13f5YclGoilU/kwT696DIkY3sywjdZidNSi3+vseaQov7D7BZXVJCPv3pDWUN69C78GGbXsKw==} 3252 + rollup@4.50.0: 3253 + resolution: {integrity: sha512-/Zl4D8zPifNmyGzJS+3kVoyXeDeT/GrsJM94sACNg9RtUE0hrHa1bNPtRSrfHTMH5HjRzce6K7rlTh3Khiw+pw==} 3410 3254 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 3411 3255 hasBin: true 3412 3256 ··· 3456 3300 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 3457 3301 engines: {node: '>=8'} 3458 3302 3459 - shiki@3.9.2: 3460 - resolution: {integrity: sha512-t6NKl5e/zGTvw/IyftLcumolgOczhuroqwXngDeMqJ3h3EQiTY/7wmfgPlsmloD8oYfqkEDqxiaH37Pjm1zUhQ==} 3303 + shiki@3.12.0: 3304 + resolution: {integrity: sha512-E+ke51tciraTHpaXYXfqnPZFSViKHhSQ3fiugThlfs/om/EonlQ0hSldcqgzOWWqX6PcjkKKzFgrjIaiPAXoaA==} 3461 3305 3462 3306 signal-exit@4.1.0: 3463 3307 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} ··· 3665 3509 tslib@2.8.1: 3666 3510 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 3667 3511 3668 - tsx@4.20.4: 3669 - resolution: {integrity: sha512-yyxBKfORQ7LuRt/BQKBXrpcq59ZvSW0XxwfjAt3w2/8PmdxaFzijtMhTawprSHhpzeM5BgU2hXHG3lklIERZXg==} 3512 + tsx@4.20.5: 3513 + resolution: {integrity: sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==} 3670 3514 engines: {node: '>=18.0.0'} 3671 3515 hasBin: true 3672 3516 ··· 3678 3522 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 3679 3523 engines: {node: '>=16'} 3680 3524 3681 - typescript-eslint@8.40.0: 3682 - resolution: {integrity: sha512-Xvd2l+ZmFDPEt4oj1QEXzA4A2uUK6opvKu3eGN9aGjB8au02lIVcLyi375w94hHyejTOmzIU77L8ol2sRg9n7Q==} 3525 + typescript-eslint@8.41.0: 3526 + resolution: {integrity: sha512-n66rzs5OBXW3SFSnZHr2T685q1i4ODm2nulFJhMZBotaTavsS8TrI3d7bDlRSs9yWo7HmyWrN9qDu14Qv7Y0Dw==} 3683 3527 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3684 3528 peerDependencies: 3685 3529 eslint: ^8.57.0 || ^9.0.0 ··· 3762 3606 resolution: {integrity: sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==} 3763 3607 engines: {node: '>=0.10.0'} 3764 3608 3765 - unstorage@1.16.1: 3766 - resolution: {integrity: sha512-gdpZ3guLDhz+zWIlYP1UwQ259tG5T5vYRzDaHMkQ1bBY1SQPutvZnrRjTFaWUUpseErJIgAZS51h6NOcZVZiqQ==} 3609 + unstorage@1.17.0: 3610 + resolution: {integrity: sha512-l9Z7lBiwtNp8ZmcoZ/dmPkFXFdtEdZtTZafCSnEIj3YvtkXeGAtL2rN8MQFy/0cs4eOLpuRJMp9ivdug7TCvww==} 3767 3611 peerDependencies: 3768 3612 '@azure/app-configuration': ^1.8.0 3769 3613 '@azure/cosmos': ^4.2.0 ··· 3777 3621 '@planetscale/database': ^1.19.0 3778 3622 '@upstash/redis': ^1.34.3 3779 3623 '@vercel/blob': '>=0.27.1' 3624 + '@vercel/functions': ^2.2.12 3780 3625 '@vercel/kv': ^1.0.1 3781 3626 aws4fetch: ^1.0.20 3782 3627 db0: '>=0.2.1' ··· 3807 3652 '@upstash/redis': 3808 3653 optional: true 3809 3654 '@vercel/blob': 3655 + optional: true 3656 + '@vercel/functions': 3810 3657 optional: true 3811 3658 '@vercel/kv': 3812 3659 optional: true ··· 4013 3860 resolution: {integrity: sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==} 4014 3861 engines: {node: '>=18.19'} 4015 3862 4016 - yoctocolors@2.1.1: 4017 - resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} 3863 + yoctocolors@2.1.2: 3864 + resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==} 4018 3865 engines: {node: '>=18'} 4019 3866 4020 3867 zip-stream@6.0.1: ··· 4051 3898 github-slugger: 2.0.0 4052 3899 hast-util-from-html: 2.0.3 4053 3900 hast-util-to-text: 4.0.2 4054 - import-meta-resolve: 4.1.0 3901 + import-meta-resolve: 4.2.0 4055 3902 js-yaml: 4.1.0 4056 3903 mdast-util-definitions: 6.0.0 4057 3904 rehype-raw: 7.0.0 ··· 4060 3907 remark-parse: 11.0.0 4061 3908 remark-rehype: 11.1.2 4062 3909 remark-smartypants: 3.0.2 4063 - shiki: 3.9.2 3910 + shiki: 3.12.0 4064 3911 smol-toml: 1.4.2 4065 3912 unified: 11.0.5 4066 3913 unist-util-remove-position: 5.0.0 ··· 4070 3917 transitivePeerDependencies: 4071 3918 - supports-color 4072 3919 4073 - '@astrojs/mdx@4.3.4(astro@5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1))': 3920 + '@astrojs/mdx@4.3.4(astro@5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1))': 4074 3921 dependencies: 4075 3922 '@astrojs/markdown-remark': 6.3.6 4076 - '@mdx-js/mdx': 3.1.0(acorn@8.15.0) 3923 + '@mdx-js/mdx': 3.1.1 4077 3924 acorn: 8.15.0 4078 - astro: 5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1) 3925 + astro: 5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1) 4079 3926 es-module-lexer: 1.7.0 4080 3927 estree-util-visit: 2.0.0 4081 3928 hast-util-to-html: 9.0.5 ··· 4089 3936 transitivePeerDependencies: 4090 3937 - supports-color 4091 3938 4092 - '@astrojs/netlify@6.5.7(@types/node@24.3.0)(astro@5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(yaml@2.8.1)': 3939 + '@astrojs/netlify@6.5.9(@types/node@24.3.0)(astro@5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(yaml@2.8.1)': 4093 3940 dependencies: 4094 3941 '@astrojs/internal-helpers': 0.7.2 4095 3942 '@astrojs/underscore-redirects': 1.0.0 4096 - '@netlify/blobs': 10.0.8 4097 - '@netlify/functions': 4.2.1(rollup@4.46.3) 4098 - '@netlify/vite-plugin': 2.5.4(rollup@4.46.3)(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1)) 4099 - '@vercel/nft': 0.29.4(rollup@4.46.3) 4100 - astro: 5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1) 3943 + '@netlify/blobs': 10.0.10 3944 + '@netlify/functions': 4.2.5(rollup@4.50.0) 3945 + '@netlify/vite-plugin': 2.5.8(rollup@4.50.0)(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.5)(yaml@2.8.1)) 3946 + '@vercel/nft': 0.29.4(rollup@4.50.0) 3947 + astro: 5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1) 4101 3948 esbuild: 0.25.9 4102 3949 tinyglobby: 0.2.14 4103 - vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1) 3950 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.5)(yaml@2.8.1) 4104 3951 transitivePeerDependencies: 4105 3952 - '@azure/app-configuration' 4106 3953 - '@azure/cosmos' ··· 4114 3961 - '@types/node' 4115 3962 - '@upstash/redis' 4116 3963 - '@vercel/blob' 3964 + - '@vercel/functions' 4117 3965 - '@vercel/kv' 4118 3966 - aws4fetch 4119 3967 - db0 ··· 4143 3991 fast-xml-parser: 5.2.5 4144 3992 kleur: 4.1.5 4145 3993 4146 - '@astrojs/sitemap@3.5.0': 3994 + '@astrojs/sitemap@3.5.1': 4147 3995 dependencies: 4148 3996 sitemap: 8.0.0 4149 3997 stream-replace-string: 2.0.0 ··· 4208 4056 gonzales-pe: 4.3.0 4209 4057 node-source-walk: 7.0.1 4210 4058 4211 - '@emnapi/runtime@1.4.5': 4059 + '@emnapi/runtime@1.5.0': 4212 4060 dependencies: 4213 4061 tslib: 2.8.1 4214 4062 optional: true ··· 4218 4066 '@whatwg-node/promise-helpers': 1.3.2 4219 4067 tslib: 2.8.1 4220 4068 4221 - '@esbuild/aix-ppc64@0.25.6': 4222 - optional: true 4223 - 4224 4069 '@esbuild/aix-ppc64@0.25.9': 4225 4070 optional: true 4226 4071 4227 - '@esbuild/android-arm64@0.25.6': 4228 - optional: true 4229 - 4230 4072 '@esbuild/android-arm64@0.25.9': 4231 - optional: true 4232 - 4233 - '@esbuild/android-arm@0.25.6': 4234 4073 optional: true 4235 4074 4236 4075 '@esbuild/android-arm@0.25.9': 4237 4076 optional: true 4238 4077 4239 - '@esbuild/android-x64@0.25.6': 4240 - optional: true 4241 - 4242 4078 '@esbuild/android-x64@0.25.9': 4243 4079 optional: true 4244 4080 4245 - '@esbuild/darwin-arm64@0.25.6': 4246 - optional: true 4247 - 4248 4081 '@esbuild/darwin-arm64@0.25.9': 4249 4082 optional: true 4250 4083 4251 - '@esbuild/darwin-x64@0.25.6': 4252 - optional: true 4253 - 4254 4084 '@esbuild/darwin-x64@0.25.9': 4255 4085 optional: true 4256 4086 4257 - '@esbuild/freebsd-arm64@0.25.6': 4258 - optional: true 4259 - 4260 4087 '@esbuild/freebsd-arm64@0.25.9': 4261 - optional: true 4262 - 4263 - '@esbuild/freebsd-x64@0.25.6': 4264 4088 optional: true 4265 4089 4266 4090 '@esbuild/freebsd-x64@0.25.9': 4267 4091 optional: true 4268 4092 4269 - '@esbuild/linux-arm64@0.25.6': 4270 - optional: true 4271 - 4272 4093 '@esbuild/linux-arm64@0.25.9': 4273 4094 optional: true 4274 4095 4275 - '@esbuild/linux-arm@0.25.6': 4276 - optional: true 4277 - 4278 4096 '@esbuild/linux-arm@0.25.9': 4279 - optional: true 4280 - 4281 - '@esbuild/linux-ia32@0.25.6': 4282 4097 optional: true 4283 4098 4284 4099 '@esbuild/linux-ia32@0.25.9': 4285 4100 optional: true 4286 4101 4287 - '@esbuild/linux-loong64@0.25.6': 4288 - optional: true 4289 - 4290 4102 '@esbuild/linux-loong64@0.25.9': 4291 4103 optional: true 4292 4104 4293 - '@esbuild/linux-mips64el@0.25.6': 4294 - optional: true 4295 - 4296 4105 '@esbuild/linux-mips64el@0.25.9': 4297 - optional: true 4298 - 4299 - '@esbuild/linux-ppc64@0.25.6': 4300 4106 optional: true 4301 4107 4302 4108 '@esbuild/linux-ppc64@0.25.9': 4303 4109 optional: true 4304 4110 4305 - '@esbuild/linux-riscv64@0.25.6': 4306 - optional: true 4307 - 4308 4111 '@esbuild/linux-riscv64@0.25.9': 4309 4112 optional: true 4310 4113 4311 - '@esbuild/linux-s390x@0.25.6': 4312 - optional: true 4313 - 4314 4114 '@esbuild/linux-s390x@0.25.9': 4315 - optional: true 4316 - 4317 - '@esbuild/linux-x64@0.25.6': 4318 4115 optional: true 4319 4116 4320 4117 '@esbuild/linux-x64@0.25.9': 4321 4118 optional: true 4322 4119 4323 - '@esbuild/netbsd-arm64@0.25.6': 4324 - optional: true 4325 - 4326 4120 '@esbuild/netbsd-arm64@0.25.9': 4327 4121 optional: true 4328 4122 4329 - '@esbuild/netbsd-x64@0.25.6': 4330 - optional: true 4331 - 4332 4123 '@esbuild/netbsd-x64@0.25.9': 4333 - optional: true 4334 - 4335 - '@esbuild/openbsd-arm64@0.25.6': 4336 4124 optional: true 4337 4125 4338 4126 '@esbuild/openbsd-arm64@0.25.9': 4339 4127 optional: true 4340 4128 4341 - '@esbuild/openbsd-x64@0.25.6': 4342 - optional: true 4343 - 4344 4129 '@esbuild/openbsd-x64@0.25.9': 4345 4130 optional: true 4346 4131 4347 - '@esbuild/openharmony-arm64@0.25.6': 4348 - optional: true 4349 - 4350 4132 '@esbuild/openharmony-arm64@0.25.9': 4351 - optional: true 4352 - 4353 - '@esbuild/sunos-x64@0.25.6': 4354 4133 optional: true 4355 4134 4356 4135 '@esbuild/sunos-x64@0.25.9': 4357 4136 optional: true 4358 4137 4359 - '@esbuild/win32-arm64@0.25.6': 4360 - optional: true 4361 - 4362 4138 '@esbuild/win32-arm64@0.25.9': 4363 4139 optional: true 4364 4140 4365 - '@esbuild/win32-ia32@0.25.6': 4366 - optional: true 4367 - 4368 4141 '@esbuild/win32-ia32@0.25.9': 4369 - optional: true 4370 - 4371 - '@esbuild/win32-x64@0.25.6': 4372 4142 optional: true 4373 4143 4374 4144 '@esbuild/win32-x64@0.25.9': 4375 4145 optional: true 4376 4146 4377 - '@eslint-community/eslint-utils@4.7.0(eslint@9.33.0(jiti@2.5.1))': 4147 + '@eslint-community/eslint-utils@4.7.0(eslint@9.34.0(jiti@2.5.1))': 4378 4148 dependencies: 4379 - eslint: 9.33.0(jiti@2.5.1) 4149 + eslint: 9.34.0(jiti@2.5.1) 4380 4150 eslint-visitor-keys: 3.4.3 4381 4151 4382 4152 '@eslint-community/regexpp@4.12.1': {} ··· 4409 4179 transitivePeerDependencies: 4410 4180 - supports-color 4411 4181 4412 - '@eslint/js@9.33.0': {} 4182 + '@eslint/js@9.34.0': {} 4413 4183 4414 4184 '@eslint/object-schema@2.1.6': {} 4415 4185 ··· 4577 4347 4578 4348 '@img/sharp-wasm32@0.33.5': 4579 4349 dependencies: 4580 - '@emnapi/runtime': 1.4.5 4350 + '@emnapi/runtime': 1.5.0 4581 4351 optional: true 4582 4352 4583 4353 '@img/sharp-wasm32@0.34.3': 4584 4354 dependencies: 4585 - '@emnapi/runtime': 1.4.5 4355 + '@emnapi/runtime': 1.5.0 4586 4356 optional: true 4587 4357 4588 4358 '@img/sharp-win32-arm64@0.34.3': ··· 4630 4400 - encoding 4631 4401 - supports-color 4632 4402 4633 - '@mdx-js/mdx@3.1.0(acorn@8.15.0)': 4403 + '@mdx-js/mdx@3.1.1': 4634 4404 dependencies: 4635 4405 '@types/estree': 1.0.8 4636 4406 '@types/estree-jsx': 1.0.5 4637 4407 '@types/hast': 3.0.4 4638 4408 '@types/mdx': 2.0.13 4409 + acorn: 8.15.0 4639 4410 collapse-white-space: 2.1.0 4640 4411 devlop: 1.1.0 4641 4412 estree-util-is-identifier-name: 3.0.0 ··· 4647 4418 recma-jsx: 1.0.1(acorn@8.15.0) 4648 4419 recma-stringify: 1.0.0 4649 4420 rehype-recma: 1.0.0 4650 - remark-mdx: 3.1.0 4421 + remark-mdx: 3.1.1 4651 4422 remark-parse: 11.0.0 4652 4423 remark-rehype: 11.1.2 4653 4424 source-map: 0.7.6 ··· 4657 4428 unist-util-visit: 5.0.0 4658 4429 vfile: 6.0.3 4659 4430 transitivePeerDependencies: 4660 - - acorn 4661 4431 - supports-color 4662 4432 4663 4433 '@netlify/api@14.0.4': ··· 4669 4439 4670 4440 '@netlify/binary-info@1.0.0': {} 4671 4441 4672 - '@netlify/blobs@10.0.8': 4442 + '@netlify/blobs@10.0.10': 4673 4443 dependencies: 4674 - '@netlify/dev-utils': 4.1.1 4444 + '@netlify/dev-utils': 4.1.3 4675 4445 '@netlify/runtime-utils': 2.1.0 4676 4446 4677 - '@netlify/cache@3.0.9': 4447 + '@netlify/cache@3.0.11': 4678 4448 dependencies: 4679 4449 '@netlify/runtime-utils': 2.1.0 4680 4450 ··· 4705 4475 yaml: 2.8.1 4706 4476 yargs: 17.7.2 4707 4477 4708 - '@netlify/dev-utils@4.1.1': 4478 + '@netlify/dev-utils@4.1.3': 4709 4479 dependencies: 4710 4480 '@whatwg-node/server': 0.10.12 4711 4481 ansis: 4.1.0 4712 4482 chokidar: 4.0.3 4713 4483 decache: 4.6.2 4484 + dettle: 1.0.5 4714 4485 dot-prop: 9.0.0 4715 4486 empathic: 2.0.0 4716 4487 env-paths: 3.0.0 4717 4488 image-size: 2.0.2 4718 4489 js-image-generator: 1.0.4 4719 - lodash.debounce: 4.0.8 4720 4490 parse-gitignore: 2.0.0 4721 4491 semver: 7.7.2 4722 4492 tmp-promise: 3.0.3 4723 4493 uuid: 11.1.0 4724 4494 write-file-atomic: 5.0.1 4725 4495 4726 - '@netlify/dev@4.5.4(rollup@4.46.3)': 4496 + '@netlify/dev@4.5.8(rollup@4.50.0)': 4727 4497 dependencies: 4728 - '@netlify/blobs': 10.0.8 4498 + '@netlify/blobs': 10.0.10 4729 4499 '@netlify/config': 23.2.0 4730 - '@netlify/dev-utils': 4.1.1 4731 - '@netlify/edge-functions': 2.17.0 4732 - '@netlify/functions': 4.2.1(rollup@4.46.3) 4733 - '@netlify/headers': 2.0.8 4734 - '@netlify/images': 1.2.5(@netlify/blobs@10.0.8) 4735 - '@netlify/redirects': 3.0.9 4736 - '@netlify/runtime': 4.0.12 4737 - '@netlify/static': 3.0.8 4500 + '@netlify/dev-utils': 4.1.3 4501 + '@netlify/edge-functions': 2.17.4 4502 + '@netlify/functions': 4.2.5(rollup@4.50.0) 4503 + '@netlify/headers': 2.0.11 4504 + '@netlify/images': 1.2.7(@netlify/blobs@10.0.10) 4505 + '@netlify/redirects': 3.0.12 4506 + '@netlify/runtime': 4.0.14 4507 + '@netlify/static': 3.0.10 4738 4508 ulid: 3.0.1 4739 4509 transitivePeerDependencies: 4740 4510 - '@azure/app-configuration' ··· 4748 4518 - '@planetscale/database' 4749 4519 - '@upstash/redis' 4750 4520 - '@vercel/blob' 4521 + - '@vercel/functions' 4751 4522 - '@vercel/kv' 4752 4523 - aws4fetch 4753 4524 - db0 ··· 4758 4529 - supports-color 4759 4530 - uploadthing 4760 4531 4761 - '@netlify/edge-bundler@14.5.2': 4532 + '@netlify/edge-bundler@14.5.3': 4762 4533 dependencies: 4763 4534 '@import-maps/resolve': 2.0.0 4764 4535 ajv: 8.17.1 ··· 4766 4537 better-ajv-errors: 1.2.0(ajv@8.17.1) 4767 4538 common-path-prefix: 3.0.0 4768 4539 env-paths: 3.0.0 4769 - esbuild: 0.25.6 4540 + esbuild: 0.25.9 4770 4541 execa: 8.0.1 4771 4542 find-up: 7.0.0 4772 4543 get-port: 7.1.0 ··· 4781 4552 urlpattern-polyfill: 8.0.2 4782 4553 uuid: 11.1.0 4783 4554 4784 - '@netlify/edge-functions-bootstrap@2.16.0': {} 4555 + '@netlify/edge-functions-bootstrap@2.16.3': {} 4785 4556 4786 - '@netlify/edge-functions@2.17.0': 4557 + '@netlify/edge-functions@2.17.4': 4787 4558 dependencies: 4788 - '@netlify/dev-utils': 4.1.1 4789 - '@netlify/edge-bundler': 14.5.2 4790 - '@netlify/edge-functions-bootstrap': 2.16.0 4559 + '@netlify/dev-utils': 4.1.3 4560 + '@netlify/edge-bundler': 14.5.3 4561 + '@netlify/edge-functions-bootstrap': 2.16.3 4791 4562 '@netlify/runtime-utils': 2.1.0 4792 - '@netlify/types': 2.0.2 4563 + '@netlify/types': 2.0.3 4793 4564 get-port: 7.1.0 4794 4565 4795 - '@netlify/functions@4.2.1(rollup@4.46.3)': 4566 + '@netlify/functions@4.2.5(rollup@4.50.0)': 4796 4567 dependencies: 4797 - '@netlify/blobs': 10.0.8 4798 - '@netlify/dev-utils': 4.1.1 4799 - '@netlify/types': 2.0.2 4800 - '@netlify/zip-it-and-ship-it': 14.1.3(rollup@4.46.3) 4568 + '@netlify/blobs': 10.0.10 4569 + '@netlify/dev-utils': 4.1.3 4570 + '@netlify/types': 2.0.3 4571 + '@netlify/zip-it-and-ship-it': 14.1.5(rollup@4.50.0) 4801 4572 cron-parser: 4.9.0 4802 4573 decache: 4.6.2 4803 4574 extract-zip: 2.0.1 ··· 4820 4591 map-obj: 5.0.2 4821 4592 path-exists: 5.0.0 4822 4593 4823 - '@netlify/headers@2.0.8': 4594 + '@netlify/headers@2.0.11': 4824 4595 dependencies: 4825 4596 '@netlify/headers-parser': 9.0.2 4826 4597 4827 - '@netlify/images@1.2.5(@netlify/blobs@10.0.8)': 4598 + '@netlify/images@1.2.7(@netlify/blobs@10.0.10)': 4828 4599 dependencies: 4829 - ipx: 3.1.1(@netlify/blobs@10.0.8) 4600 + ipx: 3.1.1(@netlify/blobs@10.0.10) 4830 4601 transitivePeerDependencies: 4831 4602 - '@azure/app-configuration' 4832 4603 - '@azure/cosmos' ··· 4840 4611 - '@planetscale/database' 4841 4612 - '@upstash/redis' 4842 4613 - '@vercel/blob' 4614 + - '@vercel/functions' 4843 4615 - '@vercel/kv' 4844 4616 - aws4fetch 4845 4617 - db0 ··· 4856 4628 is-plain-obj: 4.1.0 4857 4629 path-exists: 5.0.0 4858 4630 4859 - '@netlify/redirects@3.0.9': 4631 + '@netlify/redirects@3.0.12': 4860 4632 dependencies: 4861 - '@netlify/dev-utils': 4.1.1 4633 + '@netlify/dev-utils': 4.1.3 4862 4634 '@netlify/redirect-parser': 15.0.3 4863 4635 cookie: 1.0.2 4864 4636 jsonwebtoken: 9.0.2 ··· 4866 4638 4867 4639 '@netlify/runtime-utils@2.1.0': {} 4868 4640 4869 - '@netlify/runtime@4.0.12': 4641 + '@netlify/runtime@4.0.14': 4870 4642 dependencies: 4871 - '@netlify/blobs': 10.0.8 4872 - '@netlify/cache': 3.0.9 4643 + '@netlify/blobs': 10.0.10 4644 + '@netlify/cache': 3.0.11 4873 4645 '@netlify/runtime-utils': 2.1.0 4874 - '@netlify/types': 2.0.2 4646 + '@netlify/types': 2.0.3 4875 4647 4876 - '@netlify/serverless-functions-api@2.2.0': {} 4648 + '@netlify/serverless-functions-api@2.3.0': {} 4877 4649 4878 - '@netlify/static@3.0.8': 4650 + '@netlify/static@3.0.10': 4879 4651 dependencies: 4880 4652 mime-types: 3.0.1 4881 4653 4882 - '@netlify/types@2.0.2': {} 4654 + '@netlify/types@2.0.3': {} 4883 4655 4884 - '@netlify/vite-plugin@2.5.4(rollup@4.46.3)(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1))': 4656 + '@netlify/vite-plugin@2.5.8(rollup@4.50.0)(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.5)(yaml@2.8.1))': 4885 4657 dependencies: 4886 - '@netlify/dev': 4.5.4(rollup@4.46.3) 4887 - '@netlify/dev-utils': 4.1.1 4888 - vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1) 4658 + '@netlify/dev': 4.5.8(rollup@4.50.0) 4659 + '@netlify/dev-utils': 4.1.3 4660 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.5)(yaml@2.8.1) 4889 4661 transitivePeerDependencies: 4890 4662 - '@azure/app-configuration' 4891 4663 - '@azure/cosmos' ··· 4898 4670 - '@planetscale/database' 4899 4671 - '@upstash/redis' 4900 4672 - '@vercel/blob' 4673 + - '@vercel/functions' 4901 4674 - '@vercel/kv' 4902 4675 - aws4fetch 4903 4676 - db0 ··· 4908 4681 - supports-color 4909 4682 - uploadthing 4910 4683 4911 - '@netlify/zip-it-and-ship-it@14.1.3(rollup@4.46.3)': 4684 + '@netlify/zip-it-and-ship-it@14.1.5(rollup@4.50.0)': 4912 4685 dependencies: 4913 4686 '@babel/parser': 7.28.3 4914 4687 '@babel/types': 7.28.1 4915 4688 '@netlify/binary-info': 1.0.0 4916 - '@netlify/serverless-functions-api': 2.2.0 4917 - '@vercel/nft': 0.29.4(rollup@4.46.3) 4689 + '@netlify/serverless-functions-api': 2.3.0 4690 + '@vercel/nft': 0.29.4(rollup@4.50.0) 4918 4691 archiver: 7.0.1 4919 4692 common-path-prefix: 3.0.0 4920 4693 copy-file: 11.1.0 4921 4694 es-module-lexer: 1.7.0 4922 - esbuild: 0.25.6 4695 + esbuild: 0.25.9 4923 4696 execa: 8.0.1 4924 4697 fast-glob: 3.3.3 4925 4698 filter-obj: 6.1.0 ··· 5031 4804 5032 4805 '@pkgr/core@0.2.9': {} 5033 4806 5034 - '@playform/inline@0.1.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1)': 4807 + '@playform/inline@0.1.2(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1)': 5035 4808 dependencies: 5036 4809 '@playform/pipe': 0.1.3 5037 - astro: 5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1) 4810 + astro: 5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1) 5038 4811 beasties: 0.2.0 5039 4812 deepmerge-ts: 7.1.5 5040 4813 transitivePeerDependencies: ··· 5051 4824 - '@types/node' 5052 4825 - '@upstash/redis' 5053 4826 - '@vercel/blob' 4827 + - '@vercel/functions' 5054 4828 - '@vercel/kv' 5055 4829 - aws4fetch 5056 4830 - db0 ··· 5078 4852 deepmerge-ts: 7.1.5 5079 4853 fast-glob: 3.3.3 5080 4854 5081 - '@rollup/pluginutils@5.2.0(rollup@4.46.3)': 4855 + '@rollup/pluginutils@5.2.0(rollup@4.50.0)': 5082 4856 dependencies: 5083 4857 '@types/estree': 1.0.8 5084 4858 estree-walker: 2.0.2 5085 4859 picomatch: 4.0.3 5086 4860 optionalDependencies: 5087 - rollup: 4.46.3 4861 + rollup: 4.50.0 5088 4862 5089 - '@rollup/rollup-android-arm-eabi@4.46.3': 4863 + '@rollup/rollup-android-arm-eabi@4.50.0': 5090 4864 optional: true 5091 4865 5092 - '@rollup/rollup-android-arm64@4.46.3': 4866 + '@rollup/rollup-android-arm64@4.50.0': 5093 4867 optional: true 5094 4868 5095 - '@rollup/rollup-darwin-arm64@4.46.3': 4869 + '@rollup/rollup-darwin-arm64@4.50.0': 5096 4870 optional: true 5097 4871 5098 - '@rollup/rollup-darwin-x64@4.46.3': 4872 + '@rollup/rollup-darwin-x64@4.50.0': 5099 4873 optional: true 5100 4874 5101 - '@rollup/rollup-freebsd-arm64@4.46.3': 4875 + '@rollup/rollup-freebsd-arm64@4.50.0': 5102 4876 optional: true 5103 4877 5104 - '@rollup/rollup-freebsd-x64@4.46.3': 4878 + '@rollup/rollup-freebsd-x64@4.50.0': 5105 4879 optional: true 5106 4880 5107 - '@rollup/rollup-linux-arm-gnueabihf@4.46.3': 4881 + '@rollup/rollup-linux-arm-gnueabihf@4.50.0': 5108 4882 optional: true 5109 4883 5110 - '@rollup/rollup-linux-arm-musleabihf@4.46.3': 4884 + '@rollup/rollup-linux-arm-musleabihf@4.50.0': 5111 4885 optional: true 5112 4886 5113 - '@rollup/rollup-linux-arm64-gnu@4.46.3': 4887 + '@rollup/rollup-linux-arm64-gnu@4.50.0': 5114 4888 optional: true 5115 4889 5116 - '@rollup/rollup-linux-arm64-musl@4.46.3': 4890 + '@rollup/rollup-linux-arm64-musl@4.50.0': 5117 4891 optional: true 5118 4892 5119 - '@rollup/rollup-linux-loongarch64-gnu@4.46.3': 4893 + '@rollup/rollup-linux-loongarch64-gnu@4.50.0': 5120 4894 optional: true 5121 4895 5122 - '@rollup/rollup-linux-ppc64-gnu@4.46.3': 4896 + '@rollup/rollup-linux-ppc64-gnu@4.50.0': 5123 4897 optional: true 5124 4898 5125 - '@rollup/rollup-linux-riscv64-gnu@4.46.3': 4899 + '@rollup/rollup-linux-riscv64-gnu@4.50.0': 5126 4900 optional: true 5127 4901 5128 - '@rollup/rollup-linux-riscv64-musl@4.46.3': 4902 + '@rollup/rollup-linux-riscv64-musl@4.50.0': 4903 + optional: true 4904 + 4905 + '@rollup/rollup-linux-s390x-gnu@4.50.0': 5129 4906 optional: true 5130 4907 5131 - '@rollup/rollup-linux-s390x-gnu@4.46.3': 4908 + '@rollup/rollup-linux-x64-gnu@4.50.0': 5132 4909 optional: true 5133 4910 5134 - '@rollup/rollup-linux-x64-gnu@4.46.3': 4911 + '@rollup/rollup-linux-x64-musl@4.50.0': 5135 4912 optional: true 5136 4913 5137 - '@rollup/rollup-linux-x64-musl@4.46.3': 4914 + '@rollup/rollup-openharmony-arm64@4.50.0': 5138 4915 optional: true 5139 4916 5140 - '@rollup/rollup-win32-arm64-msvc@4.46.3': 4917 + '@rollup/rollup-win32-arm64-msvc@4.50.0': 5141 4918 optional: true 5142 4919 5143 - '@rollup/rollup-win32-ia32-msvc@4.46.3': 4920 + '@rollup/rollup-win32-ia32-msvc@4.50.0': 5144 4921 optional: true 5145 4922 5146 - '@rollup/rollup-win32-x64-msvc@4.46.3': 4923 + '@rollup/rollup-win32-x64-msvc@4.50.0': 5147 4924 optional: true 5148 4925 5149 - '@shikijs/core@3.9.2': 4926 + '@shikijs/core@3.12.0': 5150 4927 dependencies: 5151 - '@shikijs/types': 3.9.2 4928 + '@shikijs/types': 3.12.0 5152 4929 '@shikijs/vscode-textmate': 10.0.2 5153 4930 '@types/hast': 3.0.4 5154 4931 hast-util-to-html: 9.0.5 5155 4932 5156 - '@shikijs/engine-javascript@3.9.2': 4933 + '@shikijs/engine-javascript@3.12.0': 5157 4934 dependencies: 5158 - '@shikijs/types': 3.9.2 4935 + '@shikijs/types': 3.12.0 5159 4936 '@shikijs/vscode-textmate': 10.0.2 5160 4937 oniguruma-to-es: 4.3.3 5161 4938 5162 - '@shikijs/engine-oniguruma@3.9.2': 4939 + '@shikijs/engine-oniguruma@3.12.0': 5163 4940 dependencies: 5164 - '@shikijs/types': 3.9.2 4941 + '@shikijs/types': 3.12.0 5165 4942 '@shikijs/vscode-textmate': 10.0.2 5166 4943 5167 - '@shikijs/langs@3.9.2': 4944 + '@shikijs/langs@3.12.0': 5168 4945 dependencies: 5169 - '@shikijs/types': 3.9.2 4946 + '@shikijs/types': 3.12.0 5170 4947 5171 - '@shikijs/themes@3.9.2': 4948 + '@shikijs/themes@3.12.0': 5172 4949 dependencies: 5173 - '@shikijs/types': 3.9.2 4950 + '@shikijs/types': 3.12.0 5174 4951 5175 - '@shikijs/types@3.9.2': 4952 + '@shikijs/types@3.12.0': 5176 4953 dependencies: 5177 4954 '@shikijs/vscode-textmate': 10.0.2 5178 4955 '@types/hast': 3.0.4 ··· 5259 5036 '@types/node': 24.3.0 5260 5037 optional: true 5261 5038 5262 - '@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5039 + '@typescript-eslint/eslint-plugin@8.41.0(@typescript-eslint/parser@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)': 5263 5040 dependencies: 5264 5041 '@eslint-community/regexpp': 4.12.1 5265 - '@typescript-eslint/parser': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5266 - '@typescript-eslint/scope-manager': 8.40.0 5267 - '@typescript-eslint/type-utils': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5268 - '@typescript-eslint/utils': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5269 - '@typescript-eslint/visitor-keys': 8.40.0 5270 - eslint: 9.33.0(jiti@2.5.1) 5042 + '@typescript-eslint/parser': 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 5043 + '@typescript-eslint/scope-manager': 8.41.0 5044 + '@typescript-eslint/type-utils': 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 5045 + '@typescript-eslint/utils': 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 5046 + '@typescript-eslint/visitor-keys': 8.41.0 5047 + eslint: 9.34.0(jiti@2.5.1) 5271 5048 graphemer: 1.4.0 5272 5049 ignore: 7.0.5 5273 5050 natural-compare: 1.4.0 ··· 5276 5053 transitivePeerDependencies: 5277 5054 - supports-color 5278 5055 5279 - '@typescript-eslint/parser@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5056 + '@typescript-eslint/parser@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)': 5280 5057 dependencies: 5281 - '@typescript-eslint/scope-manager': 8.40.0 5282 - '@typescript-eslint/types': 8.40.0 5283 - '@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2) 5284 - '@typescript-eslint/visitor-keys': 8.40.0 5058 + '@typescript-eslint/scope-manager': 8.41.0 5059 + '@typescript-eslint/types': 8.41.0 5060 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) 5061 + '@typescript-eslint/visitor-keys': 8.41.0 5285 5062 debug: 4.4.1 5286 - eslint: 9.33.0(jiti@2.5.1) 5063 + eslint: 9.34.0(jiti@2.5.1) 5287 5064 typescript: 5.9.2 5288 5065 transitivePeerDependencies: 5289 5066 - supports-color 5290 5067 5291 - '@typescript-eslint/project-service@8.40.0(typescript@5.9.2)': 5068 + '@typescript-eslint/project-service@8.41.0(typescript@5.9.2)': 5292 5069 dependencies: 5293 - '@typescript-eslint/tsconfig-utils': 8.40.0(typescript@5.9.2) 5294 - '@typescript-eslint/types': 8.40.0 5070 + '@typescript-eslint/tsconfig-utils': 8.41.0(typescript@5.9.2) 5071 + '@typescript-eslint/types': 8.41.0 5295 5072 debug: 4.4.1 5296 5073 typescript: 5.9.2 5297 5074 transitivePeerDependencies: 5298 5075 - supports-color 5299 5076 5300 - '@typescript-eslint/scope-manager@8.40.0': 5077 + '@typescript-eslint/scope-manager@8.41.0': 5301 5078 dependencies: 5302 - '@typescript-eslint/types': 8.40.0 5303 - '@typescript-eslint/visitor-keys': 8.40.0 5079 + '@typescript-eslint/types': 8.41.0 5080 + '@typescript-eslint/visitor-keys': 8.41.0 5304 5081 5305 - '@typescript-eslint/tsconfig-utils@8.40.0(typescript@5.9.2)': 5082 + '@typescript-eslint/tsconfig-utils@8.41.0(typescript@5.9.2)': 5306 5083 dependencies: 5307 5084 typescript: 5.9.2 5308 5085 5309 - '@typescript-eslint/type-utils@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5086 + '@typescript-eslint/type-utils@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)': 5310 5087 dependencies: 5311 - '@typescript-eslint/types': 8.40.0 5312 - '@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2) 5313 - '@typescript-eslint/utils': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5088 + '@typescript-eslint/types': 8.41.0 5089 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) 5090 + '@typescript-eslint/utils': 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 5314 5091 debug: 4.4.1 5315 - eslint: 9.33.0(jiti@2.5.1) 5092 + eslint: 9.34.0(jiti@2.5.1) 5316 5093 ts-api-utils: 2.1.0(typescript@5.9.2) 5317 5094 typescript: 5.9.2 5318 5095 transitivePeerDependencies: 5319 5096 - supports-color 5320 5097 5321 - '@typescript-eslint/types@8.40.0': {} 5098 + '@typescript-eslint/types@8.41.0': {} 5322 5099 5323 - '@typescript-eslint/typescript-estree@8.40.0(typescript@5.9.2)': 5100 + '@typescript-eslint/typescript-estree@8.41.0(typescript@5.9.2)': 5324 5101 dependencies: 5325 - '@typescript-eslint/project-service': 8.40.0(typescript@5.9.2) 5326 - '@typescript-eslint/tsconfig-utils': 8.40.0(typescript@5.9.2) 5327 - '@typescript-eslint/types': 8.40.0 5328 - '@typescript-eslint/visitor-keys': 8.40.0 5102 + '@typescript-eslint/project-service': 8.41.0(typescript@5.9.2) 5103 + '@typescript-eslint/tsconfig-utils': 8.41.0(typescript@5.9.2) 5104 + '@typescript-eslint/types': 8.41.0 5105 + '@typescript-eslint/visitor-keys': 8.41.0 5329 5106 debug: 4.4.1 5330 5107 fast-glob: 3.3.3 5331 5108 is-glob: 4.0.3 ··· 5336 5113 transitivePeerDependencies: 5337 5114 - supports-color 5338 5115 5339 - '@typescript-eslint/utils@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5116 + '@typescript-eslint/utils@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2)': 5340 5117 dependencies: 5341 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1)) 5342 - '@typescript-eslint/scope-manager': 8.40.0 5343 - '@typescript-eslint/types': 8.40.0 5344 - '@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2) 5345 - eslint: 9.33.0(jiti@2.5.1) 5118 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0(jiti@2.5.1)) 5119 + '@typescript-eslint/scope-manager': 8.41.0 5120 + '@typescript-eslint/types': 8.41.0 5121 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) 5122 + eslint: 9.34.0(jiti@2.5.1) 5346 5123 typescript: 5.9.2 5347 5124 transitivePeerDependencies: 5348 5125 - supports-color 5349 5126 5350 - '@typescript-eslint/visitor-keys@8.40.0': 5127 + '@typescript-eslint/visitor-keys@8.41.0': 5351 5128 dependencies: 5352 - '@typescript-eslint/types': 8.40.0 5129 + '@typescript-eslint/types': 8.41.0 5353 5130 eslint-visitor-keys: 4.2.1 5354 5131 5355 5132 '@ungap/structured-clone@1.3.0': {} 5356 5133 5357 - '@vercel/nft@0.29.4(rollup@4.46.3)': 5134 + '@vercel/nft@0.29.4(rollup@4.50.0)': 5358 5135 dependencies: 5359 5136 '@mapbox/node-pre-gyp': 2.0.0 5360 - '@rollup/pluginutils': 5.2.0(rollup@4.46.3) 5137 + '@rollup/pluginutils': 5.2.0(rollup@4.50.0) 5361 5138 acorn: 8.15.0 5362 5139 acorn-import-attributes: 1.9.5(acorn@8.15.0) 5363 5140 async-sema: 3.1.1 ··· 5373 5150 - rollup 5374 5151 - supports-color 5375 5152 5376 - '@vue/compiler-core@3.5.18': 5153 + '@vue/compiler-core@3.5.20': 5377 5154 dependencies: 5378 5155 '@babel/parser': 7.28.3 5379 - '@vue/shared': 3.5.18 5156 + '@vue/shared': 3.5.20 5380 5157 entities: 4.5.0 5381 5158 estree-walker: 2.0.2 5382 5159 source-map-js: 1.2.1 5383 5160 5384 - '@vue/compiler-dom@3.5.18': 5161 + '@vue/compiler-dom@3.5.20': 5385 5162 dependencies: 5386 - '@vue/compiler-core': 3.5.18 5387 - '@vue/shared': 3.5.18 5163 + '@vue/compiler-core': 3.5.20 5164 + '@vue/shared': 3.5.20 5388 5165 5389 - '@vue/compiler-sfc@3.5.18': 5166 + '@vue/compiler-sfc@3.5.20': 5390 5167 dependencies: 5391 5168 '@babel/parser': 7.28.3 5392 - '@vue/compiler-core': 3.5.18 5393 - '@vue/compiler-dom': 3.5.18 5394 - '@vue/compiler-ssr': 3.5.18 5395 - '@vue/shared': 3.5.18 5169 + '@vue/compiler-core': 3.5.20 5170 + '@vue/compiler-dom': 3.5.20 5171 + '@vue/compiler-ssr': 3.5.20 5172 + '@vue/shared': 3.5.20 5396 5173 estree-walker: 2.0.2 5397 - magic-string: 0.30.17 5174 + magic-string: 0.30.18 5398 5175 postcss: 8.5.6 5399 5176 source-map-js: 1.2.1 5400 5177 5401 - '@vue/compiler-ssr@3.5.18': 5178 + '@vue/compiler-ssr@3.5.20': 5402 5179 dependencies: 5403 - '@vue/compiler-dom': 3.5.18 5404 - '@vue/shared': 3.5.18 5180 + '@vue/compiler-dom': 3.5.20 5181 + '@vue/shared': 3.5.20 5405 5182 5406 - '@vue/shared@3.5.18': {} 5183 + '@vue/shared@3.5.20': {} 5407 5184 5408 5185 '@webgpu/types@0.1.21': {} 5409 5186 ··· 5468 5245 ajv@8.17.1: 5469 5246 dependencies: 5470 5247 fast-deep-equal: 3.1.3 5471 - fast-uri: 3.0.6 5248 + fast-uri: 3.1.0 5472 5249 json-schema-traverse: 1.0.0 5473 5250 require-from-string: 2.0.2 5474 5251 ··· 5528 5305 astro-eslint-parser@1.2.2: 5529 5306 dependencies: 5530 5307 '@astrojs/compiler': 2.12.2 5531 - '@typescript-eslint/scope-manager': 8.40.0 5532 - '@typescript-eslint/types': 8.40.0 5308 + '@typescript-eslint/scope-manager': 8.41.0 5309 + '@typescript-eslint/types': 8.41.0 5533 5310 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.12.2) 5534 5311 debug: 4.4.1 5535 5312 entities: 6.0.1 ··· 5542 5319 transitivePeerDependencies: 5543 5320 - supports-color 5544 5321 5545 - astro-og-canvas@0.7.0(astro@5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1)): 5322 + astro-og-canvas@0.7.0(astro@5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1)): 5546 5323 dependencies: 5547 - astro: 5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1) 5324 + astro: 5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1) 5548 5325 canvaskit-wasm: 0.39.1 5549 5326 deterministic-object-hash: 2.0.2 5550 5327 entities: 4.5.0 5551 5328 5552 - astro@5.13.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.3)(tsx@4.20.4)(typescript@5.9.2)(yaml@2.8.1): 5329 + astro@5.13.5(@netlify/blobs@10.0.10)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.50.0)(tsx@4.20.5)(typescript@5.9.2)(yaml@2.8.1): 5553 5330 dependencies: 5554 5331 '@astrojs/compiler': 2.12.2 5555 5332 '@astrojs/internal-helpers': 0.7.2 ··· 5557 5334 '@astrojs/telemetry': 3.3.0 5558 5335 '@capsizecss/unpack': 2.4.0 5559 5336 '@oslojs/encoding': 1.1.0 5560 - '@rollup/pluginutils': 5.2.0(rollup@4.46.3) 5337 + '@rollup/pluginutils': 5.2.0(rollup@4.50.0) 5561 5338 acorn: 8.15.0 5562 5339 aria-query: 5.3.2 5563 5340 axobject-query: 4.1.0 ··· 5569 5346 cssesc: 3.0.0 5570 5347 debug: 4.4.1 5571 5348 deterministic-object-hash: 2.0.2 5572 - devalue: 5.1.1 5349 + devalue: 5.3.2 5573 5350 diff: 5.2.0 5574 5351 dlv: 1.1.3 5575 5352 dset: 3.1.4 ··· 5581 5358 github-slugger: 2.0.0 5582 5359 html-escaper: 3.0.3 5583 5360 http-cache-semantics: 4.2.0 5584 - import-meta-resolve: 4.1.0 5361 + import-meta-resolve: 4.2.0 5585 5362 js-yaml: 4.1.0 5586 5363 kleur: 4.1.5 5587 - magic-string: 0.30.17 5364 + magic-string: 0.30.18 5588 5365 magicast: 0.3.5 5589 5366 mrmime: 2.0.1 5590 5367 neotraverse: 0.6.18 ··· 5595 5372 prompts: 2.4.2 5596 5373 rehype: 13.0.2 5597 5374 semver: 7.7.2 5598 - shiki: 3.9.2 5375 + shiki: 3.12.0 5599 5376 smol-toml: 1.4.2 5600 5377 tinyexec: 0.3.2 5601 5378 tinyglobby: 0.2.14 ··· 5603 5380 ultrahtml: 1.6.0 5604 5381 unifont: 0.5.2 5605 5382 unist-util-visit: 5.0.0 5606 - unstorage: 1.16.1(@netlify/blobs@10.0.8) 5383 + unstorage: 1.17.0(@netlify/blobs@10.0.10) 5607 5384 vfile: 6.0.3 5608 - vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1) 5609 - vitefu: 1.1.1(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1)) 5385 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.5)(yaml@2.8.1) 5386 + vitefu: 1.1.1(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.5)(yaml@2.8.1)) 5610 5387 xxhash-wasm: 1.1.0 5611 5388 yargs-parser: 21.1.1 5612 5389 yocto-spinner: 0.2.3 ··· 5629 5406 - '@types/node' 5630 5407 - '@upstash/redis' 5631 5408 - '@vercel/blob' 5409 + - '@vercel/functions' 5632 5410 - '@vercel/kv' 5633 5411 - aws4fetch 5634 5412 - db0 ··· 6000 5778 6001 5779 detective-typescript@14.0.0(typescript@5.9.2): 6002 5780 dependencies: 6003 - '@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2) 5781 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) 6004 5782 ast-module-types: 6.0.1 6005 5783 node-source-walk: 7.0.1 6006 5784 typescript: 5.9.2 ··· 6010 5788 detective-vue2@2.2.0(typescript@5.9.2): 6011 5789 dependencies: 6012 5790 '@dependents/detective-less': 5.0.1 6013 - '@vue/compiler-sfc': 3.5.18 5791 + '@vue/compiler-sfc': 3.5.20 6014 5792 detective-es6: 5.0.1 6015 5793 detective-sass: 6.0.1 6016 5794 detective-scss: 5.0.1 ··· 6024 5802 dependencies: 6025 5803 base-64: 1.0.0 6026 5804 6027 - devalue@5.1.1: {} 5805 + dettle@1.0.5: {} 5806 + 5807 + devalue@5.3.2: {} 6028 5808 6029 5809 devlop@1.1.0: 6030 5810 dependencies: ··· 6068 5848 dependencies: 6069 5849 safe-buffer: 5.2.1 6070 5850 6071 - emoji-regex@10.4.0: {} 5851 + emoji-regex@10.5.0: {} 6072 5852 6073 5853 emoji-regex@8.0.0: {} 6074 5854 ··· 6104 5884 esast-util-from-estree: 2.0.0 6105 5885 vfile-message: 4.0.3 6106 5886 6107 - esbuild@0.25.6: 6108 - optionalDependencies: 6109 - '@esbuild/aix-ppc64': 0.25.6 6110 - '@esbuild/android-arm': 0.25.6 6111 - '@esbuild/android-arm64': 0.25.6 6112 - '@esbuild/android-x64': 0.25.6 6113 - '@esbuild/darwin-arm64': 0.25.6 6114 - '@esbuild/darwin-x64': 0.25.6 6115 - '@esbuild/freebsd-arm64': 0.25.6 6116 - '@esbuild/freebsd-x64': 0.25.6 6117 - '@esbuild/linux-arm': 0.25.6 6118 - '@esbuild/linux-arm64': 0.25.6 6119 - '@esbuild/linux-ia32': 0.25.6 6120 - '@esbuild/linux-loong64': 0.25.6 6121 - '@esbuild/linux-mips64el': 0.25.6 6122 - '@esbuild/linux-ppc64': 0.25.6 6123 - '@esbuild/linux-riscv64': 0.25.6 6124 - '@esbuild/linux-s390x': 0.25.6 6125 - '@esbuild/linux-x64': 0.25.6 6126 - '@esbuild/netbsd-arm64': 0.25.6 6127 - '@esbuild/netbsd-x64': 0.25.6 6128 - '@esbuild/openbsd-arm64': 0.25.6 6129 - '@esbuild/openbsd-x64': 0.25.6 6130 - '@esbuild/openharmony-arm64': 0.25.6 6131 - '@esbuild/sunos-x64': 0.25.6 6132 - '@esbuild/win32-arm64': 0.25.6 6133 - '@esbuild/win32-ia32': 0.25.6 6134 - '@esbuild/win32-x64': 0.25.6 6135 - 6136 5887 esbuild@0.25.9: 6137 5888 optionalDependencies: 6138 5889 '@esbuild/aix-ppc64': 0.25.9 ··· 6176 5927 optionalDependencies: 6177 5928 source-map: 0.6.1 6178 5929 6179 - eslint-compat-utils@0.6.5(eslint@9.33.0(jiti@2.5.1)): 5930 + eslint-compat-utils@0.6.5(eslint@9.34.0(jiti@2.5.1)): 6180 5931 dependencies: 6181 - eslint: 9.33.0(jiti@2.5.1) 5932 + eslint: 9.34.0(jiti@2.5.1) 6182 5933 semver: 7.7.2 6183 5934 6184 - eslint-config-prettier@10.1.8(eslint@9.33.0(jiti@2.5.1)): 5935 + eslint-config-prettier@10.1.8(eslint@9.34.0(jiti@2.5.1)): 6185 5936 dependencies: 6186 - eslint: 9.33.0(jiti@2.5.1) 5937 + eslint: 9.34.0(jiti@2.5.1) 6187 5938 6188 - eslint-plugin-astro@1.3.1(eslint@9.33.0(jiti@2.5.1)): 5939 + eslint-plugin-astro@1.3.1(eslint@9.34.0(jiti@2.5.1)): 6189 5940 dependencies: 6190 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1)) 5941 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0(jiti@2.5.1)) 6191 5942 '@jridgewell/sourcemap-codec': 1.5.5 6192 - '@typescript-eslint/types': 8.40.0 5943 + '@typescript-eslint/types': 8.41.0 6193 5944 astro-eslint-parser: 1.2.2 6194 - eslint: 9.33.0(jiti@2.5.1) 6195 - eslint-compat-utils: 0.6.5(eslint@9.33.0(jiti@2.5.1)) 5945 + eslint: 9.34.0(jiti@2.5.1) 5946 + eslint-compat-utils: 0.6.5(eslint@9.34.0(jiti@2.5.1)) 6196 5947 globals: 15.15.0 6197 5948 postcss: 8.5.6 6198 5949 postcss-selector-parser: 7.1.0 ··· 6208 5959 6209 5960 eslint-visitor-keys@4.2.1: {} 6210 5961 6211 - eslint@9.33.0(jiti@2.5.1): 5962 + eslint@9.34.0(jiti@2.5.1): 6212 5963 dependencies: 6213 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1)) 5964 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0(jiti@2.5.1)) 6214 5965 '@eslint-community/regexpp': 4.12.1 6215 5966 '@eslint/config-array': 0.21.0 6216 5967 '@eslint/config-helpers': 0.3.1 6217 5968 '@eslint/core': 0.15.2 6218 5969 '@eslint/eslintrc': 3.3.1 6219 - '@eslint/js': 9.33.0 5970 + '@eslint/js': 9.34.0 6220 5971 '@eslint/plugin-kit': 0.3.5 6221 5972 '@humanfs/node': 0.16.6 6222 5973 '@humanwhocodes/module-importer': 1.0.1 ··· 6355 6106 6356 6107 fast-safe-stringify@2.1.1: {} 6357 6108 6358 - fast-uri@3.0.6: {} 6109 + fast-uri@3.1.0: {} 6359 6110 6360 6111 fast-xml-parser@5.2.5: 6361 6112 dependencies: ··· 6462 6213 6463 6214 get-caller-file@2.0.5: {} 6464 6215 6465 - get-east-asian-width@1.3.0: {} 6216 + get-east-asian-width@1.3.1: {} 6466 6217 6467 6218 get-port-please@3.2.0: {} 6468 6219 ··· 6722 6473 parent-module: 1.0.1 6723 6474 resolve-from: 4.0.0 6724 6475 6725 - import-meta-resolve@4.1.0: {} 6476 + import-meta-resolve@4.2.0: {} 6726 6477 6727 6478 imurmurhash@0.1.4: {} 6728 6479 ··· 6734 6485 6735 6486 inline-style-parser@0.2.4: {} 6736 6487 6737 - ipx@3.1.1(@netlify/blobs@10.0.8): 6488 + ipx@3.1.1(@netlify/blobs@10.0.10): 6738 6489 dependencies: 6739 6490 '@fastify/accept-negotiator': 2.0.1 6740 6491 citty: 0.1.6 ··· 6750 6501 sharp: 0.34.3 6751 6502 svgo: 4.0.0 6752 6503 ufo: 1.6.1 6753 - unstorage: 1.16.1(@netlify/blobs@10.0.8) 6504 + unstorage: 1.17.0(@netlify/blobs@10.0.10) 6754 6505 xss: 1.0.15 6755 6506 transitivePeerDependencies: 6756 6507 - '@azure/app-configuration' ··· 6765 6516 - '@planetscale/database' 6766 6517 - '@upstash/redis' 6767 6518 - '@vercel/blob' 6519 + - '@vercel/functions' 6768 6520 - '@vercel/kv' 6769 6521 - aws4fetch 6770 6522 - db0 ··· 6947 6699 h3: 1.15.4 6948 6700 http-shutdown: 1.2.2 6949 6701 jiti: 2.5.1 6950 - mlly: 1.7.4 6702 + mlly: 1.8.0 6951 6703 node-forge: 1.3.1 6952 6704 pathe: 1.1.2 6953 6705 std-env: 3.9.0 ··· 6962 6714 locate-path@7.2.0: 6963 6715 dependencies: 6964 6716 p-locate: 6.0.0 6965 - 6966 - lodash.debounce@4.0.8: {} 6967 6717 6968 6718 lodash.includes@4.3.0: {} 6969 6719 ··· 6998 6748 6999 6749 luxon@3.7.1: {} 7000 6750 7001 - magic-string@0.30.17: 6751 + magic-string@0.30.18: 7002 6752 dependencies: 7003 6753 '@jridgewell/sourcemap-codec': 1.5.5 7004 6754 ··· 7551 7301 7552 7302 mkdirp@3.0.1: {} 7553 7303 7554 - mlly@1.7.4: 7304 + mlly@1.8.0: 7555 7305 dependencies: 7556 7306 acorn: 8.15.0 7557 7307 pathe: 2.0.3 ··· 7800 7550 pkg-types@1.3.1: 7801 7551 dependencies: 7802 7552 confbox: 0.1.8 7803 - mlly: 1.7.4 7553 + mlly: 1.8.0 7804 7554 pathe: 2.0.3 7805 7555 7806 7556 postcss-media-query-parser@0.2.3: {} ··· 8040 7790 transitivePeerDependencies: 8041 7791 - supports-color 8042 7792 8043 - remark-mdx@3.1.0: 7793 + remark-mdx@3.1.1: 8044 7794 dependencies: 8045 7795 mdast-util-mdx: 3.0.0 8046 7796 micromark-extension-mdxjs: 3.0.0 ··· 8128 7878 8129 7879 reusify@1.1.0: {} 8130 7880 8131 - rollup@4.46.3: 7881 + rollup@4.50.0: 8132 7882 dependencies: 8133 7883 '@types/estree': 1.0.8 8134 7884 optionalDependencies: 8135 - '@rollup/rollup-android-arm-eabi': 4.46.3 8136 - '@rollup/rollup-android-arm64': 4.46.3 8137 - '@rollup/rollup-darwin-arm64': 4.46.3 8138 - '@rollup/rollup-darwin-x64': 4.46.3 8139 - '@rollup/rollup-freebsd-arm64': 4.46.3 8140 - '@rollup/rollup-freebsd-x64': 4.46.3 8141 - '@rollup/rollup-linux-arm-gnueabihf': 4.46.3 8142 - '@rollup/rollup-linux-arm-musleabihf': 4.46.3 8143 - '@rollup/rollup-linux-arm64-gnu': 4.46.3 8144 - '@rollup/rollup-linux-arm64-musl': 4.46.3 8145 - '@rollup/rollup-linux-loongarch64-gnu': 4.46.3 8146 - '@rollup/rollup-linux-ppc64-gnu': 4.46.3 8147 - '@rollup/rollup-linux-riscv64-gnu': 4.46.3 8148 - '@rollup/rollup-linux-riscv64-musl': 4.46.3 8149 - '@rollup/rollup-linux-s390x-gnu': 4.46.3 8150 - '@rollup/rollup-linux-x64-gnu': 4.46.3 8151 - '@rollup/rollup-linux-x64-musl': 4.46.3 8152 - '@rollup/rollup-win32-arm64-msvc': 4.46.3 8153 - '@rollup/rollup-win32-ia32-msvc': 4.46.3 8154 - '@rollup/rollup-win32-x64-msvc': 4.46.3 7885 + '@rollup/rollup-android-arm-eabi': 4.50.0 7886 + '@rollup/rollup-android-arm64': 4.50.0 7887 + '@rollup/rollup-darwin-arm64': 4.50.0 7888 + '@rollup/rollup-darwin-x64': 4.50.0 7889 + '@rollup/rollup-freebsd-arm64': 4.50.0 7890 + '@rollup/rollup-freebsd-x64': 4.50.0 7891 + '@rollup/rollup-linux-arm-gnueabihf': 4.50.0 7892 + '@rollup/rollup-linux-arm-musleabihf': 4.50.0 7893 + '@rollup/rollup-linux-arm64-gnu': 4.50.0 7894 + '@rollup/rollup-linux-arm64-musl': 4.50.0 7895 + '@rollup/rollup-linux-loongarch64-gnu': 4.50.0 7896 + '@rollup/rollup-linux-ppc64-gnu': 4.50.0 7897 + '@rollup/rollup-linux-riscv64-gnu': 4.50.0 7898 + '@rollup/rollup-linux-riscv64-musl': 4.50.0 7899 + '@rollup/rollup-linux-s390x-gnu': 4.50.0 7900 + '@rollup/rollup-linux-x64-gnu': 4.50.0 7901 + '@rollup/rollup-linux-x64-musl': 4.50.0 7902 + '@rollup/rollup-openharmony-arm64': 4.50.0 7903 + '@rollup/rollup-win32-arm64-msvc': 4.50.0 7904 + '@rollup/rollup-win32-ia32-msvc': 4.50.0 7905 + '@rollup/rollup-win32-x64-msvc': 4.50.0 8155 7906 fsevents: 2.3.3 8156 7907 8157 7908 run-parallel@1.2.0: ··· 8245 7996 8246 7997 shebang-regex@3.0.0: {} 8247 7998 8248 - shiki@3.9.2: 7999 + shiki@3.12.0: 8249 8000 dependencies: 8250 - '@shikijs/core': 3.9.2 8251 - '@shikijs/engine-javascript': 3.9.2 8252 - '@shikijs/engine-oniguruma': 3.9.2 8253 - '@shikijs/langs': 3.9.2 8254 - '@shikijs/themes': 3.9.2 8255 - '@shikijs/types': 3.9.2 8001 + '@shikijs/core': 3.12.0 8002 + '@shikijs/engine-javascript': 3.12.0 8003 + '@shikijs/engine-oniguruma': 3.12.0 8004 + '@shikijs/langs': 3.12.0 8005 + '@shikijs/themes': 3.12.0 8006 + '@shikijs/types': 3.12.0 8256 8007 '@shikijs/vscode-textmate': 10.0.2 8257 8008 '@types/hast': 3.0.4 8258 8009 ··· 8329 8080 8330 8081 string-width@7.2.0: 8331 8082 dependencies: 8332 - emoji-regex: 10.4.0 8333 - get-east-asian-width: 1.3.0 8083 + emoji-regex: 10.5.0 8084 + get-east-asian-width: 1.3.1 8334 8085 strip-ansi: 7.1.0 8335 8086 8336 8087 string_decoder@1.1.1: ··· 8456 8207 8457 8208 tslib@2.8.1: {} 8458 8209 8459 - tsx@4.20.4: 8210 + tsx@4.20.5: 8460 8211 dependencies: 8461 8212 esbuild: 0.25.9 8462 8213 get-tsconfig: 4.10.1 ··· 8469 8220 8470 8221 type-fest@4.41.0: {} 8471 8222 8472 - typescript-eslint@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2): 8223 + typescript-eslint@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2): 8473 8224 dependencies: 8474 - '@typescript-eslint/eslint-plugin': 8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 8475 - '@typescript-eslint/parser': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 8476 - '@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2) 8477 - '@typescript-eslint/utils': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 8478 - eslint: 9.33.0(jiti@2.5.1) 8225 + '@typescript-eslint/eslint-plugin': 8.41.0(@typescript-eslint/parser@8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 8226 + '@typescript-eslint/parser': 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 8227 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) 8228 + '@typescript-eslint/utils': 8.41.0(eslint@9.34.0(jiti@2.5.1))(typescript@5.9.2) 8229 + eslint: 9.34.0(jiti@2.5.1) 8479 8230 typescript: 5.9.2 8480 8231 transitivePeerDependencies: 8481 8232 - supports-color ··· 8574 8325 dependencies: 8575 8326 normalize-path: 2.1.1 8576 8327 8577 - unstorage@1.16.1(@netlify/blobs@10.0.8): 8328 + unstorage@1.17.0(@netlify/blobs@10.0.10): 8578 8329 dependencies: 8579 8330 anymatch: 3.1.3 8580 8331 chokidar: 4.0.3 ··· 8585 8336 ofetch: 1.4.1 8586 8337 ufo: 1.6.1 8587 8338 optionalDependencies: 8588 - '@netlify/blobs': 10.0.8 8339 + '@netlify/blobs': 10.0.10 8589 8340 8590 8341 untun@0.1.3: 8591 8342 dependencies: ··· 8629 8380 '@types/unist': 3.0.3 8630 8381 vfile-message: 4.0.3 8631 8382 8632 - vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1): 8383 + vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.5)(yaml@2.8.1): 8633 8384 dependencies: 8634 8385 esbuild: 0.25.9 8635 8386 fdir: 6.5.0(picomatch@4.0.3) 8636 8387 picomatch: 4.0.3 8637 8388 postcss: 8.5.6 8638 - rollup: 4.46.3 8389 + rollup: 4.50.0 8639 8390 tinyglobby: 0.2.14 8640 8391 optionalDependencies: 8641 8392 '@types/node': 24.3.0 8642 8393 fsevents: 2.3.3 8643 8394 jiti: 2.5.1 8644 - tsx: 4.20.4 8395 + tsx: 4.20.5 8645 8396 yaml: 2.8.1 8646 8397 8647 - vitefu@1.1.1(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1)): 8398 + vitefu@1.1.1(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.5)(yaml@2.8.1)): 8648 8399 optionalDependencies: 8649 - vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1) 8400 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.5)(yaml@2.8.1) 8650 8401 8651 8402 web-namespaces@2.0.1: {} 8652 8403 ··· 8756 8507 8757 8508 yocto-spinner@0.2.3: 8758 8509 dependencies: 8759 - yoctocolors: 2.1.1 8510 + yoctocolors: 2.1.2 8760 8511 8761 - yoctocolors@2.1.1: {} 8512 + yoctocolors@2.1.2: {} 8762 8513 8763 8514 zip-stream@6.0.1: 8764 8515 dependencies: