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 7f2816dd 94368480

+240 -297
+7 -7
package.json
··· 18 18 }, 19 19 "dependencies": { 20 20 "@astrojs/mdx": "^4.3.3", 21 - "@astrojs/netlify": "^6.5.5", 21 + "@astrojs/netlify": "^6.5.6", 22 22 "@astrojs/rss": "^4.0.12", 23 23 "@astrojs/sitemap": "^3.4.2", 24 24 "@playform/inline": "^0.1.2", 25 - "astro": "5.12.0", 25 + "astro": "^5.12.9", 26 26 "astro-og-canvas": "^0.7.0", 27 27 "canvaskit-wasm": "^0.40.0", 28 28 "feed": "^5.1.0", ··· 39 39 "unist-util-visit": "^5.0.0" 40 40 }, 41 41 "devDependencies": { 42 - "@eslint/js": "^9.32.0", 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.38.0", 46 - "@typescript-eslint/parser": "^8.38.0", 47 - "eslint": "^9.32.0", 45 + "@typescript-eslint/eslint-plugin": "^8.39.0", 46 + "@typescript-eslint/parser": "^8.39.0", 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", ··· 52 52 "prettier-plugin-astro": "^0.14.1", 53 53 "tsx": "^4.20.3", 54 54 "typescript": "^5.9.2", 55 - "typescript-eslint": "^8.38.0" 55 + "typescript-eslint": "^8.39.0" 56 56 } 57 57 }
+233 -290
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/mdx': 12 12 specifier: ^4.3.3 13 - version: 4.3.3(astro@5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0)) 13 + version: 4.3.3(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)) 14 14 '@astrojs/netlify': 15 - specifier: ^6.5.5 16 - version: 6.5.5(@types/node@24.1.0)(astro@5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0))(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(yaml@2.8.0) 15 + specifier: ^6.5.6 16 + version: 6.5.6(@types/node@24.2.1)(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(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) 17 17 '@astrojs/rss': 18 18 specifier: ^4.0.12 19 19 version: 4.0.12 ··· 22 22 version: 3.4.2 23 23 '@playform/inline': 24 24 specifier: ^0.1.2 25 - version: 0.1.2(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0) 25 + version: 0.1.2(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 26 26 astro: 27 - specifier: 5.12.0 28 - version: 5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0) 27 + specifier: ^5.12.9 28 + version: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(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.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0)) 31 + version: 0.7.0(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)) 32 32 canvaskit-wasm: 33 33 specifier: ^0.40.0 34 34 version: 0.40.0 ··· 70 70 version: 5.0.0 71 71 devDependencies: 72 72 '@eslint/js': 73 - specifier: ^9.32.0 74 - version: 9.32.0 73 + specifier: ^9.33.0 74 + version: 9.33.0 75 75 '@types/markdown-it': 76 76 specifier: ^14.1.2 77 77 version: 14.1.2 ··· 79 79 specifier: ^2.16.0 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 - specifier: ^8.38.0 83 - version: 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 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) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.38.0 86 - version: 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 85 + specifier: ^8.39.0 86 + version: 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 87 87 eslint: 88 - specifier: ^9.32.0 89 - version: 9.32.0(jiti@2.5.1) 88 + specifier: ^9.33.0 89 + version: 9.33.0(jiti@2.5.1) 90 90 eslint-config-prettier: 91 91 specifier: ^10.1.8 92 - version: 10.1.8(eslint@9.32.0(jiti@2.5.1)) 92 + version: 10.1.8(eslint@9.33.0(jiti@2.5.1)) 93 93 eslint-plugin-astro: 94 94 specifier: ^1.3.1 95 - version: 1.3.1(eslint@9.32.0(jiti@2.5.1)) 95 + version: 1.3.1(eslint@9.33.0(jiti@2.5.1)) 96 96 globals: 97 97 specifier: ^16.3.0 98 98 version: 16.3.0 ··· 109 109 specifier: ^5.9.2 110 110 version: 5.9.2 111 111 typescript-eslint: 112 - specifier: ^8.38.0 113 - version: 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 112 + specifier: ^8.39.0 113 + version: 8.39.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 - 120 - '@astrojs/internal-helpers@0.6.1': 121 - resolution: {integrity: sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==} 122 119 123 120 '@astrojs/internal-helpers@0.7.1': 124 121 resolution: {integrity: sha512-7dwEVigz9vUWDw3nRwLQ/yH/xYovlUA0ZD86xoeKEBmkz9O6iELG1yri67PgAPW6VLL/xInA4t7H0CK6VmtkKQ==} 125 122 126 - '@astrojs/markdown-remark@6.3.3': 127 - resolution: {integrity: sha512-DDRtD1sPvAuA7ms2btc9A7/7DApKqgLMNrE6kh5tmkfy8utD0Z738gqd3p5aViYYdUtHIyEJ1X4mCMxfCfu15w==} 128 - 129 123 '@astrojs/markdown-remark@6.3.5': 130 124 resolution: {integrity: sha512-MiR92CkE2BcyWf3b86cBBw/1dKiOH0qhLgXH2OXA6cScrrmmks1Rr4Tl0p/lFpvmgQQrP54Pd1uidJfmxGrpWQ==} 131 125 ··· 135 129 peerDependencies: 136 130 astro: ^5.0.0 137 131 138 - '@astrojs/netlify@6.5.5': 139 - resolution: {integrity: sha512-hsFPeVX/doXolblkgrX5O3EfINYarGRPZV4PEBodRHVScZJaERc46iOOArmU4elr3EKE6XD8/KuWqqpmqV7mLg==} 132 + '@astrojs/netlify@6.5.6': 133 + resolution: {integrity: sha512-v3TGphYLYQqE18WsyHz2ZCIJU7nF4YX0k175TBjLYhclPS/vieGTQ31iru6/eN3Ufsd+Ki8izEIQw/DG+D/j6w==} 140 134 peerDependencies: 141 135 astro: ^5.3.0 142 136 ··· 529 523 resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==} 530 524 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 531 525 532 - '@eslint/config-helpers@0.3.0': 533 - resolution: {integrity: sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==} 526 + '@eslint/config-helpers@0.3.1': 527 + resolution: {integrity: sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==} 534 528 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 535 529 536 - '@eslint/core@0.15.1': 537 - resolution: {integrity: sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==} 530 + '@eslint/core@0.15.2': 531 + resolution: {integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==} 538 532 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 539 533 540 534 '@eslint/eslintrc@3.3.1': 541 535 resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} 542 536 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 543 537 544 - '@eslint/js@9.32.0': 545 - resolution: {integrity: sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==} 538 + '@eslint/js@9.33.0': 539 + resolution: {integrity: sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==} 546 540 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 547 541 548 542 '@eslint/object-schema@2.1.6': 549 543 resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==} 550 544 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 551 545 552 - '@eslint/plugin-kit@0.3.4': 553 - resolution: {integrity: sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==} 546 + '@eslint/plugin-kit@0.3.5': 547 + resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==} 554 548 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 555 549 556 550 '@fastify/accept-negotiator@2.0.1': ··· 863 857 resolution: {integrity: sha512-8CnOVD4wYszb+V8TKb/cYa02YcWVSP1nMNRVFMQeHSx5qHzjWKWusim3RMRwdCT6OQefyMnbMR+3PWre/W2bPg==} 864 858 engines: {node: '>=20.6.1'} 865 859 866 - '@netlify/edge-bundler@14.4.0': 867 - resolution: {integrity: sha512-/G4y1dr1KR2Jsji5uSruAsMQvoxK0cfAkvC+RfjSERh9Ra/So/ukMgb4ucybso4hrgfuXZVdTWHSyH6pAxEp/w==} 860 + '@netlify/edge-bundler@14.5.0': 861 + resolution: {integrity: sha512-3u6Q8AiTlnfxPzlwBwgbRfj3jkguZlZYTN8T/oo8m7qRR/e2asFqDNFINVB7hSDIwnXhHVOlcHPHo+entz3blg==} 868 862 engines: {node: '>=18.14.0'} 869 863 870 - '@netlify/edge-functions-bootstrap@2.14.0': 871 - resolution: {integrity: sha512-Fs1cQ+XKfKr2OxrAvmX+S46CJmrysxBdCUCTk/wwcCZikrDvsYUFG7FTquUl4JfAf9taYYyW/tPv35gKOKS8BQ==} 864 + '@netlify/edge-functions-bootstrap@2.16.0': 865 + resolution: {integrity: sha512-v8QQihSbBHj3JxtJsHoepXALpNumD9M7egHoc8z62FYl5it34dWczkaJoFFopEyhiBVKi4K/n0ZYpdzwfujd6g==} 872 866 873 867 '@netlify/edge-functions@2.17.0': 874 868 resolution: {integrity: sha512-dSrRFBON77gMjt5TYFWnB3BPbfBiRFL/bWqxj8cXVNxIv0qCd4l2lV3C4+Ipg9i0hPEG8z9bHs6HuJi3ZXfUyw==} ··· 878 872 resolution: {integrity: sha512-FhwXULPeD9qbUdWxtD9AUjV5GEjB93fqLhl0N4KZAf00i1Ec0t3WmCJ4j5bCbnETxXEkTOYhhUBHZi2BAFQSgw==} 879 873 engines: {node: '>=18.0.0'} 880 874 881 - '@netlify/headers-parser@9.0.1': 882 - resolution: {integrity: sha512-KHKNVNtzWUkUQhttHsLA217xIjUQxBOY5RCMRkR77G5pH1Sca9gqGhnMvk3KfRol/OZK2/1k83ZpYuvMswsK/w==} 875 + '@netlify/headers-parser@9.0.2': 876 + resolution: {integrity: sha512-86YEGPxVemhksY1LeSr8NSOyH11RHvYHq+FuBJnTlPZoRDX+TD+0TAxF6lwzAgVTd1VPkyFEHlNgUGqw7aNzRQ==} 883 877 engines: {node: '>=18.14.0'} 884 878 885 879 '@netlify/headers@2.0.8': ··· 928 922 peerDependencies: 929 923 vite: ^5 || ^6 || ^7 930 924 931 - '@netlify/zip-it-and-ship-it@14.1.0': 932 - resolution: {integrity: sha512-avFOrCOoRMCHfeZyVUNBAbP4Byi0FMYSWS2j4zn5KAbpBgOFRRc841JnGlXGB5gCIzsrJAsW5ZL8SnlXf6lrOQ==} 925 + '@netlify/zip-it-and-ship-it@14.1.2': 926 + resolution: {integrity: sha512-JBQsPjFcFjvExzR14X5zDFgLfrR0g2r/AZIlnFpp/elfyrNnK9eDzgc2I/5v+5jLxxFXKWq1pLQWJgf69idGPw==} 933 927 engines: {node: '>=18.14.0'} 934 928 hasBin: true 935 929 ··· 1159 1153 cpu: [x64] 1160 1154 os: [win32] 1161 1155 1162 - '@shikijs/core@3.9.1': 1163 - resolution: {integrity: sha512-W5Vwen0KJCtR7KFRo+3JLGAqLUPsfW7e+wZ4yaRBGIogwI9ZlnkpRm9ZV8JtfzMxOkIwZwMmmN0hNErLtm3AYg==} 1156 + '@shikijs/core@3.9.2': 1157 + resolution: {integrity: sha512-3q/mzmw09B2B6PgFNeiaN8pkNOixWS726IHmJEpjDAcneDPMQmUg2cweT9cWXY4XcyQS3i6mOOUgQz9RRUP6HA==} 1164 1158 1165 - '@shikijs/engine-javascript@3.9.1': 1166 - resolution: {integrity: sha512-4hGenxYpAmtALryKsdli2K58F0s7RBYpj/RSDcAAGfRM6eTEGI5cZnt86mr+d9/4BaZ5sH5s4p3VU5irIdhj9Q==} 1159 + '@shikijs/engine-javascript@3.9.2': 1160 + resolution: {integrity: sha512-kUTRVKPsB/28H5Ko6qEsyudBiWEDLst+Sfi+hwr59E0GLHV0h8RfgbQU7fdN5Lt9A8R1ulRiZyTvAizkROjwDA==} 1167 1161 1168 - '@shikijs/engine-oniguruma@3.9.1': 1169 - resolution: {integrity: sha512-WPlL/xqviwS3te4unSGGGfflKsuHLMI6tPdNYvgz/IygcBT6UiwDFSzjBKyebwi5GGSlXsjjdoJLIBnAplmEZw==} 1162 + '@shikijs/engine-oniguruma@3.9.2': 1163 + resolution: {integrity: sha512-Vn/w5oyQ6TUgTVDIC/BrpXwIlfK6V6kGWDVVz2eRkF2v13YoENUvaNwxMsQU/t6oCuZKzqp9vqtEtEzKl9VegA==} 1170 1164 1171 - '@shikijs/langs@3.9.1': 1172 - resolution: {integrity: sha512-Vyy2Yv9PP3Veh3VSsIvNncOR+O93wFsNYgN2B6cCCJlS7H9SKFYc55edsqernsg8WT/zam1cfB6llJsQWLnVhA==} 1165 + '@shikijs/langs@3.9.2': 1166 + resolution: {integrity: sha512-X1Q6wRRQXY7HqAuX3I8WjMscjeGjqXCg/Sve7J2GWFORXkSrXud23UECqTBIdCSNKJioFtmUGJQNKtlMMZMn0w==} 1173 1167 1174 - '@shikijs/themes@3.9.1': 1175 - resolution: {integrity: sha512-zAykkGECNICCMXpKeVvq04yqwaSuAIvrf8MjsU5bzskfg4XreU+O0B5wdNCYRixoB9snd3YlZ373WV5E/g5T9A==} 1168 + '@shikijs/themes@3.9.2': 1169 + resolution: {integrity: sha512-6z5lBPBMRfLyyEsgf6uJDHPa6NAGVzFJqH4EAZ+03+7sedYir2yJBRu2uPZOKmj43GyhVHWHvyduLDAwJQfDjA==} 1176 1170 1177 - '@shikijs/types@3.9.1': 1178 - resolution: {integrity: sha512-rqM3T7a0iM1oPKz9iaH/cVgNX9Vz1HERcUcXJ94/fulgVdwqfnhXzGxO4bLrAnh/o5CPLy3IcYedogfV+Ns0Qg==} 1171 + '@shikijs/types@3.9.2': 1172 + resolution: {integrity: sha512-/M5L0Uc2ljyn2jKvj4Yiah7ow/W+DJSglVafvWAJ/b8AZDeeRAdMu3c2riDzB7N42VD+jSnWxeP9AKtd4TfYVw==} 1179 1173 1180 1174 '@shikijs/vscode-textmate@10.0.2': 1181 1175 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 1231 1225 '@types/node@22.13.14': 1232 1226 resolution: {integrity: sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==} 1233 1227 1234 - '@types/node@24.1.0': 1235 - resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} 1228 + '@types/node@24.2.1': 1229 + resolution: {integrity: sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==} 1236 1230 1237 1231 '@types/normalize-package-data@2.4.4': 1238 1232 resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} ··· 1258 1252 '@types/yauzl@2.10.3': 1259 1253 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 1260 1254 1261 - '@typescript-eslint/eslint-plugin@8.38.0': 1262 - resolution: {integrity: sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==} 1255 + '@typescript-eslint/eslint-plugin@8.39.0': 1256 + resolution: {integrity: sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==} 1263 1257 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1264 1258 peerDependencies: 1265 - '@typescript-eslint/parser': ^8.38.0 1259 + '@typescript-eslint/parser': ^8.39.0 1266 1260 eslint: ^8.57.0 || ^9.0.0 1267 - typescript: '>=4.8.4 <5.9.0' 1261 + typescript: '>=4.8.4 <6.0.0' 1268 1262 1269 - '@typescript-eslint/parser@8.38.0': 1270 - resolution: {integrity: sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==} 1263 + '@typescript-eslint/parser@8.39.0': 1264 + resolution: {integrity: sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==} 1271 1265 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1272 1266 peerDependencies: 1273 1267 eslint: ^8.57.0 || ^9.0.0 1274 - typescript: '>=4.8.4 <5.9.0' 1268 + typescript: '>=4.8.4 <6.0.0' 1275 1269 1276 - '@typescript-eslint/project-service@8.38.0': 1277 - resolution: {integrity: sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==} 1270 + '@typescript-eslint/project-service@8.39.0': 1271 + resolution: {integrity: sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==} 1278 1272 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1279 1273 peerDependencies: 1280 - typescript: '>=4.8.4 <5.9.0' 1274 + typescript: '>=4.8.4 <6.0.0' 1281 1275 1282 - '@typescript-eslint/scope-manager@8.38.0': 1283 - resolution: {integrity: sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==} 1276 + '@typescript-eslint/scope-manager@8.39.0': 1277 + resolution: {integrity: sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==} 1284 1278 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1285 1279 1286 - '@typescript-eslint/tsconfig-utils@8.38.0': 1287 - resolution: {integrity: sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==} 1280 + '@typescript-eslint/tsconfig-utils@8.39.0': 1281 + resolution: {integrity: sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==} 1288 1282 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1289 1283 peerDependencies: 1290 - typescript: '>=4.8.4 <5.9.0' 1284 + typescript: '>=4.8.4 <6.0.0' 1291 1285 1292 - '@typescript-eslint/type-utils@8.38.0': 1293 - resolution: {integrity: sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==} 1286 + '@typescript-eslint/type-utils@8.39.0': 1287 + resolution: {integrity: sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==} 1294 1288 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1295 1289 peerDependencies: 1296 1290 eslint: ^8.57.0 || ^9.0.0 1297 - typescript: '>=4.8.4 <5.9.0' 1291 + typescript: '>=4.8.4 <6.0.0' 1298 1292 1299 - '@typescript-eslint/types@8.38.0': 1300 - resolution: {integrity: sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==} 1293 + '@typescript-eslint/types@8.39.0': 1294 + resolution: {integrity: sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==} 1301 1295 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1302 1296 1303 - '@typescript-eslint/typescript-estree@8.38.0': 1304 - resolution: {integrity: sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==} 1297 + '@typescript-eslint/typescript-estree@8.39.0': 1298 + resolution: {integrity: sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==} 1305 1299 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1306 1300 peerDependencies: 1307 - typescript: '>=4.8.4 <5.9.0' 1301 + typescript: '>=4.8.4 <6.0.0' 1308 1302 1309 - '@typescript-eslint/utils@8.38.0': 1310 - resolution: {integrity: sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==} 1303 + '@typescript-eslint/utils@8.39.0': 1304 + resolution: {integrity: sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==} 1311 1305 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1312 1306 peerDependencies: 1313 1307 eslint: ^8.57.0 || ^9.0.0 1314 - typescript: '>=4.8.4 <5.9.0' 1308 + typescript: '>=4.8.4 <6.0.0' 1315 1309 1316 - '@typescript-eslint/visitor-keys@8.38.0': 1317 - resolution: {integrity: sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==} 1310 + '@typescript-eslint/visitor-keys@8.39.0': 1311 + resolution: {integrity: sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==} 1318 1312 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1319 1313 1320 1314 '@ungap/structured-clone@1.3.0': ··· 1467 1461 peerDependencies: 1468 1462 astro: ^3.0.0 || ^4.0.0 || ^5.0.0 1469 1463 1470 - astro@5.12.0: 1471 - resolution: {integrity: sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg==} 1464 + astro@5.12.9: 1465 + resolution: {integrity: sha512-cZ7kZ61jyE5nwSrFKSRyf5Gds+uJELqQxJFqMkcgiWQvhWZJUSShn8Uz3yc9WLyLw5Kim5P5un9SkJSGogfEZQ==} 1472 1466 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1473 1467 hasBin: true 1474 1468 ··· 1497 1491 balanced-match@1.0.2: 1498 1492 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 1499 1493 1500 - bare-events@2.6.0: 1501 - resolution: {integrity: sha512-EKZ5BTXYExaNqi3I3f9RtEsaI/xBSGjE0XZCZilPzFAV/goswFHuPd9jEZlPIZ/iNZJwDSao9qRiScySz7MbQg==} 1494 + bare-events@2.6.1: 1495 + resolution: {integrity: sha512-AuTJkq9XmE6Vk0FJVNq5QxETrSA/vKHarWVBG5l/JbdCL1prJemiyJqUS0jrlXO0MftuPq4m3YVYhoNc5+aE/g==} 1502 1496 1503 1497 base-64@1.0.0: 1504 1498 resolution: {integrity: sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==} ··· 1557 1551 1558 1552 buffer@6.0.3: 1559 1553 resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} 1560 - 1561 - builtin-modules@3.3.0: 1562 - resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} 1563 - engines: {node: '>=6'} 1564 1554 1565 1555 call-bind-apply-helpers@1.0.2: 1566 1556 resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} ··· 2036 2026 resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} 2037 2027 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2038 2028 2039 - eslint@9.32.0: 2040 - resolution: {integrity: sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==} 2029 + eslint@9.33.0: 2030 + resolution: {integrity: sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==} 2041 2031 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2042 2032 hasBin: true 2043 2033 peerDependencies: ··· 2256 2246 resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} 2257 2247 engines: {node: '>= 0.4'} 2258 2248 2259 - get-package-name@2.2.0: 2260 - resolution: {integrity: sha512-LmCKVxioe63Fy6KDAQ/mmCSOSSRUE/x4zdrMD+7dU8quF3bGpzvP8mOmq4Dgce3nzU9AgkVDotucNOOg7c27BQ==} 2261 - engines: {node: '>= 12.0.0'} 2262 - 2263 2249 get-port-please@3.2.0: 2264 2250 resolution: {integrity: sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==} 2265 2251 ··· 2475 2461 2476 2462 is-arrayish@0.3.2: 2477 2463 resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} 2478 - 2479 - is-builtin-module@3.2.1: 2480 - resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} 2481 - engines: {node: '>=6'} 2482 2464 2483 2465 is-core-module@2.16.1: 2484 2466 resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} ··· 3528 3510 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 3529 3511 engines: {node: '>=8'} 3530 3512 3531 - shiki@3.9.1: 3532 - resolution: {integrity: sha512-HogZ8nMnv9VAQMrG+P7BleJFhrKHm3fi6CYyHRbUu61gJ0lpqLr6ecYEui31IYG1Cn9Bad7N2vf332iXHnn0bQ==} 3513 + shiki@3.9.2: 3514 + resolution: {integrity: sha512-t6NKl5e/zGTvw/IyftLcumolgOczhuroqwXngDeMqJ3h3EQiTY/7wmfgPlsmloD8oYfqkEDqxiaH37Pjm1zUhQ==} 3533 3515 3534 3516 side-channel-list@1.0.0: 3535 3517 resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} ··· 3596 3578 spdx-expression-parse@3.0.1: 3597 3579 resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} 3598 3580 3599 - spdx-license-ids@3.0.21: 3600 - resolution: {integrity: sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==} 3581 + spdx-license-ids@3.0.22: 3582 + resolution: {integrity: sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==} 3601 3583 3602 3584 stack-trace@0.0.10: 3603 3585 resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==} ··· 3707 3689 tmp-promise@3.0.3: 3708 3690 resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==} 3709 3691 3710 - tmp@0.2.3: 3711 - resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} 3692 + tmp@0.2.5: 3693 + resolution: {integrity: sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==} 3712 3694 engines: {node: '>=14.14'} 3713 3695 3714 3696 to-regex-range@5.0.1: ··· 3766 3748 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 3767 3749 engines: {node: '>=16'} 3768 3750 3769 - typescript-eslint@8.38.0: 3770 - resolution: {integrity: sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==} 3751 + typescript-eslint@8.39.0: 3752 + resolution: {integrity: sha512-lH8FvtdtzcHJCkMOKnN73LIn6SLTpoojgJqDAxPm1jCR14eWSGPX8ul/gggBdPMk/d5+u9V854vTYQ8T5jF/1Q==} 3771 3753 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3772 3754 peerDependencies: 3773 3755 eslint: ^8.57.0 || ^9.0.0 3774 - typescript: '>=4.8.4 <5.9.0' 3756 + typescript: '>=4.8.4 <6.0.0' 3775 3757 3776 3758 typescript@5.9.2: 3777 3759 resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} ··· 3797 3779 undici-types@6.20.0: 3798 3780 resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} 3799 3781 3800 - undici-types@7.8.0: 3801 - resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} 3782 + undici-types@7.10.0: 3783 + resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==} 3802 3784 3803 3785 unicode-properties@1.4.1: 3804 3786 resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} ··· 4073 4055 resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} 4074 4056 engines: {node: '>=18'} 4075 4057 4076 - yaml@2.8.0: 4077 - resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==} 4058 + yaml@2.8.1: 4059 + resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==} 4078 4060 engines: {node: '>= 14.6'} 4079 4061 hasBin: true 4080 4062 ··· 4130 4112 4131 4113 '@astrojs/compiler@2.12.2': {} 4132 4114 4133 - '@astrojs/internal-helpers@0.6.1': {} 4134 - 4135 4115 '@astrojs/internal-helpers@0.7.1': {} 4136 4116 4137 - '@astrojs/markdown-remark@6.3.3': 4138 - dependencies: 4139 - '@astrojs/internal-helpers': 0.6.1 4140 - '@astrojs/prism': 3.3.0 4141 - github-slugger: 2.0.0 4142 - hast-util-from-html: 2.0.3 4143 - hast-util-to-text: 4.0.2 4144 - import-meta-resolve: 4.1.0 4145 - js-yaml: 4.1.0 4146 - mdast-util-definitions: 6.0.0 4147 - rehype-raw: 7.0.0 4148 - rehype-stringify: 10.0.1 4149 - remark-gfm: 4.0.1 4150 - remark-parse: 11.0.0 4151 - remark-rehype: 11.1.2 4152 - remark-smartypants: 3.0.2 4153 - shiki: 3.9.1 4154 - smol-toml: 1.4.1 4155 - unified: 11.0.5 4156 - unist-util-remove-position: 5.0.0 4157 - unist-util-visit: 5.0.0 4158 - unist-util-visit-parents: 6.0.1 4159 - vfile: 6.0.3 4160 - transitivePeerDependencies: 4161 - - supports-color 4162 - 4163 4117 '@astrojs/markdown-remark@6.3.5': 4164 4118 dependencies: 4165 4119 '@astrojs/internal-helpers': 0.7.1 ··· 4176 4130 remark-parse: 11.0.0 4177 4131 remark-rehype: 11.1.2 4178 4132 remark-smartypants: 3.0.2 4179 - shiki: 3.9.1 4133 + shiki: 3.9.2 4180 4134 smol-toml: 1.4.1 4181 4135 unified: 11.0.5 4182 4136 unist-util-remove-position: 5.0.0 ··· 4186 4140 transitivePeerDependencies: 4187 4141 - supports-color 4188 4142 4189 - '@astrojs/mdx@4.3.3(astro@5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0))': 4143 + '@astrojs/mdx@4.3.3(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))': 4190 4144 dependencies: 4191 4145 '@astrojs/markdown-remark': 6.3.5 4192 4146 '@mdx-js/mdx': 3.1.0(acorn@8.15.0) 4193 4147 acorn: 8.15.0 4194 - astro: 5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0) 4148 + astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 4195 4149 es-module-lexer: 1.7.0 4196 4150 estree-util-visit: 2.0.0 4197 4151 hast-util-to-html: 9.0.5 ··· 4205 4159 transitivePeerDependencies: 4206 4160 - supports-color 4207 4161 4208 - '@astrojs/netlify@6.5.5(@types/node@24.1.0)(astro@5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0))(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(yaml@2.8.0)': 4162 + '@astrojs/netlify@6.5.6(@types/node@24.2.1)(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(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)': 4209 4163 dependencies: 4210 4164 '@astrojs/internal-helpers': 0.7.1 4211 4165 '@astrojs/underscore-redirects': 1.0.0 4212 4166 '@netlify/blobs': 10.0.8 4213 4167 '@netlify/functions': 4.2.1(rollup@4.46.2) 4214 - '@netlify/vite-plugin': 2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0)) 4168 + '@netlify/vite-plugin': 2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)) 4215 4169 '@vercel/nft': 0.29.4(rollup@4.46.2) 4216 - astro: 5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0) 4170 + astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 4217 4171 esbuild: 0.25.8 4218 4172 tinyglobby: 0.2.14 4219 - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0) 4173 + vite: 6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 4220 4174 transitivePeerDependencies: 4221 4175 - '@azure/app-configuration' 4222 4176 - '@azure/cosmos' ··· 4490 4444 '@esbuild/win32-x64@0.25.8': 4491 4445 optional: true 4492 4446 4493 - '@eslint-community/eslint-utils@4.7.0(eslint@9.32.0(jiti@2.5.1))': 4447 + '@eslint-community/eslint-utils@4.7.0(eslint@9.33.0(jiti@2.5.1))': 4494 4448 dependencies: 4495 - eslint: 9.32.0(jiti@2.5.1) 4449 + eslint: 9.33.0(jiti@2.5.1) 4496 4450 eslint-visitor-keys: 3.4.3 4497 4451 4498 4452 '@eslint-community/regexpp@4.12.1': {} ··· 4505 4459 transitivePeerDependencies: 4506 4460 - supports-color 4507 4461 4508 - '@eslint/config-helpers@0.3.0': {} 4462 + '@eslint/config-helpers@0.3.1': {} 4509 4463 4510 - '@eslint/core@0.15.1': 4464 + '@eslint/core@0.15.2': 4511 4465 dependencies: 4512 4466 '@types/json-schema': 7.0.15 4513 4467 ··· 4525 4479 transitivePeerDependencies: 4526 4480 - supports-color 4527 4481 4528 - '@eslint/js@9.32.0': {} 4482 + '@eslint/js@9.33.0': {} 4529 4483 4530 4484 '@eslint/object-schema@2.1.6': {} 4531 4485 4532 - '@eslint/plugin-kit@0.3.4': 4486 + '@eslint/plugin-kit@0.3.5': 4533 4487 dependencies: 4534 - '@eslint/core': 0.15.1 4488 + '@eslint/core': 0.15.2 4535 4489 levn: 0.4.1 4536 4490 4537 4491 '@fastify/accept-negotiator@2.0.1': {} ··· 4800 4754 dependencies: 4801 4755 '@iarna/toml': 2.2.5 4802 4756 '@netlify/api': 14.0.3 4803 - '@netlify/headers-parser': 9.0.1 4757 + '@netlify/headers-parser': 9.0.2 4804 4758 '@netlify/redirect-parser': 15.0.3 4805 4759 chalk: 5.5.0 4806 4760 cron-parser: 4.9.0 ··· 4820 4774 read-package-up: 11.0.0 4821 4775 tomlify-j0.4: 3.0.0 4822 4776 validate-npm-package-name: 5.0.1 4823 - yaml: 2.8.0 4777 + yaml: 2.8.1 4824 4778 yargs: 17.7.2 4825 4779 4826 4780 '@netlify/dev-utils@4.1.1': ··· 4876 4830 - supports-color 4877 4831 - uploadthing 4878 4832 4879 - '@netlify/edge-bundler@14.4.0': 4833 + '@netlify/edge-bundler@14.5.0': 4880 4834 dependencies: 4881 4835 '@import-maps/resolve': 2.0.0 4882 4836 ajv: 8.17.1 ··· 4887 4841 esbuild: 0.25.6 4888 4842 execa: 8.0.1 4889 4843 find-up: 7.0.0 4890 - get-package-name: 2.2.0 4891 4844 get-port: 7.1.0 4892 - is-path-inside: 4.0.0 4893 4845 node-stream-zip: 1.15.0 4894 4846 p-retry: 6.2.1 4895 4847 p-wait-for: 5.0.2 ··· 4901 4853 urlpattern-polyfill: 8.0.2 4902 4854 uuid: 11.1.0 4903 4855 4904 - '@netlify/edge-functions-bootstrap@2.14.0': {} 4856 + '@netlify/edge-functions-bootstrap@2.16.0': {} 4905 4857 4906 4858 '@netlify/edge-functions@2.17.0': 4907 4859 dependencies: 4908 4860 '@netlify/dev-utils': 4.1.1 4909 - '@netlify/edge-bundler': 14.4.0 4910 - '@netlify/edge-functions-bootstrap': 2.14.0 4861 + '@netlify/edge-bundler': 14.5.0 4862 + '@netlify/edge-functions-bootstrap': 2.16.0 4911 4863 '@netlify/runtime-utils': 2.1.0 4912 4864 '@netlify/types': 2.0.2 4913 4865 get-port: 7.1.0 ··· 4917 4869 '@netlify/blobs': 10.0.8 4918 4870 '@netlify/dev-utils': 4.1.1 4919 4871 '@netlify/types': 2.0.2 4920 - '@netlify/zip-it-and-ship-it': 14.1.0(rollup@4.46.2) 4872 + '@netlify/zip-it-and-ship-it': 14.1.2(rollup@4.46.2) 4921 4873 cron-parser: 4.9.0 4922 4874 decache: 4.6.2 4923 4875 extract-zip: 2.0.1 ··· 4931 4883 - rollup 4932 4884 - supports-color 4933 4885 4934 - '@netlify/headers-parser@9.0.1': 4886 + '@netlify/headers-parser@9.0.2': 4935 4887 dependencies: 4936 4888 '@iarna/toml': 2.2.5 4937 4889 escape-string-regexp: 5.0.0 ··· 4942 4894 4943 4895 '@netlify/headers@2.0.8': 4944 4896 dependencies: 4945 - '@netlify/headers-parser': 9.0.1 4897 + '@netlify/headers-parser': 9.0.2 4946 4898 4947 4899 '@netlify/images@1.2.5(@netlify/blobs@10.0.8)': 4948 4900 dependencies: ··· 5001 4953 5002 4954 '@netlify/types@2.0.2': {} 5003 4955 5004 - '@netlify/vite-plugin@2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0))': 4956 + '@netlify/vite-plugin@2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1))': 5005 4957 dependencies: 5006 4958 '@netlify/dev': 4.5.4(rollup@4.46.2) 5007 4959 '@netlify/dev-utils': 4.1.1 5008 - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0) 4960 + vite: 6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 5009 4961 transitivePeerDependencies: 5010 4962 - '@azure/app-configuration' 5011 4963 - '@azure/cosmos' ··· 5028 4980 - supports-color 5029 4981 - uploadthing 5030 4982 5031 - '@netlify/zip-it-and-ship-it@14.1.0(rollup@4.46.2)': 4983 + '@netlify/zip-it-and-ship-it@14.1.2(rollup@4.46.2)': 5032 4984 dependencies: 5033 4985 '@babel/parser': 7.28.0 5034 4986 '@babel/types': 7.28.1 ··· 5044 4996 fast-glob: 3.3.3 5045 4997 filter-obj: 6.1.0 5046 4998 find-up: 7.0.0 5047 - is-builtin-module: 3.2.1 5048 4999 is-path-inside: 4.0.0 5049 5000 junk: 4.0.1 5050 5001 locate-path: 7.2.0 ··· 5152 5103 5153 5104 '@pkgr/core@0.2.9': {} 5154 5105 5155 - '@playform/inline@0.1.2(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0)': 5106 + '@playform/inline@0.1.2(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)': 5156 5107 dependencies: 5157 5108 '@playform/pipe': 0.1.3 5158 - astro: 5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0) 5109 + astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 5159 5110 beasties: 0.2.0 5160 5111 deepmerge-ts: 7.1.5 5161 5112 transitivePeerDependencies: ··· 5267 5218 '@rollup/rollup-win32-x64-msvc@4.46.2': 5268 5219 optional: true 5269 5220 5270 - '@shikijs/core@3.9.1': 5221 + '@shikijs/core@3.9.2': 5271 5222 dependencies: 5272 - '@shikijs/types': 3.9.1 5223 + '@shikijs/types': 3.9.2 5273 5224 '@shikijs/vscode-textmate': 10.0.2 5274 5225 '@types/hast': 3.0.4 5275 5226 hast-util-to-html: 9.0.5 5276 5227 5277 - '@shikijs/engine-javascript@3.9.1': 5228 + '@shikijs/engine-javascript@3.9.2': 5278 5229 dependencies: 5279 - '@shikijs/types': 3.9.1 5230 + '@shikijs/types': 3.9.2 5280 5231 '@shikijs/vscode-textmate': 10.0.2 5281 5232 oniguruma-to-es: 4.3.3 5282 5233 5283 - '@shikijs/engine-oniguruma@3.9.1': 5234 + '@shikijs/engine-oniguruma@3.9.2': 5284 5235 dependencies: 5285 - '@shikijs/types': 3.9.1 5236 + '@shikijs/types': 3.9.2 5286 5237 '@shikijs/vscode-textmate': 10.0.2 5287 5238 5288 - '@shikijs/langs@3.9.1': 5239 + '@shikijs/langs@3.9.2': 5289 5240 dependencies: 5290 - '@shikijs/types': 3.9.1 5241 + '@shikijs/types': 3.9.2 5291 5242 5292 - '@shikijs/themes@3.9.1': 5243 + '@shikijs/themes@3.9.2': 5293 5244 dependencies: 5294 - '@shikijs/types': 3.9.1 5245 + '@shikijs/types': 3.9.2 5295 5246 5296 - '@shikijs/types@3.9.1': 5247 + '@shikijs/types@3.9.2': 5297 5248 dependencies: 5298 5249 '@shikijs/vscode-textmate': 10.0.2 5299 5250 '@types/hast': 3.0.4 ··· 5316 5267 5317 5268 '@types/fontkit@2.0.8': 5318 5269 dependencies: 5319 - '@types/node': 24.1.0 5270 + '@types/node': 24.2.1 5320 5271 5321 5272 '@types/hast@3.0.4': 5322 5273 dependencies: ··· 5353 5304 dependencies: 5354 5305 undici-types: 6.20.0 5355 5306 5356 - '@types/node@24.1.0': 5307 + '@types/node@24.2.1': 5357 5308 dependencies: 5358 - undici-types: 7.8.0 5309 + undici-types: 7.10.0 5359 5310 5360 5311 '@types/normalize-package-data@2.4.4': {} 5361 5312 ··· 5377 5328 5378 5329 '@types/yauzl@2.10.3': 5379 5330 dependencies: 5380 - '@types/node': 24.1.0 5331 + '@types/node': 24.2.1 5381 5332 optional: true 5382 5333 5383 - '@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)': 5334 + '@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)': 5384 5335 dependencies: 5385 5336 '@eslint-community/regexpp': 4.12.1 5386 - '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 5387 - '@typescript-eslint/scope-manager': 8.38.0 5388 - '@typescript-eslint/type-utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 5389 - '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 5390 - '@typescript-eslint/visitor-keys': 8.38.0 5391 - eslint: 9.32.0(jiti@2.5.1) 5337 + '@typescript-eslint/parser': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5338 + '@typescript-eslint/scope-manager': 8.39.0 5339 + '@typescript-eslint/type-utils': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5340 + '@typescript-eslint/utils': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5341 + '@typescript-eslint/visitor-keys': 8.39.0 5342 + eslint: 9.33.0(jiti@2.5.1) 5392 5343 graphemer: 1.4.0 5393 5344 ignore: 7.0.5 5394 5345 natural-compare: 1.4.0 ··· 5397 5348 transitivePeerDependencies: 5398 5349 - supports-color 5399 5350 5400 - '@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)': 5351 + '@typescript-eslint/parser@8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5401 5352 dependencies: 5402 - '@typescript-eslint/scope-manager': 8.38.0 5403 - '@typescript-eslint/types': 8.38.0 5404 - '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.9.2) 5405 - '@typescript-eslint/visitor-keys': 8.38.0 5353 + '@typescript-eslint/scope-manager': 8.39.0 5354 + '@typescript-eslint/types': 8.39.0 5355 + '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2) 5356 + '@typescript-eslint/visitor-keys': 8.39.0 5406 5357 debug: 4.4.1 5407 - eslint: 9.32.0(jiti@2.5.1) 5358 + eslint: 9.33.0(jiti@2.5.1) 5408 5359 typescript: 5.9.2 5409 5360 transitivePeerDependencies: 5410 5361 - supports-color 5411 5362 5412 - '@typescript-eslint/project-service@8.38.0(typescript@5.9.2)': 5363 + '@typescript-eslint/project-service@8.39.0(typescript@5.9.2)': 5413 5364 dependencies: 5414 - '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.9.2) 5415 - '@typescript-eslint/types': 8.38.0 5365 + '@typescript-eslint/tsconfig-utils': 8.39.0(typescript@5.9.2) 5366 + '@typescript-eslint/types': 8.39.0 5416 5367 debug: 4.4.1 5417 5368 typescript: 5.9.2 5418 5369 transitivePeerDependencies: 5419 5370 - supports-color 5420 5371 5421 - '@typescript-eslint/scope-manager@8.38.0': 5372 + '@typescript-eslint/scope-manager@8.39.0': 5422 5373 dependencies: 5423 - '@typescript-eslint/types': 8.38.0 5424 - '@typescript-eslint/visitor-keys': 8.38.0 5374 + '@typescript-eslint/types': 8.39.0 5375 + '@typescript-eslint/visitor-keys': 8.39.0 5425 5376 5426 - '@typescript-eslint/tsconfig-utils@8.38.0(typescript@5.9.2)': 5377 + '@typescript-eslint/tsconfig-utils@8.39.0(typescript@5.9.2)': 5427 5378 dependencies: 5428 5379 typescript: 5.9.2 5429 5380 5430 - '@typescript-eslint/type-utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)': 5381 + '@typescript-eslint/type-utils@8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5431 5382 dependencies: 5432 - '@typescript-eslint/types': 8.38.0 5433 - '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.9.2) 5434 - '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 5383 + '@typescript-eslint/types': 8.39.0 5384 + '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2) 5385 + '@typescript-eslint/utils': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 5435 5386 debug: 4.4.1 5436 - eslint: 9.32.0(jiti@2.5.1) 5387 + eslint: 9.33.0(jiti@2.5.1) 5437 5388 ts-api-utils: 2.1.0(typescript@5.9.2) 5438 5389 typescript: 5.9.2 5439 5390 transitivePeerDependencies: 5440 5391 - supports-color 5441 5392 5442 - '@typescript-eslint/types@8.38.0': {} 5393 + '@typescript-eslint/types@8.39.0': {} 5443 5394 5444 - '@typescript-eslint/typescript-estree@8.38.0(typescript@5.9.2)': 5395 + '@typescript-eslint/typescript-estree@8.39.0(typescript@5.9.2)': 5445 5396 dependencies: 5446 - '@typescript-eslint/project-service': 8.38.0(typescript@5.9.2) 5447 - '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.9.2) 5448 - '@typescript-eslint/types': 8.38.0 5449 - '@typescript-eslint/visitor-keys': 8.38.0 5397 + '@typescript-eslint/project-service': 8.39.0(typescript@5.9.2) 5398 + '@typescript-eslint/tsconfig-utils': 8.39.0(typescript@5.9.2) 5399 + '@typescript-eslint/types': 8.39.0 5400 + '@typescript-eslint/visitor-keys': 8.39.0 5450 5401 debug: 4.4.1 5451 5402 fast-glob: 3.3.3 5452 5403 is-glob: 4.0.3 ··· 5457 5408 transitivePeerDependencies: 5458 5409 - supports-color 5459 5410 5460 - '@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)': 5411 + '@typescript-eslint/utils@8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': 5461 5412 dependencies: 5462 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) 5463 - '@typescript-eslint/scope-manager': 8.38.0 5464 - '@typescript-eslint/types': 8.38.0 5465 - '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.9.2) 5466 - eslint: 9.32.0(jiti@2.5.1) 5413 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1)) 5414 + '@typescript-eslint/scope-manager': 8.39.0 5415 + '@typescript-eslint/types': 8.39.0 5416 + '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2) 5417 + eslint: 9.33.0(jiti@2.5.1) 5467 5418 typescript: 5.9.2 5468 5419 transitivePeerDependencies: 5469 5420 - supports-color 5470 5421 5471 - '@typescript-eslint/visitor-keys@8.38.0': 5422 + '@typescript-eslint/visitor-keys@8.39.0': 5472 5423 dependencies: 5473 - '@typescript-eslint/types': 8.38.0 5424 + '@typescript-eslint/types': 8.39.0 5474 5425 eslint-visitor-keys: 4.2.1 5475 5426 5476 5427 '@ungap/structured-clone@1.3.0': {} ··· 5649 5600 astro-eslint-parser@1.2.2: 5650 5601 dependencies: 5651 5602 '@astrojs/compiler': 2.12.2 5652 - '@typescript-eslint/scope-manager': 8.38.0 5653 - '@typescript-eslint/types': 8.38.0 5603 + '@typescript-eslint/scope-manager': 8.39.0 5604 + '@typescript-eslint/types': 8.39.0 5654 5605 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.12.2) 5655 5606 debug: 4.4.1 5656 5607 entities: 6.0.1 ··· 5663 5614 transitivePeerDependencies: 5664 5615 - supports-color 5665 5616 5666 - astro-og-canvas@0.7.0(astro@5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0)): 5617 + astro-og-canvas@0.7.0(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)): 5667 5618 dependencies: 5668 - astro: 5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0) 5619 + astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 5669 5620 canvaskit-wasm: 0.39.1 5670 5621 deterministic-object-hash: 2.0.2 5671 5622 entities: 4.5.0 5672 5623 5673 - astro@5.12.0(@netlify/blobs@10.0.8)(@types/node@24.1.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.0): 5624 + astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1): 5674 5625 dependencies: 5675 5626 '@astrojs/compiler': 2.12.2 5676 - '@astrojs/internal-helpers': 0.6.1 5677 - '@astrojs/markdown-remark': 6.3.3 5627 + '@astrojs/internal-helpers': 0.7.1 5628 + '@astrojs/markdown-remark': 6.3.5 5678 5629 '@astrojs/telemetry': 3.3.0 5679 5630 '@capsizecss/unpack': 2.4.0 5680 5631 '@oslojs/encoding': 1.1.0 ··· 5716 5667 prompts: 2.4.2 5717 5668 rehype: 13.0.2 5718 5669 semver: 7.7.2 5719 - shiki: 3.9.1 5670 + shiki: 3.9.2 5720 5671 smol-toml: 1.4.1 5721 5672 tinyexec: 0.3.2 5722 5673 tinyglobby: 0.2.14 ··· 5726 5677 unist-util-visit: 5.0.0 5727 5678 unstorage: 1.16.1(@netlify/blobs@10.0.8) 5728 5679 vfile: 6.0.3 5729 - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0) 5730 - vitefu: 1.1.1(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0)) 5680 + vite: 6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 5681 + vitefu: 1.1.1(vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)) 5731 5682 xxhash-wasm: 1.1.0 5732 5683 yargs-parser: 21.1.1 5733 5684 yocto-spinner: 0.2.3 ··· 5788 5739 5789 5740 balanced-match@1.0.2: {} 5790 5741 5791 - bare-events@2.6.0: 5742 + bare-events@2.6.1: 5792 5743 optional: true 5793 5744 5794 5745 base-64@1.0.0: {} ··· 5863 5814 dependencies: 5864 5815 base64-js: 1.5.1 5865 5816 ieee754: 1.2.1 5866 - 5867 - builtin-modules@3.3.0: {} 5868 5817 5869 5818 call-bind-apply-helpers@1.0.2: 5870 5819 dependencies: ··· 6133 6082 6134 6083 detective-typescript@14.0.0(typescript@5.9.2): 6135 6084 dependencies: 6136 - '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.9.2) 6085 + '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2) 6137 6086 ast-module-types: 6.0.1 6138 6087 node-source-walk: 7.0.1 6139 6088 typescript: 5.9.2 ··· 6323 6272 optionalDependencies: 6324 6273 source-map: 0.6.1 6325 6274 6326 - eslint-compat-utils@0.6.5(eslint@9.32.0(jiti@2.5.1)): 6275 + eslint-compat-utils@0.6.5(eslint@9.33.0(jiti@2.5.1)): 6327 6276 dependencies: 6328 - eslint: 9.32.0(jiti@2.5.1) 6277 + eslint: 9.33.0(jiti@2.5.1) 6329 6278 semver: 7.7.2 6330 6279 6331 - eslint-config-prettier@10.1.8(eslint@9.32.0(jiti@2.5.1)): 6280 + eslint-config-prettier@10.1.8(eslint@9.33.0(jiti@2.5.1)): 6332 6281 dependencies: 6333 - eslint: 9.32.0(jiti@2.5.1) 6282 + eslint: 9.33.0(jiti@2.5.1) 6334 6283 6335 - eslint-plugin-astro@1.3.1(eslint@9.32.0(jiti@2.5.1)): 6284 + eslint-plugin-astro@1.3.1(eslint@9.33.0(jiti@2.5.1)): 6336 6285 dependencies: 6337 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) 6286 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1)) 6338 6287 '@jridgewell/sourcemap-codec': 1.5.4 6339 - '@typescript-eslint/types': 8.38.0 6288 + '@typescript-eslint/types': 8.39.0 6340 6289 astro-eslint-parser: 1.2.2 6341 - eslint: 9.32.0(jiti@2.5.1) 6342 - eslint-compat-utils: 0.6.5(eslint@9.32.0(jiti@2.5.1)) 6290 + eslint: 9.33.0(jiti@2.5.1) 6291 + eslint-compat-utils: 0.6.5(eslint@9.33.0(jiti@2.5.1)) 6343 6292 globals: 15.15.0 6344 6293 postcss: 8.5.6 6345 6294 postcss-selector-parser: 7.1.0 ··· 6355 6304 6356 6305 eslint-visitor-keys@4.2.1: {} 6357 6306 6358 - eslint@9.32.0(jiti@2.5.1): 6307 + eslint@9.33.0(jiti@2.5.1): 6359 6308 dependencies: 6360 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) 6309 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1)) 6361 6310 '@eslint-community/regexpp': 4.12.1 6362 6311 '@eslint/config-array': 0.21.0 6363 - '@eslint/config-helpers': 0.3.0 6364 - '@eslint/core': 0.15.1 6312 + '@eslint/config-helpers': 0.3.1 6313 + '@eslint/core': 0.15.2 6365 6314 '@eslint/eslintrc': 3.3.1 6366 - '@eslint/js': 9.32.0 6367 - '@eslint/plugin-kit': 0.3.4 6315 + '@eslint/js': 9.33.0 6316 + '@eslint/plugin-kit': 0.3.5 6368 6317 '@humanfs/node': 0.16.6 6369 6318 '@humanwhocodes/module-importer': 1.0.1 6370 6319 '@humanwhocodes/retry': 0.4.3 ··· 6623 6572 has-symbols: 1.1.0 6624 6573 hasown: 2.0.2 6625 6574 math-intrinsics: 1.1.0 6626 - 6627 - get-package-name@2.2.0: {} 6628 6575 6629 6576 get-port-please@3.2.0: {} 6630 6577 ··· 6953 6900 is-decimal: 2.0.1 6954 6901 6955 6902 is-arrayish@0.3.2: {} 6956 - 6957 - is-builtin-module@3.2.1: 6958 - dependencies: 6959 - builtin-modules: 3.3.0 6960 6903 6961 6904 is-core-module@2.16.1: 6962 6905 dependencies: ··· 8430 8373 8431 8374 shebang-regex@3.0.0: {} 8432 8375 8433 - shiki@3.9.1: 8376 + shiki@3.9.2: 8434 8377 dependencies: 8435 - '@shikijs/core': 3.9.1 8436 - '@shikijs/engine-javascript': 3.9.1 8437 - '@shikijs/engine-oniguruma': 3.9.1 8438 - '@shikijs/langs': 3.9.1 8439 - '@shikijs/themes': 3.9.1 8440 - '@shikijs/types': 3.9.1 8378 + '@shikijs/core': 3.9.2 8379 + '@shikijs/engine-javascript': 3.9.2 8380 + '@shikijs/engine-oniguruma': 3.9.2 8381 + '@shikijs/langs': 3.9.2 8382 + '@shikijs/themes': 3.9.2 8383 + '@shikijs/types': 3.9.2 8441 8384 '@shikijs/vscode-textmate': 10.0.2 8442 8385 '@types/hast': 3.0.4 8443 8386 ··· 8504 8447 spdx-correct@3.2.0: 8505 8448 dependencies: 8506 8449 spdx-expression-parse: 3.0.1 8507 - spdx-license-ids: 3.0.21 8450 + spdx-license-ids: 3.0.22 8508 8451 8509 8452 spdx-exceptions@2.5.0: {} 8510 8453 8511 8454 spdx-expression-parse@3.0.1: 8512 8455 dependencies: 8513 8456 spdx-exceptions: 2.5.0 8514 - spdx-license-ids: 3.0.21 8457 + spdx-license-ids: 3.0.22 8515 8458 8516 - spdx-license-ids@3.0.21: {} 8459 + spdx-license-ids@3.0.22: {} 8517 8460 8518 8461 stack-trace@0.0.10: {} 8519 8462 ··· 8526 8469 fast-fifo: 1.3.2 8527 8470 text-decoder: 1.2.3 8528 8471 optionalDependencies: 8529 - bare-events: 2.6.0 8472 + bare-events: 2.6.1 8530 8473 8531 8474 string-width@4.2.3: 8532 8475 dependencies: ··· 8639 8582 8640 8583 tmp-promise@3.0.3: 8641 8584 dependencies: 8642 - tmp: 0.2.3 8585 + tmp: 0.2.5 8643 8586 8644 - tmp@0.2.3: {} 8587 + tmp@0.2.5: {} 8645 8588 8646 8589 to-regex-range@5.0.1: 8647 8590 dependencies: ··· 8682 8625 8683 8626 type-fest@4.41.0: {} 8684 8627 8685 - typescript-eslint@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2): 8628 + typescript-eslint@8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2): 8686 8629 dependencies: 8687 - '@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 8688 - '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 8689 - '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.9.2) 8690 - '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2) 8691 - eslint: 9.32.0(jiti@2.5.1) 8630 + '@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) 8631 + '@typescript-eslint/parser': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 8632 + '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2) 8633 + '@typescript-eslint/utils': 8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2) 8634 + eslint: 9.33.0(jiti@2.5.1) 8692 8635 typescript: 5.9.2 8693 8636 transitivePeerDependencies: 8694 8637 - supports-color ··· 8707 8650 8708 8651 undici-types@6.20.0: {} 8709 8652 8710 - undici-types@7.8.0: {} 8653 + undici-types@7.10.0: {} 8711 8654 8712 8655 unicode-properties@1.4.1: 8713 8656 dependencies: ··· 8842 8785 '@types/unist': 3.0.3 8843 8786 vfile-message: 4.0.3 8844 8787 8845 - vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0): 8788 + vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1): 8846 8789 dependencies: 8847 8790 esbuild: 0.25.8 8848 8791 fdir: 6.4.6(picomatch@4.0.3) ··· 8851 8794 rollup: 4.46.2 8852 8795 tinyglobby: 0.2.14 8853 8796 optionalDependencies: 8854 - '@types/node': 24.1.0 8797 + '@types/node': 24.2.1 8855 8798 fsevents: 2.3.3 8856 8799 jiti: 2.5.1 8857 8800 tsx: 4.20.3 8858 - yaml: 2.8.0 8801 + yaml: 2.8.1 8859 8802 8860 - vitefu@1.1.1(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0)): 8803 + vitefu@1.1.1(vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)): 8861 8804 optionalDependencies: 8862 - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0) 8805 + vite: 6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 8863 8806 8864 8807 web-namespaces@2.0.1: {} 8865 8808 ··· 8944 8887 8945 8888 yallist@5.0.0: {} 8946 8889 8947 - yaml@2.8.0: {} 8890 + yaml@2.8.1: {} 8948 8891 8949 8892 yargs-parser@21.1.1: {} 8950 8893