Openstatus www.openstatus.dev

🤖 add llms.txt (#1292)

* add llms.txt

* pnpm lock

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
1514d1d4 261628c0

+627 -218
+6
apps/docs/astro.config.mjs
··· 2 2 import starlight from "@astrojs/starlight"; 3 3 import tailwindcss from "@tailwindcss/vite"; 4 4 import { defineConfig, envField } from "astro/config"; 5 + import starlightLlmsTxt from "starlight-llms-txt"; 5 6 import starlightSidebarTopics from "starlight-sidebar-topics"; 6 7 import Icons from "unplugin-icons/vite"; 7 8 ··· 258 259 link: "https://api.openstatus.dev/v1", 259 260 }, 260 261 ]), 262 + starlightLlmsTxt({ 263 + projectName: "OpenStatus Documentation", 264 + description: 265 + "OpenStatus is an open-source global uptime monitoring platform that offers a status page and monitoring as code.", 266 + }), 261 267 ], 262 268 }), 263 269 ],
+4 -3
apps/docs/package.json
··· 12 12 "dependencies": { 13 13 "@astrojs/check": "0.9.4", 14 14 "@astrojs/react": "4.2.3", 15 - "@astrojs/sitemap": "3.2.1", 16 - "@astrojs/starlight": "0.34.3", 15 + "@astrojs/sitemap": "3.4.1", 16 + "@astrojs/starlight": "0.35.1", 17 17 "@astrojs/starlight-tailwind": "4.0.1", 18 18 "@openpanel/astro": "1.0.1", 19 19 "@tailwindcss/vite": "4.1.8", 20 - "astro": "5.6.1", 20 + "astro": "5.12.2", 21 21 "sharp": "0.33.5", 22 + "starlight-llms-txt": "0.5.1", 22 23 "starlight-showcases": "0.3.0", 23 24 "starlight-sidebar-topics": "0.6.0", 24 25 "tailwindcss": "4.1.8",
+15
apps/web/public/llms.txt
··· 1 + # OpenStatus 2 + 3 + > OpenStatus is an open-source global uptime monitoring platform that offers a status page and monitoring as code. 4 + 5 + ## Features 6 + 7 + - Uptime Monitoring: Monitor the availability and performance of your services globally. 8 + - Status Page: Create a custom status page to display the status of your services. 9 + - Monitoring as Code: Define your monitoring checks using YAML. 10 + - Alerting: Configure email, Slack, or other notification channels for alerts. 11 + - CLI: Manage OpenStatus using a command-line interface. 12 + 13 + ## Documentation 14 + 15 + - [Documentation](https://docs.openstatus.dev/)
+602 -215
pnpm-lock.yaml
··· 36 36 specifier: 4.2.3 37 37 version: 4.2.3(@types/node@22.10.2)(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(jiti@2.4.2)(lightningcss@1.30.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(terser@5.37.0)(yaml@2.6.1) 38 38 '@astrojs/sitemap': 39 - specifier: 3.2.1 40 - version: 3.2.1 39 + specifier: 3.4.1 40 + version: 3.4.1 41 41 '@astrojs/starlight': 42 - specifier: 0.34.3 43 - version: 0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 42 + specifier: 0.35.1 43 + version: 0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 44 44 '@astrojs/starlight-tailwind': 45 45 specifier: 4.0.1 46 - version: 4.0.1(@astrojs/starlight@0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(tailwindcss@4.1.8) 46 + version: 4.0.1(@astrojs/starlight@0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(tailwindcss@4.1.8) 47 47 '@openpanel/astro': 48 48 specifier: 1.0.1 49 - version: 1.0.1(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 49 + version: 1.0.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 50 50 '@tailwindcss/vite': 51 51 specifier: 4.1.8 52 - version: 4.1.8(vite@6.2.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1)) 52 + version: 4.1.8(vite@6.3.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1)) 53 53 astro: 54 - specifier: 5.6.1 55 - version: 5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 54 + specifier: 5.12.2 55 + version: 5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 56 56 sharp: 57 57 specifier: 0.33.5 58 58 version: 0.33.5 59 + starlight-llms-txt: 60 + specifier: 0.5.1 61 + version: 0.5.1(@astrojs/starlight@0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 59 62 starlight-showcases: 60 63 specifier: 0.3.0 61 - version: 0.3.0(@astrojs/starlight@0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 64 + version: 0.3.0(@astrojs/starlight@0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 62 65 starlight-sidebar-topics: 63 66 specifier: 0.6.0 64 - version: 0.6.0(@astrojs/starlight@0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))) 67 + version: 0.6.0(@astrojs/starlight@0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))) 65 68 tailwindcss: 66 69 specifier: 4.1.8 67 70 version: 4.1.8 ··· 101 104 version: 2.6.2 102 105 drizzle-orm: 103 106 specifier: 0.35.3 104 - version: 0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.7.0)(bun-types@1.2.13)(react@19.1.0) 107 + version: 0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.7.0)(bun-types@1.2.19(@types/react@19.1.0))(react@19.1.0) 105 108 hono: 106 109 specifier: 4.5.3 107 110 version: 4.5.3 ··· 543 546 version: link:../../packages/tsconfig 544 547 '@types/bun': 545 548 specifier: latest 546 - version: 1.2.13 549 + version: 1.2.19(@types/react@19.1.0) 547 550 typescript: 548 551 specifier: 5.7.2 549 552 version: 5.7.2 ··· 657 660 version: 0.7.0(typescript@5.7.2)(zod@3.24.4) 658 661 drizzle-orm: 659 662 specifier: 0.35.3 660 - version: 0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.13)(react@19.1.0) 663 + version: 0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.19(@types/react@19.1.0))(react@19.1.0) 661 664 drizzle-zod: 662 665 specifier: 0.5.1 663 - version: 0.5.1(drizzle-orm@0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.13)(react@19.1.0))(zod@3.24.4) 666 + version: 0.5.1(drizzle-orm@0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.19(@types/react@19.1.0))(react@19.1.0))(zod@3.24.4) 664 667 zod: 665 668 specifier: 3.24.4 666 669 version: 3.24.4 ··· 1299 1302 '@astrojs/compiler@2.10.3': 1300 1303 resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} 1301 1304 1302 - '@astrojs/compiler@2.11.0': 1303 - resolution: {integrity: sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==} 1305 + '@astrojs/compiler@2.12.2': 1306 + resolution: {integrity: sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==} 1304 1307 1305 1308 '@astrojs/internal-helpers@0.6.1': 1306 1309 resolution: {integrity: sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==} ··· 1316 1319 optional: true 1317 1320 prettier-plugin-astro: 1318 1321 optional: true 1319 - 1320 - '@astrojs/markdown-remark@6.3.1': 1321 - resolution: {integrity: sha512-c5F5gGrkczUaTVgmMW9g1YMJGzOtRvjjhw6IfGuxarM6ct09MpwysP10US729dy07gg8y+ofVifezvP3BNsWZg==} 1322 1322 1323 1323 '@astrojs/markdown-remark@6.3.2': 1324 1324 resolution: {integrity: sha512-bO35JbWpVvyKRl7cmSJD822e8YA8ThR/YbUsciWNA7yTcqpIAL2hJDToWP5KcZBWxGT6IOdOkHSXARSNZc4l/Q==} 1325 1325 1326 + '@astrojs/markdown-remark@6.3.3': 1327 + resolution: {integrity: sha512-DDRtD1sPvAuA7ms2btc9A7/7DApKqgLMNrE6kh5tmkfy8utD0Z738gqd3p5aViYYdUtHIyEJ1X4mCMxfCfu15w==} 1328 + 1326 1329 '@astrojs/mdx@4.3.0': 1327 1330 resolution: {integrity: sha512-OGX2KvPeBzjSSKhkCqrUoDMyzFcjKt5nTE5SFw3RdoLf0nrhyCXBQcCyclzWy1+P+XpOamn+p+hm1EhpCRyPxw==} 1328 1331 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 1329 1332 peerDependencies: 1330 1333 astro: ^5.0.0 1331 - 1332 - '@astrojs/prism@3.2.0': 1333 - resolution: {integrity: sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==} 1334 - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 1335 1334 1336 1335 '@astrojs/prism@3.3.0': 1337 1336 resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==} ··· 1346 1345 react: ^17.0.2 || ^18.0.0 || ^19.0.0 1347 1346 react-dom: ^17.0.2 || ^18.0.0 || ^19.0.0 1348 1347 1349 - '@astrojs/sitemap@3.2.1': 1350 - resolution: {integrity: sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==} 1351 - 1352 1348 '@astrojs/sitemap@3.4.1': 1353 1349 resolution: {integrity: sha512-VjZvr1e4FH6NHyyHXOiQgLiw94LnCVY4v06wN/D0gZKchTMkg71GrAHJz81/huafcmavtLkIv26HnpfDq6/h/Q==} 1354 1350 ··· 1358 1354 '@astrojs/starlight': '>=0.34.0' 1359 1355 tailwindcss: ^4.0.0 1360 1356 1361 - '@astrojs/starlight@0.34.3': 1362 - resolution: {integrity: sha512-MAuD3NF+E+QXJJuVKofoR6xcPTP4BJmYWeOBd03udVdubNGVnPnSWVZAi+ZtnTofES4+mJdp8BNGf+ubUxkiiA==} 1357 + '@astrojs/starlight@0.35.1': 1358 + resolution: {integrity: sha512-/hshlAayMd3B+E+h8wY6JWT1lNmX/K1+ugiZPirW5XFo5QUcNMk/Bsa4oHgg+TFoU6kbxPtijo0VppATfD9XuA==} 1363 1359 peerDependencies: 1364 1360 astro: ^5.5.0 1365 1361 1366 - '@astrojs/telemetry@3.2.0': 1367 - resolution: {integrity: sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==} 1368 - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 1362 + '@astrojs/telemetry@3.3.0': 1363 + resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==} 1364 + engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 1369 1365 1370 1366 '@astrojs/yaml2ts@0.2.2': 1371 1367 resolution: {integrity: sha512-GOfvSr5Nqy2z5XiwqTouBBpy5FyI6DEe+/g/Mk5am9SjILN1S5fOEvYK0GuWHg98yS/dobP4m8qyqw/URW35fQ==} ··· 1783 1779 engines: {node: '>=14.21.3'} 1784 1780 cpu: [x64] 1785 1781 os: [win32] 1782 + 1783 + '@capsizecss/unpack@2.4.0': 1784 + resolution: {integrity: sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==} 1786 1785 1787 1786 '@chronark/zod-bird@0.3.6': 1788 1787 resolution: {integrity: sha512-hE8kCGLJK5ncH8F7uPaqPiOOqo68vUI66nusg7HO5X9BcyN8lXfeQliu6Ou1kOSq95OYshf9nB2fk2+LEvF4ng==} ··· 4151 4150 cpu: [arm] 4152 4151 os: [android] 4153 4152 4153 + '@rollup/rollup-android-arm-eabi@4.45.1': 4154 + resolution: {integrity: sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==} 4155 + cpu: [arm] 4156 + os: [android] 4157 + 4154 4158 '@rollup/rollup-android-arm64@4.34.8': 4155 4159 resolution: {integrity: sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==} 4160 + cpu: [arm64] 4161 + os: [android] 4162 + 4163 + '@rollup/rollup-android-arm64@4.45.1': 4164 + resolution: {integrity: sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==} 4156 4165 cpu: [arm64] 4157 4166 os: [android] 4158 4167 ··· 4161 4170 cpu: [arm64] 4162 4171 os: [darwin] 4163 4172 4173 + '@rollup/rollup-darwin-arm64@4.45.1': 4174 + resolution: {integrity: sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==} 4175 + cpu: [arm64] 4176 + os: [darwin] 4177 + 4164 4178 '@rollup/rollup-darwin-x64@4.34.8': 4165 4179 resolution: {integrity: sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==} 4180 + cpu: [x64] 4181 + os: [darwin] 4182 + 4183 + '@rollup/rollup-darwin-x64@4.45.1': 4184 + resolution: {integrity: sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==} 4166 4185 cpu: [x64] 4167 4186 os: [darwin] 4168 4187 ··· 4171 4190 cpu: [arm64] 4172 4191 os: [freebsd] 4173 4192 4193 + '@rollup/rollup-freebsd-arm64@4.45.1': 4194 + resolution: {integrity: sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==} 4195 + cpu: [arm64] 4196 + os: [freebsd] 4197 + 4174 4198 '@rollup/rollup-freebsd-x64@4.34.8': 4175 4199 resolution: {integrity: sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==} 4200 + cpu: [x64] 4201 + os: [freebsd] 4202 + 4203 + '@rollup/rollup-freebsd-x64@4.45.1': 4204 + resolution: {integrity: sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==} 4176 4205 cpu: [x64] 4177 4206 os: [freebsd] 4178 4207 ··· 4181 4210 cpu: [arm] 4182 4211 os: [linux] 4183 4212 4213 + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': 4214 + resolution: {integrity: sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==} 4215 + cpu: [arm] 4216 + os: [linux] 4217 + 4184 4218 '@rollup/rollup-linux-arm-musleabihf@4.34.8': 4185 4219 resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==} 4220 + cpu: [arm] 4221 + os: [linux] 4222 + 4223 + '@rollup/rollup-linux-arm-musleabihf@4.45.1': 4224 + resolution: {integrity: sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==} 4186 4225 cpu: [arm] 4187 4226 os: [linux] 4188 4227 ··· 4191 4230 cpu: [arm64] 4192 4231 os: [linux] 4193 4232 4233 + '@rollup/rollup-linux-arm64-gnu@4.45.1': 4234 + resolution: {integrity: sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==} 4235 + cpu: [arm64] 4236 + os: [linux] 4237 + 4194 4238 '@rollup/rollup-linux-arm64-musl@4.34.8': 4195 4239 resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==} 4196 4240 cpu: [arm64] 4197 4241 os: [linux] 4198 4242 4243 + '@rollup/rollup-linux-arm64-musl@4.45.1': 4244 + resolution: {integrity: sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==} 4245 + cpu: [arm64] 4246 + os: [linux] 4247 + 4199 4248 '@rollup/rollup-linux-loongarch64-gnu@4.34.8': 4200 4249 resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==} 4201 4250 cpu: [loong64] 4202 4251 os: [linux] 4203 4252 4253 + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': 4254 + resolution: {integrity: sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==} 4255 + cpu: [loong64] 4256 + os: [linux] 4257 + 4204 4258 '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': 4205 4259 resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==} 4260 + cpu: [ppc64] 4261 + os: [linux] 4262 + 4263 + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': 4264 + resolution: {integrity: sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==} 4206 4265 cpu: [ppc64] 4207 4266 os: [linux] 4208 4267 ··· 4211 4270 cpu: [riscv64] 4212 4271 os: [linux] 4213 4272 4273 + '@rollup/rollup-linux-riscv64-gnu@4.45.1': 4274 + resolution: {integrity: sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==} 4275 + cpu: [riscv64] 4276 + os: [linux] 4277 + 4278 + '@rollup/rollup-linux-riscv64-musl@4.45.1': 4279 + resolution: {integrity: sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==} 4280 + cpu: [riscv64] 4281 + os: [linux] 4282 + 4214 4283 '@rollup/rollup-linux-s390x-gnu@4.34.8': 4215 4284 resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==} 4216 4285 cpu: [s390x] 4217 4286 os: [linux] 4218 4287 4288 + '@rollup/rollup-linux-s390x-gnu@4.45.1': 4289 + resolution: {integrity: sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==} 4290 + cpu: [s390x] 4291 + os: [linux] 4292 + 4219 4293 '@rollup/rollup-linux-x64-gnu@4.34.8': 4220 4294 resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==} 4221 4295 cpu: [x64] 4222 4296 os: [linux] 4223 4297 4298 + '@rollup/rollup-linux-x64-gnu@4.45.1': 4299 + resolution: {integrity: sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==} 4300 + cpu: [x64] 4301 + os: [linux] 4302 + 4224 4303 '@rollup/rollup-linux-x64-musl@4.34.8': 4225 4304 resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==} 4305 + cpu: [x64] 4306 + os: [linux] 4307 + 4308 + '@rollup/rollup-linux-x64-musl@4.45.1': 4309 + resolution: {integrity: sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==} 4226 4310 cpu: [x64] 4227 4311 os: [linux] 4228 4312 ··· 4231 4315 cpu: [arm64] 4232 4316 os: [win32] 4233 4317 4318 + '@rollup/rollup-win32-arm64-msvc@4.45.1': 4319 + resolution: {integrity: sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==} 4320 + cpu: [arm64] 4321 + os: [win32] 4322 + 4234 4323 '@rollup/rollup-win32-ia32-msvc@4.34.8': 4235 4324 resolution: {integrity: sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==} 4236 4325 cpu: [ia32] 4237 4326 os: [win32] 4238 4327 4328 + '@rollup/rollup-win32-ia32-msvc@4.45.1': 4329 + resolution: {integrity: sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==} 4330 + cpu: [ia32] 4331 + os: [win32] 4332 + 4239 4333 '@rollup/rollup-win32-x64-msvc@4.34.8': 4240 4334 resolution: {integrity: sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==} 4335 + cpu: [x64] 4336 + os: [win32] 4337 + 4338 + '@rollup/rollup-win32-x64-msvc@4.45.1': 4339 + resolution: {integrity: sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==} 4241 4340 cpu: [x64] 4242 4341 os: [win32] 4243 4342 ··· 4388 4487 peerDependencies: 4389 4488 webpack: '>=4.40.0' 4390 4489 4391 - '@shikijs/core@3.2.1': 4392 - resolution: {integrity: sha512-FhsdxMWYu/C11sFisEp7FMGBtX/OSSbnXZDMBhGuUDBNTdsoZlMSgQv5f90rwvzWAdWIW6VobD+G3IrazxA6dQ==} 4393 - 4394 4490 '@shikijs/core@3.6.0': 4395 4491 resolution: {integrity: sha512-9By7Xb3olEX0o6UeJyPLI1PE1scC4d3wcVepvtv2xbuN9/IThYN4Wcwh24rcFeASzPam11MCq8yQpwwzCgSBRw==} 4396 4492 4397 - '@shikijs/engine-javascript@3.2.1': 4398 - resolution: {integrity: sha512-eMdcUzN3FMQYxOmRf2rmU8frikzoSHbQDFH2hIuXsrMO+IBOCI9BeeRkCiBkcLDHeRKbOCtYMJK3D6U32ooU9Q==} 4399 - 4400 4493 '@shikijs/engine-javascript@3.6.0': 4401 4494 resolution: {integrity: sha512-7YnLhZG/TU05IHMG14QaLvTW/9WiK8SEYafceccHUSXs2Qr5vJibUwsDfXDLmRi0zHdzsxrGKpSX6hnqe0k8nA==} 4402 - 4403 - '@shikijs/engine-oniguruma@3.2.1': 4404 - resolution: {integrity: sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==} 4405 4495 4406 4496 '@shikijs/engine-oniguruma@3.6.0': 4407 4497 resolution: {integrity: sha512-nmOhIZ9yT3Grd+2plmW/d8+vZ2pcQmo/UnVwXMUXAKTXdi+LK0S08Ancrz5tQQPkxvjBalpMW2aKvwXfelauvA==} 4408 4498 4409 - '@shikijs/langs@3.2.1': 4410 - resolution: {integrity: sha512-If0iDHYRSGbihiA8+7uRsgb1er1Yj11pwpX1c6HLYnizDsKAw5iaT3JXj5ZpaimXSWky/IhxTm7C6nkiYVym+A==} 4411 - 4412 4499 '@shikijs/langs@3.6.0': 4413 4500 resolution: {integrity: sha512-IdZkQJaLBu1LCYCwkr30hNuSDfllOT8RWYVZK1tD2J03DkiagYKRxj/pDSl8Didml3xxuyzUjgtioInwEQM/TA==} 4414 4501 4415 - '@shikijs/themes@3.2.1': 4416 - resolution: {integrity: sha512-k5DKJUT8IldBvAm8WcrDT5+7GA7se6lLksR+2E3SvyqGTyFMzU2F9Gb7rmD+t+Pga1MKrYFxDIeyWjMZWM6uBQ==} 4417 - 4418 4502 '@shikijs/themes@3.6.0': 4419 4503 resolution: {integrity: sha512-Fq2j4nWr1DF4drvmhqKq8x5vVQ27VncF8XZMBuHuQMZvUSS3NBgpqfwz/FoGe36+W6PvniZ1yDlg2d4kmYDU6w==} 4420 4504 4421 - '@shikijs/types@3.2.1': 4422 - resolution: {integrity: sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==} 4423 - 4424 4505 '@shikijs/types@3.6.0': 4425 4506 resolution: {integrity: sha512-cLWFiToxYu0aAzJqhXTQsFiJRTFDAGl93IrMSBNaGSzs7ixkLfdG6pH11HipuWFGW5vyx4X47W8HDQ7eSrmBUg==} 4426 4507 ··· 4880 4961 '@types/babel__traverse@7.20.6': 4881 4962 resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} 4882 4963 4883 - '@types/bun@1.2.13': 4884 - resolution: {integrity: sha512-u6vXep/i9VBxoJl3GjZsl/BFIsvML8DfVDO0RYLEwtSZSp981kEO1V5NwRcO1CPJ7AmvpbnDCiMKo3JvbDEjAg==} 4964 + '@types/braces@3.0.5': 4965 + resolution: {integrity: sha512-SQFof9H+LXeWNz8wDe7oN5zu7ket0qwMu5vZubW4GCJ8Kkeh6nBWUz87+KTz/G3Kqsrp0j/W253XJb3KMEeg3w==} 4966 + 4967 + '@types/bun@1.2.19': 4968 + resolution: {integrity: sha512-d9ZCmrH3CJ2uYKXQIUuZ/pUnTqIvLDS0SK7pFmbx8ma+ziH/FRMoAq5bYpRG7y+w1gl+HgyNZbtqgMq4W4e2Lg==} 4885 4969 4886 4970 '@types/caseless@0.12.4': 4887 4971 resolution: {integrity: sha512-2in/lrHRNmDvHPgyormtEralhPcN3An1gLjJzj2Bw145VBxkQ75JEXW6CTdMAwShiHQcYsl2d10IjQSdJSJz4g==} ··· 4940 5024 '@types/estree@1.0.6': 4941 5025 resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} 4942 5026 5027 + '@types/estree@1.0.8': 5028 + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 5029 + 5030 + '@types/fontkit@2.0.8': 5031 + resolution: {integrity: sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==} 5032 + 4943 5033 '@types/glob@7.2.0': 4944 5034 resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} 4945 5035 ··· 4972 5062 4973 5063 '@types/mdx@2.0.9': 4974 5064 resolution: {integrity: sha512-OKMdj17y8Cs+k1r0XFyp59ChSOwf8ODGtMQ4mnpfz5eFDk1aO41yN3pSKGuvVzmWAkFp37seubY1tzOVpwfWwg==} 5065 + 5066 + '@types/micromatch@4.0.9': 5067 + resolution: {integrity: sha512-7V+8ncr22h4UoYRLnLXSpTxjQrNUXtWHGeMPRJt1nULXI57G9bIcpyrHlmrQ7QK24EyyuXvYcSSWAM8GA9nqCg==} 4975 5068 4976 5069 '@types/minimatch@5.1.2': 4977 5070 resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} ··· 5357 5450 peerDependencies: 5358 5451 astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 5359 5452 5360 - astro@5.6.1: 5361 - resolution: {integrity: sha512-aQ2TV7wIf+q2Oi6gGWMINHWEAZqoP0eH6/mihodfTJYATPWyd03JIGVfjtYUJlkNdNSKxDXwEe/r/Zx4CZ1FPg==} 5362 - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 5453 + astro@5.12.2: 5454 + resolution: {integrity: sha512-/qTPSD8bSxjsh5KNXvOsf6Md7dqNuH3WSx6KLa1YbxPR2JZDgPWEKEyulS3/9L5h5aP0SkjONrqwOGdgWw97fg==} 5455 + engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 5363 5456 hasBin: true 5364 5457 5365 5458 async-retry@1.3.3: ··· 5421 5514 bl@4.1.0: 5422 5515 resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} 5423 5516 5517 + blob-to-buffer@1.2.9: 5518 + resolution: {integrity: sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==} 5519 + 5424 5520 boolbase@1.0.0: 5425 5521 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 5426 5522 ··· 5444 5540 braces@3.0.3: 5445 5541 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 5446 5542 engines: {node: '>=8'} 5543 + 5544 + brotli@1.3.3: 5545 + resolution: {integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==} 5447 5546 5448 5547 browserslist@4.24.2: 5449 5548 resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==} ··· 5477 5576 bun-types@1.0.8: 5478 5577 resolution: {integrity: sha512-2dNB+dBwAcFW7RSd4y5vKycRjouKVklSwPk4EjBKWvcMYUBOqZGGNzV7+b2tfKBG3BeRXnozbnegVKR1azuATg==} 5479 5578 5480 - bun-types@1.2.13: 5481 - resolution: {integrity: sha512-rRjA1T6n7wto4gxhAO/ErZEtOXyEZEmnIHQfl0Dt1QQSB4QV0iP6BZ9/YB5fZaHFQ2dwHFrmPaRQ9GGMX01k9Q==} 5579 + bun-types@1.2.19: 5580 + resolution: {integrity: sha512-uAOTaZSPuYsWIXRpj7o56Let0g/wjihKCkeRqUBhlLVM/Bt+Fj9xTo+LhC1OV1XDaGkz4hNC80et5xgy+9KTHQ==} 5581 + peerDependencies: 5582 + '@types/react': ^19 5482 5583 5483 5584 bundle-require@4.0.2: 5484 5585 resolution: {integrity: sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==} ··· 5622 5723 resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} 5623 5724 engines: {node: '>=0.8'} 5624 5725 5726 + clone@2.1.2: 5727 + resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} 5728 + engines: {node: '>=0.8'} 5729 + 5625 5730 clsx@2.0.0: 5626 5731 resolution: {integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==} 5627 5732 engines: {node: '>=6'} ··· 5741 5846 create-require@1.1.1: 5742 5847 resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} 5743 5848 5849 + cross-fetch@3.2.0: 5850 + resolution: {integrity: sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==} 5851 + 5744 5852 cross-spawn@7.0.3: 5745 5853 resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} 5746 5854 engines: {node: '>= 8'} ··· 5761 5869 css-selector-parser@3.0.5: 5762 5870 resolution: {integrity: sha512-3itoDFbKUNx1eKmVpYMFyqKX04Ww9osZ+dLgrk6GEv6KMVeXUhUnp4I5X+evw+u3ZxVU6RFXSSRxlTeMh8bA+g==} 5763 5871 5872 + css-tree@3.1.0: 5873 + resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} 5874 + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} 5875 + 5764 5876 css-what@6.1.0: 5765 5877 resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} 5766 5878 engines: {node: '>= 6'} ··· 5948 6060 devlop@1.1.0: 5949 6061 resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} 5950 6062 6063 + dfa@1.2.0: 6064 + resolution: {integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==} 6065 + 5951 6066 diff@4.0.2: 5952 6067 resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} 5953 6068 engines: {node: '>=0.3.1'} ··· 6120 6235 emmet@2.4.11: 6121 6236 resolution: {integrity: sha512-23QPJB3moh/U9sT4rQzGgeyyGIrcM+GH5uVYg2C6wZIxAIJq7Ng3QLT79tl8FUwDXhyq9SusfknOrofAKqvgyQ==} 6122 6237 6123 - emoji-regex-xs@1.0.0: 6124 - resolution: {integrity: sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==} 6125 - 6126 6238 emoji-regex@10.4.0: 6127 6239 resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} 6128 6240 ··· 6356 6468 picomatch: 6357 6469 optional: true 6358 6470 6471 + fdir@6.4.6: 6472 + resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} 6473 + peerDependencies: 6474 + picomatch: ^3 || ^4 6475 + peerDependenciesMeta: 6476 + picomatch: 6477 + optional: true 6478 + 6359 6479 feed@4.2.2: 6360 6480 resolution: {integrity: sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==} 6361 6481 engines: {node: '>=0.4.0'} ··· 6405 6525 resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==} 6406 6526 engines: {node: '>=8'} 6407 6527 6528 + fontace@0.3.0: 6529 + resolution: {integrity: sha512-czoqATrcnxgWb/nAkfyIrRp6Q8biYj7nGnL6zfhTcX+JKKpWHFBnb8uNMw/kZr7u++3Y3wYSYoZgHkCcsuBpBg==} 6530 + 6531 + fontkit@2.0.4: 6532 + resolution: {integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==} 6533 + 6408 6534 foreground-child@3.3.0: 6409 6535 resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} 6410 6536 engines: {node: '>=14'} ··· 6652 6778 hast-util-to-estree@3.1.0: 6653 6779 resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==} 6654 6780 6655 - hast-util-to-html@9.0.3: 6656 - resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==} 6657 - 6658 6781 hast-util-to-html@9.0.5: 6659 6782 resolution: {integrity: sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==} 6660 6783 6661 6784 hast-util-to-jsx-runtime@2.3.2: 6662 6785 resolution: {integrity: sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==} 6663 6786 6787 + hast-util-to-mdast@10.1.2: 6788 + resolution: {integrity: sha512-FiCRI7NmOvM4y+f5w32jPRzcxDIz+PUqDwEqn1A+1q2cdp3B8Gx7aVrXORdOKjMNDQsD1ogOr896+0jJHW1EFQ==} 6789 + 6664 6790 hast-util-to-parse5@8.0.0: 6665 6791 resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==} 6666 6792 ··· 7072 7198 7073 7199 libsql@0.4.5: 7074 7200 resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==} 7201 + cpu: [x64, arm64, wasm32] 7075 7202 os: [darwin, linux, win32] 7076 7203 7077 7204 lightningcss-darwin-arm64@1.30.1: ··· 7347 7474 7348 7475 mdast-util-to-string@4.0.0: 7349 7476 resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} 7477 + 7478 + mdn-data@2.12.2: 7479 + resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} 7350 7480 7351 7481 mdx-bundler@10.0.3: 7352 7482 resolution: {integrity: sha512-vRtVZ5t+nUP0QtoRVgjDFO10YDjRgKe/19ie0IR8FqE8SugNn5RP4sCWBPzKoEwoGbqfQOrgHy+PHCVyfaCDQQ==} ··· 7764 7894 node-domexception@1.0.0: 7765 7895 resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} 7766 7896 engines: {node: '>=10.5.0'} 7897 + deprecated: Use your platform's native DOMException instead 7767 7898 7768 7899 node-fetch-native@1.6.6: 7769 7900 resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==} ··· 7869 8000 ohash@1.1.4: 7870 8001 resolution: {integrity: sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==} 7871 8002 8003 + ohash@2.0.11: 8004 + resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==} 8005 + 7872 8006 once@1.4.0: 7873 8007 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 7874 8008 ··· 7878 8012 7879 8013 oniguruma-parser@0.12.1: 7880 8014 resolution: {integrity: sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==} 7881 - 7882 - oniguruma-parser@0.5.4: 7883 - resolution: {integrity: sha512-yNxcQ8sKvURiTwP0mV6bLQCYE7NKfKRRWunhbZnXgxSmB1OXa1lHrN3o4DZd+0Si0kU5blidK7BcROO8qv5TZA==} 7884 - 7885 - oniguruma-to-es@4.1.0: 7886 - resolution: {integrity: sha512-SNwG909cSLo4vPyyPbU/VJkEc9WOXqu2ycBlfd1UCXLqk1IijcQktSBb2yRQ2UFPsDhpkaf+C1dtT3PkLK/yWA==} 7887 8015 7888 8016 oniguruma-to-es@4.3.3: 7889 8017 resolution: {integrity: sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==} ··· 7955 8083 pagefind@1.3.0: 7956 8084 resolution: {integrity: sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw==} 7957 8085 hasBin: true 8086 + 8087 + pako@0.2.9: 8088 + resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} 7958 8089 7959 8090 param-case@2.1.1: 7960 8091 resolution: {integrity: sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==} ··· 8195 8326 resolution: {integrity: sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==} 8196 8327 engines: {node: '>=18'} 8197 8328 8198 - prismjs@1.29.0: 8199 - resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} 8200 - engines: {node: '>=6'} 8201 - 8202 8329 prismjs@1.30.0: 8203 8330 resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} 8204 8331 engines: {node: '>=6'} ··· 8430 8557 rehype-minify-whitespace@6.0.0: 8431 8558 resolution: {integrity: sha512-i9It4YHR0Sf3GsnlR5jFUKXRr9oayvEk9GKQUkwZv6hs70OH9q3OCZrq9PpLvIGKt3W+JxBOxCidNVpH/6rWdA==} 8432 8559 8433 - rehype-parse@9.0.0: 8434 - resolution: {integrity: sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==} 8560 + rehype-parse@9.0.1: 8561 + resolution: {integrity: sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==} 8435 8562 8436 8563 rehype-pretty-code@0.10.0: 8437 8564 resolution: {integrity: sha512-qCD071Y+vUxEy9yyrATPk2+W9q7qCbzZgtc9suZhu75bmRQvOlBhJt4d3WvqSMTamkKoFkvqtCjyAk+ggH+aXQ==} ··· 8449 8576 8450 8577 rehype-recma@1.0.0: 8451 8578 resolution: {integrity: sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==} 8579 + 8580 + rehype-remark@10.0.1: 8581 + resolution: {integrity: sha512-EmDndlb5NVwXGfUa4c9GPK+lXeItTilLhE6ADSaQuHr4JUlKw9MidzGzx4HpqZrNCt6vnHmEifXQiiA+CEnjYQ==} 8452 8582 8453 8583 rehype-slug@5.1.0: 8454 8584 resolution: {integrity: sha512-Gf91dJoXneiorNEnn+Phx97CO7oRMrpi+6r155tTxzGuLtm+QrI4cTwCa9e1rtePdL4i9tSO58PeSS6HWfgsiw==} ··· 8541 8671 resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} 8542 8672 engines: {node: '>=8'} 8543 8673 8674 + restructure@3.0.2: 8675 + resolution: {integrity: sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==} 8676 + 8544 8677 retext-latin@4.0.0: 8545 8678 resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==} 8546 8679 ··· 8585 8718 8586 8719 rollup@4.34.8: 8587 8720 resolution: {integrity: sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==} 8721 + engines: {node: '>=18.0.0', npm: '>=8.0.0'} 8722 + hasBin: true 8723 + 8724 + rollup@4.45.1: 8725 + resolution: {integrity: sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==} 8588 8726 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 8589 8727 hasBin: true 8590 8728 ··· 8680 8818 shiki@0.14.4: 8681 8819 resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==} 8682 8820 8683 - shiki@3.2.1: 8684 - resolution: {integrity: sha512-VML/2o1/KGYkEf/stJJ+s9Ypn7jUKQPomGLGYso4JJFMFxVDyPNsjsI3MB3KLjlMOeH44gyaPdXC6rik2WXvUQ==} 8685 - 8686 8821 shiki@3.6.0: 8687 8822 resolution: {integrity: sha512-tKn/Y0MGBTffQoklaATXmTqDU02zx8NYBGQ+F6gy87/YjKbizcLd+Cybh/0ZtOBX9r1NEnAy/GTRDKtOsc1L9w==} 8688 8823 ··· 8730 8865 8731 8866 smol-toml@1.3.1: 8732 8867 resolution: {integrity: sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==} 8868 + engines: {node: '>= 18'} 8869 + 8870 + smol-toml@1.4.1: 8871 + resolution: {integrity: sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==} 8733 8872 engines: {node: '>= 18'} 8734 8873 8735 8874 snake-case@2.1.0: ··· 8797 8936 resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} 8798 8937 engines: {node: '>=6'} 8799 8938 8939 + starlight-llms-txt@0.5.1: 8940 + resolution: {integrity: sha512-EPhTZ7jOhMxp6BBSpYNWuaJezzI+4eRgkwlFGV/XNNGSjNibo9JHrCvCbJO6BDk4znXcTWi0x8N7FO7ckNXLGQ==} 8941 + engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 8942 + peerDependencies: 8943 + '@astrojs/starlight': '>=0.31' 8944 + astro: ^5.1.6 8945 + 8800 8946 starlight-showcases@0.3.0: 8801 8947 resolution: {integrity: sha512-jxKVE5IM0TZgRIni4YK1oKDh6C9pBh94oj2pKuhzg2/Cg1wjCrWy39U3i1bXkh6rL+Ly+ypQBPH3AD9cP6TLXA==} 8802 8948 engines: {node: '>=18'} ··· 8996 9142 through@2.3.8: 8997 9143 resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} 8998 9144 9145 + tiny-inflate@1.0.3: 9146 + resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} 9147 + 8999 9148 tiny-invariant@1.3.3: 9000 9149 resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} 9001 9150 ··· 9013 9162 resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==} 9014 9163 engines: {node: '>=12.0.0'} 9015 9164 9165 + tinyglobby@0.2.14: 9166 + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} 9167 + engines: {node: '>=12.0.0'} 9168 + 9016 9169 tinygradient@1.1.5: 9017 9170 resolution: {integrity: sha512-8nIfc2vgQ4TeLnk2lFj4tRLvvJwEfQuabdsmvDdQPT0xlk9TaNtpGd6nNRxXoK6vQhN6RSzj+Cnp5tTQmpxmbw==} 9018 9171 ··· 9054 9207 9055 9208 trim-lines@3.0.1: 9056 9209 resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} 9210 + 9211 + trim-trailing-lines@2.1.0: 9212 + resolution: {integrity: sha512-5UR5Biq4VlVOtzqkm2AZlgvSlDJtME46uV0br0gENbwN4l5+mMKT4b9gJKqWtuL2zAIqajGJGuvbCbcAJUZqBg==} 9057 9213 9058 9214 trough@2.1.0: 9059 9215 resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==} ··· 9207 9363 unescape-js@1.1.4: 9208 9364 resolution: {integrity: sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==} 9209 9365 9366 + unicode-properties@1.4.1: 9367 + resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} 9368 + 9369 + unicode-trie@2.0.0: 9370 + resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==} 9371 + 9210 9372 unified@10.1.2: 9211 9373 resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} 9212 9374 ··· 9215 9377 9216 9378 unified@11.0.5: 9217 9379 resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} 9380 + 9381 + unifont@0.5.2: 9382 + resolution: {integrity: sha512-LzR4WUqzH9ILFvjLAUU7dK3Lnou/qd5kD+IakBtBK4S15/+x2y9VX+DcWQv6s551R6W+vzwgVS6tFg3XggGBgg==} 9218 9383 9219 9384 unist-util-find-after@5.0.0: 9220 9385 resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} ··· 9245 9410 9246 9411 unist-util-remove-position@5.0.0: 9247 9412 resolution: {integrity: sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==} 9413 + 9414 + unist-util-remove@4.0.0: 9415 + resolution: {integrity: sha512-b4gokeGId57UVRX/eVKej5gXqGlc9+trkORhFJpu9raqZkZhU0zm8Doi05+HaiBsMEIJowL+2WtQ5ItjsngPXg==} 9248 9416 9249 9417 unist-util-stringify-position@3.0.3: 9250 9418 resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} ··· 9512 9680 yaml: 9513 9681 optional: true 9514 9682 9683 + vite@6.3.5: 9684 + resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} 9685 + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 9686 + hasBin: true 9687 + peerDependencies: 9688 + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 9689 + jiti: '>=1.21.0' 9690 + less: '*' 9691 + lightningcss: ^1.21.0 9692 + sass: '*' 9693 + sass-embedded: '*' 9694 + stylus: '*' 9695 + sugarss: '*' 9696 + terser: ^5.16.0 9697 + tsx: ^4.8.1 9698 + yaml: ^2.4.2 9699 + peerDependenciesMeta: 9700 + '@types/node': 9701 + optional: true 9702 + jiti: 9703 + optional: true 9704 + less: 9705 + optional: true 9706 + lightningcss: 9707 + optional: true 9708 + sass: 9709 + optional: true 9710 + sass-embedded: 9711 + optional: true 9712 + stylus: 9713 + optional: true 9714 + sugarss: 9715 + optional: true 9716 + terser: 9717 + optional: true 9718 + tsx: 9719 + optional: true 9720 + yaml: 9721 + optional: true 9722 + 9515 9723 vitefu@1.0.6: 9516 9724 resolution: {integrity: sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==} 9517 9725 peerDependencies: ··· 9860 10068 openapi3-ts: 4.1.2 9861 10069 zod: 3.24.4 9862 10070 9863 - '@astro-community/astro-embed-twitter@0.5.8(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 10071 + '@astro-community/astro-embed-twitter@0.5.8(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 9864 10072 dependencies: 9865 10073 '@astro-community/astro-embed-utils': 0.1.3 9866 - astro: 5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 10074 + astro: 5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 9867 10075 9868 10076 '@astro-community/astro-embed-utils@0.1.3': 9869 10077 dependencies: 9870 10078 linkedom: 0.14.26 9871 10079 9872 - '@astro-community/astro-embed-youtube@0.5.6(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 10080 + '@astro-community/astro-embed-youtube@0.5.6(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 9873 10081 dependencies: 9874 - astro: 5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 10082 + astro: 5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 9875 10083 lite-youtube-embed: 0.3.3 9876 10084 9877 10085 '@astrojs/check@0.9.4(prettier@3.5.3)(typescript@5.7.2)': ··· 9887 10095 9888 10096 '@astrojs/compiler@2.10.3': {} 9889 10097 9890 - '@astrojs/compiler@2.11.0': {} 10098 + '@astrojs/compiler@2.12.2': {} 9891 10099 9892 10100 '@astrojs/internal-helpers@0.6.1': {} 9893 10101 ··· 9916 10124 transitivePeerDependencies: 9917 10125 - typescript 9918 10126 9919 - '@astrojs/markdown-remark@6.3.1': 10127 + '@astrojs/markdown-remark@6.3.2': 9920 10128 dependencies: 9921 10129 '@astrojs/internal-helpers': 0.6.1 9922 - '@astrojs/prism': 3.2.0 10130 + '@astrojs/prism': 3.3.0 9923 10131 github-slugger: 2.0.0 9924 10132 hast-util-from-html: 2.0.3 9925 10133 hast-util-to-text: 4.0.2 ··· 9930 10138 rehype-stringify: 10.0.1 9931 10139 remark-gfm: 4.0.1 9932 10140 remark-parse: 11.0.0 9933 - remark-rehype: 11.1.1 10141 + remark-rehype: 11.1.2 9934 10142 remark-smartypants: 3.0.2 9935 - shiki: 3.2.1 10143 + shiki: 3.6.0 9936 10144 smol-toml: 1.3.1 9937 10145 unified: 11.0.5 9938 10146 unist-util-remove-position: 5.0.0 ··· 9942 10150 transitivePeerDependencies: 9943 10151 - supports-color 9944 10152 9945 - '@astrojs/markdown-remark@6.3.2': 10153 + '@astrojs/markdown-remark@6.3.3': 9946 10154 dependencies: 9947 10155 '@astrojs/internal-helpers': 0.6.1 9948 10156 '@astrojs/prism': 3.3.0 ··· 9958 10166 remark-parse: 11.0.0 9959 10167 remark-rehype: 11.1.2 9960 10168 remark-smartypants: 3.0.2 9961 - shiki: 3.2.1 9962 - smol-toml: 1.3.1 10169 + shiki: 3.6.0 10170 + smol-toml: 1.4.1 9963 10171 unified: 11.0.5 9964 10172 unist-util-remove-position: 5.0.0 9965 10173 unist-util-visit: 5.0.0 ··· 9968 10176 transitivePeerDependencies: 9969 10177 - supports-color 9970 10178 9971 - '@astrojs/mdx@4.3.0(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 10179 + '@astrojs/mdx@4.3.0(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 9972 10180 dependencies: 9973 10181 '@astrojs/markdown-remark': 6.3.2 9974 10182 '@mdx-js/mdx': 3.1.0(acorn@8.14.1) 9975 10183 acorn: 8.14.1 9976 - astro: 5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 10184 + astro: 5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 9977 10185 es-module-lexer: 1.6.0 9978 10186 estree-util-visit: 2.0.0 9979 10187 hast-util-to-html: 9.0.5 ··· 9987 10195 transitivePeerDependencies: 9988 10196 - supports-color 9989 10197 9990 - '@astrojs/prism@3.2.0': 9991 - dependencies: 9992 - prismjs: 1.29.0 9993 - 9994 10198 '@astrojs/prism@3.3.0': 9995 10199 dependencies: 9996 10200 prismjs: 1.30.0 ··· 10018 10222 - tsx 10019 10223 - yaml 10020 10224 10021 - '@astrojs/sitemap@3.2.1': 10022 - dependencies: 10023 - sitemap: 8.0.0 10024 - stream-replace-string: 2.0.0 10025 - zod: 3.24.4 10026 - 10027 10225 '@astrojs/sitemap@3.4.1': 10028 10226 dependencies: 10029 10227 sitemap: 8.0.0 10030 10228 stream-replace-string: 2.0.0 10031 10229 zod: 3.24.4 10032 10230 10033 - '@astrojs/starlight-tailwind@4.0.1(@astrojs/starlight@0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(tailwindcss@4.1.8)': 10231 + '@astrojs/starlight-tailwind@4.0.1(@astrojs/starlight@0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(tailwindcss@4.1.8)': 10034 10232 dependencies: 10035 - '@astrojs/starlight': 0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 10233 + '@astrojs/starlight': 0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 10036 10234 tailwindcss: 4.1.8 10037 10235 10038 - '@astrojs/starlight@0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 10236 + '@astrojs/starlight@0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 10039 10237 dependencies: 10040 - '@astrojs/markdown-remark': 6.3.1 10041 - '@astrojs/mdx': 4.3.0(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 10238 + '@astrojs/markdown-remark': 6.3.2 10239 + '@astrojs/mdx': 4.3.0(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 10042 10240 '@astrojs/sitemap': 3.4.1 10043 10241 '@pagefind/default-ui': 1.3.0 10044 10242 '@types/hast': 3.0.4 10045 10243 '@types/js-yaml': 4.0.9 10046 10244 '@types/mdast': 4.0.4 10047 - astro: 5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 10048 - astro-expressive-code: 0.41.2(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 10245 + astro: 5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 10246 + astro-expressive-code: 0.41.2(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 10049 10247 bcp-47: 2.1.0 10050 10248 hast-util-from-html: 2.0.3 10051 10249 hast-util-select: 6.0.3 ··· 10068 10266 transitivePeerDependencies: 10069 10267 - supports-color 10070 10268 10071 - '@astrojs/telemetry@3.2.0': 10269 + '@astrojs/telemetry@3.3.0': 10072 10270 dependencies: 10073 10271 ci-info: 4.2.0 10074 10272 debug: 4.4.0 ··· 10830 11028 '@biomejs/cli-win32-x64@1.9.4': 10831 11029 optional: true 10832 11030 11031 + '@capsizecss/unpack@2.4.0(encoding@0.1.13)': 11032 + dependencies: 11033 + blob-to-buffer: 1.2.9 11034 + cross-fetch: 3.2.0(encoding@0.1.13) 11035 + fontkit: 2.0.4 11036 + transitivePeerDependencies: 11037 + - encoding 11038 + 10833 11039 '@chronark/zod-bird@0.3.6': 10834 11040 dependencies: 10835 11041 zod: 3.24.4 ··· 11792 11998 11793 11999 '@one-ini/wasm@0.1.1': {} 11794 12000 11795 - '@openpanel/astro@1.0.1(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 12001 + '@openpanel/astro@1.0.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))': 11796 12002 dependencies: 11797 12003 '@openpanel/web': 1.0.1 11798 - astro: 5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 12004 + astro: 5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 11799 12005 11800 12006 '@openpanel/nextjs@1.0.8(next@15.2.4(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': 11801 12007 dependencies: ··· 12981 13187 optionalDependencies: 12982 13188 rollup: 3.29.5 12983 13189 12984 - '@rollup/pluginutils@5.1.4(rollup@4.34.8)': 13190 + '@rollup/pluginutils@5.1.4(rollup@4.45.1)': 12985 13191 dependencies: 12986 13192 '@types/estree': 1.0.6 12987 13193 estree-walker: 2.0.2 12988 13194 picomatch: 4.0.2 12989 13195 optionalDependencies: 12990 - rollup: 4.34.8 13196 + rollup: 4.45.1 12991 13197 12992 13198 '@rollup/rollup-android-arm-eabi@4.34.8': 12993 13199 optional: true 12994 13200 13201 + '@rollup/rollup-android-arm-eabi@4.45.1': 13202 + optional: true 13203 + 12995 13204 '@rollup/rollup-android-arm64@4.34.8': 12996 13205 optional: true 12997 13206 13207 + '@rollup/rollup-android-arm64@4.45.1': 13208 + optional: true 13209 + 12998 13210 '@rollup/rollup-darwin-arm64@4.34.8': 12999 13211 optional: true 13000 13212 13213 + '@rollup/rollup-darwin-arm64@4.45.1': 13214 + optional: true 13215 + 13001 13216 '@rollup/rollup-darwin-x64@4.34.8': 13002 13217 optional: true 13003 13218 13219 + '@rollup/rollup-darwin-x64@4.45.1': 13220 + optional: true 13221 + 13004 13222 '@rollup/rollup-freebsd-arm64@4.34.8': 13005 13223 optional: true 13006 13224 13225 + '@rollup/rollup-freebsd-arm64@4.45.1': 13226 + optional: true 13227 + 13007 13228 '@rollup/rollup-freebsd-x64@4.34.8': 13008 13229 optional: true 13009 13230 13231 + '@rollup/rollup-freebsd-x64@4.45.1': 13232 + optional: true 13233 + 13010 13234 '@rollup/rollup-linux-arm-gnueabihf@4.34.8': 13011 13235 optional: true 13012 13236 13237 + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': 13238 + optional: true 13239 + 13013 13240 '@rollup/rollup-linux-arm-musleabihf@4.34.8': 13014 13241 optional: true 13015 13242 13243 + '@rollup/rollup-linux-arm-musleabihf@4.45.1': 13244 + optional: true 13245 + 13016 13246 '@rollup/rollup-linux-arm64-gnu@4.34.8': 13017 13247 optional: true 13018 13248 13249 + '@rollup/rollup-linux-arm64-gnu@4.45.1': 13250 + optional: true 13251 + 13019 13252 '@rollup/rollup-linux-arm64-musl@4.34.8': 13020 13253 optional: true 13021 13254 13255 + '@rollup/rollup-linux-arm64-musl@4.45.1': 13256 + optional: true 13257 + 13022 13258 '@rollup/rollup-linux-loongarch64-gnu@4.34.8': 13023 13259 optional: true 13024 13260 13261 + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': 13262 + optional: true 13263 + 13025 13264 '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': 13026 13265 optional: true 13027 13266 13267 + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': 13268 + optional: true 13269 + 13028 13270 '@rollup/rollup-linux-riscv64-gnu@4.34.8': 13029 13271 optional: true 13030 13272 13273 + '@rollup/rollup-linux-riscv64-gnu@4.45.1': 13274 + optional: true 13275 + 13276 + '@rollup/rollup-linux-riscv64-musl@4.45.1': 13277 + optional: true 13278 + 13031 13279 '@rollup/rollup-linux-s390x-gnu@4.34.8': 13032 13280 optional: true 13033 13281 13282 + '@rollup/rollup-linux-s390x-gnu@4.45.1': 13283 + optional: true 13284 + 13034 13285 '@rollup/rollup-linux-x64-gnu@4.34.8': 13286 + optional: true 13287 + 13288 + '@rollup/rollup-linux-x64-gnu@4.45.1': 13035 13289 optional: true 13036 13290 13037 13291 '@rollup/rollup-linux-x64-musl@4.34.8': 13038 13292 optional: true 13039 13293 13294 + '@rollup/rollup-linux-x64-musl@4.45.1': 13295 + optional: true 13296 + 13040 13297 '@rollup/rollup-win32-arm64-msvc@4.34.8': 13041 13298 optional: true 13042 13299 13300 + '@rollup/rollup-win32-arm64-msvc@4.45.1': 13301 + optional: true 13302 + 13043 13303 '@rollup/rollup-win32-ia32-msvc@4.34.8': 13044 13304 optional: true 13045 13305 13306 + '@rollup/rollup-win32-ia32-msvc@4.45.1': 13307 + optional: true 13308 + 13046 13309 '@rollup/rollup-win32-x64-msvc@4.34.8': 13310 + optional: true 13311 + 13312 + '@rollup/rollup-win32-x64-msvc@4.45.1': 13047 13313 optional: true 13048 13314 13049 13315 '@scalar/core@0.2.11': ··· 13264 13530 - encoding 13265 13531 - supports-color 13266 13532 13267 - '@shikijs/core@3.2.1': 13268 - dependencies: 13269 - '@shikijs/types': 3.2.1 13270 - '@shikijs/vscode-textmate': 10.0.2 13271 - '@types/hast': 3.0.4 13272 - hast-util-to-html: 9.0.5 13273 - 13274 13533 '@shikijs/core@3.6.0': 13275 13534 dependencies: 13276 13535 '@shikijs/types': 3.6.0 ··· 13278 13537 '@types/hast': 3.0.4 13279 13538 hast-util-to-html: 9.0.5 13280 13539 13281 - '@shikijs/engine-javascript@3.2.1': 13282 - dependencies: 13283 - '@shikijs/types': 3.2.1 13284 - '@shikijs/vscode-textmate': 10.0.2 13285 - oniguruma-to-es: 4.1.0 13286 - 13287 13540 '@shikijs/engine-javascript@3.6.0': 13288 13541 dependencies: 13289 13542 '@shikijs/types': 3.6.0 13290 13543 '@shikijs/vscode-textmate': 10.0.2 13291 13544 oniguruma-to-es: 4.3.3 13292 13545 13293 - '@shikijs/engine-oniguruma@3.2.1': 13294 - dependencies: 13295 - '@shikijs/types': 3.2.1 13296 - '@shikijs/vscode-textmate': 10.0.2 13297 - 13298 13546 '@shikijs/engine-oniguruma@3.6.0': 13299 13547 dependencies: 13300 13548 '@shikijs/types': 3.6.0 13301 13549 '@shikijs/vscode-textmate': 10.0.2 13302 13550 13303 - '@shikijs/langs@3.2.1': 13304 - dependencies: 13305 - '@shikijs/types': 3.2.1 13306 - 13307 13551 '@shikijs/langs@3.6.0': 13308 13552 dependencies: 13309 13553 '@shikijs/types': 3.6.0 13310 13554 13311 - '@shikijs/themes@3.2.1': 13312 - dependencies: 13313 - '@shikijs/types': 3.2.1 13314 - 13315 13555 '@shikijs/themes@3.6.0': 13316 13556 dependencies: 13317 13557 '@shikijs/types': 3.6.0 13318 - 13319 - '@shikijs/types@3.2.1': 13320 - dependencies: 13321 - '@shikijs/vscode-textmate': 10.0.2 13322 - '@types/hast': 3.0.4 13323 13558 13324 13559 '@shikijs/types@3.6.0': 13325 13560 dependencies: ··· 13773 14008 postcss-selector-parser: 6.0.10 13774 14009 tailwindcss: 4.1.8 13775 14010 13776 - '@tailwindcss/vite@4.1.8(vite@6.2.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1))': 14011 + '@tailwindcss/vite@4.1.8(vite@6.3.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1))': 13777 14012 dependencies: 13778 14013 '@tailwindcss/node': 4.1.8 13779 14014 '@tailwindcss/oxide': 4.1.8 13780 14015 tailwindcss: 4.1.8 13781 - vite: 6.2.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1) 14016 + vite: 6.3.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1) 13782 14017 13783 14018 '@tanstack/query-core@5.80.7': {} 13784 14019 ··· 13905 14140 dependencies: 13906 14141 '@babel/types': 7.26.3 13907 14142 13908 - '@types/bun@1.2.13': 14143 + '@types/braces@3.0.5': {} 14144 + 14145 + '@types/bun@1.2.19(@types/react@19.1.0)': 13909 14146 dependencies: 13910 - bun-types: 1.2.13 14147 + bun-types: 1.2.19(@types/react@19.1.0) 14148 + transitivePeerDependencies: 14149 + - '@types/react' 13911 14150 13912 14151 '@types/caseless@0.12.4': {} 13913 14152 ··· 13967 14206 13968 14207 '@types/estree@1.0.6': {} 13969 14208 14209 + '@types/estree@1.0.8': {} 14210 + 14211 + '@types/fontkit@2.0.8': 14212 + dependencies: 14213 + '@types/node': 22.10.2 14214 + 13970 14215 '@types/glob@7.2.0': 13971 14216 dependencies: 13972 14217 '@types/minimatch': 5.1.2 ··· 14002 14247 '@types/unist': 3.0.2 14003 14248 14004 14249 '@types/mdx@2.0.9': {} 14250 + 14251 + '@types/micromatch@4.0.9': 14252 + dependencies: 14253 + '@types/braces': 3.0.5 14005 14254 14006 14255 '@types/minimatch@5.1.2': {} 14007 14256 ··· 14477 14726 14478 14727 astring@1.8.6: {} 14479 14728 14480 - astro-expressive-code@0.41.2(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)): 14729 + astro-expressive-code@0.41.2(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)): 14481 14730 dependencies: 14482 - astro: 5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 14731 + astro: 5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 14483 14732 rehype-expressive-code: 0.41.2 14484 14733 14485 - astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1): 14734 + astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1): 14486 14735 dependencies: 14487 - '@astrojs/compiler': 2.11.0 14736 + '@astrojs/compiler': 2.12.2 14488 14737 '@astrojs/internal-helpers': 0.6.1 14489 - '@astrojs/markdown-remark': 6.3.1 14490 - '@astrojs/telemetry': 3.2.0 14738 + '@astrojs/markdown-remark': 6.3.3 14739 + '@astrojs/telemetry': 3.3.0 14740 + '@capsizecss/unpack': 2.4.0(encoding@0.1.13) 14491 14741 '@oslojs/encoding': 1.1.0 14492 - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) 14742 + '@rollup/pluginutils': 5.1.4(rollup@4.45.1) 14493 14743 acorn: 8.14.1 14494 14744 aria-query: 5.3.2 14495 14745 axobject-query: 4.1.0 ··· 14509 14759 esbuild: 0.25.2 14510 14760 estree-walker: 3.0.3 14511 14761 flattie: 1.1.1 14762 + fontace: 0.3.0 14512 14763 github-slugger: 2.0.0 14513 14764 html-escaper: 3.0.3 14514 14765 http-cache-semantics: 4.1.1 14766 + import-meta-resolve: 4.1.0 14515 14767 js-yaml: 4.1.0 14516 14768 kleur: 4.1.5 14517 14769 magic-string: 0.30.17 ··· 14525 14777 prompts: 2.4.2 14526 14778 rehype: 13.0.2 14527 14779 semver: 7.7.1 14528 - shiki: 3.2.1 14780 + shiki: 3.6.0 14781 + smol-toml: 1.4.1 14529 14782 tinyexec: 0.3.2 14530 14783 tinyglobby: 0.2.12 14531 14784 tsconfck: 3.1.5(typescript@5.7.2) 14532 14785 ultrahtml: 1.6.0 14786 + unifont: 0.5.2 14533 14787 unist-util-visit: 5.0.0 14534 14788 unstorage: 1.15.0 14535 14789 vfile: 6.0.3 14536 - vite: 6.2.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1) 14537 - vitefu: 1.0.6(vite@6.2.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1)) 14790 + vite: 6.3.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1) 14791 + vitefu: 1.0.6(vite@6.3.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1)) 14538 14792 xxhash-wasm: 1.1.0 14539 14793 yargs-parser: 21.1.1 14540 14794 yocto-spinner: 0.2.1 ··· 14560 14814 - '@vercel/kv' 14561 14815 - aws4fetch 14562 14816 - db0 14817 + - encoding 14563 14818 - idb-keyval 14564 14819 - ioredis 14565 14820 - jiti ··· 14631 14886 buffer: 5.7.1 14632 14887 inherits: 2.0.4 14633 14888 readable-stream: 3.6.2 14889 + 14890 + blob-to-buffer@1.2.9: {} 14634 14891 14635 14892 boolbase@1.0.0: {} 14636 14893 ··· 14664 14921 dependencies: 14665 14922 fill-range: 7.1.1 14666 14923 14924 + brotli@1.3.3: 14925 + dependencies: 14926 + base64-js: 1.5.1 14927 + 14667 14928 browserslist@4.24.2: 14668 14929 dependencies: 14669 14930 caniuse-lite: 1.0.30001689 ··· 14699 14960 14700 14961 bun-types@1.0.8: {} 14701 14962 14702 - bun-types@1.2.13: 14963 + bun-types@1.2.19(@types/react@19.1.0): 14703 14964 dependencies: 14704 14965 '@types/node': 22.10.2 14966 + '@types/react': 19.1.0 14705 14967 14706 14968 bundle-require@4.0.2(esbuild@0.18.20): 14707 14969 dependencies: ··· 14856 15118 14857 15119 clone@1.0.4: {} 14858 15120 15121 + clone@2.1.2: {} 15122 + 14859 15123 clsx@2.0.0: {} 14860 15124 14861 15125 clsx@2.1.1: {} ··· 14961 15225 14962 15226 create-require@1.1.1: {} 14963 15227 15228 + cross-fetch@3.2.0(encoding@0.1.13): 15229 + dependencies: 15230 + node-fetch: 2.7.0(encoding@0.1.13) 15231 + transitivePeerDependencies: 15232 + - encoding 15233 + 14964 15234 cross-spawn@7.0.3: 14965 15235 dependencies: 14966 15236 path-key: 3.1.1 ··· 14988 15258 nth-check: 2.1.1 14989 15259 14990 15260 css-selector-parser@3.0.5: {} 15261 + 15262 + css-tree@3.1.0: 15263 + dependencies: 15264 + mdn-data: 2.12.2 15265 + source-map-js: 1.2.1 14991 15266 14992 15267 css-what@6.1.0: {} 14993 15268 ··· 15132 15407 dependencies: 15133 15408 dequal: 2.0.3 15134 15409 15410 + dfa@1.2.0: {} 15411 + 15135 15412 diff@4.0.2: {} 15136 15413 15137 15414 diff@5.2.0: {} ··· 15182 15459 transitivePeerDependencies: 15183 15460 - supports-color 15184 15461 15185 - drizzle-orm@0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.13)(react@19.1.0): 15462 + drizzle-orm@0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.19(@types/react@19.1.0))(react@19.1.0): 15186 15463 dependencies: 15187 15464 '@libsql/client-wasm': 0.14.0 15188 15465 optionalDependencies: ··· 15192 15469 '@types/pg': 8.11.10 15193 15470 '@types/react': 19.1.0 15194 15471 better-sqlite3: 11.4.0 15195 - bun-types: 1.2.13 15472 + bun-types: 1.2.19(@types/react@19.1.0) 15196 15473 react: 19.1.0 15197 15474 15198 - drizzle-orm@0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.7.0)(bun-types@1.2.13)(react@19.1.0): 15475 + drizzle-orm@0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.7.0)(bun-types@1.2.19(@types/react@19.1.0))(react@19.1.0): 15199 15476 dependencies: 15200 15477 '@libsql/client-wasm': 0.14.0 15201 15478 optionalDependencies: ··· 15205 15482 '@types/pg': 8.11.10 15206 15483 '@types/react': 19.1.0 15207 15484 better-sqlite3: 11.7.0 15208 - bun-types: 1.2.13 15485 + bun-types: 1.2.19(@types/react@19.1.0) 15209 15486 react: 19.1.0 15210 15487 15211 - drizzle-zod@0.5.1(drizzle-orm@0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.13)(react@19.1.0))(zod@3.24.4): 15488 + drizzle-zod@0.5.1(drizzle-orm@0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.19(@types/react@19.1.0))(react@19.1.0))(zod@3.24.4): 15212 15489 dependencies: 15213 - drizzle-orm: 0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.13)(react@19.1.0) 15490 + drizzle-orm: 0.35.3(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@19.1.0)(better-sqlite3@11.4.0)(bun-types@1.2.19(@types/react@19.1.0))(react@19.1.0) 15214 15491 zod: 3.24.4 15215 15492 15216 15493 dset@3.1.4: {} ··· 15249 15526 dependencies: 15250 15527 '@emmetio/abbreviation': 2.3.3 15251 15528 '@emmetio/css-abbreviation': 2.1.8 15252 - 15253 - emoji-regex-xs@1.0.0: {} 15254 15529 15255 15530 emoji-regex@10.4.0: {} 15256 15531 ··· 15609 15884 optionalDependencies: 15610 15885 picomatch: 4.0.2 15611 15886 15887 + fdir@6.4.6(picomatch@4.0.2): 15888 + optionalDependencies: 15889 + picomatch: 4.0.2 15890 + 15612 15891 feed@4.2.2: 15613 15892 dependencies: 15614 15893 xml-js: 1.6.11 ··· 15653 15932 flatted@3.3.1: {} 15654 15933 15655 15934 flattie@1.1.1: {} 15935 + 15936 + fontace@0.3.0: 15937 + dependencies: 15938 + '@types/fontkit': 2.0.8 15939 + fontkit: 2.0.4 15940 + 15941 + fontkit@2.0.4: 15942 + dependencies: 15943 + '@swc/helpers': 0.5.15 15944 + brotli: 1.3.3 15945 + clone: 2.1.2 15946 + dfa: 1.2.0 15947 + fast-deep-equal: 3.1.3 15948 + restructure: 3.0.2 15949 + tiny-inflate: 1.0.3 15950 + unicode-properties: 1.4.1 15951 + unicode-trie: 2.0.0 15656 15952 15657 15953 foreground-child@3.3.0: 15658 15954 dependencies: ··· 16048 16344 transitivePeerDependencies: 16049 16345 - supports-color 16050 16346 16051 - hast-util-to-html@9.0.3: 16052 - dependencies: 16053 - '@types/hast': 3.0.4 16054 - '@types/unist': 3.0.2 16055 - ccount: 2.0.1 16056 - comma-separated-tokens: 2.0.3 16057 - hast-util-whitespace: 3.0.0 16058 - html-void-elements: 3.0.0 16059 - mdast-util-to-hast: 13.2.0 16060 - property-information: 6.3.0 16061 - space-separated-tokens: 2.0.2 16062 - stringify-entities: 4.0.3 16063 - zwitch: 2.0.4 16064 - 16065 16347 hast-util-to-html@9.0.5: 16066 16348 dependencies: 16067 16349 '@types/hast': 3.0.4 ··· 16095 16377 vfile-message: 4.0.2 16096 16378 transitivePeerDependencies: 16097 16379 - supports-color 16380 + 16381 + hast-util-to-mdast@10.1.2: 16382 + dependencies: 16383 + '@types/hast': 3.0.4 16384 + '@types/mdast': 4.0.4 16385 + '@ungap/structured-clone': 1.2.0 16386 + hast-util-phrasing: 3.0.1 16387 + hast-util-to-html: 9.0.5 16388 + hast-util-to-text: 4.0.2 16389 + hast-util-whitespace: 3.0.0 16390 + mdast-util-phrasing: 4.1.0 16391 + mdast-util-to-hast: 13.2.0 16392 + mdast-util-to-string: 4.0.0 16393 + rehype-minify-whitespace: 6.0.0 16394 + trim-trailing-lines: 2.1.0 16395 + unist-util-position: 5.0.0 16396 + unist-util-visit: 5.0.0 16098 16397 16099 16398 hast-util-to-parse5@8.0.0: 16100 16399 dependencies: ··· 16932 17231 dependencies: 16933 17232 '@types/mdast': 4.0.4 16934 17233 17234 + mdn-data@2.12.2: {} 17235 + 16935 17236 mdx-bundler@10.0.3(acorn@8.14.0)(esbuild@0.21.5): 16936 17237 dependencies: 16937 17238 '@babel/runtime': 7.26.0 ··· 17635 17936 17636 17937 ohash@1.1.4: {} 17637 17938 17939 + ohash@2.0.11: {} 17940 + 17638 17941 once@1.4.0: 17639 17942 dependencies: 17640 17943 wrappy: 1.0.2 ··· 17644 17947 mimic-fn: 2.1.0 17645 17948 17646 17949 oniguruma-parser@0.12.1: {} 17647 - 17648 - oniguruma-parser@0.5.4: {} 17649 - 17650 - oniguruma-to-es@4.1.0: 17651 - dependencies: 17652 - emoji-regex-xs: 1.0.0 17653 - oniguruma-parser: 0.5.4 17654 - regex: 6.0.1 17655 - regex-recursion: 6.0.2 17656 17950 17657 17951 oniguruma-to-es@4.3.3: 17658 17952 dependencies: ··· 17753 18047 '@pagefind/linux-x64': 1.3.0 17754 18048 '@pagefind/windows-x64': 1.3.0 17755 18049 18050 + pako@0.2.9: {} 18051 + 17756 18052 param-case@2.1.1: 17757 18053 dependencies: 17758 18054 no-case: 2.3.2 ··· 18008 18304 pretty-ms@9.0.0: 18009 18305 dependencies: 18010 18306 parse-ms: 4.0.0 18011 - 18012 - prismjs@1.29.0: {} 18013 18307 18014 18308 prismjs@1.30.0: {} 18015 18309 ··· 18337 18631 hast-util-whitespace: 3.0.0 18338 18632 unist-util-is: 6.0.0 18339 18633 18340 - rehype-parse@9.0.0: 18634 + rehype-parse@9.0.1: 18341 18635 dependencies: 18342 18636 '@types/hast': 3.0.4 18343 18637 hast-util-from-html: 2.0.3 ··· 18372 18666 hast-util-to-estree: 3.1.0 18373 18667 transitivePeerDependencies: 18374 18668 - supports-color 18669 + 18670 + rehype-remark@10.0.1: 18671 + dependencies: 18672 + '@types/hast': 3.0.4 18673 + '@types/mdast': 4.0.4 18674 + hast-util-to-mdast: 10.1.2 18675 + unified: 11.0.5 18676 + vfile: 6.0.3 18375 18677 18376 18678 rehype-slug@5.1.0: 18377 18679 dependencies: ··· 18386 18688 rehype-stringify@10.0.1: 18387 18689 dependencies: 18388 18690 '@types/hast': 3.0.4 18389 - hast-util-to-html: 9.0.3 18691 + hast-util-to-html: 9.0.5 18390 18692 unified: 11.0.5 18391 18693 18392 18694 rehype@13.0.2: 18393 18695 dependencies: 18394 18696 '@types/hast': 3.0.4 18395 - rehype-parse: 9.0.0 18697 + rehype-parse: 9.0.1 18396 18698 rehype-stringify: 10.0.1 18397 18699 unified: 11.0.5 18398 18700 ··· 18545 18847 onetime: 5.1.2 18546 18848 signal-exit: 3.0.7 18547 18849 18850 + restructure@3.0.2: {} 18851 + 18548 18852 retext-latin@4.0.0: 18549 18853 dependencies: 18550 18854 '@types/nlcst': 2.0.3 ··· 18623 18927 '@rollup/rollup-win32-x64-msvc': 4.34.8 18624 18928 fsevents: 2.3.3 18625 18929 18930 + rollup@4.45.1: 18931 + dependencies: 18932 + '@types/estree': 1.0.8 18933 + optionalDependencies: 18934 + '@rollup/rollup-android-arm-eabi': 4.45.1 18935 + '@rollup/rollup-android-arm64': 4.45.1 18936 + '@rollup/rollup-darwin-arm64': 4.45.1 18937 + '@rollup/rollup-darwin-x64': 4.45.1 18938 + '@rollup/rollup-freebsd-arm64': 4.45.1 18939 + '@rollup/rollup-freebsd-x64': 4.45.1 18940 + '@rollup/rollup-linux-arm-gnueabihf': 4.45.1 18941 + '@rollup/rollup-linux-arm-musleabihf': 4.45.1 18942 + '@rollup/rollup-linux-arm64-gnu': 4.45.1 18943 + '@rollup/rollup-linux-arm64-musl': 4.45.1 18944 + '@rollup/rollup-linux-loongarch64-gnu': 4.45.1 18945 + '@rollup/rollup-linux-powerpc64le-gnu': 4.45.1 18946 + '@rollup/rollup-linux-riscv64-gnu': 4.45.1 18947 + '@rollup/rollup-linux-riscv64-musl': 4.45.1 18948 + '@rollup/rollup-linux-s390x-gnu': 4.45.1 18949 + '@rollup/rollup-linux-x64-gnu': 4.45.1 18950 + '@rollup/rollup-linux-x64-musl': 4.45.1 18951 + '@rollup/rollup-win32-arm64-msvc': 4.45.1 18952 + '@rollup/rollup-win32-ia32-msvc': 4.45.1 18953 + '@rollup/rollup-win32-x64-msvc': 4.45.1 18954 + fsevents: 2.3.3 18955 + 18626 18956 run-async@2.4.1: {} 18627 18957 18628 18958 run-parallel@1.2.0: ··· 18738 19068 vscode-oniguruma: 1.7.0 18739 19069 vscode-textmate: 8.0.0 18740 19070 18741 - shiki@3.2.1: 18742 - dependencies: 18743 - '@shikijs/core': 3.2.1 18744 - '@shikijs/engine-javascript': 3.2.1 18745 - '@shikijs/engine-oniguruma': 3.2.1 18746 - '@shikijs/langs': 3.2.1 18747 - '@shikijs/themes': 3.2.1 18748 - '@shikijs/types': 3.2.1 18749 - '@shikijs/vscode-textmate': 10.0.2 18750 - '@types/hast': 3.0.4 18751 - 18752 19071 shiki@3.6.0: 18753 19072 dependencies: 18754 19073 '@shikijs/core': 3.6.0 ··· 18800 19119 smol-toml@1.1.4: {} 18801 19120 18802 19121 smol-toml@1.3.1: {} 19122 + 19123 + smol-toml@1.4.1: {} 18803 19124 18804 19125 snake-case@2.1.0: 18805 19126 dependencies: ··· 18882 19203 dependencies: 18883 19204 type-fest: 0.7.1 18884 19205 18885 - starlight-showcases@0.3.0(@astrojs/starlight@0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)): 19206 + starlight-llms-txt@0.5.1(@astrojs/starlight@0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)): 19207 + dependencies: 19208 + '@astrojs/mdx': 4.3.0(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 19209 + '@astrojs/starlight': 0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 19210 + '@types/hast': 3.0.4 19211 + '@types/micromatch': 4.0.9 19212 + astro: 5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) 19213 + github-slugger: 2.0.0 19214 + hast-util-select: 6.0.3 19215 + micromatch: 4.0.8 19216 + rehype-parse: 9.0.1 19217 + rehype-remark: 10.0.1 19218 + remark-gfm: 4.0.1 19219 + remark-stringify: 11.0.0 19220 + unified: 11.0.5 19221 + unist-util-remove: 4.0.0 19222 + transitivePeerDependencies: 19223 + - supports-color 19224 + 19225 + starlight-showcases@0.3.0(@astrojs/starlight@0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)))(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)): 18886 19226 dependencies: 18887 - '@astro-community/astro-embed-twitter': 0.5.8(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 18888 - '@astro-community/astro-embed-youtube': 0.5.6(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 18889 - '@astrojs/starlight': 0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 19227 + '@astro-community/astro-embed-twitter': 0.5.8(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 19228 + '@astro-community/astro-embed-youtube': 0.5.6(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 19229 + '@astrojs/starlight': 0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 18890 19230 transitivePeerDependencies: 18891 19231 - astro 18892 19232 18893 - starlight-sidebar-topics@0.6.0(@astrojs/starlight@0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))): 19233 + starlight-sidebar-topics@0.6.0(@astrojs/starlight@0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))): 18894 19234 dependencies: 18895 - '@astrojs/starlight': 0.34.3(astro@5.6.1(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.34.8)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 19235 + '@astrojs/starlight': 0.35.1(astro@5.12.2(@types/node@22.10.2)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1)) 18896 19236 picomatch: 4.0.2 18897 19237 18898 19238 stream-events@1.0.5: ··· 19088 19428 19089 19429 through@2.3.8: {} 19090 19430 19431 + tiny-inflate@1.0.3: {} 19432 + 19091 19433 tiny-invariant@1.3.3: {} 19092 19434 19093 19435 tinycolor2@1.6.0: {} ··· 19102 19444 tinyglobby@0.2.12: 19103 19445 dependencies: 19104 19446 fdir: 6.4.3(picomatch@4.0.2) 19447 + picomatch: 4.0.2 19448 + 19449 + tinyglobby@0.2.14: 19450 + dependencies: 19451 + fdir: 6.4.6(picomatch@4.0.2) 19105 19452 picomatch: 4.0.2 19106 19453 19107 19454 tinygradient@1.1.5: ··· 19149 19496 tree-kill@1.2.2: {} 19150 19497 19151 19498 trim-lines@3.0.1: {} 19499 + 19500 + trim-trailing-lines@2.1.0: {} 19152 19501 19153 19502 trough@2.1.0: {} 19154 19503 ··· 19319 19668 dependencies: 19320 19669 string.fromcodepoint: 0.2.1 19321 19670 19671 + unicode-properties@1.4.1: 19672 + dependencies: 19673 + base64-js: 1.5.1 19674 + unicode-trie: 2.0.0 19675 + 19676 + unicode-trie@2.0.0: 19677 + dependencies: 19678 + pako: 0.2.9 19679 + tiny-inflate: 1.0.3 19680 + 19322 19681 unified@10.1.2: 19323 19682 dependencies: 19324 19683 '@types/unist': 2.0.9 ··· 19348 19707 is-plain-obj: 4.1.0 19349 19708 trough: 2.1.0 19350 19709 vfile: 6.0.3 19710 + 19711 + unifont@0.5.2: 19712 + dependencies: 19713 + css-tree: 3.1.0 19714 + ofetch: 1.4.1 19715 + ohash: 2.0.11 19351 19716 19352 19717 unist-util-find-after@5.0.0: 19353 19718 dependencies: ··· 19388 19753 '@types/unist': 3.0.2 19389 19754 unist-util-visit: 5.0.0 19390 19755 19756 + unist-util-remove@4.0.0: 19757 + dependencies: 19758 + '@types/unist': 3.0.2 19759 + unist-util-is: 6.0.0 19760 + unist-util-visit-parents: 6.0.1 19761 + 19391 19762 unist-util-stringify-position@3.0.3: 19392 19763 dependencies: 19393 19764 '@types/unist': 2.0.9 ··· 19602 19973 terser: 5.37.0 19603 19974 yaml: 2.6.1 19604 19975 19605 - vitefu@1.0.6(vite@6.2.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1)): 19976 + vite@6.3.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1): 19977 + dependencies: 19978 + esbuild: 0.25.2 19979 + fdir: 6.4.6(picomatch@4.0.2) 19980 + picomatch: 4.0.2 19981 + postcss: 8.5.3 19982 + rollup: 4.45.1 19983 + tinyglobby: 0.2.14 19606 19984 optionalDependencies: 19607 - vite: 6.2.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1) 19985 + '@types/node': 22.10.2 19986 + fsevents: 2.3.3 19987 + jiti: 2.4.2 19988 + lightningcss: 1.30.1 19989 + terser: 5.37.0 19990 + yaml: 2.6.1 19991 + 19992 + vitefu@1.0.6(vite@6.3.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1)): 19993 + optionalDependencies: 19994 + vite: 6.3.5(@types/node@22.10.2)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.37.0)(yaml@2.6.1) 19608 19995 19609 19996 vlq@0.2.3: {} 19610 19997