Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

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

chore: bump deps

aria 638b20d4 d4c1db68

+214 -193
+9 -9
package.json
··· 11 11 }, 12 12 "dependencies": { 13 13 "@astrojs/check": "^0.9.4", 14 - "@astrojs/mdx": "^4.3.0", 15 - "@astrojs/node": "^9.3.0", 14 + "@astrojs/mdx": "^4.3.3", 15 + "@astrojs/node": "^9.3.3", 16 16 "@astrojs/preact": "^4.1.0", 17 17 "@astrojs/rss": "^4.0.12", 18 18 "@tailwindcss/vite": "^4.1.11", 19 19 "aria.coffee": "link:", 20 - "astro": "^5.11.0", 20 + "astro": "^5.12.8", 21 21 "astro-icon": "^1.1.5", 22 22 "astro-matomo": "^1.9.0", 23 23 "dayjs": "^1.11.13", 24 - "preact": "^10.26.9", 25 - "sharp": "^0.34.2", 24 + "preact": "^10.27.0", 25 + "sharp": "^0.34.3", 26 26 "tailwindcss": "^4.1.11", 27 - "typescript": "^5.8.3" 27 + "typescript": "^5.9.2" 28 28 }, 29 29 "devDependencies": { 30 30 "@iconify-json/cib": "^1.2.2", 31 - "@iconify-json/hugeicons": "^1.2.5", 31 + "@iconify-json/hugeicons": "^1.2.6", 32 32 "@iconify-json/mdi": "^1.2.3", 33 33 "@iconify-json/meteor-icons": "^1.2.1", 34 - "@iconify-json/tabler": "^1.2.19", 35 - "@iconify-json/token": "^1.2.18", 34 + "@iconify-json/tabler": "^1.2.20", 35 + "@iconify-json/token": "^1.2.19", 36 36 "@tailwindcss/typography": "^0.5.16", 37 37 "vite": "^6.3.5" 38 38 }
+205 -184
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/check': 12 12 specifier: ^0.9.4 13 - version: 0.9.4(typescript@5.8.3) 13 + version: 0.9.4(typescript@5.9.2) 14 14 '@astrojs/mdx': 15 - specifier: ^4.3.0 16 - version: 4.3.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0)) 15 + specifier: ^4.3.3 16 + version: 4.3.3(astro@5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0)) 17 17 '@astrojs/node': 18 - specifier: ^9.3.0 19 - version: 9.3.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0)) 18 + specifier: ^9.3.3 19 + version: 9.3.3(astro@5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0)) 20 20 '@astrojs/preact': 21 21 specifier: ^4.1.0 22 - version: 4.1.0(@babel/core@7.28.0)(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.26.9)(yaml@2.8.0) 22 + version: 4.1.0(@babel/core@7.28.0)(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.27.0)(yaml@2.8.0) 23 23 '@astrojs/rss': 24 24 specifier: ^4.0.12 25 25 version: 4.0.12 ··· 30 30 specifier: 'link:' 31 31 version: 'link:' 32 32 astro: 33 - specifier: ^5.11.0 34 - version: 5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0) 33 + specifier: ^5.12.8 34 + version: 5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0) 35 35 astro-icon: 36 36 specifier: ^1.1.5 37 37 version: 1.1.5 38 38 astro-matomo: 39 39 specifier: ^1.9.0 40 - version: 1.9.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0)) 40 + version: 1.9.0(astro@5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0)) 41 41 dayjs: 42 42 specifier: ^1.11.13 43 43 version: 1.11.13 44 44 preact: 45 - specifier: ^10.26.9 46 - version: 10.26.9 45 + specifier: ^10.27.0 46 + version: 10.27.0 47 47 sharp: 48 - specifier: ^0.34.2 49 - version: 0.34.2 48 + specifier: ^0.34.3 49 + version: 0.34.3 50 50 tailwindcss: 51 51 specifier: ^4.1.11 52 52 version: 4.1.11 53 53 typescript: 54 - specifier: ^5.8.3 55 - version: 5.8.3 54 + specifier: ^5.9.2 55 + version: 5.9.2 56 56 devDependencies: 57 57 '@iconify-json/cib': 58 58 specifier: ^1.2.2 59 59 version: 1.2.2 60 60 '@iconify-json/hugeicons': 61 - specifier: ^1.2.5 62 - version: 1.2.5 61 + specifier: ^1.2.6 62 + version: 1.2.6 63 63 '@iconify-json/mdi': 64 64 specifier: ^1.2.3 65 65 version: 1.2.3 ··· 67 67 specifier: ^1.2.1 68 68 version: 1.2.1 69 69 '@iconify-json/tabler': 70 + specifier: ^1.2.20 71 + version: 1.2.20 72 + '@iconify-json/token': 70 73 specifier: ^1.2.19 71 74 version: 1.2.19 72 - '@iconify-json/token': 73 - specifier: ^1.2.18 74 - version: 1.2.18 75 75 '@tailwindcss/typography': 76 76 specifier: ^0.5.16 77 77 version: 0.5.16(tailwindcss@4.1.11) ··· 100 100 '@astrojs/compiler@2.12.2': 101 101 resolution: {integrity: sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==} 102 102 103 - '@astrojs/internal-helpers@0.6.1': 104 - resolution: {integrity: sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==} 103 + '@astrojs/internal-helpers@0.7.1': 104 + resolution: {integrity: sha512-7dwEVigz9vUWDw3nRwLQ/yH/xYovlUA0ZD86xoeKEBmkz9O6iELG1yri67PgAPW6VLL/xInA4t7H0CK6VmtkKQ==} 105 105 106 106 '@astrojs/language-server@2.15.4': 107 107 resolution: {integrity: sha512-JivzASqTPR2bao9BWsSc/woPHH7OGSGc9aMxXL4U6egVTqBycB3ZHdBJPuOCVtcGLrzdWTosAqVPz1BVoxE0+A==} ··· 115 115 prettier-plugin-astro: 116 116 optional: true 117 117 118 - '@astrojs/markdown-remark@6.3.2': 119 - resolution: {integrity: sha512-bO35JbWpVvyKRl7cmSJD822e8YA8ThR/YbUsciWNA7yTcqpIAL2hJDToWP5KcZBWxGT6IOdOkHSXARSNZc4l/Q==} 118 + '@astrojs/markdown-remark@6.3.5': 119 + resolution: {integrity: sha512-MiR92CkE2BcyWf3b86cBBw/1dKiOH0qhLgXH2OXA6cScrrmmks1Rr4Tl0p/lFpvmgQQrP54Pd1uidJfmxGrpWQ==} 120 120 121 - '@astrojs/mdx@4.3.0': 122 - resolution: {integrity: sha512-OGX2KvPeBzjSSKhkCqrUoDMyzFcjKt5nTE5SFw3RdoLf0nrhyCXBQcCyclzWy1+P+XpOamn+p+hm1EhpCRyPxw==} 121 + '@astrojs/mdx@4.3.3': 122 + resolution: {integrity: sha512-+9+xGP2TBXxcm84cpiq4S9JbuHOHM1fcvREfqW7VHxlUyfUQPByoJ9YYliqHkLS6BMzG+O/+o7n8nguVhuEv4w==} 123 123 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 124 124 peerDependencies: 125 125 astro: ^5.0.0 126 126 127 - '@astrojs/node@9.3.0': 128 - resolution: {integrity: sha512-IV8NzGStHAsKBz1ljxxD8PBhBfnw/BEx/PZfsncTNXg9D4kQtZbSy+Ak0LvDs+rPmK0VeXLNn0HAdWuHCVg8cw==} 127 + '@astrojs/node@9.3.3': 128 + resolution: {integrity: sha512-5jVuDbSxrY7rH7H+6QoRiN78AITLobYXWu+t1A2wRaFPKywaXNr8YHSXfOE4i2YN4c+VqMCv83SjZLWjTK6f9w==} 129 129 peerDependencies: 130 130 astro: ^5.3.0 131 131 ··· 269 269 '@emnapi/runtime@1.4.3': 270 270 resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} 271 271 272 + '@emnapi/runtime@1.4.5': 273 + resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} 274 + 272 275 '@esbuild/aix-ppc64@0.25.5': 273 276 resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==} 274 277 engines: {node: '>=18'} ··· 422 425 '@iconify-json/cib@1.2.2': 423 426 resolution: {integrity: sha512-WevYDdIm0x3I3YZyoIgdSu4uurbzs2b2gsMLUj8/EMKMoPIx6GF+t0VcaCgFY4a0rIdUY18MYP6m9XgcOhOtFg==} 424 427 425 - '@iconify-json/hugeicons@1.2.5': 426 - resolution: {integrity: sha512-luPAFcmQU7eQFHzjtYdYbF5j2h8/6SCv+FGQP7FNJNVBjVGQOyuyum5wXDFEx13F8lGk/AGPVWGqMHp7+HdmJg==} 428 + '@iconify-json/hugeicons@1.2.6': 429 + resolution: {integrity: sha512-Sv+Oh7db6mAfgG9M/I5Do+eL8+978zuzxPEK8ogtX7wWVvYd0TfrWRESdNBf4COS4oav8pGaZDWr4tBMy+Qemg==} 427 430 428 431 '@iconify-json/mdi@1.2.3': 429 432 resolution: {integrity: sha512-O3cLwbDOK7NNDf2ihaQOH5F9JglnulNDFV7WprU2dSoZu3h3cWH//h74uQAB87brHmvFVxIOkuBX2sZSzYhScg==} ··· 431 434 '@iconify-json/meteor-icons@1.2.1': 432 435 resolution: {integrity: sha512-SdYI7XPdqhfnbsDpAtyW1471KS/kqn0hu3VfuTHZmGpNw1hFbtKrIIPykk67Nj2M72ScqMrhuPBA1HKQPbDfQQ==} 433 436 434 - '@iconify-json/tabler@1.2.19': 435 - resolution: {integrity: sha512-JDeQTQxHD8KE12pAbPVHX1WFVOPq8D0XfRb/LwYHwGwYE0HP9OIjJ//TKxS1Gt++RirYu6Xsx+Jm5LA5KbykoA==} 437 + '@iconify-json/tabler@1.2.20': 438 + resolution: {integrity: sha512-xnM7QO42USWGFM9ahH94uXhRxDOrN6nTNZ+glNHNjeyj6SB2YDeENr9AqrI1hWDacMK1FnjeFc4TI1oyF40Gcw==} 436 439 437 - '@iconify-json/token@1.2.18': 438 - resolution: {integrity: sha512-jNBzItOjlkJdCld+uwaMC/eqhKEl1ia4VVaOz+M5EzW9v4Eqnk1n2GRkmdrov/c2TLwgNjGulSXCWbzuP3PlpQ==} 440 + '@iconify-json/token@1.2.19': 441 + resolution: {integrity: sha512-fsWU+xiqnZuNpfWzrKG3Sqb1SDYV0sm4QiBS/CIZImEJ+HJmqm3Ps+5bnzGnhwO5X8fdU3Uh8ovXQCWy0JOedw==} 439 442 440 443 '@iconify/tools@4.1.2': 441 444 resolution: {integrity: sha512-q6NzLQYEN9zkDfcyBqD3vItHcZw97w/s++3H3TBxUORr57EfHxj6tOW6fyufDjMq+Vl56WXWaPx1csBPYlI5CA==} ··· 452 455 cpu: [arm64] 453 456 os: [darwin] 454 457 455 - '@img/sharp-darwin-arm64@0.34.2': 456 - resolution: {integrity: sha512-OfXHZPppddivUJnqyKoi5YVeHRkkNE2zUFT2gbpKxp/JZCFYEYubnMg+gOp6lWfasPrTS+KPosKqdI+ELYVDtg==} 458 + '@img/sharp-darwin-arm64@0.34.3': 459 + resolution: {integrity: sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==} 457 460 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 458 461 cpu: [arm64] 459 462 os: [darwin] ··· 464 467 cpu: [x64] 465 468 os: [darwin] 466 469 467 - '@img/sharp-darwin-x64@0.34.2': 468 - resolution: {integrity: sha512-dYvWqmjU9VxqXmjEtjmvHnGqF8GrVjM2Epj9rJ6BUIXvk8slvNDJbhGFvIoXzkDhrJC2jUxNLz/GUjjvSzfw+g==} 470 + '@img/sharp-darwin-x64@0.34.3': 471 + resolution: {integrity: sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==} 469 472 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 470 473 cpu: [x64] 471 474 os: [darwin] ··· 475 478 cpu: [arm64] 476 479 os: [darwin] 477 480 478 - '@img/sharp-libvips-darwin-arm64@1.1.0': 479 - resolution: {integrity: sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==} 481 + '@img/sharp-libvips-darwin-arm64@1.2.0': 482 + resolution: {integrity: sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==} 480 483 cpu: [arm64] 481 484 os: [darwin] 482 485 ··· 485 488 cpu: [x64] 486 489 os: [darwin] 487 490 488 - '@img/sharp-libvips-darwin-x64@1.1.0': 489 - resolution: {integrity: sha512-Xzc2ToEmHN+hfvsl9wja0RlnXEgpKNmftriQp6XzY/RaSfwD9th+MSh0WQKzUreLKKINb3afirxW7A0fz2YWuQ==} 491 + '@img/sharp-libvips-darwin-x64@1.2.0': 492 + resolution: {integrity: sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==} 490 493 cpu: [x64] 491 494 os: [darwin] 492 495 ··· 495 498 cpu: [arm64] 496 499 os: [linux] 497 500 498 - '@img/sharp-libvips-linux-arm64@1.1.0': 499 - resolution: {integrity: sha512-IVfGJa7gjChDET1dK9SekxFFdflarnUB8PwW8aGwEoF3oAsSDuNUTYS+SKDOyOJxQyDC1aPFMuRYLoDInyV9Ew==} 501 + '@img/sharp-libvips-linux-arm64@1.2.0': 502 + resolution: {integrity: sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==} 500 503 cpu: [arm64] 501 504 os: [linux] 502 505 ··· 505 508 cpu: [arm] 506 509 os: [linux] 507 510 508 - '@img/sharp-libvips-linux-arm@1.1.0': 509 - resolution: {integrity: sha512-s8BAd0lwUIvYCJyRdFqvsj+BJIpDBSxs6ivrOPm/R7piTs5UIwY5OjXrP2bqXC9/moGsyRa37eYWYCOGVXxVrA==} 511 + '@img/sharp-libvips-linux-arm@1.2.0': 512 + resolution: {integrity: sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==} 510 513 cpu: [arm] 511 514 os: [linux] 512 515 513 - '@img/sharp-libvips-linux-ppc64@1.1.0': 514 - resolution: {integrity: sha512-tiXxFZFbhnkWE2LA8oQj7KYR+bWBkiV2nilRldT7bqoEZ4HiDOcePr9wVDAZPi/Id5fT1oY9iGnDq20cwUz8lQ==} 516 + '@img/sharp-libvips-linux-ppc64@1.2.0': 517 + resolution: {integrity: sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==} 515 518 cpu: [ppc64] 516 519 os: [linux] 517 520 ··· 520 523 cpu: [s390x] 521 524 os: [linux] 522 525 523 - '@img/sharp-libvips-linux-s390x@1.1.0': 524 - resolution: {integrity: sha512-xukSwvhguw7COyzvmjydRb3x/09+21HykyapcZchiCUkTThEQEOMtBj9UhkaBRLuBrgLFzQ2wbxdeCCJW/jgJA==} 526 + '@img/sharp-libvips-linux-s390x@1.2.0': 527 + resolution: {integrity: sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==} 525 528 cpu: [s390x] 526 529 os: [linux] 527 530 ··· 530 533 cpu: [x64] 531 534 os: [linux] 532 535 533 - '@img/sharp-libvips-linux-x64@1.1.0': 534 - resolution: {integrity: sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==} 536 + '@img/sharp-libvips-linux-x64@1.2.0': 537 + resolution: {integrity: sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==} 535 538 cpu: [x64] 536 539 os: [linux] 537 540 ··· 540 543 cpu: [arm64] 541 544 os: [linux] 542 545 543 - '@img/sharp-libvips-linuxmusl-arm64@1.1.0': 544 - resolution: {integrity: sha512-jYZdG+whg0MDK+q2COKbYidaqW/WTz0cc1E+tMAusiDygrM4ypmSCjOJPmFTvHHJ8j/6cAGyeDWZOsK06tP33w==} 546 + '@img/sharp-libvips-linuxmusl-arm64@1.2.0': 547 + resolution: {integrity: sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==} 545 548 cpu: [arm64] 546 549 os: [linux] 547 550 ··· 550 553 cpu: [x64] 551 554 os: [linux] 552 555 553 - '@img/sharp-libvips-linuxmusl-x64@1.1.0': 554 - resolution: {integrity: sha512-wK7SBdwrAiycjXdkPnGCPLjYb9lD4l6Ze2gSdAGVZrEL05AOUJESWU2lhlC+Ffn5/G+VKuSm6zzbQSzFX/P65A==} 556 + '@img/sharp-libvips-linuxmusl-x64@1.2.0': 557 + resolution: {integrity: sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==} 555 558 cpu: [x64] 556 559 os: [linux] 557 560 ··· 561 564 cpu: [arm64] 562 565 os: [linux] 563 566 564 - '@img/sharp-linux-arm64@0.34.2': 565 - resolution: {integrity: sha512-D8n8wgWmPDakc83LORcfJepdOSN6MvWNzzz2ux0MnIbOqdieRZwVYY32zxVx+IFUT8er5KPcyU3XXsn+GzG/0Q==} 567 + '@img/sharp-linux-arm64@0.34.3': 568 + resolution: {integrity: sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==} 566 569 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 567 570 cpu: [arm64] 568 571 os: [linux] ··· 573 576 cpu: [arm] 574 577 os: [linux] 575 578 576 - '@img/sharp-linux-arm@0.34.2': 577 - resolution: {integrity: sha512-0DZzkvuEOqQUP9mo2kjjKNok5AmnOr1jB2XYjkaoNRwpAYMDzRmAqUIa1nRi58S2WswqSfPOWLNOr0FDT3H5RQ==} 579 + '@img/sharp-linux-arm@0.34.3': 580 + resolution: {integrity: sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==} 578 581 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 579 582 cpu: [arm] 580 583 os: [linux] 581 584 585 + '@img/sharp-linux-ppc64@0.34.3': 586 + resolution: {integrity: sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==} 587 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 588 + cpu: [ppc64] 589 + os: [linux] 590 + 582 591 '@img/sharp-linux-s390x@0.33.5': 583 592 resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} 584 593 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 585 594 cpu: [s390x] 586 595 os: [linux] 587 596 588 - '@img/sharp-linux-s390x@0.34.2': 589 - resolution: {integrity: sha512-EGZ1xwhBI7dNISwxjChqBGELCWMGDvmxZXKjQRuqMrakhO8QoMgqCrdjnAqJq/CScxfRn+Bb7suXBElKQpPDiw==} 597 + '@img/sharp-linux-s390x@0.34.3': 598 + resolution: {integrity: sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==} 590 599 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 591 600 cpu: [s390x] 592 601 os: [linux] ··· 597 606 cpu: [x64] 598 607 os: [linux] 599 608 600 - '@img/sharp-linux-x64@0.34.2': 601 - resolution: {integrity: sha512-sD7J+h5nFLMMmOXYH4DD9UtSNBD05tWSSdWAcEyzqW8Cn5UxXvsHAxmxSesYUsTOBmUnjtxghKDl15EvfqLFbQ==} 609 + '@img/sharp-linux-x64@0.34.3': 610 + resolution: {integrity: sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==} 602 611 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 603 612 cpu: [x64] 604 613 os: [linux] ··· 609 618 cpu: [arm64] 610 619 os: [linux] 611 620 612 - '@img/sharp-linuxmusl-arm64@0.34.2': 613 - resolution: {integrity: sha512-NEE2vQ6wcxYav1/A22OOxoSOGiKnNmDzCYFOZ949xFmrWZOVII1Bp3NqVVpvj+3UeHMFyN5eP/V5hzViQ5CZNA==} 621 + '@img/sharp-linuxmusl-arm64@0.34.3': 622 + resolution: {integrity: sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==} 614 623 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 615 624 cpu: [arm64] 616 625 os: [linux] ··· 621 630 cpu: [x64] 622 631 os: [linux] 623 632 624 - '@img/sharp-linuxmusl-x64@0.34.2': 625 - resolution: {integrity: sha512-DOYMrDm5E6/8bm/yQLCWyuDJwUnlevR8xtF8bs+gjZ7cyUNYXiSf/E8Kp0Ss5xasIaXSHzb888V1BE4i1hFhAA==} 633 + '@img/sharp-linuxmusl-x64@0.34.3': 634 + resolution: {integrity: sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==} 626 635 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 627 636 cpu: [x64] 628 637 os: [linux] ··· 632 641 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 633 642 cpu: [wasm32] 634 643 635 - '@img/sharp-wasm32@0.34.2': 636 - resolution: {integrity: sha512-/VI4mdlJ9zkaq53MbIG6rZY+QRN3MLbR6usYlgITEzi4Rpx5S6LFKsycOQjkOGmqTNmkIdLjEvooFKwww6OpdQ==} 644 + '@img/sharp-wasm32@0.34.3': 645 + resolution: {integrity: sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==} 637 646 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 638 647 cpu: [wasm32] 639 648 640 - '@img/sharp-win32-arm64@0.34.2': 641 - resolution: {integrity: sha512-cfP/r9FdS63VA5k0xiqaNaEoGxBg9k7uE+RQGzuK9fHt7jib4zAVVseR9LsE4gJcNWgT6APKMNnCcnyOtmSEUQ==} 649 + '@img/sharp-win32-arm64@0.34.3': 650 + resolution: {integrity: sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==} 642 651 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 643 652 cpu: [arm64] 644 653 os: [win32] ··· 649 658 cpu: [ia32] 650 659 os: [win32] 651 660 652 - '@img/sharp-win32-ia32@0.34.2': 653 - resolution: {integrity: sha512-QLjGGvAbj0X/FXl8n1WbtQ6iVBpWU7JO94u/P2M4a8CFYsvQi4GW2mRy/JqkRx0qpBzaOdKJKw8uc930EX2AHw==} 661 + '@img/sharp-win32-ia32@0.34.3': 662 + resolution: {integrity: sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==} 654 663 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 655 664 cpu: [ia32] 656 665 os: [win32] ··· 661 670 cpu: [x64] 662 671 os: [win32] 663 672 664 - '@img/sharp-win32-x64@0.34.2': 665 - resolution: {integrity: sha512-aUdT6zEYtDKCaxkofmmJDJYGCf0+pJg3eU9/oBuqvEeoB9dKI6ZLc/1iLJCTuJQDO4ptntAlkUmHgGjyuobZbw==} 673 + '@img/sharp-win32-x64@0.34.3': 674 + resolution: {integrity: sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==} 666 675 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 667 676 cpu: [x64] 668 677 os: [win32] ··· 1098 1107 peerDependencies: 1099 1108 astro: ^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 1100 1109 1101 - astro@5.11.0: 1102 - resolution: {integrity: sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==} 1110 + astro@5.12.8: 1111 + resolution: {integrity: sha512-KkJ7FR+c2SyZYlpakm48XBiuQcRsrVtdjG5LN5an0givI/tLik+ePJ4/g3qrAVhYMjJOxBA2YgFQxANPiWB+Mw==} 1103 1112 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1104 1113 hasBin: true 1105 1114 ··· 2270 2279 peerDependencies: 2271 2280 preact: '>=10' 2272 2281 2273 - preact@10.26.9: 2274 - resolution: {integrity: sha512-SSjF9vcnF27mJK1XyFMNJzFd5u3pQiATFqoaDy03XuN00u4ziveVVEGt5RKJrDR8MHE/wJo9Nnad56RLzS2RMA==} 2282 + preact@10.27.0: 2283 + resolution: {integrity: sha512-/DTYoB6mwwgPytiqQTh/7SFRL98ZdiD8Sk8zIUVOxtwq4oWcwrcd1uno9fE/zZmUaUrFNYzbH14CPebOz9tZQw==} 2275 2284 2276 2285 prettier@2.8.7: 2277 2286 resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==} ··· 2437 2446 resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 2438 2447 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 2439 2448 2440 - sharp@0.34.2: 2441 - resolution: {integrity: sha512-lszvBmB9QURERtyKT2bNmsgxXK0ShJrL/fvqlonCo7e6xBF8nT8xU6pW+PMIbLsz0RxQk3rgH9kd8UmvOzlMJg==} 2449 + sharp@0.34.3: 2450 + resolution: {integrity: sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==} 2442 2451 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 2443 2452 2444 2453 shiki@3.7.0: ··· 2581 2590 typescript-auto-import-cache@0.3.6: 2582 2591 resolution: {integrity: sha512-RpuHXrknHdVdK7wv/8ug3Fr0WNsNi5l5aB8MYYuXhq2UH5lnEB1htJ1smhtD5VeCsGr2p8mUDtd83LCQDFVgjQ==} 2583 2592 2584 - typescript@5.8.3: 2585 - resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} 2593 + typescript@5.9.2: 2594 + resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} 2586 2595 engines: {node: '>=14.17'} 2587 2596 hasBin: true 2588 2597 ··· 3000 3009 3001 3010 '@antfu/utils@8.1.1': {} 3002 3011 3003 - '@astrojs/check@0.9.4(typescript@5.8.3)': 3012 + '@astrojs/check@0.9.4(typescript@5.9.2)': 3004 3013 dependencies: 3005 - '@astrojs/language-server': 2.15.4(typescript@5.8.3) 3014 + '@astrojs/language-server': 2.15.4(typescript@5.9.2) 3006 3015 chokidar: 4.0.3 3007 3016 kleur: 4.1.5 3008 - typescript: 5.8.3 3017 + typescript: 5.9.2 3009 3018 yargs: 17.7.2 3010 3019 transitivePeerDependencies: 3011 3020 - prettier ··· 3013 3022 3014 3023 '@astrojs/compiler@2.12.2': {} 3015 3024 3016 - '@astrojs/internal-helpers@0.6.1': {} 3025 + '@astrojs/internal-helpers@0.7.1': {} 3017 3026 3018 - '@astrojs/language-server@2.15.4(typescript@5.8.3)': 3027 + '@astrojs/language-server@2.15.4(typescript@5.9.2)': 3019 3028 dependencies: 3020 3029 '@astrojs/compiler': 2.12.2 3021 3030 '@astrojs/yaml2ts': 0.2.2 3022 3031 '@jridgewell/sourcemap-codec': 1.5.4 3023 - '@volar/kit': 2.4.17(typescript@5.8.3) 3032 + '@volar/kit': 2.4.17(typescript@5.9.2) 3024 3033 '@volar/language-core': 2.4.17 3025 3034 '@volar/language-server': 2.4.17 3026 3035 '@volar/language-service': 2.4.17 ··· 3038 3047 transitivePeerDependencies: 3039 3048 - typescript 3040 3049 3041 - '@astrojs/markdown-remark@6.3.2': 3050 + '@astrojs/markdown-remark@6.3.5': 3042 3051 dependencies: 3043 - '@astrojs/internal-helpers': 0.6.1 3052 + '@astrojs/internal-helpers': 0.7.1 3044 3053 '@astrojs/prism': 3.3.0 3045 3054 github-slugger: 2.0.0 3046 3055 hast-util-from-html: 2.0.3 ··· 3064 3073 transitivePeerDependencies: 3065 3074 - supports-color 3066 3075 3067 - '@astrojs/mdx@4.3.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0))': 3076 + '@astrojs/mdx@4.3.3(astro@5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0))': 3068 3077 dependencies: 3069 - '@astrojs/markdown-remark': 6.3.2 3078 + '@astrojs/markdown-remark': 6.3.5 3070 3079 '@mdx-js/mdx': 3.1.0(acorn@8.15.0) 3071 3080 acorn: 8.15.0 3072 - astro: 5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0) 3081 + astro: 5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0) 3073 3082 es-module-lexer: 1.7.0 3074 3083 estree-util-visit: 2.0.0 3075 3084 hast-util-to-html: 9.0.5 ··· 3083 3092 transitivePeerDependencies: 3084 3093 - supports-color 3085 3094 3086 - '@astrojs/node@9.3.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0))': 3095 + '@astrojs/node@9.3.3(astro@5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0))': 3087 3096 dependencies: 3088 - '@astrojs/internal-helpers': 0.6.1 3089 - astro: 5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0) 3097 + '@astrojs/internal-helpers': 0.7.1 3098 + astro: 5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0) 3090 3099 send: 1.2.0 3091 3100 server-destroy: 1.0.1 3092 3101 transitivePeerDependencies: 3093 3102 - supports-color 3094 3103 3095 - '@astrojs/preact@4.1.0(@babel/core@7.28.0)(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.26.9)(yaml@2.8.0)': 3104 + '@astrojs/preact@4.1.0(@babel/core@7.28.0)(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.27.0)(yaml@2.8.0)': 3096 3105 dependencies: 3097 - '@preact/preset-vite': 2.10.2(@babel/core@7.28.0)(preact@10.26.9)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3098 - '@preact/signals': 2.2.1(preact@10.26.9) 3099 - preact: 10.26.9 3100 - preact-render-to-string: 6.5.13(preact@10.26.9) 3106 + '@preact/preset-vite': 2.10.2(@babel/core@7.28.0)(preact@10.27.0)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3107 + '@preact/signals': 2.2.1(preact@10.27.0) 3108 + preact: 10.27.0 3109 + preact-render-to-string: 6.5.13(preact@10.27.0) 3101 3110 vite: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3102 3111 transitivePeerDependencies: 3103 3112 - '@babel/core' ··· 3300 3309 '@emmetio/stream-reader@2.2.0': {} 3301 3310 3302 3311 '@emnapi/runtime@1.4.3': 3312 + dependencies: 3313 + tslib: 2.8.1 3314 + optional: true 3315 + 3316 + '@emnapi/runtime@1.4.5': 3303 3317 dependencies: 3304 3318 tslib: 2.8.1 3305 3319 optional: true ··· 3383 3397 dependencies: 3384 3398 '@iconify/types': 2.0.0 3385 3399 3386 - '@iconify-json/hugeicons@1.2.5': 3400 + '@iconify-json/hugeicons@1.2.6': 3387 3401 dependencies: 3388 3402 '@iconify/types': 2.0.0 3389 3403 ··· 3395 3409 dependencies: 3396 3410 '@iconify/types': 2.0.0 3397 3411 3398 - '@iconify-json/tabler@1.2.19': 3412 + '@iconify-json/tabler@1.2.20': 3399 3413 dependencies: 3400 3414 '@iconify/types': 2.0.0 3401 3415 3402 - '@iconify-json/token@1.2.18': 3416 + '@iconify-json/token@1.2.19': 3403 3417 dependencies: 3404 3418 '@iconify/types': 2.0.0 3405 3419 ··· 3440 3454 '@img/sharp-libvips-darwin-arm64': 1.0.4 3441 3455 optional: true 3442 3456 3443 - '@img/sharp-darwin-arm64@0.34.2': 3457 + '@img/sharp-darwin-arm64@0.34.3': 3444 3458 optionalDependencies: 3445 - '@img/sharp-libvips-darwin-arm64': 1.1.0 3459 + '@img/sharp-libvips-darwin-arm64': 1.2.0 3446 3460 optional: true 3447 3461 3448 3462 '@img/sharp-darwin-x64@0.33.5': ··· 3450 3464 '@img/sharp-libvips-darwin-x64': 1.0.4 3451 3465 optional: true 3452 3466 3453 - '@img/sharp-darwin-x64@0.34.2': 3467 + '@img/sharp-darwin-x64@0.34.3': 3454 3468 optionalDependencies: 3455 - '@img/sharp-libvips-darwin-x64': 1.1.0 3469 + '@img/sharp-libvips-darwin-x64': 1.2.0 3456 3470 optional: true 3457 3471 3458 3472 '@img/sharp-libvips-darwin-arm64@1.0.4': 3459 3473 optional: true 3460 3474 3461 - '@img/sharp-libvips-darwin-arm64@1.1.0': 3475 + '@img/sharp-libvips-darwin-arm64@1.2.0': 3462 3476 optional: true 3463 3477 3464 3478 '@img/sharp-libvips-darwin-x64@1.0.4': 3465 3479 optional: true 3466 3480 3467 - '@img/sharp-libvips-darwin-x64@1.1.0': 3481 + '@img/sharp-libvips-darwin-x64@1.2.0': 3468 3482 optional: true 3469 3483 3470 3484 '@img/sharp-libvips-linux-arm64@1.0.4': 3471 3485 optional: true 3472 3486 3473 - '@img/sharp-libvips-linux-arm64@1.1.0': 3487 + '@img/sharp-libvips-linux-arm64@1.2.0': 3474 3488 optional: true 3475 3489 3476 3490 '@img/sharp-libvips-linux-arm@1.0.5': 3477 3491 optional: true 3478 3492 3479 - '@img/sharp-libvips-linux-arm@1.1.0': 3493 + '@img/sharp-libvips-linux-arm@1.2.0': 3480 3494 optional: true 3481 3495 3482 - '@img/sharp-libvips-linux-ppc64@1.1.0': 3496 + '@img/sharp-libvips-linux-ppc64@1.2.0': 3483 3497 optional: true 3484 3498 3485 3499 '@img/sharp-libvips-linux-s390x@1.0.4': 3486 3500 optional: true 3487 3501 3488 - '@img/sharp-libvips-linux-s390x@1.1.0': 3502 + '@img/sharp-libvips-linux-s390x@1.2.0': 3489 3503 optional: true 3490 3504 3491 3505 '@img/sharp-libvips-linux-x64@1.0.4': 3492 3506 optional: true 3493 3507 3494 - '@img/sharp-libvips-linux-x64@1.1.0': 3508 + '@img/sharp-libvips-linux-x64@1.2.0': 3495 3509 optional: true 3496 3510 3497 3511 '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 3498 3512 optional: true 3499 3513 3500 - '@img/sharp-libvips-linuxmusl-arm64@1.1.0': 3514 + '@img/sharp-libvips-linuxmusl-arm64@1.2.0': 3501 3515 optional: true 3502 3516 3503 3517 '@img/sharp-libvips-linuxmusl-x64@1.0.4': 3504 3518 optional: true 3505 3519 3506 - '@img/sharp-libvips-linuxmusl-x64@1.1.0': 3520 + '@img/sharp-libvips-linuxmusl-x64@1.2.0': 3507 3521 optional: true 3508 3522 3509 3523 '@img/sharp-linux-arm64@0.33.5': ··· 3511 3525 '@img/sharp-libvips-linux-arm64': 1.0.4 3512 3526 optional: true 3513 3527 3514 - '@img/sharp-linux-arm64@0.34.2': 3528 + '@img/sharp-linux-arm64@0.34.3': 3515 3529 optionalDependencies: 3516 - '@img/sharp-libvips-linux-arm64': 1.1.0 3530 + '@img/sharp-libvips-linux-arm64': 1.2.0 3517 3531 optional: true 3518 3532 3519 3533 '@img/sharp-linux-arm@0.33.5': ··· 3521 3535 '@img/sharp-libvips-linux-arm': 1.0.5 3522 3536 optional: true 3523 3537 3524 - '@img/sharp-linux-arm@0.34.2': 3538 + '@img/sharp-linux-arm@0.34.3': 3525 3539 optionalDependencies: 3526 - '@img/sharp-libvips-linux-arm': 1.1.0 3540 + '@img/sharp-libvips-linux-arm': 1.2.0 3541 + optional: true 3542 + 3543 + '@img/sharp-linux-ppc64@0.34.3': 3544 + optionalDependencies: 3545 + '@img/sharp-libvips-linux-ppc64': 1.2.0 3527 3546 optional: true 3528 3547 3529 3548 '@img/sharp-linux-s390x@0.33.5': ··· 3531 3550 '@img/sharp-libvips-linux-s390x': 1.0.4 3532 3551 optional: true 3533 3552 3534 - '@img/sharp-linux-s390x@0.34.2': 3553 + '@img/sharp-linux-s390x@0.34.3': 3535 3554 optionalDependencies: 3536 - '@img/sharp-libvips-linux-s390x': 1.1.0 3555 + '@img/sharp-libvips-linux-s390x': 1.2.0 3537 3556 optional: true 3538 3557 3539 3558 '@img/sharp-linux-x64@0.33.5': ··· 3541 3560 '@img/sharp-libvips-linux-x64': 1.0.4 3542 3561 optional: true 3543 3562 3544 - '@img/sharp-linux-x64@0.34.2': 3563 + '@img/sharp-linux-x64@0.34.3': 3545 3564 optionalDependencies: 3546 - '@img/sharp-libvips-linux-x64': 1.1.0 3565 + '@img/sharp-libvips-linux-x64': 1.2.0 3547 3566 optional: true 3548 3567 3549 3568 '@img/sharp-linuxmusl-arm64@0.33.5': ··· 3551 3570 '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 3552 3571 optional: true 3553 3572 3554 - '@img/sharp-linuxmusl-arm64@0.34.2': 3573 + '@img/sharp-linuxmusl-arm64@0.34.3': 3555 3574 optionalDependencies: 3556 - '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 3575 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.0 3557 3576 optional: true 3558 3577 3559 3578 '@img/sharp-linuxmusl-x64@0.33.5': ··· 3561 3580 '@img/sharp-libvips-linuxmusl-x64': 1.0.4 3562 3581 optional: true 3563 3582 3564 - '@img/sharp-linuxmusl-x64@0.34.2': 3583 + '@img/sharp-linuxmusl-x64@0.34.3': 3565 3584 optionalDependencies: 3566 - '@img/sharp-libvips-linuxmusl-x64': 1.1.0 3585 + '@img/sharp-libvips-linuxmusl-x64': 1.2.0 3567 3586 optional: true 3568 3587 3569 3588 '@img/sharp-wasm32@0.33.5': ··· 3571 3590 '@emnapi/runtime': 1.4.3 3572 3591 optional: true 3573 3592 3574 - '@img/sharp-wasm32@0.34.2': 3593 + '@img/sharp-wasm32@0.34.3': 3575 3594 dependencies: 3576 - '@emnapi/runtime': 1.4.3 3595 + '@emnapi/runtime': 1.4.5 3577 3596 optional: true 3578 3597 3579 - '@img/sharp-win32-arm64@0.34.2': 3598 + '@img/sharp-win32-arm64@0.34.3': 3580 3599 optional: true 3581 3600 3582 3601 '@img/sharp-win32-ia32@0.33.5': 3583 3602 optional: true 3584 3603 3585 - '@img/sharp-win32-ia32@0.34.2': 3604 + '@img/sharp-win32-ia32@0.34.3': 3586 3605 optional: true 3587 3606 3588 3607 '@img/sharp-win32-x64@0.33.5': 3589 3608 optional: true 3590 3609 3591 - '@img/sharp-win32-x64@0.34.2': 3610 + '@img/sharp-win32-x64@0.34.3': 3592 3611 optional: true 3593 3612 3594 3613 '@isaacs/fs-minipass@4.0.1': ··· 3653 3672 3654 3673 '@oslojs/encoding@1.1.0': {} 3655 3674 3656 - '@preact/preset-vite@2.10.2(@babel/core@7.28.0)(preact@10.26.9)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3675 + '@preact/preset-vite@2.10.2(@babel/core@7.28.0)(preact@10.27.0)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3657 3676 dependencies: 3658 3677 '@babel/core': 7.28.0 3659 3678 '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.28.0) 3660 3679 '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.28.0) 3661 - '@prefresh/vite': 2.4.8(preact@10.26.9)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3680 + '@prefresh/vite': 2.4.8(preact@10.27.0)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3662 3681 '@rollup/pluginutils': 4.2.1 3663 3682 babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.28.0) 3664 3683 debug: 4.4.1 ··· 3671 3690 3672 3691 '@preact/signals-core@1.11.0': {} 3673 3692 3674 - '@preact/signals@2.2.1(preact@10.26.9)': 3693 + '@preact/signals@2.2.1(preact@10.27.0)': 3675 3694 dependencies: 3676 3695 '@preact/signals-core': 1.11.0 3677 - preact: 10.26.9 3696 + preact: 10.27.0 3678 3697 3679 3698 '@prefresh/babel-plugin@0.5.2': {} 3680 3699 3681 - '@prefresh/core@1.5.5(preact@10.26.9)': 3700 + '@prefresh/core@1.5.5(preact@10.27.0)': 3682 3701 dependencies: 3683 - preact: 10.26.9 3702 + preact: 10.27.0 3684 3703 3685 3704 '@prefresh/utils@1.2.1': {} 3686 3705 3687 - '@prefresh/vite@2.4.8(preact@10.26.9)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3706 + '@prefresh/vite@2.4.8(preact@10.27.0)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3688 3707 dependencies: 3689 3708 '@babel/core': 7.28.0 3690 3709 '@prefresh/babel-plugin': 0.5.2 3691 - '@prefresh/core': 1.5.5(preact@10.26.9) 3710 + '@prefresh/core': 1.5.5(preact@10.27.0) 3692 3711 '@prefresh/utils': 1.2.1 3693 3712 '@rollup/pluginutils': 4.2.1 3694 - preact: 10.26.9 3713 + preact: 10.27.0 3695 3714 vite: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3696 3715 transitivePeerDependencies: 3697 3716 - supports-color ··· 3937 3956 3938 3957 '@ungap/structured-clone@1.3.0': {} 3939 3958 3940 - '@volar/kit@2.4.17(typescript@5.8.3)': 3959 + '@volar/kit@2.4.17(typescript@5.9.2)': 3941 3960 dependencies: 3942 3961 '@volar/language-service': 2.4.17 3943 3962 '@volar/typescript': 2.4.17 3944 3963 typesafe-path: 0.2.2 3945 - typescript: 5.8.3 3964 + typescript: 5.9.2 3946 3965 vscode-languageserver-textdocument: 1.0.12 3947 3966 vscode-uri: 3.1.0 3948 3967 ··· 4036 4055 - debug 4037 4056 - supports-color 4038 4057 4039 - astro-matomo@1.9.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0)): 4058 + astro-matomo@1.9.0(astro@5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0)): 4040 4059 dependencies: 4041 - astro: 5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0) 4060 + astro: 5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0) 4042 4061 4043 - astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0): 4062 + astro@5.12.8(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.9.2)(yaml@2.8.0): 4044 4063 dependencies: 4045 4064 '@astrojs/compiler': 2.12.2 4046 - '@astrojs/internal-helpers': 0.6.1 4047 - '@astrojs/markdown-remark': 6.3.2 4065 + '@astrojs/internal-helpers': 0.7.1 4066 + '@astrojs/markdown-remark': 6.3.5 4048 4067 '@astrojs/telemetry': 3.3.0 4049 4068 '@capsizecss/unpack': 2.4.0 4050 4069 '@oslojs/encoding': 1.1.0 ··· 4087 4106 rehype: 13.0.2 4088 4107 semver: 7.7.2 4089 4108 shiki: 3.7.0 4109 + smol-toml: 1.4.1 4090 4110 tinyexec: 0.3.2 4091 4111 tinyglobby: 0.2.14 4092 - tsconfck: 3.1.6(typescript@5.8.3) 4112 + tsconfck: 3.1.6(typescript@5.9.2) 4093 4113 ultrahtml: 1.6.0 4094 4114 unifont: 0.5.2 4095 4115 unist-util-visit: 5.0.0 ··· 4102 4122 yocto-spinner: 0.2.3 4103 4123 zod: 3.25.72 4104 4124 zod-to-json-schema: 3.24.6(zod@3.25.72) 4105 - zod-to-ts: 1.2.0(typescript@5.8.3)(zod@3.25.72) 4125 + zod-to-ts: 1.2.0(typescript@5.9.2)(zod@3.25.72) 4106 4126 optionalDependencies: 4107 4127 sharp: 0.33.5 4108 4128 transitivePeerDependencies: ··· 5629 5649 picocolors: 1.1.1 5630 5650 source-map-js: 1.2.1 5631 5651 5632 - preact-render-to-string@6.5.13(preact@10.26.9): 5652 + preact-render-to-string@6.5.13(preact@10.27.0): 5633 5653 dependencies: 5634 - preact: 10.26.9 5654 + preact: 10.27.0 5635 5655 5636 - preact@10.26.9: {} 5656 + preact@10.27.0: {} 5637 5657 5638 5658 prettier@2.8.7: 5639 5659 optional: true ··· 5907 5927 '@img/sharp-win32-x64': 0.33.5 5908 5928 optional: true 5909 5929 5910 - sharp@0.34.2: 5930 + sharp@0.34.3: 5911 5931 dependencies: 5912 5932 color: 4.2.3 5913 5933 detect-libc: 2.0.4 5914 5934 semver: 7.7.2 5915 5935 optionalDependencies: 5916 - '@img/sharp-darwin-arm64': 0.34.2 5917 - '@img/sharp-darwin-x64': 0.34.2 5918 - '@img/sharp-libvips-darwin-arm64': 1.1.0 5919 - '@img/sharp-libvips-darwin-x64': 1.1.0 5920 - '@img/sharp-libvips-linux-arm': 1.1.0 5921 - '@img/sharp-libvips-linux-arm64': 1.1.0 5922 - '@img/sharp-libvips-linux-ppc64': 1.1.0 5923 - '@img/sharp-libvips-linux-s390x': 1.1.0 5924 - '@img/sharp-libvips-linux-x64': 1.1.0 5925 - '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 5926 - '@img/sharp-libvips-linuxmusl-x64': 1.1.0 5927 - '@img/sharp-linux-arm': 0.34.2 5928 - '@img/sharp-linux-arm64': 0.34.2 5929 - '@img/sharp-linux-s390x': 0.34.2 5930 - '@img/sharp-linux-x64': 0.34.2 5931 - '@img/sharp-linuxmusl-arm64': 0.34.2 5932 - '@img/sharp-linuxmusl-x64': 0.34.2 5933 - '@img/sharp-wasm32': 0.34.2 5934 - '@img/sharp-win32-arm64': 0.34.2 5935 - '@img/sharp-win32-ia32': 0.34.2 5936 - '@img/sharp-win32-x64': 0.34.2 5936 + '@img/sharp-darwin-arm64': 0.34.3 5937 + '@img/sharp-darwin-x64': 0.34.3 5938 + '@img/sharp-libvips-darwin-arm64': 1.2.0 5939 + '@img/sharp-libvips-darwin-x64': 1.2.0 5940 + '@img/sharp-libvips-linux-arm': 1.2.0 5941 + '@img/sharp-libvips-linux-arm64': 1.2.0 5942 + '@img/sharp-libvips-linux-ppc64': 1.2.0 5943 + '@img/sharp-libvips-linux-s390x': 1.2.0 5944 + '@img/sharp-libvips-linux-x64': 1.2.0 5945 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.0 5946 + '@img/sharp-libvips-linuxmusl-x64': 1.2.0 5947 + '@img/sharp-linux-arm': 0.34.3 5948 + '@img/sharp-linux-arm64': 0.34.3 5949 + '@img/sharp-linux-ppc64': 0.34.3 5950 + '@img/sharp-linux-s390x': 0.34.3 5951 + '@img/sharp-linux-x64': 0.34.3 5952 + '@img/sharp-linuxmusl-arm64': 0.34.3 5953 + '@img/sharp-linuxmusl-x64': 0.34.3 5954 + '@img/sharp-wasm32': 0.34.3 5955 + '@img/sharp-win32-arm64': 0.34.3 5956 + '@img/sharp-win32-ia32': 0.34.3 5957 + '@img/sharp-win32-x64': 0.34.3 5937 5958 5938 5959 shiki@3.7.0: 5939 5960 dependencies: ··· 6060 6081 6061 6082 trough@2.2.0: {} 6062 6083 6063 - tsconfck@3.1.6(typescript@5.8.3): 6084 + tsconfck@3.1.6(typescript@5.9.2): 6064 6085 optionalDependencies: 6065 - typescript: 5.8.3 6086 + typescript: 5.9.2 6066 6087 6067 6088 tslib@2.8.1: {} 6068 6089 ··· 6074 6095 dependencies: 6075 6096 semver: 7.7.2 6076 6097 6077 - typescript@5.8.3: {} 6098 + typescript@5.9.2: {} 6078 6099 6079 6100 ufo@1.6.1: {} 6080 6101 ··· 6423 6444 dependencies: 6424 6445 zod: 3.25.72 6425 6446 6426 - zod-to-ts@1.2.0(typescript@5.8.3)(zod@3.25.72): 6447 + zod-to-ts@1.2.0(typescript@5.9.2)(zod@3.25.72): 6427 6448 dependencies: 6428 - typescript: 5.8.3 6449 + typescript: 5.9.2 6429 6450 zod: 3.25.72 6430 6451 6431 6452 zod@3.25.72: {}