Fork of Chiri for Astro for my blog
6
fork

Configure Feed

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

chore: bump deps

the3ash df2ef7f7 3c853447

+267 -452
+6 -6
package.json
··· 20 20 "@astrojs/mdx": "^4.3.13", 21 21 "@astrojs/netlify": "^6.6.3", 22 22 "@astrojs/rss": "^4.0.14", 23 - "@astrojs/sitemap": "^3.6.0", 23 + "@astrojs/sitemap": "^3.6.1", 24 24 "@playform/inline": "^0.1.2", 25 - "astro": "^5.16.6", 26 - "astro-og-canvas": "^0.7.2", 25 + "astro": "^5.16.8", 26 + "astro-og-canvas": "^0.10.0", 27 27 "canvaskit-wasm": "^0.40.0", 28 28 "feed": "^5.1.0", 29 29 "katex": "^0.16.27", 30 30 "markdown-it": "^14.1.0", 31 31 "mdast-util-to-string": "^4.0.0", 32 - "node-html-parser": "^7.0.1", 32 + "node-html-parser": "^7.0.2", 33 33 "reading-time": "^1.5.0", 34 34 "rehype-katex": "^7.0.1", 35 35 "remark-directive": "^4.0.0", ··· 42 42 "@eslint/js": "^9.39.2", 43 43 "@types/markdown-it": "^14.1.2", 44 44 "@types/sanitize-html": "^2.16.0", 45 - "@typescript-eslint/eslint-plugin": "^8.51.0", 46 - "@typescript-eslint/parser": "^8.51.0", 45 + "@typescript-eslint/eslint-plugin": "^8.52.0", 46 + "@typescript-eslint/parser": "^8.52.0", 47 47 "eslint": "^9.39.2", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.5.0",
+257 -444
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/mdx': 12 12 specifier: ^4.3.13 13 - version: 4.3.13(astro@5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) 13 + version: 4.3.13(astro@5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.6.3 16 - version: 6.6.3(@netlify/api@14.0.12)(@types/node@25.0.3)(astro@5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(yaml@2.8.2) 16 + version: 6.6.3(@netlify/api@14.0.12)(@types/node@25.0.3)(astro@5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(yaml@2.8.2) 17 17 '@astrojs/rss': 18 18 specifier: ^4.0.14 19 19 version: 4.0.14 20 20 '@astrojs/sitemap': 21 - specifier: ^3.6.0 22 - version: 3.6.0 21 + specifier: ^3.6.1 22 + version: 3.6.1 23 23 '@playform/inline': 24 24 specifier: ^0.1.2 25 - version: 0.1.2(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 25 + version: 0.1.2(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 26 26 astro: 27 - specifier: ^5.16.6 28 - version: 5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 27 + specifier: ^5.16.8 28 + version: 5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 29 29 astro-og-canvas: 30 - specifier: ^0.7.2 31 - version: 0.7.2(astro@5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) 30 + specifier: ^0.10.0 31 + version: 0.10.0(astro@5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) 32 32 canvaskit-wasm: 33 33 specifier: ^0.40.0 34 34 version: 0.40.0 ··· 45 45 specifier: ^4.0.0 46 46 version: 4.0.0 47 47 node-html-parser: 48 - specifier: ^7.0.1 49 - version: 7.0.1 48 + specifier: ^7.0.2 49 + version: 7.0.2 50 50 reading-time: 51 51 specifier: ^1.5.0 52 52 version: 1.5.0 ··· 79 79 specifier: ^2.16.0 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 - specifier: ^8.51.0 83 - version: 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 82 + specifier: ^8.52.0 83 + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.51.0 86 - version: 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 85 + specifier: ^8.52.0 86 + version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 87 87 eslint: 88 88 specifier: ^9.39.2 89 89 version: 9.39.2(jiti@2.6.1) ··· 141 141 '@astrojs/rss@4.0.14': 142 142 resolution: {integrity: sha512-KCe1imDcADKOOuO/wtKOMDO/umsBD6DWF+94r5auna1jKl5fmlK9vzf+sjA3EyveXA/FoB3khtQ/u/tQgETmTw==} 143 143 144 - '@astrojs/sitemap@3.6.0': 145 - resolution: {integrity: sha512-4aHkvcOZBWJigRmMIAJwRQXBS+ayoP5z40OklTXYXhUDhwusz+DyDl+nSshY6y9DvkVEavwNcFO8FD81iGhXjg==} 144 + '@astrojs/sitemap@3.6.1': 145 + resolution: {integrity: sha512-+o+TbxXqQJAOd+HxCjz/5RdAMrRFGjeuO+U6zddUuTO59WqMqXnsc8uveRiEr2Ff+3McZiEne7iG4J5cnuI6kA==} 146 146 147 147 '@astrojs/telemetry@3.3.0': 148 148 resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==} ··· 172 172 resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 173 173 engines: {node: '>=6.9.0'} 174 174 175 - '@capsizecss/unpack@3.0.1': 176 - resolution: {integrity: sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==} 175 + '@capsizecss/unpack@4.0.0': 176 + resolution: {integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==} 177 177 engines: {node: '>=18'} 178 178 179 179 '@colors/colors@1.6.0': ··· 825 825 resolution: {integrity: sha512-pnexwAHckodyApbNaHiEzNyVlw+zx33wIwUSAopkq7qU8YYUQbDWIMi5gpGE6FsIvv/CCR8uxMgeIPOBLuVk5Q==} 826 826 engines: {node: '>=20.6.1'} 827 827 828 - '@netlify/serverless-functions-api@2.8.2': 829 - resolution: {integrity: sha512-JoesbwNZ6l7D7LDmom0Ae35j1nBORd/nht6dI5ULWW9YeI6Df9C84zmBytdRcY2KafsU1l859UGa6O7nBKxT6Q==} 828 + '@netlify/serverless-functions-api@2.8.3': 829 + resolution: {integrity: sha512-RJGKH85YeUFVvRgHz3ArNPiTwIx9w8Da9fDPqS3G40tI+keaNG3UdTVMm8HQvIAB4RS6N8Gu4oVPiU2Lqb4IIg==} 830 830 engines: {node: '>=18.0.0'} 831 831 832 832 '@netlify/static@3.1.3': ··· 1034 1034 rollup: 1035 1035 optional: true 1036 1036 1037 - '@rollup/rollup-android-arm-eabi@4.54.0': 1038 - resolution: {integrity: sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==} 1037 + '@rollup/rollup-android-arm-eabi@4.55.1': 1038 + resolution: {integrity: sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==} 1039 1039 cpu: [arm] 1040 1040 os: [android] 1041 1041 1042 - '@rollup/rollup-android-arm64@4.54.0': 1043 - resolution: {integrity: sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==} 1042 + '@rollup/rollup-android-arm64@4.55.1': 1043 + resolution: {integrity: sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==} 1044 1044 cpu: [arm64] 1045 1045 os: [android] 1046 1046 1047 - '@rollup/rollup-darwin-arm64@4.54.0': 1048 - resolution: {integrity: sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==} 1047 + '@rollup/rollup-darwin-arm64@4.55.1': 1048 + resolution: {integrity: sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==} 1049 1049 cpu: [arm64] 1050 1050 os: [darwin] 1051 1051 1052 - '@rollup/rollup-darwin-x64@4.54.0': 1053 - resolution: {integrity: sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==} 1052 + '@rollup/rollup-darwin-x64@4.55.1': 1053 + resolution: {integrity: sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==} 1054 1054 cpu: [x64] 1055 1055 os: [darwin] 1056 1056 1057 - '@rollup/rollup-freebsd-arm64@4.54.0': 1058 - resolution: {integrity: sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==} 1057 + '@rollup/rollup-freebsd-arm64@4.55.1': 1058 + resolution: {integrity: sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==} 1059 1059 cpu: [arm64] 1060 1060 os: [freebsd] 1061 1061 1062 - '@rollup/rollup-freebsd-x64@4.54.0': 1063 - resolution: {integrity: sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==} 1062 + '@rollup/rollup-freebsd-x64@4.55.1': 1063 + resolution: {integrity: sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==} 1064 1064 cpu: [x64] 1065 1065 os: [freebsd] 1066 1066 1067 - '@rollup/rollup-linux-arm-gnueabihf@4.54.0': 1068 - resolution: {integrity: sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==} 1067 + '@rollup/rollup-linux-arm-gnueabihf@4.55.1': 1068 + resolution: {integrity: sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==} 1069 1069 cpu: [arm] 1070 1070 os: [linux] 1071 1071 1072 - '@rollup/rollup-linux-arm-musleabihf@4.54.0': 1073 - resolution: {integrity: sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==} 1072 + '@rollup/rollup-linux-arm-musleabihf@4.55.1': 1073 + resolution: {integrity: sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==} 1074 1074 cpu: [arm] 1075 1075 os: [linux] 1076 1076 1077 - '@rollup/rollup-linux-arm64-gnu@4.54.0': 1078 - resolution: {integrity: sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==} 1077 + '@rollup/rollup-linux-arm64-gnu@4.55.1': 1078 + resolution: {integrity: sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==} 1079 1079 cpu: [arm64] 1080 1080 os: [linux] 1081 1081 1082 - '@rollup/rollup-linux-arm64-musl@4.54.0': 1083 - resolution: {integrity: sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==} 1082 + '@rollup/rollup-linux-arm64-musl@4.55.1': 1083 + resolution: {integrity: sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==} 1084 1084 cpu: [arm64] 1085 1085 os: [linux] 1086 1086 1087 - '@rollup/rollup-linux-loong64-gnu@4.54.0': 1088 - resolution: {integrity: sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==} 1087 + '@rollup/rollup-linux-loong64-gnu@4.55.1': 1088 + resolution: {integrity: sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==} 1089 1089 cpu: [loong64] 1090 1090 os: [linux] 1091 1091 1092 - '@rollup/rollup-linux-ppc64-gnu@4.54.0': 1093 - resolution: {integrity: sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==} 1092 + '@rollup/rollup-linux-loong64-musl@4.55.1': 1093 + resolution: {integrity: sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==} 1094 + cpu: [loong64] 1095 + os: [linux] 1096 + 1097 + '@rollup/rollup-linux-ppc64-gnu@4.55.1': 1098 + resolution: {integrity: sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==} 1094 1099 cpu: [ppc64] 1095 1100 os: [linux] 1096 1101 1097 - '@rollup/rollup-linux-riscv64-gnu@4.54.0': 1098 - resolution: {integrity: sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==} 1102 + '@rollup/rollup-linux-ppc64-musl@4.55.1': 1103 + resolution: {integrity: sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==} 1104 + cpu: [ppc64] 1105 + os: [linux] 1106 + 1107 + '@rollup/rollup-linux-riscv64-gnu@4.55.1': 1108 + resolution: {integrity: sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==} 1099 1109 cpu: [riscv64] 1100 1110 os: [linux] 1101 1111 1102 - '@rollup/rollup-linux-riscv64-musl@4.54.0': 1103 - resolution: {integrity: sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==} 1112 + '@rollup/rollup-linux-riscv64-musl@4.55.1': 1113 + resolution: {integrity: sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==} 1104 1114 cpu: [riscv64] 1105 1115 os: [linux] 1106 1116 1107 - '@rollup/rollup-linux-s390x-gnu@4.54.0': 1108 - resolution: {integrity: sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==} 1117 + '@rollup/rollup-linux-s390x-gnu@4.55.1': 1118 + resolution: {integrity: sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==} 1109 1119 cpu: [s390x] 1110 1120 os: [linux] 1111 1121 1112 - '@rollup/rollup-linux-x64-gnu@4.54.0': 1113 - resolution: {integrity: sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==} 1122 + '@rollup/rollup-linux-x64-gnu@4.55.1': 1123 + resolution: {integrity: sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==} 1114 1124 cpu: [x64] 1115 1125 os: [linux] 1116 1126 1117 - '@rollup/rollup-linux-x64-musl@4.54.0': 1118 - resolution: {integrity: sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==} 1127 + '@rollup/rollup-linux-x64-musl@4.55.1': 1128 + resolution: {integrity: sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==} 1119 1129 cpu: [x64] 1120 1130 os: [linux] 1121 1131 1122 - '@rollup/rollup-openharmony-arm64@4.54.0': 1123 - resolution: {integrity: sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==} 1132 + '@rollup/rollup-openbsd-x64@4.55.1': 1133 + resolution: {integrity: sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==} 1134 + cpu: [x64] 1135 + os: [openbsd] 1136 + 1137 + '@rollup/rollup-openharmony-arm64@4.55.1': 1138 + resolution: {integrity: sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==} 1124 1139 cpu: [arm64] 1125 1140 os: [openharmony] 1126 1141 1127 - '@rollup/rollup-win32-arm64-msvc@4.54.0': 1128 - resolution: {integrity: sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==} 1142 + '@rollup/rollup-win32-arm64-msvc@4.55.1': 1143 + resolution: {integrity: sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==} 1129 1144 cpu: [arm64] 1130 1145 os: [win32] 1131 1146 1132 - '@rollup/rollup-win32-ia32-msvc@4.54.0': 1133 - resolution: {integrity: sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==} 1147 + '@rollup/rollup-win32-ia32-msvc@4.55.1': 1148 + resolution: {integrity: sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==} 1134 1149 cpu: [ia32] 1135 1150 os: [win32] 1136 1151 1137 - '@rollup/rollup-win32-x64-gnu@4.54.0': 1138 - resolution: {integrity: sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==} 1152 + '@rollup/rollup-win32-x64-gnu@4.55.1': 1153 + resolution: {integrity: sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==} 1139 1154 cpu: [x64] 1140 1155 os: [win32] 1141 1156 1142 - '@rollup/rollup-win32-x64-msvc@4.54.0': 1143 - resolution: {integrity: sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==} 1157 + '@rollup/rollup-win32-x64-msvc@4.55.1': 1158 + resolution: {integrity: sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==} 1144 1159 cpu: [x64] 1145 1160 os: [win32] 1146 1161 1147 - '@shikijs/core@3.20.0': 1148 - resolution: {integrity: sha512-f2ED7HYV4JEk827mtMDwe/yQ25pRiXZmtHjWF8uzZKuKiEsJR7Ce1nuQ+HhV9FzDcbIo4ObBCD9GPTzNuy9S1g==} 1162 + '@shikijs/core@3.21.0': 1163 + resolution: {integrity: sha512-AXSQu/2n1UIQekY8euBJlvFYZIw0PHY63jUzGbrOma4wPxzznJXTXkri+QcHeBNaFxiiOljKxxJkVSoB3PjbyA==} 1149 1164 1150 - '@shikijs/engine-javascript@3.20.0': 1151 - resolution: {integrity: sha512-OFx8fHAZuk7I42Z9YAdZ95To6jDePQ9Rnfbw9uSRTSbBhYBp1kEOKv/3jOimcj3VRUKusDYM6DswLauwfhboLg==} 1165 + '@shikijs/engine-javascript@3.21.0': 1166 + resolution: {integrity: sha512-ATwv86xlbmfD9n9gKRiwuPpWgPENAWCLwYCGz9ugTJlsO2kOzhOkvoyV/UD+tJ0uT7YRyD530x6ugNSffmvIiQ==} 1152 1167 1153 - '@shikijs/engine-oniguruma@3.20.0': 1154 - resolution: {integrity: sha512-Yx3gy7xLzM0ZOjqoxciHjA7dAt5tyzJE3L4uQoM83agahy+PlW244XJSrmJRSBvGYELDhYXPacD4R/cauV5bzQ==} 1168 + '@shikijs/engine-oniguruma@3.21.0': 1169 + resolution: {integrity: sha512-OYknTCct6qiwpQDqDdf3iedRdzj6hFlOPv5hMvI+hkWfCKs5mlJ4TXziBG9nyabLwGulrUjHiCq3xCspSzErYQ==} 1155 1170 1156 - '@shikijs/langs@3.20.0': 1157 - resolution: {integrity: sha512-le+bssCxcSHrygCWuOrYJHvjus6zhQ2K7q/0mgjiffRbkhM4o1EWu2m+29l0yEsHDbWaWPNnDUTRVVBvBBeKaA==} 1171 + '@shikijs/langs@3.21.0': 1172 + resolution: {integrity: sha512-g6mn5m+Y6GBJ4wxmBYqalK9Sp0CFkUqfNzUy2pJglUginz6ZpWbaWjDB4fbQ/8SHzFjYbtU6Ddlp1pc+PPNDVA==} 1158 1173 1159 - '@shikijs/themes@3.20.0': 1160 - resolution: {integrity: sha512-U1NSU7Sl26Q7ErRvJUouArxfM2euWqq1xaSrbqMu2iqa+tSp0D1Yah8216sDYbdDHw4C8b75UpE65eWorm2erQ==} 1174 + '@shikijs/themes@3.21.0': 1175 + resolution: {integrity: sha512-BAE4cr9EDiZyYzwIHEk7JTBJ9CzlPuM4PchfcA5ao1dWXb25nv6hYsoDiBq2aZK9E3dlt3WB78uI96UESD+8Mw==} 1161 1176 1162 - '@shikijs/types@3.20.0': 1163 - resolution: {integrity: sha512-lhYAATn10nkZcBQ0BlzSbJA3wcmL5MXUUF8d2Zzon6saZDlToKaiRX60n2+ZaHJCmXEcZRWNzn+k9vplr8Jhsw==} 1177 + '@shikijs/types@3.21.0': 1178 + resolution: {integrity: sha512-zGrWOxZ0/+0ovPY7PvBU2gIS9tmhSUUt30jAcNV0Bq0gb2S98gwfjIs1vxlmH5zM7/4YxLamT6ChlqqAJmPPjA==} 1164 1179 1165 1180 '@shikijs/vscode-textmate@10.0.2': 1166 1181 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 1168 1183 '@so-ric/colorspace@1.1.6': 1169 1184 resolution: {integrity: sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==} 1170 1185 1171 - '@swc/helpers@0.5.18': 1172 - resolution: {integrity: sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==} 1173 - 1174 1186 '@types/debug@4.1.12': 1175 1187 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} 1176 1188 ··· 1179 1191 1180 1192 '@types/estree@1.0.8': 1181 1193 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 1182 - 1183 - '@types/fontkit@2.0.8': 1184 - resolution: {integrity: sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==} 1185 1194 1186 1195 '@types/hast@3.0.4': 1187 1196 resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} ··· 1246 1255 '@types/yauzl@2.10.3': 1247 1256 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 1248 1257 1249 - '@typescript-eslint/eslint-plugin@8.51.0': 1250 - resolution: {integrity: sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==} 1251 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1252 - peerDependencies: 1253 - '@typescript-eslint/parser': ^8.51.0 1254 - eslint: ^8.57.0 || ^9.0.0 1255 - typescript: '>=4.8.4 <6.0.0' 1256 - 1257 1258 '@typescript-eslint/eslint-plugin@8.52.0': 1258 1259 resolution: {integrity: sha512-okqtOgqu2qmZJ5iN4TWlgfF171dZmx2FzdOv2K/ixL2LZWDStL8+JgQerI2sa8eAEfoydG9+0V96m7V+P8yE1Q==} 1259 1260 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1262 1263 eslint: ^8.57.0 || ^9.0.0 1263 1264 typescript: '>=4.8.4 <6.0.0' 1264 1265 1265 - '@typescript-eslint/parser@8.51.0': 1266 - resolution: {integrity: sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==} 1267 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1268 - peerDependencies: 1269 - eslint: ^8.57.0 || ^9.0.0 1270 - typescript: '>=4.8.4 <6.0.0' 1271 - 1272 1266 '@typescript-eslint/parser@8.52.0': 1273 1267 resolution: {integrity: sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg==} 1274 1268 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1276 1270 eslint: ^8.57.0 || ^9.0.0 1277 1271 typescript: '>=4.8.4 <6.0.0' 1278 1272 1279 - '@typescript-eslint/project-service@8.51.0': 1280 - resolution: {integrity: sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==} 1281 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1282 - peerDependencies: 1283 - typescript: '>=4.8.4 <6.0.0' 1284 - 1285 1273 '@typescript-eslint/project-service@8.52.0': 1286 1274 resolution: {integrity: sha512-xD0MfdSdEmeFa3OmVqonHi+Cciab96ls1UhIF/qX/O/gPu5KXD0bY9lu33jj04fjzrXHcuvjBcBC+D3SNSadaw==} 1287 1275 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1288 1276 peerDependencies: 1289 1277 typescript: '>=4.8.4 <6.0.0' 1290 1278 1291 - '@typescript-eslint/scope-manager@8.51.0': 1292 - resolution: {integrity: sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==} 1293 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1294 - 1295 1279 '@typescript-eslint/scope-manager@8.52.0': 1296 1280 resolution: {integrity: sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==} 1297 1281 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1298 1282 1299 - '@typescript-eslint/tsconfig-utils@8.51.0': 1300 - resolution: {integrity: sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==} 1301 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1302 - peerDependencies: 1303 - typescript: '>=4.8.4 <6.0.0' 1304 - 1305 1283 '@typescript-eslint/tsconfig-utils@8.52.0': 1306 1284 resolution: {integrity: sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==} 1307 1285 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1308 1286 peerDependencies: 1309 1287 typescript: '>=4.8.4 <6.0.0' 1310 1288 1311 - '@typescript-eslint/type-utils@8.51.0': 1312 - resolution: {integrity: sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==} 1313 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1314 - peerDependencies: 1315 - eslint: ^8.57.0 || ^9.0.0 1316 - typescript: '>=4.8.4 <6.0.0' 1317 - 1318 1289 '@typescript-eslint/type-utils@8.52.0': 1319 1290 resolution: {integrity: sha512-JD3wKBRWglYRQkAtsyGz1AewDu3mTc7NtRjR/ceTyGoPqmdS5oCdx/oZMWD5Zuqmo6/MpsYs0wp6axNt88/2EQ==} 1320 1291 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1322 1293 eslint: ^8.57.0 || ^9.0.0 1323 1294 typescript: '>=4.8.4 <6.0.0' 1324 1295 1325 - '@typescript-eslint/types@8.51.0': 1326 - resolution: {integrity: sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==} 1327 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1328 - 1329 1296 '@typescript-eslint/types@8.52.0': 1330 1297 resolution: {integrity: sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==} 1331 1298 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1332 1299 1333 - '@typescript-eslint/typescript-estree@8.51.0': 1334 - resolution: {integrity: sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==} 1335 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1336 - peerDependencies: 1337 - typescript: '>=4.8.4 <6.0.0' 1338 - 1339 1300 '@typescript-eslint/typescript-estree@8.52.0': 1340 1301 resolution: {integrity: sha512-XP3LClsCc0FsTK5/frGjolyADTh3QmsLp6nKd476xNI9CsSsLnmn4f0jrzNoAulmxlmNIpeXuHYeEQv61Q6qeQ==} 1341 1302 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1342 1303 peerDependencies: 1343 1304 typescript: '>=4.8.4 <6.0.0' 1344 1305 1345 - '@typescript-eslint/utils@8.51.0': 1346 - resolution: {integrity: sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==} 1347 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1348 - peerDependencies: 1349 - eslint: ^8.57.0 || ^9.0.0 1350 - typescript: '>=4.8.4 <6.0.0' 1351 - 1352 1306 '@typescript-eslint/utils@8.52.0': 1353 1307 resolution: {integrity: sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==} 1354 1308 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1355 1309 peerDependencies: 1356 1310 eslint: ^8.57.0 || ^9.0.0 1357 1311 typescript: '>=4.8.4 <6.0.0' 1358 - 1359 - '@typescript-eslint/visitor-keys@8.51.0': 1360 - resolution: {integrity: sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==} 1361 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1362 1312 1363 1313 '@typescript-eslint/visitor-keys@8.52.0': 1364 1314 resolution: {integrity: sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==} ··· 1403 1353 resolution: {integrity: sha512-b4PhJ+zYj4357zwk4TTuF2nEe0vVtOrwdsrNo5hL+u1ojXNhh1FgJ6pg1jzDlwlT4oBdzfSwaBwMCtFCsIWg8Q==} 1404 1354 engines: {node: '>=18.0.0'} 1405 1355 1406 - '@whatwg-node/node-fetch@0.8.4': 1407 - resolution: {integrity: sha512-AlKLc57loGoyYlrzDbejB9EeR+pfdJdGzbYnkEuZaGekFboBwzfVYVMsy88PMriqPI1ORpiGYGgSSWpx7a2sDA==} 1356 + '@whatwg-node/node-fetch@0.8.5': 1357 + resolution: {integrity: sha512-4xzCl/zphPqlp9tASLVeUhB5+WJHbuWGYpfoC2q1qh5dw0AqZBW7L27V5roxYWijPxj4sspRAAoOH3d2ztaHUQ==} 1408 1358 engines: {node: '>=18.0.0'} 1409 1359 1410 1360 '@whatwg-node/promise-helpers@1.3.2': 1411 1361 resolution: {integrity: sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==} 1412 1362 engines: {node: '>=16.0.0'} 1413 1363 1414 - '@whatwg-node/server@0.10.17': 1415 - resolution: {integrity: sha512-QxI+HQfJeI/UscFNCTcSri6nrHP25mtyAMbhEri7W2ctdb3EsorPuJz7IovSgNjvKVs73dg9Fmayewx1O2xOxA==} 1364 + '@whatwg-node/server@0.10.18': 1365 + resolution: {integrity: sha512-kMwLlxUbduttIgaPdSkmEarFpP+mSY8FEm+QWMBRJwxOHWkri+cxd8KZHO9EMrB9vgUuz+5WEaCawaL5wGVoXg==} 1416 1366 engines: {node: '>=18.0.0'} 1417 1367 1418 1368 abbrev@3.0.1: ··· 1513 1463 resolution: {integrity: sha512-JepyLROIad6f44uyqMF6HKE2QbunNzp3mYKRcPoDGt0QkxXmH222FAFC64WTyQu2Kg8NNEXHTN/sWuUId9sSxw==} 1514 1464 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1515 1465 1516 - astro-og-canvas@0.7.2: 1517 - resolution: {integrity: sha512-i7sWbdpl2MMF7wUZqSfzMnhW4c7GQz6s7T4BUJ7E06MqasZRHjJytn0n6D0JJkGDeTpZnU7E00A6Ffx0pRB4kg==} 1518 - engines: {node: '>=18.14.1'} 1466 + astro-og-canvas@0.10.0: 1467 + resolution: {integrity: sha512-JkSIYEo2sTJiuht7iVQ2CNT38+rrlvkRpJkqjA58WDFHdymgWktoT9zLkjEkn2u9K2zeZx2GTev16IBJzIoZNQ==} 1519 1468 peerDependencies: 1520 - astro: ^3.0.0 || ^4.0.0 || ^5.0.0 1469 + astro: ^5.0.0 || ^6.0.0-alpha 1521 1470 1522 - astro@5.16.6: 1523 - resolution: {integrity: sha512-6mF/YrvwwRxLTu+aMEa5pwzKUNl5ZetWbTyZCs9Um0F12HUmxUiF5UHiZPy4rifzU3gtpM3xP2DfdmkNX9eZRg==} 1471 + astro@5.16.8: 1472 + resolution: {integrity: sha512-gzZE+epuCrNuxOa8/F1dzkllDOFvxWhGeobQKeBRIAef5sUpUKMHZo/8clse+02rYnKJCgwXBgjW4uTu9mqUUw==} 1524 1473 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1525 1474 hasBin: true 1526 1475 ··· 1598 1547 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 1599 1548 engines: {node: '>=8'} 1600 1549 1601 - brotli@1.3.3: 1602 - resolution: {integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==} 1603 - 1604 1550 buffer-crc32@0.2.13: 1605 1551 resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} 1606 1552 ··· 1684 1630 resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} 1685 1631 engines: {node: '>=12'} 1686 1632 1687 - clone@2.1.2: 1688 - resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} 1689 - engines: {node: '>=0.8'} 1690 - 1691 1633 clsx@2.1.1: 1692 1634 resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} 1693 1635 engines: {node: '>=6'} ··· 1933 1875 1934 1876 devlop@1.1.0: 1935 1877 resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} 1936 - 1937 - dfa@1.2.0: 1938 - resolution: {integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==} 1939 1878 1940 1879 diff@5.2.0: 1941 1880 resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} ··· 2262 2201 fn.name@1.1.0: 2263 2202 resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} 2264 2203 2265 - fontace@0.3.1: 2266 - resolution: {integrity: sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==} 2204 + fontace@0.4.0: 2205 + resolution: {integrity: sha512-moThBCItUe2bjZip5PF/iZClpKHGLwMvR79Kp8XpGRBrvoRSnySN4VcILdv3/MJzbhvUA5WeiUXF5o538m5fvg==} 2267 2206 2268 - fontkit@2.0.4: 2269 - resolution: {integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==} 2207 + fontkitten@1.0.0: 2208 + resolution: {integrity: sha512-b0RdzQeztiiUFWEDzq6Ka26qkNVNLCehoRtifOIGNbQ4CfxyYRh73fyWaQX/JshPVcueITOEeoSWPy5XQv8FUg==} 2209 + engines: {node: '>=20'} 2270 2210 2271 2211 foreground-child@3.3.1: 2272 2212 resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} ··· 3046 2986 resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==} 3047 2987 hasBin: true 3048 2988 3049 - node-html-parser@7.0.1: 3050 - resolution: {integrity: sha512-KGtmPY2kS0thCWGK0VuPyOS+pBKhhe8gXztzA2ilAOhbUbxa9homF1bOyKvhGzMLXUoRds9IOmr/v5lr/lqNmA==} 2989 + node-html-parser@7.0.2: 2990 + resolution: {integrity: sha512-DxodLVh7a6JMkYzWyc8nBX9MaF4M0lLFYkJHlWOiu7+9/I6mwNK9u5TbAMC7qfqDJEPX9OIoWA2A9t4C2l1mUQ==} 3051 2991 3052 2992 node-mock-http@1.0.4: 3053 2993 resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==} ··· 3162 3102 3163 3103 package-manager-detector@1.6.0: 3164 3104 resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==} 3165 - 3166 - pako@0.2.9: 3167 - resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} 3168 3105 3169 3106 parent-module@1.0.1: 3170 3107 resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} ··· 3456 3393 resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} 3457 3394 hasBin: true 3458 3395 3459 - restructure@3.0.2: 3460 - resolution: {integrity: sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==} 3461 - 3462 3396 retext-latin@4.0.0: 3463 3397 resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==} 3464 3398 ··· 3479 3413 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 3480 3414 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 3481 3415 3482 - rollup@4.54.0: 3483 - resolution: {integrity: sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==} 3416 + rollup@4.55.1: 3417 + resolution: {integrity: sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==} 3484 3418 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 3485 3419 hasBin: true 3486 3420 ··· 3506 3440 sass-formatter@0.7.9: 3507 3441 resolution: {integrity: sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==} 3508 3442 3509 - sax@1.4.3: 3510 - resolution: {integrity: sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==} 3443 + sax@1.4.4: 3444 + resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==} 3445 + engines: {node: '>=11.0.0'} 3511 3446 3512 3447 semver@7.7.3: 3513 3448 resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} ··· 3526 3461 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 3527 3462 engines: {node: '>=8'} 3528 3463 3529 - shiki@3.20.0: 3530 - resolution: {integrity: sha512-kgCOlsnyWb+p0WU+01RjkCH+eBVsjL1jOwUYWv0YDWkM2/A46+LDKVs5yZCUXjJG6bj4ndFoAg5iLIIue6dulg==} 3464 + shiki@3.21.0: 3465 + resolution: {integrity: sha512-N65B/3bqL/TI2crrXr+4UivctrAGEjmsib5rPMMPpFp1xAx/w03v8WZ9RDDFYteXoEgY7qZ4HGgl5KBIu1153w==} 3531 3466 3532 3467 signal-exit@4.1.0: 3533 3468 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} ··· 3761 3696 uc.micro@2.1.0: 3762 3697 resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} 3763 3698 3764 - ufo@1.6.1: 3765 - resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} 3699 + ufo@1.6.2: 3700 + resolution: {integrity: sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==} 3766 3701 3767 3702 ulid@3.0.2: 3768 3703 resolution: {integrity: sha512-yu26mwteFYzBAot7KVMqFGCVpsF6g8wXfJzQUHvu1no3+rRRSFcSV2nKeYvNPLD2J4b08jYBDhHUjeH0ygIl9w==} ··· 3780 3715 undici-types@7.16.0: 3781 3716 resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 3782 3717 3783 - unicode-properties@1.4.1: 3784 - resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} 3785 - 3786 - unicode-trie@2.0.0: 3787 - resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==} 3788 - 3789 3718 unicorn-magic@0.1.0: 3790 3719 resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} 3791 3720 engines: {node: '>=18'} ··· 3793 3722 unified@11.0.5: 3794 3723 resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} 3795 3724 3796 - unifont@0.6.0: 3797 - resolution: {integrity: sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==} 3725 + unifont@0.7.1: 3726 + resolution: {integrity: sha512-0lg9M1cMYvXof8//wZBq6EDEfbwv4++t7+dYpXeS2ypaLuZJmUFYEwTm412/1ED/Wfo/wyzSu6kNZEr9hgRNfg==} 3798 3727 3799 3728 unist-util-find-after@5.0.0: 3800 3729 resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} ··· 4138 4067 remark-parse: 11.0.0 4139 4068 remark-rehype: 11.1.2 4140 4069 remark-smartypants: 3.0.2 4141 - shiki: 3.20.0 4070 + shiki: 3.21.0 4142 4071 smol-toml: 1.6.0 4143 4072 unified: 11.0.5 4144 4073 unist-util-remove-position: 5.0.0 ··· 4148 4077 transitivePeerDependencies: 4149 4078 - supports-color 4150 4079 4151 - '@astrojs/mdx@4.3.13(astro@5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))': 4080 + '@astrojs/mdx@4.3.13(astro@5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))': 4152 4081 dependencies: 4153 4082 '@astrojs/markdown-remark': 6.3.10 4154 4083 '@mdx-js/mdx': 3.1.1 4155 4084 acorn: 8.15.0 4156 - astro: 5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 4085 + astro: 5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 4157 4086 es-module-lexer: 1.7.0 4158 4087 estree-util-visit: 2.0.0 4159 4088 hast-util-to-html: 9.0.5 ··· 4167 4096 transitivePeerDependencies: 4168 4097 - supports-color 4169 4098 4170 - '@astrojs/netlify@6.6.3(@netlify/api@14.0.12)(@types/node@25.0.3)(astro@5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(yaml@2.8.2)': 4099 + '@astrojs/netlify@6.6.3(@netlify/api@14.0.12)(@types/node@25.0.3)(astro@5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(yaml@2.8.2)': 4171 4100 dependencies: 4172 4101 '@astrojs/internal-helpers': 0.7.5 4173 4102 '@astrojs/underscore-redirects': 1.0.0 4174 4103 '@netlify/blobs': 10.5.0 4175 4104 '@netlify/functions': 5.1.2 4176 - '@netlify/vite-plugin': 2.7.19(@netlify/api@14.0.12)(rollup@4.54.0)(vite@6.4.1(@types/node@25.0.3)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 4177 - '@vercel/nft': 0.30.4(rollup@4.54.0) 4178 - astro: 5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 4105 + '@netlify/vite-plugin': 2.7.19(@netlify/api@14.0.12)(rollup@4.55.1)(vite@6.4.1(@types/node@25.0.3)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 4106 + '@vercel/nft': 0.30.4(rollup@4.55.1) 4107 + astro: 5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 4179 4108 esbuild: 0.25.12 4180 4109 tinyglobby: 0.2.15 4181 4110 vite: 6.4.1(@types/node@25.0.3)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) ··· 4226 4155 fast-xml-parser: 5.3.3 4227 4156 piccolore: 0.1.3 4228 4157 4229 - '@astrojs/sitemap@3.6.0': 4158 + '@astrojs/sitemap@3.6.1': 4230 4159 dependencies: 4231 4160 sitemap: 8.0.2 4232 4161 stream-replace-string: 2.0.0 ··· 4265 4194 '@babel/helper-string-parser': 7.27.1 4266 4195 '@babel/helper-validator-identifier': 7.28.5 4267 4196 4268 - '@capsizecss/unpack@3.0.1': 4197 + '@capsizecss/unpack@4.0.0': 4269 4198 dependencies: 4270 - fontkit: 2.0.4 4199 + fontkitten: 1.0.0 4271 4200 4272 4201 '@colors/colors@1.6.0': {} 4273 4202 ··· 4724 4653 4725 4654 '@netlify/dev-utils@4.3.3': 4726 4655 dependencies: 4727 - '@whatwg-node/server': 0.10.17 4656 + '@whatwg-node/server': 0.10.18 4728 4657 ansis: 4.2.0 4729 4658 chokidar: 4.0.3 4730 4659 decache: 4.6.2 ··· 4740 4669 uuid: 13.0.0 4741 4670 write-file-atomic: 5.0.1 4742 4671 4743 - '@netlify/dev@4.8.7(@netlify/api@14.0.12)(rollup@4.54.0)': 4672 + '@netlify/dev@4.8.7(@netlify/api@14.0.12)(rollup@4.55.1)': 4744 4673 dependencies: 4745 4674 '@netlify/ai': 0.3.5(@netlify/api@14.0.12) 4746 4675 '@netlify/blobs': 10.5.0 4747 4676 '@netlify/config': 24.2.0 4748 4677 '@netlify/dev-utils': 4.3.3 4749 4678 '@netlify/edge-functions-dev': 1.0.7 4750 - '@netlify/functions-dev': 1.1.7(rollup@4.54.0) 4679 + '@netlify/functions-dev': 1.1.7(rollup@4.55.1) 4751 4680 '@netlify/headers': 2.1.3 4752 4681 '@netlify/images': 1.3.3(@netlify/blobs@10.5.0) 4753 4682 '@netlify/redirects': 3.1.4 ··· 4818 4747 dependencies: 4819 4748 '@netlify/types': 2.3.0 4820 4749 4821 - '@netlify/functions-dev@1.1.7(rollup@4.54.0)': 4750 + '@netlify/functions-dev@1.1.7(rollup@4.55.1)': 4822 4751 dependencies: 4823 4752 '@netlify/blobs': 10.5.0 4824 4753 '@netlify/dev-utils': 4.3.3 4825 4754 '@netlify/functions': 5.1.2 4826 - '@netlify/zip-it-and-ship-it': 14.1.18(rollup@4.54.0) 4755 + '@netlify/zip-it-and-ship-it': 14.1.18(rollup@4.55.1) 4827 4756 cron-parser: 4.9.0 4828 4757 decache: 4.6.2 4829 4758 extract-zip: 2.0.1 ··· 4919 4848 transitivePeerDependencies: 4920 4849 - supports-color 4921 4850 4922 - '@netlify/serverless-functions-api@2.8.2': {} 4851 + '@netlify/serverless-functions-api@2.8.3': {} 4923 4852 4924 4853 '@netlify/static@3.1.3': 4925 4854 dependencies: ··· 4927 4856 4928 4857 '@netlify/types@2.3.0': {} 4929 4858 4930 - '@netlify/vite-plugin@2.7.19(@netlify/api@14.0.12)(rollup@4.54.0)(vite@6.4.1(@types/node@25.0.3)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2))': 4859 + '@netlify/vite-plugin@2.7.19(@netlify/api@14.0.12)(rollup@4.55.1)(vite@6.4.1(@types/node@25.0.3)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2))': 4931 4860 dependencies: 4932 - '@netlify/dev': 4.8.7(@netlify/api@14.0.12)(rollup@4.54.0) 4861 + '@netlify/dev': 4.8.7(@netlify/api@14.0.12)(rollup@4.55.1) 4933 4862 '@netlify/dev-utils': 4.3.3 4934 4863 dedent: 1.7.1 4935 4864 vite: 6.4.1(@types/node@25.0.3)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) ··· 4960 4889 - supports-color 4961 4890 - uploadthing 4962 4891 4963 - '@netlify/zip-it-and-ship-it@14.1.18(rollup@4.54.0)': 4892 + '@netlify/zip-it-and-ship-it@14.1.18(rollup@4.55.1)': 4964 4893 dependencies: 4965 4894 '@babel/parser': 7.28.5 4966 4895 '@babel/types': 7.28.5 4967 4896 '@netlify/binary-info': 1.0.0 4968 - '@netlify/serverless-functions-api': 2.8.2 4969 - '@vercel/nft': 0.29.4(rollup@4.54.0) 4897 + '@netlify/serverless-functions-api': 2.8.3 4898 + '@vercel/nft': 0.29.4(rollup@4.55.1) 4970 4899 archiver: 7.0.1 4971 4900 common-path-prefix: 3.0.0 4972 4901 copy-file: 11.1.0 ··· 5144 5073 5145 5074 '@pkgr/core@0.2.9': {} 5146 5075 5147 - '@playform/inline@0.1.2(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)': 5076 + '@playform/inline@0.1.2(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)': 5148 5077 dependencies: 5149 5078 '@playform/pipe': 0.1.3 5150 - astro: 5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 5079 + astro: 5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 5151 5080 beasties: 0.2.0 5152 5081 deepmerge-ts: 7.1.5 5153 5082 transitivePeerDependencies: ··· 5191 5120 deepmerge-ts: 7.1.5 5192 5121 fast-glob: 3.3.3 5193 5122 5194 - '@rollup/pluginutils@5.3.0(rollup@4.54.0)': 5123 + '@rollup/pluginutils@5.3.0(rollup@4.55.1)': 5195 5124 dependencies: 5196 5125 '@types/estree': 1.0.8 5197 5126 estree-walker: 2.0.2 5198 5127 picomatch: 4.0.3 5199 5128 optionalDependencies: 5200 - rollup: 4.54.0 5129 + rollup: 4.55.1 5201 5130 5202 - '@rollup/rollup-android-arm-eabi@4.54.0': 5131 + '@rollup/rollup-android-arm-eabi@4.55.1': 5203 5132 optional: true 5204 5133 5205 - '@rollup/rollup-android-arm64@4.54.0': 5134 + '@rollup/rollup-android-arm64@4.55.1': 5206 5135 optional: true 5207 5136 5208 - '@rollup/rollup-darwin-arm64@4.54.0': 5137 + '@rollup/rollup-darwin-arm64@4.55.1': 5209 5138 optional: true 5210 5139 5211 - '@rollup/rollup-darwin-x64@4.54.0': 5140 + '@rollup/rollup-darwin-x64@4.55.1': 5212 5141 optional: true 5213 5142 5214 - '@rollup/rollup-freebsd-arm64@4.54.0': 5143 + '@rollup/rollup-freebsd-arm64@4.55.1': 5215 5144 optional: true 5216 5145 5217 - '@rollup/rollup-freebsd-x64@4.54.0': 5146 + '@rollup/rollup-freebsd-x64@4.55.1': 5218 5147 optional: true 5219 5148 5220 - '@rollup/rollup-linux-arm-gnueabihf@4.54.0': 5149 + '@rollup/rollup-linux-arm-gnueabihf@4.55.1': 5221 5150 optional: true 5222 5151 5223 - '@rollup/rollup-linux-arm-musleabihf@4.54.0': 5152 + '@rollup/rollup-linux-arm-musleabihf@4.55.1': 5224 5153 optional: true 5225 5154 5226 - '@rollup/rollup-linux-arm64-gnu@4.54.0': 5155 + '@rollup/rollup-linux-arm64-gnu@4.55.1': 5227 5156 optional: true 5228 5157 5229 - '@rollup/rollup-linux-arm64-musl@4.54.0': 5158 + '@rollup/rollup-linux-arm64-musl@4.55.1': 5230 5159 optional: true 5231 5160 5232 - '@rollup/rollup-linux-loong64-gnu@4.54.0': 5161 + '@rollup/rollup-linux-loong64-gnu@4.55.1': 5233 5162 optional: true 5234 5163 5235 - '@rollup/rollup-linux-ppc64-gnu@4.54.0': 5164 + '@rollup/rollup-linux-loong64-musl@4.55.1': 5236 5165 optional: true 5237 5166 5238 - '@rollup/rollup-linux-riscv64-gnu@4.54.0': 5167 + '@rollup/rollup-linux-ppc64-gnu@4.55.1': 5239 5168 optional: true 5240 5169 5241 - '@rollup/rollup-linux-riscv64-musl@4.54.0': 5170 + '@rollup/rollup-linux-ppc64-musl@4.55.1': 5242 5171 optional: true 5243 5172 5244 - '@rollup/rollup-linux-s390x-gnu@4.54.0': 5173 + '@rollup/rollup-linux-riscv64-gnu@4.55.1': 5245 5174 optional: true 5246 5175 5247 - '@rollup/rollup-linux-x64-gnu@4.54.0': 5176 + '@rollup/rollup-linux-riscv64-musl@4.55.1': 5248 5177 optional: true 5249 5178 5250 - '@rollup/rollup-linux-x64-musl@4.54.0': 5179 + '@rollup/rollup-linux-s390x-gnu@4.55.1': 5251 5180 optional: true 5252 5181 5253 - '@rollup/rollup-openharmony-arm64@4.54.0': 5182 + '@rollup/rollup-linux-x64-gnu@4.55.1': 5254 5183 optional: true 5255 5184 5256 - '@rollup/rollup-win32-arm64-msvc@4.54.0': 5185 + '@rollup/rollup-linux-x64-musl@4.55.1': 5257 5186 optional: true 5258 5187 5259 - '@rollup/rollup-win32-ia32-msvc@4.54.0': 5188 + '@rollup/rollup-openbsd-x64@4.55.1': 5260 5189 optional: true 5261 5190 5262 - '@rollup/rollup-win32-x64-gnu@4.54.0': 5191 + '@rollup/rollup-openharmony-arm64@4.55.1': 5263 5192 optional: true 5264 5193 5265 - '@rollup/rollup-win32-x64-msvc@4.54.0': 5194 + '@rollup/rollup-win32-arm64-msvc@4.55.1': 5266 5195 optional: true 5267 5196 5268 - '@shikijs/core@3.20.0': 5197 + '@rollup/rollup-win32-ia32-msvc@4.55.1': 5198 + optional: true 5199 + 5200 + '@rollup/rollup-win32-x64-gnu@4.55.1': 5201 + optional: true 5202 + 5203 + '@rollup/rollup-win32-x64-msvc@4.55.1': 5204 + optional: true 5205 + 5206 + '@shikijs/core@3.21.0': 5269 5207 dependencies: 5270 - '@shikijs/types': 3.20.0 5208 + '@shikijs/types': 3.21.0 5271 5209 '@shikijs/vscode-textmate': 10.0.2 5272 5210 '@types/hast': 3.0.4 5273 5211 hast-util-to-html: 9.0.5 5274 5212 5275 - '@shikijs/engine-javascript@3.20.0': 5213 + '@shikijs/engine-javascript@3.21.0': 5276 5214 dependencies: 5277 - '@shikijs/types': 3.20.0 5215 + '@shikijs/types': 3.21.0 5278 5216 '@shikijs/vscode-textmate': 10.0.2 5279 5217 oniguruma-to-es: 4.3.4 5280 5218 5281 - '@shikijs/engine-oniguruma@3.20.0': 5219 + '@shikijs/engine-oniguruma@3.21.0': 5282 5220 dependencies: 5283 - '@shikijs/types': 3.20.0 5221 + '@shikijs/types': 3.21.0 5284 5222 '@shikijs/vscode-textmate': 10.0.2 5285 5223 5286 - '@shikijs/langs@3.20.0': 5224 + '@shikijs/langs@3.21.0': 5287 5225 dependencies: 5288 - '@shikijs/types': 3.20.0 5226 + '@shikijs/types': 3.21.0 5289 5227 5290 - '@shikijs/themes@3.20.0': 5228 + '@shikijs/themes@3.21.0': 5291 5229 dependencies: 5292 - '@shikijs/types': 3.20.0 5230 + '@shikijs/types': 3.21.0 5293 5231 5294 - '@shikijs/types@3.20.0': 5232 + '@shikijs/types@3.21.0': 5295 5233 dependencies: 5296 5234 '@shikijs/vscode-textmate': 10.0.2 5297 5235 '@types/hast': 3.0.4 ··· 5303 5241 color: 5.0.3 5304 5242 text-hex: 1.0.0 5305 5243 5306 - '@swc/helpers@0.5.18': 5307 - dependencies: 5308 - tslib: 2.8.1 5309 - 5310 5244 '@types/debug@4.1.12': 5311 5245 dependencies: 5312 5246 '@types/ms': 2.1.0 ··· 5317 5251 5318 5252 '@types/estree@1.0.8': {} 5319 5253 5320 - '@types/fontkit@2.0.8': 5321 - dependencies: 5322 - '@types/node': 25.0.3 5323 - 5324 5254 '@types/hast@3.0.4': 5325 5255 dependencies: 5326 5256 '@types/unist': 3.0.3 ··· 5359 5289 '@types/node@25.0.3': 5360 5290 dependencies: 5361 5291 undici-types: 7.16.0 5292 + optional: true 5362 5293 5363 5294 '@types/normalize-package-data@2.4.4': {} 5364 5295 ··· 5383 5314 '@types/node': 25.0.3 5384 5315 optional: true 5385 5316 5386 - '@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5387 - dependencies: 5388 - '@eslint-community/regexpp': 4.12.2 5389 - '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5390 - '@typescript-eslint/scope-manager': 8.51.0 5391 - '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5392 - '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5393 - '@typescript-eslint/visitor-keys': 8.51.0 5394 - eslint: 9.39.2(jiti@2.6.1) 5395 - ignore: 7.0.5 5396 - natural-compare: 1.4.0 5397 - ts-api-utils: 2.4.0(typescript@5.9.3) 5398 - typescript: 5.9.3 5399 - transitivePeerDependencies: 5400 - - supports-color 5401 - 5402 5317 '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5403 5318 dependencies: 5404 5319 '@eslint-community/regexpp': 4.12.2 ··· 5415 5330 transitivePeerDependencies: 5416 5331 - supports-color 5417 5332 5418 - '@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5419 - dependencies: 5420 - '@typescript-eslint/scope-manager': 8.51.0 5421 - '@typescript-eslint/types': 8.51.0 5422 - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) 5423 - '@typescript-eslint/visitor-keys': 8.51.0 5424 - debug: 4.4.3 5425 - eslint: 9.39.2(jiti@2.6.1) 5426 - typescript: 5.9.3 5427 - transitivePeerDependencies: 5428 - - supports-color 5429 - 5430 5333 '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5431 5334 dependencies: 5432 5335 '@typescript-eslint/scope-manager': 8.52.0 ··· 5439 5342 transitivePeerDependencies: 5440 5343 - supports-color 5441 5344 5442 - '@typescript-eslint/project-service@8.51.0(typescript@5.9.3)': 5443 - dependencies: 5444 - '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) 5445 - '@typescript-eslint/types': 8.51.0 5446 - debug: 4.4.3 5447 - typescript: 5.9.3 5448 - transitivePeerDependencies: 5449 - - supports-color 5450 - 5451 5345 '@typescript-eslint/project-service@8.52.0(typescript@5.9.3)': 5452 5346 dependencies: 5453 5347 '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.9.3) ··· 5457 5351 transitivePeerDependencies: 5458 5352 - supports-color 5459 5353 5460 - '@typescript-eslint/scope-manager@8.51.0': 5461 - dependencies: 5462 - '@typescript-eslint/types': 8.51.0 5463 - '@typescript-eslint/visitor-keys': 8.51.0 5464 - 5465 5354 '@typescript-eslint/scope-manager@8.52.0': 5466 5355 dependencies: 5467 5356 '@typescript-eslint/types': 8.52.0 5468 5357 '@typescript-eslint/visitor-keys': 8.52.0 5469 - 5470 - '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)': 5471 - dependencies: 5472 - typescript: 5.9.3 5473 5358 5474 5359 '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': 5475 5360 dependencies: 5476 5361 typescript: 5.9.3 5477 5362 5478 - '@typescript-eslint/type-utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5479 - dependencies: 5480 - '@typescript-eslint/types': 8.51.0 5481 - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) 5482 - '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5483 - debug: 4.4.3 5484 - eslint: 9.39.2(jiti@2.6.1) 5485 - ts-api-utils: 2.4.0(typescript@5.9.3) 5486 - typescript: 5.9.3 5487 - transitivePeerDependencies: 5488 - - supports-color 5489 - 5490 5363 '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5491 5364 dependencies: 5492 5365 '@typescript-eslint/types': 8.52.0 ··· 5499 5372 transitivePeerDependencies: 5500 5373 - supports-color 5501 5374 5502 - '@typescript-eslint/types@8.51.0': {} 5503 - 5504 5375 '@typescript-eslint/types@8.52.0': {} 5505 5376 5506 - '@typescript-eslint/typescript-estree@8.51.0(typescript@5.9.3)': 5507 - dependencies: 5508 - '@typescript-eslint/project-service': 8.51.0(typescript@5.9.3) 5509 - '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) 5510 - '@typescript-eslint/types': 8.51.0 5511 - '@typescript-eslint/visitor-keys': 8.51.0 5512 - debug: 4.4.3 5513 - minimatch: 9.0.5 5514 - semver: 7.7.3 5515 - tinyglobby: 0.2.15 5516 - ts-api-utils: 2.4.0(typescript@5.9.3) 5517 - typescript: 5.9.3 5518 - transitivePeerDependencies: 5519 - - supports-color 5520 - 5521 5377 '@typescript-eslint/typescript-estree@8.52.0(typescript@5.9.3)': 5522 5378 dependencies: 5523 5379 '@typescript-eslint/project-service': 8.52.0(typescript@5.9.3) ··· 5533 5389 transitivePeerDependencies: 5534 5390 - supports-color 5535 5391 5536 - '@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5537 - dependencies: 5538 - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 5539 - '@typescript-eslint/scope-manager': 8.51.0 5540 - '@typescript-eslint/types': 8.51.0 5541 - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) 5542 - eslint: 9.39.2(jiti@2.6.1) 5543 - typescript: 5.9.3 5544 - transitivePeerDependencies: 5545 - - supports-color 5546 - 5547 5392 '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5548 5393 dependencies: 5549 5394 '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) ··· 5555 5400 transitivePeerDependencies: 5556 5401 - supports-color 5557 5402 5558 - '@typescript-eslint/visitor-keys@8.51.0': 5559 - dependencies: 5560 - '@typescript-eslint/types': 8.51.0 5561 - eslint-visitor-keys: 4.2.1 5562 - 5563 5403 '@typescript-eslint/visitor-keys@8.52.0': 5564 5404 dependencies: 5565 5405 '@typescript-eslint/types': 8.52.0 ··· 5567 5407 5568 5408 '@ungap/structured-clone@1.3.0': {} 5569 5409 5570 - '@vercel/nft@0.29.4(rollup@4.54.0)': 5410 + '@vercel/nft@0.29.4(rollup@4.55.1)': 5571 5411 dependencies: 5572 5412 '@mapbox/node-pre-gyp': 2.0.3 5573 - '@rollup/pluginutils': 5.3.0(rollup@4.54.0) 5413 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 5574 5414 acorn: 8.15.0 5575 5415 acorn-import-attributes: 1.9.5(acorn@8.15.0) 5576 5416 async-sema: 3.1.1 ··· 5586 5426 - rollup 5587 5427 - supports-color 5588 5428 5589 - '@vercel/nft@0.30.4(rollup@4.54.0)': 5429 + '@vercel/nft@0.30.4(rollup@4.55.1)': 5590 5430 dependencies: 5591 5431 '@mapbox/node-pre-gyp': 2.0.3 5592 - '@rollup/pluginutils': 5.3.0(rollup@4.54.0) 5432 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 5593 5433 acorn: 8.15.0 5594 5434 acorn-import-attributes: 1.9.5(acorn@8.15.0) 5595 5435 async-sema: 3.1.1 ··· 5646 5486 5647 5487 '@whatwg-node/fetch@0.10.13': 5648 5488 dependencies: 5649 - '@whatwg-node/node-fetch': 0.8.4 5489 + '@whatwg-node/node-fetch': 0.8.5 5650 5490 urlpattern-polyfill: 10.1.0 5651 5491 5652 - '@whatwg-node/node-fetch@0.8.4': 5492 + '@whatwg-node/node-fetch@0.8.5': 5653 5493 dependencies: 5654 5494 '@fastify/busboy': 3.2.0 5655 5495 '@whatwg-node/disposablestack': 0.0.6 ··· 5660 5500 dependencies: 5661 5501 tslib: 2.8.1 5662 5502 5663 - '@whatwg-node/server@0.10.17': 5503 + '@whatwg-node/server@0.10.18': 5664 5504 dependencies: 5665 5505 '@envelop/instrumentation': 1.0.0 5666 5506 '@whatwg-node/disposablestack': 0.0.6 ··· 5763 5603 astro-eslint-parser@1.2.2: 5764 5604 dependencies: 5765 5605 '@astrojs/compiler': 2.13.0 5766 - '@typescript-eslint/scope-manager': 8.51.0 5767 - '@typescript-eslint/types': 8.51.0 5606 + '@typescript-eslint/scope-manager': 8.52.0 5607 + '@typescript-eslint/types': 8.52.0 5768 5608 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0) 5769 5609 debug: 4.4.3 5770 5610 entities: 6.0.1 ··· 5777 5617 transitivePeerDependencies: 5778 5618 - supports-color 5779 5619 5780 - astro-og-canvas@0.7.2(astro@5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)): 5620 + astro-og-canvas@0.10.0(astro@5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)): 5781 5621 dependencies: 5782 - astro: 5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 5622 + astro: 5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 5783 5623 canvaskit-wasm: 0.40.0 5784 5624 deterministic-object-hash: 2.0.2 5785 5625 entities: 7.0.0 5786 5626 5787 - astro@5.16.6(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.54.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): 5627 + astro@5.16.8(@netlify/blobs@10.5.0)(@types/node@25.0.3)(jiti@2.6.1)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): 5788 5628 dependencies: 5789 5629 '@astrojs/compiler': 2.13.0 5790 5630 '@astrojs/internal-helpers': 0.7.5 5791 5631 '@astrojs/markdown-remark': 6.3.10 5792 5632 '@astrojs/telemetry': 3.3.0 5793 - '@capsizecss/unpack': 3.0.1 5633 + '@capsizecss/unpack': 4.0.0 5794 5634 '@oslojs/encoding': 1.1.0 5795 - '@rollup/pluginutils': 5.3.0(rollup@4.54.0) 5635 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 5796 5636 acorn: 8.15.0 5797 5637 aria-query: 5.3.2 5798 5638 axobject-query: 4.1.0 ··· 5812 5652 esbuild: 0.25.12 5813 5653 estree-walker: 3.0.3 5814 5654 flattie: 1.1.1 5815 - fontace: 0.3.1 5655 + fontace: 0.4.0 5816 5656 github-slugger: 2.0.0 5817 5657 html-escaper: 3.0.3 5818 5658 http-cache-semantics: 4.2.0 ··· 5830 5670 prompts: 2.4.2 5831 5671 rehype: 13.0.2 5832 5672 semver: 7.7.3 5833 - shiki: 3.20.0 5673 + shiki: 3.21.0 5834 5674 smol-toml: 1.6.0 5835 5675 svgo: 4.0.0 5836 5676 tinyexec: 1.0.2 5837 5677 tinyglobby: 0.2.15 5838 5678 tsconfck: 3.1.6(typescript@5.9.3) 5839 5679 ultrahtml: 1.6.0 5840 - unifont: 0.6.0 5680 + unifont: 0.7.1 5841 5681 unist-util-visit: 5.0.0 5842 5682 unstorage: 1.17.3(@netlify/blobs@10.5.0) 5843 5683 vfile: 6.0.3 ··· 5959 5799 dependencies: 5960 5800 fill-range: 7.1.1 5961 5801 5962 - brotli@1.3.3: 5963 - dependencies: 5964 - base64-js: 1.5.1 5965 - 5966 5802 buffer-crc32@0.2.13: {} 5967 5803 5968 5804 buffer-crc32@1.0.0: {} ··· 6030 5866 string-width: 4.2.3 6031 5867 strip-ansi: 6.0.1 6032 5868 wrap-ansi: 7.0.0 6033 - 6034 - clone@2.1.2: {} 6035 5869 6036 5870 clsx@2.1.1: {} 6037 5871 ··· 6247 6081 devlop@1.1.0: 6248 6082 dependencies: 6249 6083 dequal: 2.0.3 6250 - 6251 - dfa@1.2.0: {} 6252 6084 6253 6085 diff@5.2.0: {} 6254 6086 ··· 6409 6241 dependencies: 6410 6242 '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 6411 6243 '@jridgewell/sourcemap-codec': 1.5.5 6412 - '@typescript-eslint/types': 8.51.0 6244 + '@typescript-eslint/types': 8.52.0 6413 6245 astro-eslint-parser: 1.2.2 6414 6246 eslint: 9.39.2(jiti@2.6.1) 6415 6247 eslint-compat-utils: 0.6.5(eslint@9.39.2(jiti@2.6.1)) ··· 6649 6481 6650 6482 fn.name@1.1.0: {} 6651 6483 6652 - fontace@0.3.1: 6484 + fontace@0.4.0: 6653 6485 dependencies: 6654 - '@types/fontkit': 2.0.8 6655 - fontkit: 2.0.4 6486 + fontkitten: 1.0.0 6656 6487 6657 - fontkit@2.0.4: 6488 + fontkitten@1.0.0: 6658 6489 dependencies: 6659 - '@swc/helpers': 0.5.18 6660 - brotli: 1.3.3 6661 - clone: 2.1.2 6662 - dfa: 1.2.0 6663 - fast-deep-equal: 3.1.3 6664 - restructure: 3.0.2 6665 6490 tiny-inflate: 1.0.3 6666 - unicode-properties: 1.4.1 6667 - unicode-trie: 2.0.0 6668 6491 6669 6492 foreground-child@3.3.1: 6670 6493 dependencies: ··· 6743 6566 iron-webcrypto: 1.2.1 6744 6567 node-mock-http: 1.0.4 6745 6568 radix3: 1.1.2 6746 - ufo: 1.6.1 6569 + ufo: 1.6.2 6747 6570 uncrypto: 0.1.3 6748 6571 6749 6572 has-flag@4.0.0: {} ··· 6979 6802 pathe: 2.0.3 6980 6803 sharp: 0.34.5 6981 6804 svgo: 4.0.0 6982 - ufo: 1.6.1 6805 + ufo: 1.6.2 6983 6806 unstorage: 1.17.3(@netlify/blobs@10.5.0) 6984 6807 xss: 1.0.15 6985 6808 transitivePeerDependencies: ··· 7178 7001 node-forge: 1.3.3 7179 7002 pathe: 1.1.2 7180 7003 std-env: 3.10.0 7181 - ufo: 1.6.1 7004 + ufo: 1.6.2 7182 7005 untun: 0.1.3 7183 7006 uqr: 0.1.2 7184 7007 ··· 7779 7602 acorn: 8.15.0 7780 7603 pathe: 2.0.3 7781 7604 pkg-types: 1.3.1 7782 - ufo: 1.6.1 7605 + ufo: 1.6.2 7783 7606 7784 7607 module-definition@6.0.1: 7785 7608 dependencies: ··· 7824 7647 7825 7648 node-gyp-build@4.8.4: {} 7826 7649 7827 - node-html-parser@7.0.1: 7650 + node-html-parser@7.0.2: 7828 7651 dependencies: 7829 7652 css-select: 5.2.2 7830 7653 he: 1.2.0 ··· 7865 7688 dependencies: 7866 7689 destr: 2.0.5 7867 7690 node-fetch-native: 1.6.7 7868 - ufo: 1.6.1 7691 + ufo: 1.6.2 7869 7692 7870 7693 ohash@2.0.11: {} 7871 7694 ··· 7946 7769 package-json-from-dist@1.0.1: {} 7947 7770 7948 7771 package-manager-detector@1.6.0: {} 7949 - 7950 - pako@0.2.9: {} 7951 7772 7952 7773 parent-module@1.0.1: 7953 7774 dependencies: ··· 8336 8157 path-parse: 1.0.7 8337 8158 supports-preserve-symlinks-flag: 1.0.0 8338 8159 8339 - restructure@3.0.2: {} 8340 - 8341 8160 retext-latin@4.0.0: 8342 8161 dependencies: 8343 8162 '@types/nlcst': 2.0.3 ··· 8367 8186 8368 8187 reusify@1.1.0: {} 8369 8188 8370 - rollup@4.54.0: 8189 + rollup@4.55.1: 8371 8190 dependencies: 8372 8191 '@types/estree': 1.0.8 8373 8192 optionalDependencies: 8374 - '@rollup/rollup-android-arm-eabi': 4.54.0 8375 - '@rollup/rollup-android-arm64': 4.54.0 8376 - '@rollup/rollup-darwin-arm64': 4.54.0 8377 - '@rollup/rollup-darwin-x64': 4.54.0 8378 - '@rollup/rollup-freebsd-arm64': 4.54.0 8379 - '@rollup/rollup-freebsd-x64': 4.54.0 8380 - '@rollup/rollup-linux-arm-gnueabihf': 4.54.0 8381 - '@rollup/rollup-linux-arm-musleabihf': 4.54.0 8382 - '@rollup/rollup-linux-arm64-gnu': 4.54.0 8383 - '@rollup/rollup-linux-arm64-musl': 4.54.0 8384 - '@rollup/rollup-linux-loong64-gnu': 4.54.0 8385 - '@rollup/rollup-linux-ppc64-gnu': 4.54.0 8386 - '@rollup/rollup-linux-riscv64-gnu': 4.54.0 8387 - '@rollup/rollup-linux-riscv64-musl': 4.54.0 8388 - '@rollup/rollup-linux-s390x-gnu': 4.54.0 8389 - '@rollup/rollup-linux-x64-gnu': 4.54.0 8390 - '@rollup/rollup-linux-x64-musl': 4.54.0 8391 - '@rollup/rollup-openharmony-arm64': 4.54.0 8392 - '@rollup/rollup-win32-arm64-msvc': 4.54.0 8393 - '@rollup/rollup-win32-ia32-msvc': 4.54.0 8394 - '@rollup/rollup-win32-x64-gnu': 4.54.0 8395 - '@rollup/rollup-win32-x64-msvc': 4.54.0 8193 + '@rollup/rollup-android-arm-eabi': 4.55.1 8194 + '@rollup/rollup-android-arm64': 4.55.1 8195 + '@rollup/rollup-darwin-arm64': 4.55.1 8196 + '@rollup/rollup-darwin-x64': 4.55.1 8197 + '@rollup/rollup-freebsd-arm64': 4.55.1 8198 + '@rollup/rollup-freebsd-x64': 4.55.1 8199 + '@rollup/rollup-linux-arm-gnueabihf': 4.55.1 8200 + '@rollup/rollup-linux-arm-musleabihf': 4.55.1 8201 + '@rollup/rollup-linux-arm64-gnu': 4.55.1 8202 + '@rollup/rollup-linux-arm64-musl': 4.55.1 8203 + '@rollup/rollup-linux-loong64-gnu': 4.55.1 8204 + '@rollup/rollup-linux-loong64-musl': 4.55.1 8205 + '@rollup/rollup-linux-ppc64-gnu': 4.55.1 8206 + '@rollup/rollup-linux-ppc64-musl': 4.55.1 8207 + '@rollup/rollup-linux-riscv64-gnu': 4.55.1 8208 + '@rollup/rollup-linux-riscv64-musl': 4.55.1 8209 + '@rollup/rollup-linux-s390x-gnu': 4.55.1 8210 + '@rollup/rollup-linux-x64-gnu': 4.55.1 8211 + '@rollup/rollup-linux-x64-musl': 4.55.1 8212 + '@rollup/rollup-openbsd-x64': 4.55.1 8213 + '@rollup/rollup-openharmony-arm64': 4.55.1 8214 + '@rollup/rollup-win32-arm64-msvc': 4.55.1 8215 + '@rollup/rollup-win32-ia32-msvc': 4.55.1 8216 + '@rollup/rollup-win32-x64-gnu': 4.55.1 8217 + '@rollup/rollup-win32-x64-msvc': 4.55.1 8396 8218 fsevents: 2.3.3 8397 8219 8398 8220 run-parallel@1.2.0: ··· 8420 8242 dependencies: 8421 8243 suf-log: 2.5.3 8422 8244 8423 - sax@1.4.3: {} 8245 + sax@1.4.4: {} 8424 8246 8425 8247 semver@7.7.3: {} 8426 8248 ··· 8461 8283 8462 8284 shebang-regex@3.0.0: {} 8463 8285 8464 - shiki@3.20.0: 8286 + shiki@3.21.0: 8465 8287 dependencies: 8466 - '@shikijs/core': 3.20.0 8467 - '@shikijs/engine-javascript': 3.20.0 8468 - '@shikijs/engine-oniguruma': 3.20.0 8469 - '@shikijs/langs': 3.20.0 8470 - '@shikijs/themes': 3.20.0 8471 - '@shikijs/types': 3.20.0 8288 + '@shikijs/core': 3.21.0 8289 + '@shikijs/engine-javascript': 3.21.0 8290 + '@shikijs/engine-oniguruma': 3.21.0 8291 + '@shikijs/langs': 3.21.0 8292 + '@shikijs/themes': 3.21.0 8293 + '@shikijs/types': 3.21.0 8472 8294 '@shikijs/vscode-textmate': 10.0.2 8473 8295 '@types/hast': 3.0.4 8474 8296 ··· 8481 8303 '@types/node': 17.0.45 8482 8304 '@types/sax': 1.2.7 8483 8305 arg: 5.0.2 8484 - sax: 1.4.3 8306 + sax: 1.4.4 8485 8307 8486 8308 slashes@3.0.12: {} 8487 8309 ··· 8600 8422 css-what: 6.2.2 8601 8423 csso: 5.0.5 8602 8424 picocolors: 1.1.1 8603 - sax: 1.4.3 8425 + sax: 1.4.4 8604 8426 8605 8427 synckit@0.11.11: 8606 8428 dependencies: ··· 8702 8524 8703 8525 uc.micro@2.1.0: {} 8704 8526 8705 - ufo@1.6.1: {} 8527 + ufo@1.6.2: {} 8706 8528 8707 8529 ulid@3.0.2: {} 8708 8530 ··· 8712 8534 8713 8535 undici-types@6.20.0: {} 8714 8536 8715 - undici-types@7.16.0: {} 8716 - 8717 - unicode-properties@1.4.1: 8718 - dependencies: 8719 - base64-js: 1.5.1 8720 - unicode-trie: 2.0.0 8721 - 8722 - unicode-trie@2.0.0: 8723 - dependencies: 8724 - pako: 0.2.9 8725 - tiny-inflate: 1.0.3 8537 + undici-types@7.16.0: 8538 + optional: true 8726 8539 8727 8540 unicorn-magic@0.1.0: {} 8728 8541 ··· 8736 8549 trough: 2.2.0 8737 8550 vfile: 6.0.3 8738 8551 8739 - unifont@0.6.0: 8552 + unifont@0.7.1: 8740 8553 dependencies: 8741 8554 css-tree: 3.1.0 8742 8555 ofetch: 1.5.1 ··· 8801 8614 lru-cache: 10.4.3 8802 8615 node-fetch-native: 1.6.7 8803 8616 ofetch: 1.5.1 8804 - ufo: 1.6.1 8617 + ufo: 1.6.2 8805 8618 optionalDependencies: 8806 8619 '@netlify/blobs': 10.5.0 8807 8620 ··· 8855 8668 fdir: 6.5.0(picomatch@4.0.3) 8856 8669 picomatch: 4.0.3 8857 8670 postcss: 8.5.6 8858 - rollup: 4.54.0 8671 + rollup: 4.55.1 8859 8672 tinyglobby: 0.2.15 8860 8673 optionalDependencies: 8861 8674 '@types/node': 25.0.3 ··· 8938 8751 8939 8752 xml-js@1.6.11: 8940 8753 dependencies: 8941 - sax: 1.4.3 8754 + sax: 1.4.4 8942 8755 8943 8756 xss@1.0.15: 8944 8757 dependencies:
+4 -2
src/pages/open-graph/[...route].ts
··· 2 2 import { OGImageRoute } from 'astro-og-canvas' 3 3 import { themeConfig } from '../../config' 4 4 5 + export const prerender = true 6 + 5 7 const collectionEntries = await getCollection('posts') 6 8 7 9 // Map the array of content collection entries to create an object. ··· 14 16 ]) 15 17 ) 16 18 17 - export const { getStaticPaths, GET } = OGImageRoute({ 19 + export const { getStaticPaths, GET } = await OGImageRoute({ 18 20 param: 'route', 19 21 pages, 20 - getImageOptions: (_path, page) => ({ 22 + getImageOptions: (_path: string, page: CollectionEntry<'posts'>['data']) => ({ 21 23 title: page.title, 22 24 description: themeConfig.site.title, 23 25 logo: {