Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

chore: bump deps

the3ash 7a554139 ad3312b5

+241 -681
+6 -6
package.json
··· 17 17 "update-theme": "tsx scripts/update-theme.ts" 18 18 }, 19 19 "dependencies": { 20 - "@astrojs/mdx": "^4.3.3", 20 + "@astrojs/mdx": "^4.3.4", 21 21 "@astrojs/netlify": "^6.5.7", 22 22 "@astrojs/rss": "^4.0.12", 23 23 "@astrojs/sitemap": "^3.5.0", 24 24 "@playform/inline": "^0.1.2", 25 - "astro": "^5.12.9", 25 + "astro": "^5.13.2", 26 26 "astro-og-canvas": "^0.7.0", 27 27 "canvaskit-wasm": "^0.40.0", 28 28 "feed": "^5.1.0", ··· 42 42 "@eslint/js": "^9.33.0", 43 43 "@types/markdown-it": "^14.1.2", 44 44 "@types/sanitize-html": "^2.16.0", 45 - "@typescript-eslint/eslint-plugin": "^8.39.0", 46 - "@typescript-eslint/parser": "^8.39.0", 45 + "@typescript-eslint/eslint-plugin": "^8.40.0", 46 + "@typescript-eslint/parser": "^8.40.0", 47 47 "eslint": "^9.33.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.3", 53 + "tsx": "^4.20.4", 54 54 "typescript": "^5.9.2", 55 - "typescript-eslint": "^8.39.1" 55 + "typescript-eslint": "^8.40.0" 56 56 } 57 57 }
+233 -673
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@astrojs/mdx': 12 - specifier: ^4.3.3 13 - version: 4.3.3(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)) 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)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.5.7 16 - version: 6.5.7(@types/node@24.3.0)(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(yaml@2.8.1) 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) 17 17 '@astrojs/rss': 18 18 specifier: ^4.0.12 19 19 version: 4.0.12 ··· 22 22 version: 3.5.0 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.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 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) 26 26 astro: 27 - specifier: ^5.12.9 28 - version: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 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) 29 29 astro-og-canvas: 30 30 specifier: ^0.7.0 31 - version: 0.7.0(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)) 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)) 32 32 canvaskit-wasm: 33 33 specifier: ^0.40.0 34 34 version: 0.40.0 ··· 79 79 specifier: ^2.16.0 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 - specifier: ^8.39.0 83 - version: 8.39.0(@typescript-eslint/parser@8.39.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.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) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.39.0 86 - version: 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 85 + specifier: ^8.40.0 86 + version: 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 87 87 eslint: 88 88 specifier: ^9.33.0 89 89 version: 9.33.0(jiti@2.5.1) ··· 103 103 specifier: ^0.14.1 104 104 version: 0.14.1 105 105 tsx: 106 - specifier: ^4.20.3 107 - version: 4.20.3 106 + specifier: ^4.20.4 107 + version: 4.20.4 108 108 typescript: 109 109 specifier: ^5.9.2 110 110 version: 5.9.2 111 111 typescript-eslint: 112 - specifier: ^8.39.1 113 - version: 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 112 + specifier: ^8.40.0 113 + version: 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 114 114 115 115 packages: 116 116 117 117 '@astrojs/compiler@2.12.2': 118 118 resolution: {integrity: sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==} 119 119 120 - '@astrojs/internal-helpers@0.7.1': 121 - resolution: {integrity: sha512-7dwEVigz9vUWDw3nRwLQ/yH/xYovlUA0ZD86xoeKEBmkz9O6iELG1yri67PgAPW6VLL/xInA4t7H0CK6VmtkKQ==} 122 - 123 120 '@astrojs/internal-helpers@0.7.2': 124 121 resolution: {integrity: sha512-KCkCqR3Goym79soqEtbtLzJfqhTWMyVaizUi35FLzgGSzBotSw8DB1qwsu7U96ihOJgYhDk2nVPz+3LnXPeX6g==} 125 122 126 - '@astrojs/markdown-remark@6.3.5': 127 - resolution: {integrity: sha512-MiR92CkE2BcyWf3b86cBBw/1dKiOH0qhLgXH2OXA6cScrrmmks1Rr4Tl0p/lFpvmgQQrP54Pd1uidJfmxGrpWQ==} 123 + '@astrojs/markdown-remark@6.3.6': 124 + resolution: {integrity: sha512-bwylYktCTsLMVoCOEHbn2GSUA3c5KT/qilekBKA3CBng0bo1TYjNZPr761vxumRk9kJGqTOtU+fgCAp5Vwokug==} 128 125 129 - '@astrojs/mdx@4.3.3': 130 - resolution: {integrity: sha512-+9+xGP2TBXxcm84cpiq4S9JbuHOHM1fcvREfqW7VHxlUyfUQPByoJ9YYliqHkLS6BMzG+O/+o7n8nguVhuEv4w==} 126 + '@astrojs/mdx@4.3.4': 127 + resolution: {integrity: sha512-Ew3iP+6zuzzJWNEH5Qr1iknrue1heEfgmfuMpuwLaSwqlUiJQ0NDb2oxKosgWU1ROYmVf1H4KCmS6QdMWKyFjw==} 131 128 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 132 129 peerDependencies: 133 130 astro: ^5.0.0 ··· 166 163 resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} 167 164 engines: {node: '>=6.9.0'} 168 165 169 - '@babel/parser@7.28.0': 170 - resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} 171 - engines: {node: '>=6.0.0'} 172 - hasBin: true 173 - 174 166 '@babel/parser@7.28.3': 175 167 resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==} 176 168 engines: {node: '>=6.0.0'} ··· 211 203 cpu: [ppc64] 212 204 os: [aix] 213 205 214 - '@esbuild/aix-ppc64@0.25.8': 215 - resolution: {integrity: sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==} 216 - engines: {node: '>=18'} 217 - cpu: [ppc64] 218 - os: [aix] 219 - 220 206 '@esbuild/aix-ppc64@0.25.9': 221 207 resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} 222 208 engines: {node: '>=18'} ··· 229 215 cpu: [arm64] 230 216 os: [android] 231 217 232 - '@esbuild/android-arm64@0.25.8': 233 - resolution: {integrity: sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==} 234 - engines: {node: '>=18'} 235 - cpu: [arm64] 236 - os: [android] 237 - 238 218 '@esbuild/android-arm64@0.25.9': 239 219 resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} 240 220 engines: {node: '>=18'} ··· 243 223 244 224 '@esbuild/android-arm@0.25.6': 245 225 resolution: {integrity: sha512-S8ToEOVfg++AU/bHwdksHNnyLyVM+eMVAOf6yRKFitnwnbwwPNqKr3srzFRe7nzV69RQKb5DgchIX5pt3L53xg==} 246 - engines: {node: '>=18'} 247 - cpu: [arm] 248 - os: [android] 249 - 250 - '@esbuild/android-arm@0.25.8': 251 - resolution: {integrity: sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==} 252 226 engines: {node: '>=18'} 253 227 cpu: [arm] 254 228 os: [android] ··· 265 239 cpu: [x64] 266 240 os: [android] 267 241 268 - '@esbuild/android-x64@0.25.8': 269 - resolution: {integrity: sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==} 270 - engines: {node: '>=18'} 271 - cpu: [x64] 272 - os: [android] 273 - 274 242 '@esbuild/android-x64@0.25.9': 275 243 resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} 276 244 engines: {node: '>=18'} ··· 283 251 cpu: [arm64] 284 252 os: [darwin] 285 253 286 - '@esbuild/darwin-arm64@0.25.8': 287 - resolution: {integrity: sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==} 288 - engines: {node: '>=18'} 289 - cpu: [arm64] 290 - os: [darwin] 291 - 292 254 '@esbuild/darwin-arm64@0.25.9': 293 255 resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} 294 256 engines: {node: '>=18'} ··· 301 263 cpu: [x64] 302 264 os: [darwin] 303 265 304 - '@esbuild/darwin-x64@0.25.8': 305 - resolution: {integrity: sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==} 306 - engines: {node: '>=18'} 307 - cpu: [x64] 308 - os: [darwin] 309 - 310 266 '@esbuild/darwin-x64@0.25.9': 311 267 resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} 312 268 engines: {node: '>=18'} ··· 319 275 cpu: [arm64] 320 276 os: [freebsd] 321 277 322 - '@esbuild/freebsd-arm64@0.25.8': 323 - resolution: {integrity: sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==} 324 - engines: {node: '>=18'} 325 - cpu: [arm64] 326 - os: [freebsd] 327 - 328 278 '@esbuild/freebsd-arm64@0.25.9': 329 279 resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} 330 280 engines: {node: '>=18'} ··· 337 287 cpu: [x64] 338 288 os: [freebsd] 339 289 340 - '@esbuild/freebsd-x64@0.25.8': 341 - resolution: {integrity: sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==} 342 - engines: {node: '>=18'} 343 - cpu: [x64] 344 - os: [freebsd] 345 - 346 290 '@esbuild/freebsd-x64@0.25.9': 347 291 resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} 348 292 engines: {node: '>=18'} ··· 351 295 352 296 '@esbuild/linux-arm64@0.25.6': 353 297 resolution: {integrity: sha512-b967hU0gqKd9Drsh/UuAm21Khpoh6mPBSgz8mKRq4P5mVK8bpA+hQzmm/ZwGVULSNBzKdZPQBRT3+WuVavcWsQ==} 354 - engines: {node: '>=18'} 355 - cpu: [arm64] 356 - os: [linux] 357 - 358 - '@esbuild/linux-arm64@0.25.8': 359 - resolution: {integrity: sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==} 360 298 engines: {node: '>=18'} 361 299 cpu: [arm64] 362 300 os: [linux] ··· 373 311 cpu: [arm] 374 312 os: [linux] 375 313 376 - '@esbuild/linux-arm@0.25.8': 377 - resolution: {integrity: sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==} 378 - engines: {node: '>=18'} 379 - cpu: [arm] 380 - os: [linux] 381 - 382 314 '@esbuild/linux-arm@0.25.9': 383 315 resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} 384 316 engines: {node: '>=18'} ··· 391 323 cpu: [ia32] 392 324 os: [linux] 393 325 394 - '@esbuild/linux-ia32@0.25.8': 395 - resolution: {integrity: sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==} 396 - engines: {node: '>=18'} 397 - cpu: [ia32] 398 - os: [linux] 399 - 400 326 '@esbuild/linux-ia32@0.25.9': 401 327 resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} 402 328 engines: {node: '>=18'} ··· 409 335 cpu: [loong64] 410 336 os: [linux] 411 337 412 - '@esbuild/linux-loong64@0.25.8': 413 - resolution: {integrity: sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==} 414 - engines: {node: '>=18'} 415 - cpu: [loong64] 416 - os: [linux] 417 - 418 338 '@esbuild/linux-loong64@0.25.9': 419 339 resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} 420 340 engines: {node: '>=18'} ··· 427 347 cpu: [mips64el] 428 348 os: [linux] 429 349 430 - '@esbuild/linux-mips64el@0.25.8': 431 - resolution: {integrity: sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==} 432 - engines: {node: '>=18'} 433 - cpu: [mips64el] 434 - os: [linux] 435 - 436 350 '@esbuild/linux-mips64el@0.25.9': 437 351 resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} 438 352 engines: {node: '>=18'} ··· 445 359 cpu: [ppc64] 446 360 os: [linux] 447 361 448 - '@esbuild/linux-ppc64@0.25.8': 449 - resolution: {integrity: sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==} 450 - engines: {node: '>=18'} 451 - cpu: [ppc64] 452 - os: [linux] 453 - 454 362 '@esbuild/linux-ppc64@0.25.9': 455 363 resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} 456 364 engines: {node: '>=18'} ··· 459 367 460 368 '@esbuild/linux-riscv64@0.25.6': 461 369 resolution: {integrity: sha512-KZh7bAGGcrinEj4qzilJ4hqTY3Dg2U82c8bv+e1xqNqZCrCyc+TL9AUEn5WGKDzm3CfC5RODE/qc96OcbIe33w==} 462 - engines: {node: '>=18'} 463 - cpu: [riscv64] 464 - os: [linux] 465 - 466 - '@esbuild/linux-riscv64@0.25.8': 467 - resolution: {integrity: sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==} 468 370 engines: {node: '>=18'} 469 371 cpu: [riscv64] 470 372 os: [linux] ··· 481 383 cpu: [s390x] 482 384 os: [linux] 483 385 484 - '@esbuild/linux-s390x@0.25.8': 485 - resolution: {integrity: sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==} 486 - engines: {node: '>=18'} 487 - cpu: [s390x] 488 - os: [linux] 489 - 490 386 '@esbuild/linux-s390x@0.25.9': 491 387 resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} 492 388 engines: {node: '>=18'} ··· 499 395 cpu: [x64] 500 396 os: [linux] 501 397 502 - '@esbuild/linux-x64@0.25.8': 503 - resolution: {integrity: sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==} 504 - engines: {node: '>=18'} 505 - cpu: [x64] 506 - os: [linux] 507 - 508 398 '@esbuild/linux-x64@0.25.9': 509 399 resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} 510 400 engines: {node: '>=18'} ··· 517 407 cpu: [arm64] 518 408 os: [netbsd] 519 409 520 - '@esbuild/netbsd-arm64@0.25.8': 521 - resolution: {integrity: sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==} 522 - engines: {node: '>=18'} 523 - cpu: [arm64] 524 - os: [netbsd] 525 - 526 410 '@esbuild/netbsd-arm64@0.25.9': 527 411 resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} 528 412 engines: {node: '>=18'} ··· 535 419 cpu: [x64] 536 420 os: [netbsd] 537 421 538 - '@esbuild/netbsd-x64@0.25.8': 539 - resolution: {integrity: sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==} 540 - engines: {node: '>=18'} 541 - cpu: [x64] 542 - os: [netbsd] 543 - 544 422 '@esbuild/netbsd-x64@0.25.9': 545 423 resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} 546 424 engines: {node: '>=18'} ··· 553 431 cpu: [arm64] 554 432 os: [openbsd] 555 433 556 - '@esbuild/openbsd-arm64@0.25.8': 557 - resolution: {integrity: sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==} 558 - engines: {node: '>=18'} 559 - cpu: [arm64] 560 - os: [openbsd] 561 - 562 434 '@esbuild/openbsd-arm64@0.25.9': 563 435 resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} 564 436 engines: {node: '>=18'} ··· 571 443 cpu: [x64] 572 444 os: [openbsd] 573 445 574 - '@esbuild/openbsd-x64@0.25.8': 575 - resolution: {integrity: sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==} 576 - engines: {node: '>=18'} 577 - cpu: [x64] 578 - os: [openbsd] 579 - 580 446 '@esbuild/openbsd-x64@0.25.9': 581 447 resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} 582 448 engines: {node: '>=18'} ··· 585 451 586 452 '@esbuild/openharmony-arm64@0.25.6': 587 453 resolution: {integrity: sha512-+SqBcAWoB1fYKmpWoQP4pGtx+pUUC//RNYhFdbcSA16617cchuryuhOCRpPsjCblKukAckWsV+aQ3UKT/RMPcA==} 588 - engines: {node: '>=18'} 589 - cpu: [arm64] 590 - os: [openharmony] 591 - 592 - '@esbuild/openharmony-arm64@0.25.8': 593 - resolution: {integrity: sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==} 594 454 engines: {node: '>=18'} 595 455 cpu: [arm64] 596 456 os: [openharmony] ··· 607 467 cpu: [x64] 608 468 os: [sunos] 609 469 610 - '@esbuild/sunos-x64@0.25.8': 611 - resolution: {integrity: sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==} 612 - engines: {node: '>=18'} 613 - cpu: [x64] 614 - os: [sunos] 615 - 616 470 '@esbuild/sunos-x64@0.25.9': 617 471 resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} 618 472 engines: {node: '>=18'} ··· 625 479 cpu: [arm64] 626 480 os: [win32] 627 481 628 - '@esbuild/win32-arm64@0.25.8': 629 - resolution: {integrity: sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==} 630 - engines: {node: '>=18'} 631 - cpu: [arm64] 632 - os: [win32] 633 - 634 482 '@esbuild/win32-arm64@0.25.9': 635 483 resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} 636 484 engines: {node: '>=18'} ··· 643 491 cpu: [ia32] 644 492 os: [win32] 645 493 646 - '@esbuild/win32-ia32@0.25.8': 647 - resolution: {integrity: sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==} 648 - engines: {node: '>=18'} 649 - cpu: [ia32] 650 - os: [win32] 651 - 652 494 '@esbuild/win32-ia32@0.25.9': 653 495 resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} 654 496 engines: {node: '>=18'} ··· 661 503 cpu: [x64] 662 504 os: [win32] 663 505 664 - '@esbuild/win32-x64@0.25.8': 665 - resolution: {integrity: sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==} 666 - engines: {node: '>=18'} 667 - cpu: [x64] 668 - os: [win32] 669 - 670 506 '@esbuild/win32-x64@0.25.9': 671 507 resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} 672 508 engines: {node: '>=18'} ··· 982 818 resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} 983 819 engines: {node: '>=18.0.0'} 984 820 985 - '@jridgewell/sourcemap-codec@1.5.4': 986 - resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} 821 + '@jridgewell/sourcemap-codec@1.5.5': 822 + resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} 987 823 988 824 '@mapbox/node-pre-gyp@2.0.0': 989 825 resolution: {integrity: sha512-llMXd39jtP0HpQLVI37Bf1m2ADlEb35GYSh1SDSLsBhR+5iCxiNGlT31yqbNtVHygHAtMy6dWFERpU2JgufhPg==} ··· 1086 922 peerDependencies: 1087 923 vite: ^5 || ^6 || ^7 1088 924 1089 - '@netlify/zip-it-and-ship-it@14.1.2': 1090 - resolution: {integrity: sha512-JBQsPjFcFjvExzR14X5zDFgLfrR0g2r/AZIlnFpp/elfyrNnK9eDzgc2I/5v+5jLxxFXKWq1pLQWJgf69idGPw==} 925 + '@netlify/zip-it-and-ship-it@14.1.3': 926 + resolution: {integrity: sha512-maSAbpfMnPA/tXY5gjmEh4CxM8jtgdtZWAhXtNzs2T4onsU9BoPX+KpGH85HmKM2ttsvX+FCdPaf9rNQt6y2Ag==} 1091 927 engines: {node: '>=18.14.0'} 1092 928 hasBin: true 1093 929 ··· 1217 1053 rollup: 1218 1054 optional: true 1219 1055 1220 - '@rollup/rollup-android-arm-eabi@4.46.2': 1221 - resolution: {integrity: sha512-Zj3Hl6sN34xJtMv7Anwb5Gu01yujyE/cLBDB2gnHTAHaWS1Z38L7kuSG+oAh0giZMqG060f/YBStXtMH6FvPMA==} 1056 + '@rollup/rollup-android-arm-eabi@4.46.3': 1057 + resolution: {integrity: sha512-UmTdvXnLlqQNOCJnyksjPs1G4GqXNGW1LrzCe8+8QoaLhhDeTXYBgJ3k6x61WIhlHX2U+VzEJ55TtIjR/HTySA==} 1222 1058 cpu: [arm] 1223 1059 os: [android] 1224 1060 1225 - '@rollup/rollup-android-arm64@4.46.2': 1226 - resolution: {integrity: sha512-nTeCWY83kN64oQ5MGz3CgtPx8NSOhC5lWtsjTs+8JAJNLcP3QbLCtDDgUKQc/Ro/frpMq4SHUaHN6AMltcEoLQ==} 1061 + '@rollup/rollup-android-arm64@4.46.3': 1062 + resolution: {integrity: sha512-8NoxqLpXm7VyeI0ocidh335D6OKT0UJ6fHdnIxf3+6oOerZZc+O7r+UhvROji6OspyPm+rrIdb1gTXtVIqn+Sg==} 1227 1063 cpu: [arm64] 1228 1064 os: [android] 1229 1065 1230 - '@rollup/rollup-darwin-arm64@4.46.2': 1231 - resolution: {integrity: sha512-HV7bW2Fb/F5KPdM/9bApunQh68YVDU8sO8BvcW9OngQVN3HHHkw99wFupuUJfGR9pYLLAjcAOA6iO+evsbBaPQ==} 1066 + '@rollup/rollup-darwin-arm64@4.46.3': 1067 + resolution: {integrity: sha512-csnNavqZVs1+7/hUKtgjMECsNG2cdB8F7XBHP6FfQjqhjF8rzMzb3SLyy/1BG7YSfQ+bG75Ph7DyedbUqwq1rA==} 1232 1068 cpu: [arm64] 1233 1069 os: [darwin] 1234 1070 1235 - '@rollup/rollup-darwin-x64@4.46.2': 1236 - resolution: {integrity: sha512-SSj8TlYV5nJixSsm/y3QXfhspSiLYP11zpfwp6G/YDXctf3Xkdnk4woJIF5VQe0of2OjzTt8EsxnJDCdHd2xMA==} 1071 + '@rollup/rollup-darwin-x64@4.46.3': 1072 + resolution: {integrity: sha512-r2MXNjbuYabSIX5yQqnT8SGSQ26XQc8fmp6UhlYJd95PZJkQD1u82fWP7HqvGUf33IsOC6qsiV+vcuD4SDP6iw==} 1237 1073 cpu: [x64] 1238 1074 os: [darwin] 1239 1075 1240 - '@rollup/rollup-freebsd-arm64@4.46.2': 1241 - resolution: {integrity: sha512-ZyrsG4TIT9xnOlLsSSi9w/X29tCbK1yegE49RYm3tu3wF1L/B6LVMqnEWyDB26d9Ecx9zrmXCiPmIabVuLmNSg==} 1076 + '@rollup/rollup-freebsd-arm64@4.46.3': 1077 + resolution: {integrity: sha512-uluObTmgPJDuJh9xqxyr7MV61Imq+0IvVsAlWyvxAaBSNzCcmZlhfYcRhCdMaCsy46ccZa7vtDDripgs9Jkqsw==} 1242 1078 cpu: [arm64] 1243 1079 os: [freebsd] 1244 1080 1245 - '@rollup/rollup-freebsd-x64@4.46.2': 1246 - resolution: {integrity: sha512-pCgHFoOECwVCJ5GFq8+gR8SBKnMO+xe5UEqbemxBpCKYQddRQMgomv1104RnLSg7nNvgKy05sLsY51+OVRyiVw==} 1081 + '@rollup/rollup-freebsd-x64@4.46.3': 1082 + resolution: {integrity: sha512-AVJXEq9RVHQnejdbFvh1eWEoobohUYN3nqJIPI4mNTMpsyYN01VvcAClxflyk2HIxvLpRcRggpX1m9hkXkpC/A==} 1247 1083 cpu: [x64] 1248 1084 os: [freebsd] 1249 1085 1250 - '@rollup/rollup-linux-arm-gnueabihf@4.46.2': 1251 - resolution: {integrity: sha512-EtP8aquZ0xQg0ETFcxUbU71MZlHaw9MChwrQzatiE8U/bvi5uv/oChExXC4mWhjiqK7azGJBqU0tt5H123SzVA==} 1086 + '@rollup/rollup-linux-arm-gnueabihf@4.46.3': 1087 + resolution: {integrity: sha512-byyflM+huiwHlKi7VHLAYTKr67X199+V+mt1iRgJenAI594vcmGGddWlu6eHujmcdl6TqSNnvqaXJqZdnEWRGA==} 1252 1088 cpu: [arm] 1253 1089 os: [linux] 1254 1090 1255 - '@rollup/rollup-linux-arm-musleabihf@4.46.2': 1256 - resolution: {integrity: sha512-qO7F7U3u1nfxYRPM8HqFtLd+raev2K137dsV08q/LRKRLEc7RsiDWihUnrINdsWQxPR9jqZ8DIIZ1zJJAm5PjQ==} 1091 + '@rollup/rollup-linux-arm-musleabihf@4.46.3': 1092 + resolution: {integrity: sha512-aLm3NMIjr4Y9LklrH5cu7yybBqoVCdr4Nvnm8WB7PKCn34fMCGypVNpGK0JQWdPAzR/FnoEoFtlRqZbBBLhVoQ==} 1257 1093 cpu: [arm] 1258 1094 os: [linux] 1259 1095 1260 - '@rollup/rollup-linux-arm64-gnu@4.46.2': 1261 - resolution: {integrity: sha512-3dRaqLfcOXYsfvw5xMrxAk9Lb1f395gkoBYzSFcc/scgRFptRXL9DOaDpMiehf9CO8ZDRJW2z45b6fpU5nwjng==} 1096 + '@rollup/rollup-linux-arm64-gnu@4.46.3': 1097 + resolution: {integrity: sha512-VtilE6eznJRDIoFOzaagQodUksTEfLIsvXymS+UdJiSXrPW7Ai+WG4uapAc3F7Hgs791TwdGh4xyOzbuzIZrnw==} 1262 1098 cpu: [arm64] 1263 1099 os: [linux] 1264 1100 1265 - '@rollup/rollup-linux-arm64-musl@4.46.2': 1266 - resolution: {integrity: sha512-fhHFTutA7SM+IrR6lIfiHskxmpmPTJUXpWIsBXpeEwNgZzZZSg/q4i6FU4J8qOGyJ0TR+wXBwx/L7Ho9z0+uDg==} 1101 + '@rollup/rollup-linux-arm64-musl@4.46.3': 1102 + resolution: {integrity: sha512-dG3JuS6+cRAL0GQ925Vppafi0qwZnkHdPeuZIxIPXqkCLP02l7ka+OCyBoDEv8S+nKHxfjvjW4OZ7hTdHkx8/w==} 1267 1103 cpu: [arm64] 1268 1104 os: [linux] 1269 1105 1270 - '@rollup/rollup-linux-loongarch64-gnu@4.46.2': 1271 - resolution: {integrity: sha512-i7wfGFXu8x4+FRqPymzjD+Hyav8l95UIZ773j7J7zRYc3Xsxy2wIn4x+llpunexXe6laaO72iEjeeGyUFmjKeA==} 1106 + '@rollup/rollup-linux-loongarch64-gnu@4.46.3': 1107 + resolution: {integrity: sha512-iU8DxnxEKJptf8Vcx4XvAUdpkZfaz0KWfRrnIRrOndL0SvzEte+MTM7nDH4A2Now4FvTZ01yFAgj6TX/mZl8hQ==} 1272 1108 cpu: [loong64] 1273 1109 os: [linux] 1274 1110 1275 - '@rollup/rollup-linux-ppc64-gnu@4.46.2': 1276 - resolution: {integrity: sha512-B/l0dFcHVUnqcGZWKcWBSV2PF01YUt0Rvlurci5P+neqY/yMKchGU8ullZvIv5e8Y1C6wOn+U03mrDylP5q9Yw==} 1111 + '@rollup/rollup-linux-ppc64-gnu@4.46.3': 1112 + resolution: {integrity: sha512-VrQZp9tkk0yozJoQvQcqlWiqaPnLM6uY1qPYXvukKePb0fqaiQtOdMJSxNFUZFsGw5oA5vvVokjHrx8a9Qsz2A==} 1277 1113 cpu: [ppc64] 1278 1114 os: [linux] 1279 1115 1280 - '@rollup/rollup-linux-riscv64-gnu@4.46.2': 1281 - resolution: {integrity: sha512-32k4ENb5ygtkMwPMucAb8MtV8olkPT03oiTxJbgkJa7lJ7dZMr0GCFJlyvy+K8iq7F/iuOr41ZdUHaOiqyR3iQ==} 1116 + '@rollup/rollup-linux-riscv64-gnu@4.46.3': 1117 + resolution: {integrity: sha512-uf2eucWSUb+M7b0poZ/08LsbcRgaDYL8NCGjUeFMwCWFwOuFcZ8D9ayPl25P3pl+D2FH45EbHdfyUesQ2Lt9wA==} 1282 1118 cpu: [riscv64] 1283 1119 os: [linux] 1284 1120 1285 - '@rollup/rollup-linux-riscv64-musl@4.46.2': 1286 - resolution: {integrity: sha512-t5B2loThlFEauloaQkZg9gxV05BYeITLvLkWOkRXogP4qHXLkWSbSHKM9S6H1schf/0YGP/qNKtiISlxvfmmZw==} 1121 + '@rollup/rollup-linux-riscv64-musl@4.46.3': 1122 + resolution: {integrity: sha512-7tnUcDvN8DHm/9ra+/nF7lLzYHDeODKKKrh6JmZejbh1FnCNZS8zMkZY5J4sEipy2OW1d1Ncc4gNHUd0DLqkSg==} 1287 1123 cpu: [riscv64] 1288 1124 os: [linux] 1289 1125 1290 - '@rollup/rollup-linux-s390x-gnu@4.46.2': 1291 - resolution: {integrity: sha512-YKjekwTEKgbB7n17gmODSmJVUIvj8CX7q5442/CK80L8nqOUbMtf8b01QkG3jOqyr1rotrAnW6B/qiHwfcuWQA==} 1126 + '@rollup/rollup-linux-s390x-gnu@4.46.3': 1127 + resolution: {integrity: sha512-MUpAOallJim8CsJK+4Lc9tQzlfPbHxWDrGXZm2z6biaadNpvh3a5ewcdat478W+tXDoUiHwErX/dOql7ETcLqg==} 1292 1128 cpu: [s390x] 1293 1129 os: [linux] 1294 1130 1295 - '@rollup/rollup-linux-x64-gnu@4.46.2': 1296 - resolution: {integrity: sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==} 1131 + '@rollup/rollup-linux-x64-gnu@4.46.3': 1132 + resolution: {integrity: sha512-F42IgZI4JicE2vM2PWCe0N5mR5vR0gIdORPqhGQ32/u1S1v3kLtbZ0C/mi9FFk7C5T0PgdeyWEPajPjaUpyoKg==} 1297 1133 cpu: [x64] 1298 1134 os: [linux] 1299 1135 1300 - '@rollup/rollup-linux-x64-musl@4.46.2': 1301 - resolution: {integrity: sha512-7kX69DIrBeD7yNp4A5b81izs8BqoZkCIaxQaOpumcJ1S/kmqNFjPhDu1LHeVXv0SexfHQv5cqHsxLOjETuqDuA==} 1136 + '@rollup/rollup-linux-x64-musl@4.46.3': 1137 + resolution: {integrity: sha512-oLc+JrwwvbimJUInzx56Q3ujL3Kkhxehg7O1gWAYzm8hImCd5ld1F2Gry5YDjR21MNb5WCKhC9hXgU7rRlyegQ==} 1302 1138 cpu: [x64] 1303 1139 os: [linux] 1304 1140 1305 - '@rollup/rollup-win32-arm64-msvc@4.46.2': 1306 - resolution: {integrity: sha512-wiJWMIpeaak/jsbaq2HMh/rzZxHVW1rU6coyeNNpMwk5isiPjSTx0a4YLSlYDwBH/WBvLz+EtsNqQScZTLJy3g==} 1141 + '@rollup/rollup-win32-arm64-msvc@4.46.3': 1142 + resolution: {integrity: sha512-lOrQ+BVRstruD1fkWg9yjmumhowR0oLAAzavB7yFSaGltY8klttmZtCLvOXCmGE9mLIn8IBV/IFrQOWz5xbFPg==} 1307 1143 cpu: [arm64] 1308 1144 os: [win32] 1309 1145 1310 - '@rollup/rollup-win32-ia32-msvc@4.46.2': 1311 - resolution: {integrity: sha512-gBgaUDESVzMgWZhcyjfs9QFK16D8K6QZpwAaVNJxYDLHWayOta4ZMjGm/vsAEy3hvlS2GosVFlBlP9/Wb85DqQ==} 1146 + '@rollup/rollup-win32-ia32-msvc@4.46.3': 1147 + resolution: {integrity: sha512-vvrVKPRS4GduGR7VMH8EylCBqsDcw6U+/0nPDuIjXQRbHJc6xOBj+frx8ksfZAh6+Fptw5wHrN7etlMmQnPQVg==} 1312 1148 cpu: [ia32] 1313 1149 os: [win32] 1314 1150 1315 - '@rollup/rollup-win32-x64-msvc@4.46.2': 1316 - resolution: {integrity: sha512-CvUo2ixeIQGtF6WvuB87XWqPQkoFAFqW+HUo/WzHwuHDvIwZCtjdWXoYCcr06iKGydiqTclC4jU/TNObC/xKZg==} 1151 + '@rollup/rollup-win32-x64-msvc@4.46.3': 1152 + resolution: {integrity: sha512-fi3cPxCnu3ZeM3EwKZPgXbWoGzm2XHgB/WShKI81uj8wG0+laobmqy5wbgEwzstlbLu4MyO8C19FyhhWseYKNQ==} 1317 1153 cpu: [x64] 1318 1154 os: [win32] 1319 1155 ··· 1416 1252 '@types/yauzl@2.10.3': 1417 1253 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 1418 1254 1419 - '@typescript-eslint/eslint-plugin@8.39.0': 1420 - resolution: {integrity: sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==} 1255 + '@typescript-eslint/eslint-plugin@8.40.0': 1256 + resolution: {integrity: sha512-w/EboPlBwnmOBtRbiOvzjD+wdiZdgFeo17lkltrtn7X37vagKKWJABvyfsJXTlHe6XBzugmYgd4A4nW+k8Mixw==} 1421 1257 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1422 1258 peerDependencies: 1423 - '@typescript-eslint/parser': ^8.39.0 1259 + '@typescript-eslint/parser': ^8.40.0 1424 1260 eslint: ^8.57.0 || ^9.0.0 1425 1261 typescript: '>=4.8.4 <6.0.0' 1426 1262 1427 - '@typescript-eslint/eslint-plugin@8.39.1': 1428 - resolution: {integrity: sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==} 1429 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1430 - peerDependencies: 1431 - '@typescript-eslint/parser': ^8.39.1 1432 - eslint: ^8.57.0 || ^9.0.0 1433 - typescript: '>=4.8.4 <6.0.0' 1434 - 1435 - '@typescript-eslint/parser@8.39.0': 1436 - resolution: {integrity: sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==} 1437 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1438 - peerDependencies: 1439 - eslint: ^8.57.0 || ^9.0.0 1440 - typescript: '>=4.8.4 <6.0.0' 1441 - 1442 - '@typescript-eslint/parser@8.39.1': 1443 - resolution: {integrity: sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==} 1263 + '@typescript-eslint/parser@8.40.0': 1264 + resolution: {integrity: sha512-jCNyAuXx8dr5KJMkecGmZ8KI61KBUhkCob+SD+C+I5+Y1FWI2Y3QmY4/cxMCC5WAsZqoEtEETVhUiUMIGCf6Bw==} 1444 1265 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1445 1266 peerDependencies: 1446 1267 eslint: ^8.57.0 || ^9.0.0 1447 1268 typescript: '>=4.8.4 <6.0.0' 1448 1269 1449 - '@typescript-eslint/project-service@8.39.0': 1450 - resolution: {integrity: sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==} 1270 + '@typescript-eslint/project-service@8.40.0': 1271 + resolution: {integrity: sha512-/A89vz7Wf5DEXsGVvcGdYKbVM9F7DyFXj52lNYUDS1L9yJfqjW/fIp5PgMuEJL/KeqVTe2QSbXAGUZljDUpArw==} 1451 1272 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1452 1273 peerDependencies: 1453 1274 typescript: '>=4.8.4 <6.0.0' 1454 1275 1455 - '@typescript-eslint/project-service@8.39.1': 1456 - resolution: {integrity: sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==} 1457 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1458 - peerDependencies: 1459 - typescript: '>=4.8.4 <6.0.0' 1460 - 1461 - '@typescript-eslint/scope-manager@8.39.0': 1462 - resolution: {integrity: sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==} 1463 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1464 - 1465 - '@typescript-eslint/scope-manager@8.39.1': 1466 - resolution: {integrity: sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==} 1467 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1468 - 1469 - '@typescript-eslint/tsconfig-utils@8.39.0': 1470 - resolution: {integrity: sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==} 1471 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1472 - peerDependencies: 1473 - typescript: '>=4.8.4 <6.0.0' 1474 - 1475 - '@typescript-eslint/tsconfig-utils@8.39.1': 1476 - resolution: {integrity: sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==} 1276 + '@typescript-eslint/scope-manager@8.40.0': 1277 + resolution: {integrity: sha512-y9ObStCcdCiZKzwqsE8CcpyuVMwRouJbbSrNuThDpv16dFAj429IkM6LNb1dZ2m7hK5fHyzNcErZf7CEeKXR4w==} 1477 1278 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1478 - peerDependencies: 1479 - typescript: '>=4.8.4 <6.0.0' 1480 1279 1481 - '@typescript-eslint/type-utils@8.39.0': 1482 - resolution: {integrity: sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==} 1280 + '@typescript-eslint/tsconfig-utils@8.40.0': 1281 + resolution: {integrity: sha512-jtMytmUaG9d/9kqSl/W3E3xaWESo4hFDxAIHGVW/WKKtQhesnRIJSAJO6XckluuJ6KDB5woD1EiqknriCtAmcw==} 1483 1282 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1484 1283 peerDependencies: 1485 - eslint: ^8.57.0 || ^9.0.0 1486 1284 typescript: '>=4.8.4 <6.0.0' 1487 1285 1488 - '@typescript-eslint/type-utils@8.39.1': 1489 - resolution: {integrity: sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==} 1286 + '@typescript-eslint/type-utils@8.40.0': 1287 + resolution: {integrity: sha512-eE60cK4KzAc6ZrzlJnflXdrMqOBaugeukWICO2rB0KNvwdIMaEaYiywwHMzA1qFpTxrLhN9Lp4E/00EgWcD3Ow==} 1490 1288 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1491 1289 peerDependencies: 1492 1290 eslint: ^8.57.0 || ^9.0.0 1493 1291 typescript: '>=4.8.4 <6.0.0' 1494 1292 1495 - '@typescript-eslint/types@8.39.0': 1496 - resolution: {integrity: sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==} 1497 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1498 - 1499 - '@typescript-eslint/types@8.39.1': 1500 - resolution: {integrity: sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==} 1293 + '@typescript-eslint/types@8.40.0': 1294 + resolution: {integrity: sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==} 1501 1295 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1502 1296 1503 - '@typescript-eslint/typescript-estree@8.39.0': 1504 - resolution: {integrity: sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==} 1297 + '@typescript-eslint/typescript-estree@8.40.0': 1298 + resolution: {integrity: sha512-k1z9+GJReVVOkc1WfVKs1vBrR5MIKKbdAjDTPvIK3L8De6KbFfPFt6BKpdkdk7rZS2GtC/m6yI5MYX+UsuvVYQ==} 1505 1299 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1506 1300 peerDependencies: 1507 1301 typescript: '>=4.8.4 <6.0.0' 1508 1302 1509 - '@typescript-eslint/typescript-estree@8.39.1': 1510 - resolution: {integrity: sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==} 1511 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1512 - peerDependencies: 1513 - typescript: '>=4.8.4 <6.0.0' 1514 - 1515 - '@typescript-eslint/utils@8.39.0': 1516 - resolution: {integrity: sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==} 1303 + '@typescript-eslint/utils@8.40.0': 1304 + resolution: {integrity: sha512-Cgzi2MXSZyAUOY+BFwGs17s7ad/7L+gKt6Y8rAVVWS+7o6wrjeFN4nVfTpbE25MNcxyJ+iYUXflbs2xR9h4UBg==} 1517 1305 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1518 1306 peerDependencies: 1519 1307 eslint: ^8.57.0 || ^9.0.0 1520 1308 typescript: '>=4.8.4 <6.0.0' 1521 1309 1522 - '@typescript-eslint/utils@8.39.1': 1523 - resolution: {integrity: sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==} 1524 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1525 - peerDependencies: 1526 - eslint: ^8.57.0 || ^9.0.0 1527 - typescript: '>=4.8.4 <6.0.0' 1528 - 1529 - '@typescript-eslint/visitor-keys@8.39.0': 1530 - resolution: {integrity: sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==} 1531 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1532 - 1533 - '@typescript-eslint/visitor-keys@8.39.1': 1534 - resolution: {integrity: sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==} 1310 + '@typescript-eslint/visitor-keys@8.40.0': 1311 + resolution: {integrity: sha512-8CZ47QwalyRjsypfwnbI3hKy5gJDPmrkLjkgMxhi0+DZZ2QNx2naS6/hWoVYUHU7LU2zleF68V9miaVZvhFfTA==} 1535 1312 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1536 1313 1537 1314 '@ungap/structured-clone@1.3.0': ··· 1625 1402 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 1626 1403 engines: {node: '>=8'} 1627 1404 1628 - ansi-regex@6.1.0: 1629 - resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} 1405 + ansi-regex@6.2.0: 1406 + resolution: {integrity: sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==} 1630 1407 engines: {node: '>=12'} 1631 1408 1632 1409 ansi-styles@4.3.0: ··· 1684 1461 peerDependencies: 1685 1462 astro: ^3.0.0 || ^4.0.0 || ^5.0.0 1686 1463 1687 - astro@5.12.9: 1688 - resolution: {integrity: sha512-cZ7kZ61jyE5nwSrFKSRyf5Gds+uJELqQxJFqMkcgiWQvhWZJUSShn8Uz3yc9WLyLw5Kim5P5un9SkJSGogfEZQ==} 1464 + astro@5.13.2: 1465 + resolution: {integrity: sha512-yjcXY0Ua3EwjpVd3GoUXa65HQ6qgmURBptA+M9GzE0oYvgfuyM7bIbH8IR/TWIbdefVUJR5b7nZ0oVnMytmyfQ==} 1689 1466 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1690 1467 hasBin: true 1691 1468 ··· 1798 1575 chalk@4.1.2: 1799 1576 resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} 1800 1577 engines: {node: '>=10'} 1801 - 1802 - chalk@5.5.0: 1803 - resolution: {integrity: sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==} 1804 - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} 1805 1578 1806 1579 chalk@5.6.0: 1807 1580 resolution: {integrity: sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==} ··· 2174 1947 2175 1948 esbuild@0.25.6: 2176 1949 resolution: {integrity: sha512-GVuzuUwtdsghE3ocJ9Bs8PNoF13HNQ5TXbEi2AhvVb8xU1Iwt9Fos9FEamfoee+u/TOsn7GUWc04lz46n2bbTg==} 2177 - engines: {node: '>=18'} 2178 - hasBin: true 2179 - 2180 - esbuild@0.25.8: 2181 - resolution: {integrity: sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==} 2182 1950 engines: {node: '>=18'} 2183 1951 hasBin: true 2184 1952 ··· 3637 3405 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 3638 3406 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 3639 3407 3640 - rollup@4.46.2: 3641 - resolution: {integrity: sha512-WMmLFI+Boh6xbop+OAGo9cQ3OgX9MIg7xOQjn+pTCwOkk+FNDAeAemXkJ3HzDJrVXleLOFVa1ipuc1AmEx1Dwg==} 3408 + rollup@4.46.3: 3409 + resolution: {integrity: sha512-RZn2XTjXb8t5g13f5YclGoilU/kwT696DIkY3sywjdZidNSi3+vseaQov7D7BZXVJCPv3pDWUN69C78GGbXsKw==} 3642 3410 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 3643 3411 hasBin: true 3644 3412 ··· 3709 3477 slashes@3.0.12: 3710 3478 resolution: {integrity: sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA==} 3711 3479 3712 - smol-toml@1.4.1: 3713 - resolution: {integrity: sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==} 3480 + smol-toml@1.4.2: 3481 + resolution: {integrity: sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==} 3714 3482 engines: {node: '>= 18'} 3715 3483 3716 3484 source-map-js@1.2.1: ··· 3897 3665 tslib@2.8.1: 3898 3666 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 3899 3667 3900 - tsx@4.20.3: 3901 - resolution: {integrity: sha512-qjbnuR9Tr+FJOMBqJCW5ehvIo/buZq7vH7qD7JziU98h6l3qGy0a/yPFjwO+y0/T7GFpNgNAvEcPPVfyT8rrPQ==} 3668 + tsx@4.20.4: 3669 + resolution: {integrity: sha512-yyxBKfORQ7LuRt/BQKBXrpcq59ZvSW0XxwfjAt3w2/8PmdxaFzijtMhTawprSHhpzeM5BgU2hXHG3lklIERZXg==} 3902 3670 engines: {node: '>=18.0.0'} 3903 3671 hasBin: true 3904 3672 ··· 3910 3678 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 3911 3679 engines: {node: '>=16'} 3912 3680 3913 - typescript-eslint@8.39.1: 3914 - resolution: {integrity: sha512-GDUv6/NDYngUlNvwaHM1RamYftxf782IyEDbdj3SeaIHHv8fNQVRC++fITT7kUJV/5rIA/tkoRSSskt6osEfqg==} 3681 + typescript-eslint@8.40.0: 3682 + resolution: {integrity: sha512-Xvd2l+ZmFDPEt4oj1QEXzA4A2uUK6opvKu3eGN9aGjB8au02lIVcLyi375w94hHyejTOmzIU77L8ol2sRg9n7Q==} 3915 3683 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3916 3684 peerDependencies: 3917 3685 eslint: ^8.57.0 || ^9.0.0 ··· 4274 4042 4275 4043 '@astrojs/compiler@2.12.2': {} 4276 4044 4277 - '@astrojs/internal-helpers@0.7.1': {} 4278 - 4279 4045 '@astrojs/internal-helpers@0.7.2': {} 4280 4046 4281 - '@astrojs/markdown-remark@6.3.5': 4047 + '@astrojs/markdown-remark@6.3.6': 4282 4048 dependencies: 4283 - '@astrojs/internal-helpers': 0.7.1 4049 + '@astrojs/internal-helpers': 0.7.2 4284 4050 '@astrojs/prism': 3.3.0 4285 4051 github-slugger: 2.0.0 4286 4052 hast-util-from-html: 2.0.3 ··· 4295 4061 remark-rehype: 11.1.2 4296 4062 remark-smartypants: 3.0.2 4297 4063 shiki: 3.9.2 4298 - smol-toml: 1.4.1 4064 + smol-toml: 1.4.2 4299 4065 unified: 11.0.5 4300 4066 unist-util-remove-position: 5.0.0 4301 4067 unist-util-visit: 5.0.0 ··· 4304 4070 transitivePeerDependencies: 4305 4071 - supports-color 4306 4072 4307 - '@astrojs/mdx@4.3.3(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))': 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))': 4308 4074 dependencies: 4309 - '@astrojs/markdown-remark': 6.3.5 4075 + '@astrojs/markdown-remark': 6.3.6 4310 4076 '@mdx-js/mdx': 3.1.0(acorn@8.15.0) 4311 4077 acorn: 8.15.0 4312 - astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 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) 4313 4079 es-module-lexer: 1.7.0 4314 4080 estree-util-visit: 2.0.0 4315 4081 hast-util-to-html: 9.0.5 ··· 4323 4089 transitivePeerDependencies: 4324 4090 - supports-color 4325 4091 4326 - '@astrojs/netlify@6.5.7(@types/node@24.3.0)(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(yaml@2.8.1)': 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)': 4327 4093 dependencies: 4328 4094 '@astrojs/internal-helpers': 0.7.2 4329 4095 '@astrojs/underscore-redirects': 1.0.0 4330 4096 '@netlify/blobs': 10.0.8 4331 - '@netlify/functions': 4.2.1(rollup@4.46.2) 4332 - '@netlify/vite-plugin': 2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)) 4333 - '@vercel/nft': 0.29.4(rollup@4.46.2) 4334 - astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 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) 4335 4101 esbuild: 0.25.9 4336 4102 tinyglobby: 0.2.14 4337 - vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 4103 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1) 4338 4104 transitivePeerDependencies: 4339 4105 - '@azure/app-configuration' 4340 4106 - '@azure/cosmos' ··· 4407 4173 4408 4174 '@babel/helper-validator-identifier@7.27.1': {} 4409 4175 4410 - '@babel/parser@7.28.0': 4411 - dependencies: 4412 - '@babel/types': 7.28.2 4413 - 4414 4176 '@babel/parser@7.28.3': 4415 4177 dependencies: 4416 4178 '@babel/types': 7.28.2 ··· 4459 4221 '@esbuild/aix-ppc64@0.25.6': 4460 4222 optional: true 4461 4223 4462 - '@esbuild/aix-ppc64@0.25.8': 4463 - optional: true 4464 - 4465 4224 '@esbuild/aix-ppc64@0.25.9': 4466 4225 optional: true 4467 4226 4468 4227 '@esbuild/android-arm64@0.25.6': 4469 4228 optional: true 4470 4229 4471 - '@esbuild/android-arm64@0.25.8': 4472 - optional: true 4473 - 4474 4230 '@esbuild/android-arm64@0.25.9': 4475 4231 optional: true 4476 4232 4477 4233 '@esbuild/android-arm@0.25.6': 4478 4234 optional: true 4479 4235 4480 - '@esbuild/android-arm@0.25.8': 4481 - optional: true 4482 - 4483 4236 '@esbuild/android-arm@0.25.9': 4484 4237 optional: true 4485 4238 4486 4239 '@esbuild/android-x64@0.25.6': 4487 4240 optional: true 4488 4241 4489 - '@esbuild/android-x64@0.25.8': 4490 - optional: true 4491 - 4492 4242 '@esbuild/android-x64@0.25.9': 4493 4243 optional: true 4494 4244 4495 4245 '@esbuild/darwin-arm64@0.25.6': 4496 4246 optional: true 4497 4247 4498 - '@esbuild/darwin-arm64@0.25.8': 4499 - optional: true 4500 - 4501 4248 '@esbuild/darwin-arm64@0.25.9': 4502 4249 optional: true 4503 4250 4504 4251 '@esbuild/darwin-x64@0.25.6': 4505 - optional: true 4506 - 4507 - '@esbuild/darwin-x64@0.25.8': 4508 4252 optional: true 4509 4253 4510 4254 '@esbuild/darwin-x64@0.25.9': 4511 4255 optional: true 4512 4256 4513 4257 '@esbuild/freebsd-arm64@0.25.6': 4514 - optional: true 4515 - 4516 - '@esbuild/freebsd-arm64@0.25.8': 4517 4258 optional: true 4518 4259 4519 4260 '@esbuild/freebsd-arm64@0.25.9': ··· 4522 4263 '@esbuild/freebsd-x64@0.25.6': 4523 4264 optional: true 4524 4265 4525 - '@esbuild/freebsd-x64@0.25.8': 4526 - optional: true 4527 - 4528 4266 '@esbuild/freebsd-x64@0.25.9': 4529 4267 optional: true 4530 4268 4531 4269 '@esbuild/linux-arm64@0.25.6': 4532 4270 optional: true 4533 4271 4534 - '@esbuild/linux-arm64@0.25.8': 4535 - optional: true 4536 - 4537 4272 '@esbuild/linux-arm64@0.25.9': 4538 4273 optional: true 4539 4274 4540 4275 '@esbuild/linux-arm@0.25.6': 4541 4276 optional: true 4542 4277 4543 - '@esbuild/linux-arm@0.25.8': 4544 - optional: true 4545 - 4546 4278 '@esbuild/linux-arm@0.25.9': 4547 4279 optional: true 4548 4280 4549 4281 '@esbuild/linux-ia32@0.25.6': 4550 4282 optional: true 4551 4283 4552 - '@esbuild/linux-ia32@0.25.8': 4553 - optional: true 4554 - 4555 4284 '@esbuild/linux-ia32@0.25.9': 4556 4285 optional: true 4557 4286 4558 4287 '@esbuild/linux-loong64@0.25.6': 4559 4288 optional: true 4560 4289 4561 - '@esbuild/linux-loong64@0.25.8': 4562 - optional: true 4563 - 4564 4290 '@esbuild/linux-loong64@0.25.9': 4565 4291 optional: true 4566 4292 4567 4293 '@esbuild/linux-mips64el@0.25.6': 4568 - optional: true 4569 - 4570 - '@esbuild/linux-mips64el@0.25.8': 4571 4294 optional: true 4572 4295 4573 4296 '@esbuild/linux-mips64el@0.25.9': 4574 4297 optional: true 4575 4298 4576 4299 '@esbuild/linux-ppc64@0.25.6': 4577 - optional: true 4578 - 4579 - '@esbuild/linux-ppc64@0.25.8': 4580 4300 optional: true 4581 4301 4582 4302 '@esbuild/linux-ppc64@0.25.9': ··· 4585 4305 '@esbuild/linux-riscv64@0.25.6': 4586 4306 optional: true 4587 4307 4588 - '@esbuild/linux-riscv64@0.25.8': 4589 - optional: true 4590 - 4591 4308 '@esbuild/linux-riscv64@0.25.9': 4592 4309 optional: true 4593 4310 4594 4311 '@esbuild/linux-s390x@0.25.6': 4595 4312 optional: true 4596 4313 4597 - '@esbuild/linux-s390x@0.25.8': 4598 - optional: true 4599 - 4600 4314 '@esbuild/linux-s390x@0.25.9': 4601 4315 optional: true 4602 4316 4603 4317 '@esbuild/linux-x64@0.25.6': 4604 4318 optional: true 4605 4319 4606 - '@esbuild/linux-x64@0.25.8': 4607 - optional: true 4608 - 4609 4320 '@esbuild/linux-x64@0.25.9': 4610 4321 optional: true 4611 4322 4612 4323 '@esbuild/netbsd-arm64@0.25.6': 4613 4324 optional: true 4614 4325 4615 - '@esbuild/netbsd-arm64@0.25.8': 4616 - optional: true 4617 - 4618 4326 '@esbuild/netbsd-arm64@0.25.9': 4619 4327 optional: true 4620 4328 4621 4329 '@esbuild/netbsd-x64@0.25.6': 4622 4330 optional: true 4623 4331 4624 - '@esbuild/netbsd-x64@0.25.8': 4625 - optional: true 4626 - 4627 4332 '@esbuild/netbsd-x64@0.25.9': 4628 4333 optional: true 4629 4334 4630 4335 '@esbuild/openbsd-arm64@0.25.6': 4631 4336 optional: true 4632 4337 4633 - '@esbuild/openbsd-arm64@0.25.8': 4634 - optional: true 4635 - 4636 4338 '@esbuild/openbsd-arm64@0.25.9': 4637 4339 optional: true 4638 4340 4639 4341 '@esbuild/openbsd-x64@0.25.6': 4640 4342 optional: true 4641 4343 4642 - '@esbuild/openbsd-x64@0.25.8': 4643 - optional: true 4644 - 4645 4344 '@esbuild/openbsd-x64@0.25.9': 4646 4345 optional: true 4647 4346 4648 4347 '@esbuild/openharmony-arm64@0.25.6': 4649 4348 optional: true 4650 4349 4651 - '@esbuild/openharmony-arm64@0.25.8': 4652 - optional: true 4653 - 4654 4350 '@esbuild/openharmony-arm64@0.25.9': 4655 4351 optional: true 4656 4352 4657 4353 '@esbuild/sunos-x64@0.25.6': 4658 4354 optional: true 4659 4355 4660 - '@esbuild/sunos-x64@0.25.8': 4661 - optional: true 4662 - 4663 4356 '@esbuild/sunos-x64@0.25.9': 4664 4357 optional: true 4665 4358 4666 4359 '@esbuild/win32-arm64@0.25.6': 4667 4360 optional: true 4668 4361 4669 - '@esbuild/win32-arm64@0.25.8': 4670 - optional: true 4671 - 4672 4362 '@esbuild/win32-arm64@0.25.9': 4673 4363 optional: true 4674 4364 4675 4365 '@esbuild/win32-ia32@0.25.6': 4676 4366 optional: true 4677 4367 4678 - '@esbuild/win32-ia32@0.25.8': 4679 - optional: true 4680 - 4681 4368 '@esbuild/win32-ia32@0.25.9': 4682 4369 optional: true 4683 4370 4684 4371 '@esbuild/win32-x64@0.25.6': 4685 - optional: true 4686 - 4687 - '@esbuild/win32-x64@0.25.8': 4688 4372 optional: true 4689 4373 4690 4374 '@esbuild/win32-x64@0.25.9': ··· 4931 4615 dependencies: 4932 4616 minipass: 7.1.2 4933 4617 4934 - '@jridgewell/sourcemap-codec@1.5.4': {} 4618 + '@jridgewell/sourcemap-codec@1.5.5': {} 4935 4619 4936 4620 '@mapbox/node-pre-gyp@2.0.0': 4937 4621 dependencies: ··· 5039 4723 uuid: 11.1.0 5040 4724 write-file-atomic: 5.0.1 5041 4725 5042 - '@netlify/dev@4.5.4(rollup@4.46.2)': 4726 + '@netlify/dev@4.5.4(rollup@4.46.3)': 5043 4727 dependencies: 5044 4728 '@netlify/blobs': 10.0.8 5045 4729 '@netlify/config': 23.2.0 5046 4730 '@netlify/dev-utils': 4.1.1 5047 4731 '@netlify/edge-functions': 2.17.0 5048 - '@netlify/functions': 4.2.1(rollup@4.46.2) 4732 + '@netlify/functions': 4.2.1(rollup@4.46.3) 5049 4733 '@netlify/headers': 2.0.8 5050 4734 '@netlify/images': 1.2.5(@netlify/blobs@10.0.8) 5051 4735 '@netlify/redirects': 3.0.9 ··· 5108 4792 '@netlify/types': 2.0.2 5109 4793 get-port: 7.1.0 5110 4794 5111 - '@netlify/functions@4.2.1(rollup@4.46.2)': 4795 + '@netlify/functions@4.2.1(rollup@4.46.3)': 5112 4796 dependencies: 5113 4797 '@netlify/blobs': 10.0.8 5114 4798 '@netlify/dev-utils': 4.1.1 5115 4799 '@netlify/types': 2.0.2 5116 - '@netlify/zip-it-and-ship-it': 14.1.2(rollup@4.46.2) 4800 + '@netlify/zip-it-and-ship-it': 14.1.3(rollup@4.46.3) 5117 4801 cron-parser: 4.9.0 5118 4802 decache: 4.6.2 5119 4803 extract-zip: 2.0.1 ··· 5197 4881 5198 4882 '@netlify/types@2.0.2': {} 5199 4883 5200 - '@netlify/vite-plugin@2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1))': 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))': 5201 4885 dependencies: 5202 - '@netlify/dev': 4.5.4(rollup@4.46.2) 4886 + '@netlify/dev': 4.5.4(rollup@4.46.3) 5203 4887 '@netlify/dev-utils': 4.1.1 5204 - vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 4888 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1) 5205 4889 transitivePeerDependencies: 5206 4890 - '@azure/app-configuration' 5207 4891 - '@azure/cosmos' ··· 5224 4908 - supports-color 5225 4909 - uploadthing 5226 4910 5227 - '@netlify/zip-it-and-ship-it@14.1.2(rollup@4.46.2)': 4911 + '@netlify/zip-it-and-ship-it@14.1.3(rollup@4.46.3)': 5228 4912 dependencies: 5229 4913 '@babel/parser': 7.28.3 5230 4914 '@babel/types': 7.28.1 5231 4915 '@netlify/binary-info': 1.0.0 5232 4916 '@netlify/serverless-functions-api': 2.2.0 5233 - '@vercel/nft': 0.29.4(rollup@4.46.2) 4917 + '@vercel/nft': 0.29.4(rollup@4.46.3) 5234 4918 archiver: 7.0.1 5235 4919 common-path-prefix: 3.0.0 5236 4920 copy-file: 11.1.0 ··· 5347 5031 5348 5032 '@pkgr/core@0.2.9': {} 5349 5033 5350 - '@playform/inline@0.1.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)': 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)': 5351 5035 dependencies: 5352 5036 '@playform/pipe': 0.1.3 5353 - astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 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) 5354 5038 beasties: 0.2.0 5355 5039 deepmerge-ts: 7.1.5 5356 5040 transitivePeerDependencies: ··· 5394 5078 deepmerge-ts: 7.1.5 5395 5079 fast-glob: 3.3.3 5396 5080 5397 - '@rollup/pluginutils@5.2.0(rollup@4.46.2)': 5081 + '@rollup/pluginutils@5.2.0(rollup@4.46.3)': 5398 5082 dependencies: 5399 5083 '@types/estree': 1.0.8 5400 5084 estree-walker: 2.0.2 5401 5085 picomatch: 4.0.3 5402 5086 optionalDependencies: 5403 - rollup: 4.46.2 5087 + rollup: 4.46.3 5404 5088 5405 - '@rollup/rollup-android-arm-eabi@4.46.2': 5089 + '@rollup/rollup-android-arm-eabi@4.46.3': 5406 5090 optional: true 5407 5091 5408 - '@rollup/rollup-android-arm64@4.46.2': 5092 + '@rollup/rollup-android-arm64@4.46.3': 5409 5093 optional: true 5410 5094 5411 - '@rollup/rollup-darwin-arm64@4.46.2': 5095 + '@rollup/rollup-darwin-arm64@4.46.3': 5412 5096 optional: true 5413 5097 5414 - '@rollup/rollup-darwin-x64@4.46.2': 5098 + '@rollup/rollup-darwin-x64@4.46.3': 5415 5099 optional: true 5416 5100 5417 - '@rollup/rollup-freebsd-arm64@4.46.2': 5101 + '@rollup/rollup-freebsd-arm64@4.46.3': 5418 5102 optional: true 5419 5103 5420 - '@rollup/rollup-freebsd-x64@4.46.2': 5104 + '@rollup/rollup-freebsd-x64@4.46.3': 5421 5105 optional: true 5422 5106 5423 - '@rollup/rollup-linux-arm-gnueabihf@4.46.2': 5107 + '@rollup/rollup-linux-arm-gnueabihf@4.46.3': 5424 5108 optional: true 5425 5109 5426 - '@rollup/rollup-linux-arm-musleabihf@4.46.2': 5110 + '@rollup/rollup-linux-arm-musleabihf@4.46.3': 5427 5111 optional: true 5428 5112 5429 - '@rollup/rollup-linux-arm64-gnu@4.46.2': 5113 + '@rollup/rollup-linux-arm64-gnu@4.46.3': 5430 5114 optional: true 5431 5115 5432 - '@rollup/rollup-linux-arm64-musl@4.46.2': 5116 + '@rollup/rollup-linux-arm64-musl@4.46.3': 5433 5117 optional: true 5434 5118 5435 - '@rollup/rollup-linux-loongarch64-gnu@4.46.2': 5119 + '@rollup/rollup-linux-loongarch64-gnu@4.46.3': 5436 5120 optional: true 5437 5121 5438 - '@rollup/rollup-linux-ppc64-gnu@4.46.2': 5122 + '@rollup/rollup-linux-ppc64-gnu@4.46.3': 5439 5123 optional: true 5440 5124 5441 - '@rollup/rollup-linux-riscv64-gnu@4.46.2': 5125 + '@rollup/rollup-linux-riscv64-gnu@4.46.3': 5442 5126 optional: true 5443 5127 5444 - '@rollup/rollup-linux-riscv64-musl@4.46.2': 5128 + '@rollup/rollup-linux-riscv64-musl@4.46.3': 5445 5129 optional: true 5446 5130 5447 - '@rollup/rollup-linux-s390x-gnu@4.46.2': 5131 + '@rollup/rollup-linux-s390x-gnu@4.46.3': 5448 5132 optional: true 5449 5133 5450 - '@rollup/rollup-linux-x64-gnu@4.46.2': 5134 + '@rollup/rollup-linux-x64-gnu@4.46.3': 5451 5135 optional: true 5452 5136 5453 - '@rollup/rollup-linux-x64-musl@4.46.2': 5137 + '@rollup/rollup-linux-x64-musl@4.46.3': 5454 5138 optional: true 5455 5139 5456 - '@rollup/rollup-win32-arm64-msvc@4.46.2': 5140 + '@rollup/rollup-win32-arm64-msvc@4.46.3': 5457 5141 optional: true 5458 5142 5459 - '@rollup/rollup-win32-ia32-msvc@4.46.2': 5143 + '@rollup/rollup-win32-ia32-msvc@4.46.3': 5460 5144 optional: true 5461 5145 5462 - '@rollup/rollup-win32-x64-msvc@4.46.2': 5146 + '@rollup/rollup-win32-x64-msvc@4.46.3': 5463 5147 optional: true 5464 5148 5465 5149 '@shikijs/core@3.9.2': ··· 5562 5246 5563 5247 '@types/sax@1.2.7': 5564 5248 dependencies: 5565 - '@types/node': 24.3.0 5249 + '@types/node': 17.0.45 5566 5250 5567 5251 '@types/triple-beam@1.3.5': {} 5568 5252 ··· 5575 5259 '@types/node': 24.3.0 5576 5260 optional: true 5577 5261 5578 - '@typescript-eslint/eslint-plugin@8.39.0(@typescript-eslint/parser@8.39.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)': 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)': 5579 5263 dependencies: 5580 5264 '@eslint-community/regexpp': 4.12.1 5581 - '@typescript-eslint/parser': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5582 - '@typescript-eslint/scope-manager': 8.39.0 5583 - '@typescript-eslint/type-utils': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5584 - '@typescript-eslint/utils': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5585 - '@typescript-eslint/visitor-keys': 8.39.0 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 5586 5270 eslint: 9.33.0(jiti@2.5.1) 5587 5271 graphemer: 1.4.0 5588 5272 ignore: 7.0.5 ··· 5592 5276 transitivePeerDependencies: 5593 5277 - supports-color 5594 5278 5595 - '@typescript-eslint/eslint-plugin@8.39.1(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5279 + '@typescript-eslint/parser@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5596 5280 dependencies: 5597 - '@eslint-community/regexpp': 4.12.1 5598 - '@typescript-eslint/parser': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5599 - '@typescript-eslint/scope-manager': 8.39.1 5600 - '@typescript-eslint/type-utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5601 - '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5602 - '@typescript-eslint/visitor-keys': 8.39.1 5603 - eslint: 9.33.0(jiti@2.5.1) 5604 - graphemer: 1.4.0 5605 - ignore: 7.0.5 5606 - natural-compare: 1.4.0 5607 - ts-api-utils: 2.1.0(typescript@5.9.2) 5608 - typescript: 5.9.2 5609 - transitivePeerDependencies: 5610 - - supports-color 5611 - 5612 - '@typescript-eslint/parser@8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5613 - dependencies: 5614 - '@typescript-eslint/scope-manager': 8.39.0 5615 - '@typescript-eslint/types': 8.39.0 5616 - '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2) 5617 - '@typescript-eslint/visitor-keys': 8.39.0 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 5618 5285 debug: 4.4.1 5619 5286 eslint: 9.33.0(jiti@2.5.1) 5620 5287 typescript: 5.9.2 5621 5288 transitivePeerDependencies: 5622 5289 - supports-color 5623 5290 5624 - '@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5291 + '@typescript-eslint/project-service@8.40.0(typescript@5.9.2)': 5625 5292 dependencies: 5626 - '@typescript-eslint/scope-manager': 8.39.1 5627 - '@typescript-eslint/types': 8.39.1 5628 - '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2) 5629 - '@typescript-eslint/visitor-keys': 8.39.1 5293 + '@typescript-eslint/tsconfig-utils': 8.40.0(typescript@5.9.2) 5294 + '@typescript-eslint/types': 8.40.0 5630 5295 debug: 4.4.1 5631 - eslint: 9.33.0(jiti@2.5.1) 5632 5296 typescript: 5.9.2 5633 5297 transitivePeerDependencies: 5634 5298 - supports-color 5635 5299 5636 - '@typescript-eslint/project-service@8.39.0(typescript@5.9.2)': 5300 + '@typescript-eslint/scope-manager@8.40.0': 5637 5301 dependencies: 5638 - '@typescript-eslint/tsconfig-utils': 8.39.0(typescript@5.9.2) 5639 - '@typescript-eslint/types': 8.39.0 5640 - debug: 4.4.1 5641 - typescript: 5.9.2 5642 - transitivePeerDependencies: 5643 - - supports-color 5302 + '@typescript-eslint/types': 8.40.0 5303 + '@typescript-eslint/visitor-keys': 8.40.0 5644 5304 5645 - '@typescript-eslint/project-service@8.39.1(typescript@5.9.2)': 5305 + '@typescript-eslint/tsconfig-utils@8.40.0(typescript@5.9.2)': 5646 5306 dependencies: 5647 - '@typescript-eslint/tsconfig-utils': 8.39.1(typescript@5.9.2) 5648 - '@typescript-eslint/types': 8.39.1 5649 - debug: 4.4.1 5650 5307 typescript: 5.9.2 5651 - transitivePeerDependencies: 5652 - - supports-color 5653 5308 5654 - '@typescript-eslint/scope-manager@8.39.0': 5655 - dependencies: 5656 - '@typescript-eslint/types': 8.39.0 5657 - '@typescript-eslint/visitor-keys': 8.39.0 5658 - 5659 - '@typescript-eslint/scope-manager@8.39.1': 5309 + '@typescript-eslint/type-utils@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5660 5310 dependencies: 5661 - '@typescript-eslint/types': 8.39.1 5662 - '@typescript-eslint/visitor-keys': 8.39.1 5663 - 5664 - '@typescript-eslint/tsconfig-utils@8.39.0(typescript@5.9.2)': 5665 - dependencies: 5666 - typescript: 5.9.2 5667 - 5668 - '@typescript-eslint/tsconfig-utils@8.39.1(typescript@5.9.2)': 5669 - dependencies: 5670 - typescript: 5.9.2 5671 - 5672 - '@typescript-eslint/type-utils@8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5673 - dependencies: 5674 - '@typescript-eslint/types': 8.39.0 5675 - '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2) 5676 - '@typescript-eslint/utils': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 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) 5677 5314 debug: 4.4.1 5678 5315 eslint: 9.33.0(jiti@2.5.1) 5679 5316 ts-api-utils: 2.1.0(typescript@5.9.2) ··· 5681 5318 transitivePeerDependencies: 5682 5319 - supports-color 5683 5320 5684 - '@typescript-eslint/type-utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5685 - dependencies: 5686 - '@typescript-eslint/types': 8.39.1 5687 - '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2) 5688 - '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5689 - debug: 4.4.1 5690 - eslint: 9.33.0(jiti@2.5.1) 5691 - ts-api-utils: 2.1.0(typescript@5.9.2) 5692 - typescript: 5.9.2 5693 - transitivePeerDependencies: 5694 - - supports-color 5321 + '@typescript-eslint/types@8.40.0': {} 5695 5322 5696 - '@typescript-eslint/types@8.39.0': {} 5697 - 5698 - '@typescript-eslint/types@8.39.1': {} 5699 - 5700 - '@typescript-eslint/typescript-estree@8.39.0(typescript@5.9.2)': 5323 + '@typescript-eslint/typescript-estree@8.40.0(typescript@5.9.2)': 5701 5324 dependencies: 5702 - '@typescript-eslint/project-service': 8.39.0(typescript@5.9.2) 5703 - '@typescript-eslint/tsconfig-utils': 8.39.0(typescript@5.9.2) 5704 - '@typescript-eslint/types': 8.39.0 5705 - '@typescript-eslint/visitor-keys': 8.39.0 5706 - debug: 4.4.1 5707 - fast-glob: 3.3.3 5708 - is-glob: 4.0.3 5709 - minimatch: 9.0.5 5710 - semver: 7.7.2 5711 - ts-api-utils: 2.1.0(typescript@5.9.2) 5712 - typescript: 5.9.2 5713 - transitivePeerDependencies: 5714 - - supports-color 5715 - 5716 - '@typescript-eslint/typescript-estree@8.39.1(typescript@5.9.2)': 5717 - dependencies: 5718 - '@typescript-eslint/project-service': 8.39.1(typescript@5.9.2) 5719 - '@typescript-eslint/tsconfig-utils': 8.39.1(typescript@5.9.2) 5720 - '@typescript-eslint/types': 8.39.1 5721 - '@typescript-eslint/visitor-keys': 8.39.1 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 5722 5329 debug: 4.4.1 5723 5330 fast-glob: 3.3.3 5724 5331 is-glob: 4.0.3 ··· 5729 5336 transitivePeerDependencies: 5730 5337 - supports-color 5731 5338 5732 - '@typescript-eslint/utils@8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5339 + '@typescript-eslint/utils@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5733 5340 dependencies: 5734 5341 '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1)) 5735 - '@typescript-eslint/scope-manager': 8.39.0 5736 - '@typescript-eslint/types': 8.39.0 5737 - '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2) 5738 - eslint: 9.33.0(jiti@2.5.1) 5739 - typescript: 5.9.2 5740 - transitivePeerDependencies: 5741 - - supports-color 5742 - 5743 - '@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5744 - dependencies: 5745 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1)) 5746 - '@typescript-eslint/scope-manager': 8.39.1 5747 - '@typescript-eslint/types': 8.39.1 5748 - '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2) 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) 5749 5345 eslint: 9.33.0(jiti@2.5.1) 5750 5346 typescript: 5.9.2 5751 5347 transitivePeerDependencies: 5752 5348 - supports-color 5753 5349 5754 - '@typescript-eslint/visitor-keys@8.39.0': 5755 - dependencies: 5756 - '@typescript-eslint/types': 8.39.0 5757 - eslint-visitor-keys: 4.2.1 5758 - 5759 - '@typescript-eslint/visitor-keys@8.39.1': 5350 + '@typescript-eslint/visitor-keys@8.40.0': 5760 5351 dependencies: 5761 - '@typescript-eslint/types': 8.39.1 5352 + '@typescript-eslint/types': 8.40.0 5762 5353 eslint-visitor-keys: 4.2.1 5763 5354 5764 5355 '@ungap/structured-clone@1.3.0': {} 5765 5356 5766 - '@vercel/nft@0.29.4(rollup@4.46.2)': 5357 + '@vercel/nft@0.29.4(rollup@4.46.3)': 5767 5358 dependencies: 5768 5359 '@mapbox/node-pre-gyp': 2.0.0 5769 - '@rollup/pluginutils': 5.2.0(rollup@4.46.2) 5360 + '@rollup/pluginutils': 5.2.0(rollup@4.46.3) 5770 5361 acorn: 8.15.0 5771 5362 acorn-import-attributes: 1.9.5(acorn@8.15.0) 5772 5363 async-sema: 3.1.1 ··· 5887 5478 5888 5479 ansi-regex@5.0.1: {} 5889 5480 5890 - ansi-regex@6.1.0: {} 5481 + ansi-regex@6.2.0: {} 5891 5482 5892 5483 ansi-styles@4.3.0: 5893 5484 dependencies: ··· 5937 5528 astro-eslint-parser@1.2.2: 5938 5529 dependencies: 5939 5530 '@astrojs/compiler': 2.12.2 5940 - '@typescript-eslint/scope-manager': 8.39.0 5941 - '@typescript-eslint/types': 8.39.0 5531 + '@typescript-eslint/scope-manager': 8.40.0 5532 + '@typescript-eslint/types': 8.40.0 5942 5533 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.12.2) 5943 5534 debug: 4.4.1 5944 5535 entities: 6.0.1 ··· 5951 5542 transitivePeerDependencies: 5952 5543 - supports-color 5953 5544 5954 - astro-og-canvas@0.7.0(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)): 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)): 5955 5546 dependencies: 5956 - astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 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) 5957 5548 canvaskit-wasm: 0.39.1 5958 5549 deterministic-object-hash: 2.0.2 5959 5550 entities: 4.5.0 5960 5551 5961 - astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1): 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): 5962 5553 dependencies: 5963 5554 '@astrojs/compiler': 2.12.2 5964 - '@astrojs/internal-helpers': 0.7.1 5965 - '@astrojs/markdown-remark': 6.3.5 5555 + '@astrojs/internal-helpers': 0.7.2 5556 + '@astrojs/markdown-remark': 6.3.6 5966 5557 '@astrojs/telemetry': 3.3.0 5967 5558 '@capsizecss/unpack': 2.4.0 5968 5559 '@oslojs/encoding': 1.1.0 5969 - '@rollup/pluginutils': 5.2.0(rollup@4.46.2) 5560 + '@rollup/pluginutils': 5.2.0(rollup@4.46.3) 5970 5561 acorn: 8.15.0 5971 5562 aria-query: 5.3.2 5972 5563 axobject-query: 4.1.0 ··· 5983 5574 dlv: 1.1.3 5984 5575 dset: 3.1.4 5985 5576 es-module-lexer: 1.7.0 5986 - esbuild: 0.25.8 5577 + esbuild: 0.25.9 5987 5578 estree-walker: 3.0.3 5988 5579 flattie: 1.1.1 5989 5580 fontace: 0.3.0 ··· 6005 5596 rehype: 13.0.2 6006 5597 semver: 7.7.2 6007 5598 shiki: 3.9.2 6008 - smol-toml: 1.4.1 5599 + smol-toml: 1.4.2 6009 5600 tinyexec: 0.3.2 6010 5601 tinyglobby: 0.2.14 6011 5602 tsconfck: 3.1.6(typescript@5.9.2) ··· 6014 5605 unist-util-visit: 5.0.0 6015 5606 unstorage: 1.16.1(@netlify/blobs@10.0.8) 6016 5607 vfile: 6.0.3 6017 - vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 6018 - vitefu: 1.1.1(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)) 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)) 6019 5610 xxhash-wasm: 1.1.0 6020 5611 yargs-parser: 21.1.1 6021 5612 yocto-spinner: 0.2.3 ··· 6115 5706 dependencies: 6116 5707 ansi-align: 3.0.1 6117 5708 camelcase: 8.0.0 6118 - chalk: 5.5.0 5709 + chalk: 5.6.0 6119 5710 cli-boxes: 3.0.0 6120 5711 string-width: 7.2.0 6121 5712 type-fest: 4.41.0 ··· 6172 5763 dependencies: 6173 5764 ansi-styles: 4.3.0 6174 5765 supports-color: 7.2.0 6175 - 6176 - chalk@5.5.0: {} 6177 5766 6178 5767 chalk@5.6.0: {} 6179 5768 ··· 6411 6000 6412 6001 detective-typescript@14.0.0(typescript@5.9.2): 6413 6002 dependencies: 6414 - '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2) 6003 + '@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2) 6415 6004 ast-module-types: 6.0.1 6416 6005 node-source-walk: 7.0.1 6417 6006 typescript: 5.9.2 ··· 6544 6133 '@esbuild/win32-ia32': 0.25.6 6545 6134 '@esbuild/win32-x64': 0.25.6 6546 6135 6547 - esbuild@0.25.8: 6548 - optionalDependencies: 6549 - '@esbuild/aix-ppc64': 0.25.8 6550 - '@esbuild/android-arm': 0.25.8 6551 - '@esbuild/android-arm64': 0.25.8 6552 - '@esbuild/android-x64': 0.25.8 6553 - '@esbuild/darwin-arm64': 0.25.8 6554 - '@esbuild/darwin-x64': 0.25.8 6555 - '@esbuild/freebsd-arm64': 0.25.8 6556 - '@esbuild/freebsd-x64': 0.25.8 6557 - '@esbuild/linux-arm': 0.25.8 6558 - '@esbuild/linux-arm64': 0.25.8 6559 - '@esbuild/linux-ia32': 0.25.8 6560 - '@esbuild/linux-loong64': 0.25.8 6561 - '@esbuild/linux-mips64el': 0.25.8 6562 - '@esbuild/linux-ppc64': 0.25.8 6563 - '@esbuild/linux-riscv64': 0.25.8 6564 - '@esbuild/linux-s390x': 0.25.8 6565 - '@esbuild/linux-x64': 0.25.8 6566 - '@esbuild/netbsd-arm64': 0.25.8 6567 - '@esbuild/netbsd-x64': 0.25.8 6568 - '@esbuild/openbsd-arm64': 0.25.8 6569 - '@esbuild/openbsd-x64': 0.25.8 6570 - '@esbuild/openharmony-arm64': 0.25.8 6571 - '@esbuild/sunos-x64': 0.25.8 6572 - '@esbuild/win32-arm64': 0.25.8 6573 - '@esbuild/win32-ia32': 0.25.8 6574 - '@esbuild/win32-x64': 0.25.8 6575 - 6576 6136 esbuild@0.25.9: 6577 6137 optionalDependencies: 6578 6138 '@esbuild/aix-ppc64': 0.25.9 ··· 6628 6188 eslint-plugin-astro@1.3.1(eslint@9.33.0(jiti@2.5.1)): 6629 6189 dependencies: 6630 6190 '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1)) 6631 - '@jridgewell/sourcemap-codec': 1.5.4 6632 - '@typescript-eslint/types': 8.39.0 6191 + '@jridgewell/sourcemap-codec': 1.5.5 6192 + '@typescript-eslint/types': 8.40.0 6633 6193 astro-eslint-parser: 1.2.2 6634 6194 eslint: 9.33.0(jiti@2.5.1) 6635 6195 eslint-compat-utils: 0.6.5(eslint@9.33.0(jiti@2.5.1)) ··· 7440 7000 7441 7001 magic-string@0.30.17: 7442 7002 dependencies: 7443 - '@jridgewell/sourcemap-codec': 1.5.4 7003 + '@jridgewell/sourcemap-codec': 1.5.5 7444 7004 7445 7005 magicast@0.3.5: 7446 7006 dependencies: 7447 - '@babel/parser': 7.28.0 7007 + '@babel/parser': 7.28.3 7448 7008 '@babel/types': 7.28.2 7449 7009 source-map-js: 1.2.1 7450 7010 ··· 8568 8128 8569 8129 reusify@1.1.0: {} 8570 8130 8571 - rollup@4.46.2: 8131 + rollup@4.46.3: 8572 8132 dependencies: 8573 8133 '@types/estree': 1.0.8 8574 8134 optionalDependencies: 8575 - '@rollup/rollup-android-arm-eabi': 4.46.2 8576 - '@rollup/rollup-android-arm64': 4.46.2 8577 - '@rollup/rollup-darwin-arm64': 4.46.2 8578 - '@rollup/rollup-darwin-x64': 4.46.2 8579 - '@rollup/rollup-freebsd-arm64': 4.46.2 8580 - '@rollup/rollup-freebsd-x64': 4.46.2 8581 - '@rollup/rollup-linux-arm-gnueabihf': 4.46.2 8582 - '@rollup/rollup-linux-arm-musleabihf': 4.46.2 8583 - '@rollup/rollup-linux-arm64-gnu': 4.46.2 8584 - '@rollup/rollup-linux-arm64-musl': 4.46.2 8585 - '@rollup/rollup-linux-loongarch64-gnu': 4.46.2 8586 - '@rollup/rollup-linux-ppc64-gnu': 4.46.2 8587 - '@rollup/rollup-linux-riscv64-gnu': 4.46.2 8588 - '@rollup/rollup-linux-riscv64-musl': 4.46.2 8589 - '@rollup/rollup-linux-s390x-gnu': 4.46.2 8590 - '@rollup/rollup-linux-x64-gnu': 4.46.2 8591 - '@rollup/rollup-linux-x64-musl': 4.46.2 8592 - '@rollup/rollup-win32-arm64-msvc': 4.46.2 8593 - '@rollup/rollup-win32-ia32-msvc': 4.46.2 8594 - '@rollup/rollup-win32-x64-msvc': 4.46.2 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 8595 8155 fsevents: 2.3.3 8596 8156 8597 8157 run-parallel@1.2.0: ··· 8713 8273 8714 8274 slashes@3.0.12: {} 8715 8275 8716 - smol-toml@1.4.1: {} 8276 + smol-toml@1.4.2: {} 8717 8277 8718 8278 source-map-js@1.2.1: {} 8719 8279 ··· 8792 8352 8793 8353 strip-ansi@7.1.0: 8794 8354 dependencies: 8795 - ansi-regex: 6.1.0 8355 + ansi-regex: 6.2.0 8796 8356 8797 8357 strip-final-newline@3.0.0: {} 8798 8358 ··· 8896 8456 8897 8457 tslib@2.8.1: {} 8898 8458 8899 - tsx@4.20.3: 8459 + tsx@4.20.4: 8900 8460 dependencies: 8901 - esbuild: 0.25.8 8461 + esbuild: 0.25.9 8902 8462 get-tsconfig: 4.10.1 8903 8463 optionalDependencies: 8904 8464 fsevents: 2.3.3 ··· 8909 8469 8910 8470 type-fest@4.41.0: {} 8911 8471 8912 - typescript-eslint@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2): 8472 + typescript-eslint@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2): 8913 8473 dependencies: 8914 - '@typescript-eslint/eslint-plugin': 8.39.1(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 8915 - '@typescript-eslint/parser': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 8916 - '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2) 8917 - '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 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) 8918 8478 eslint: 9.33.0(jiti@2.5.1) 8919 8479 typescript: 5.9.2 8920 8480 transitivePeerDependencies: ··· 9069 8629 '@types/unist': 3.0.3 9070 8630 vfile-message: 4.0.3 9071 8631 9072 - vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1): 8632 + vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1): 9073 8633 dependencies: 9074 8634 esbuild: 0.25.9 9075 8635 fdir: 6.5.0(picomatch@4.0.3) 9076 8636 picomatch: 4.0.3 9077 8637 postcss: 8.5.6 9078 - rollup: 4.46.2 8638 + rollup: 4.46.3 9079 8639 tinyglobby: 0.2.14 9080 8640 optionalDependencies: 9081 8641 '@types/node': 24.3.0 9082 8642 fsevents: 2.3.3 9083 8643 jiti: 2.5.1 9084 - tsx: 4.20.3 8644 + tsx: 4.20.4 9085 8645 yaml: 2.8.1 9086 8646 9087 - vitefu@1.1.1(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)): 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)): 9088 8648 optionalDependencies: 9089 - vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 8649 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.4)(yaml@2.8.1) 9090 8650 9091 8651 web-namespaces@2.0.1: {} 9092 8652
+2 -2
scripts/toggle-proxy.ts
··· 72 72 console.log('🟡 proxy.ts disabled') 73 73 } 74 74 toggleAstroAdapter(true) 75 - console.log('🟡 adapter config commented') 75 + console.log('🟡 adapter config disabled') 76 76 } else { 77 77 // If linkCard is enabled, restore proxy.ts and uncomment adapter 78 78 if (fs.existsSync(backupPath)) { ··· 80 80 console.log('🟢 proxy.ts enabled') 81 81 } 82 82 toggleAstroAdapter(false) 83 - console.log('🟢 adapter config uncommented') 83 + console.log('🟢 adapter config enabled') 84 84 }