Mirror of
0
fork

Configure Feed

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

Merge pull request #43 from trueberryless-org/ignore-bot-contributors

ignore bot contributors

authored by

trueberryless and committed by
GitHub
5b9f6d49 2a9f81d3

+530 -376
+5
.changeset/modern-jobs-fly.md
··· 1 + --- 2 + "starlight-sidebar-topics-dropdown-docs": patch 3 + --- 4 + 5 + Ignore bot contributors
+1 -1
docs/package.json
··· 26 26 "@trueberryless-org/starlight-plugins-docs-components": "^0.4.1", 27 27 "astro": "^5.3.0", 28 28 "sharp": "^0.33.5", 29 - "starlight-contributor-list": "^0.2.1", 29 + "starlight-contributor-list": "^0.3.0", 30 30 "starlight-links-validator": "^0.14.3", 31 31 "starlight-sidebar-topics": "^0.6.0", 32 32 "starlight-sidebar-topics-dropdown": "workspace:*"
+1 -1
docs/src/content/docs/index.mdx
··· 34 34 35 35 import { ContributorList } from "starlight-contributor-list"; 36 36 37 - <ContributorList githubRepo="trueberryless-org/starlight-sidebar-topics-dropdown" /> 37 + <ContributorList githubRepo="trueberryless-org/starlight-sidebar-topics-dropdown" ignore={["autofix-ci[bot]", "github-actions[bot]"]} />
+523 -374
pnpm-lock.yaml
··· 28 28 dependencies: 29 29 '@astrojs/starlight': 30 30 specifier: ^0.32.1 31 - version: 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 31 + version: 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 32 32 '@hideoo/starlight-plugins-docs-components': 33 33 specifier: ^0.4.0 34 - version: 0.4.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)))(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 34 + version: 0.4.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)))(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 35 35 '@trueberryless-org/starlight-plugins-docs-components': 36 36 specifier: ^0.4.1 37 - version: 0.4.1(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)))(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 37 + version: 0.4.1(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)))(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 38 38 astro: 39 39 specifier: ^5.3.0 40 - version: 5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2) 40 + version: 5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2) 41 41 sharp: 42 42 specifier: ^0.33.5 43 43 version: 0.33.5 44 44 starlight-contributor-list: 45 - specifier: ^0.2.1 46 - version: 0.2.1(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))) 45 + specifier: ^0.3.0 46 + version: 0.3.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))) 47 47 starlight-links-validator: 48 48 specifier: ^0.14.3 49 - version: 0.14.3(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))) 49 + version: 0.14.3(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))) 50 50 starlight-sidebar-topics: 51 51 specifier: ^0.6.0 52 - version: 0.6.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))) 52 + version: 0.6.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))) 53 53 starlight-sidebar-topics-dropdown: 54 54 specifier: workspace:* 55 55 version: link:../packages/starlight-sidebar-topics-dropdown ··· 58 58 dependencies: 59 59 starlight-sidebar-topics: 60 60 specifier: '>=0.6' 61 - version: 0.6.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))) 61 + version: 0.6.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))) 62 62 devDependencies: 63 63 '@astrojs/starlight': 64 64 specifier: ^0.32.1 65 - version: 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 65 + version: 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 66 66 astro: 67 67 specifier: ^5.3.0 68 - version: 5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2) 68 + version: 5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2) 69 69 70 70 packages: 71 71 ··· 89 89 '@astrojs/compiler@2.10.3': 90 90 resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} 91 91 92 - '@astrojs/internal-helpers@0.5.1': 93 - resolution: {integrity: sha512-M7rAge1n2+aOSxNvKUFa0u/KFn0W+sZy7EW91KOSERotm2Ti8qs+1K0xx3zbOxtAVrmJb5/J98eohVvvEqtNkw==} 92 + '@astrojs/compiler@2.11.0': 93 + resolution: {integrity: sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==} 94 + 95 + '@astrojs/internal-helpers@0.6.1': 96 + resolution: {integrity: sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==} 94 97 95 98 '@astrojs/markdown-remark@6.1.0': 96 99 resolution: {integrity: sha512-emZNNSTPGgPc3V399Cazpp5+snogjaF04ocOSQn9vy3Kw/eIC4vTQjXOrWDEoSEy+AwPDZX9bQ4wd3bxhpmGgQ==} 100 + 101 + '@astrojs/markdown-remark@6.3.1': 102 + resolution: {integrity: sha512-c5F5gGrkczUaTVgmMW9g1YMJGzOtRvjjhw6IfGuxarM6ct09MpwysP10US729dy07gg8y+ofVifezvP3BNsWZg==} 97 103 98 104 '@astrojs/mdx@4.0.8': 99 105 resolution: {integrity: sha512-/aiLr2yQ55W9AbpyOgfMtFXk7g2t7XoWdC2Avps/NqxAx4aYONDLneX43D79QwgqdjFhin7o3cIPp/vVppMbaA==} ··· 108 114 '@astrojs/sitemap@3.2.1': 109 115 resolution: {integrity: sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==} 110 116 111 - '@astrojs/starlight@0.32.1': 112 - resolution: {integrity: sha512-+GPtDzi7wkbooHnMZqGjCoV0qwkYZAFSg3FhRm8jSXXSkLJcw4rgT6vnee/LuJhbVq9kvHVcevtgK8tTxy3Xeg==} 117 + '@astrojs/starlight@0.32.4': 118 + resolution: {integrity: sha512-l6aHQ4wzFPdw2G2XPqft/SrzhOYWYBYPkIHlLdgFT09Lt3NUpHnHwdcomtDJfHPlvrAqBKt/C+aJqQjLBApu0Q==} 113 119 peerDependencies: 114 120 astro: ^5.1.5 115 121 ··· 231 237 '@emnapi/runtime@1.3.1': 232 238 resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==} 233 239 234 - '@esbuild/aix-ppc64@0.24.2': 235 - resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} 240 + '@esbuild/aix-ppc64@0.25.1': 241 + resolution: {integrity: sha512-kfYGy8IdzTGy+z0vFGvExZtxkFlA4zAxgKEahG9KE1ScBjpQnFsNOX8KTU5ojNru5ed5CVoJYXFtoxaq5nFbjQ==} 236 242 engines: {node: '>=18'} 237 243 cpu: [ppc64] 238 244 os: [aix] 239 245 240 - '@esbuild/android-arm64@0.24.2': 241 - resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} 246 + '@esbuild/android-arm64@0.25.1': 247 + resolution: {integrity: sha512-50tM0zCJW5kGqgG7fQ7IHvQOcAn9TKiVRuQ/lN0xR+T2lzEFvAi1ZcS8DiksFcEpf1t/GYOeOfCAgDHFpkiSmA==} 242 248 engines: {node: '>=18'} 243 249 cpu: [arm64] 244 250 os: [android] 245 251 246 - '@esbuild/android-arm@0.24.2': 247 - resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} 252 + '@esbuild/android-arm@0.25.1': 253 + resolution: {integrity: sha512-dp+MshLYux6j/JjdqVLnMglQlFu+MuVeNrmT5nk6q07wNhCdSnB7QZj+7G8VMUGh1q+vj2Bq8kRsuyA00I/k+Q==} 248 254 engines: {node: '>=18'} 249 255 cpu: [arm] 250 256 os: [android] 251 257 252 - '@esbuild/android-x64@0.24.2': 253 - resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} 258 + '@esbuild/android-x64@0.25.1': 259 + resolution: {integrity: sha512-GCj6WfUtNldqUzYkN/ITtlhwQqGWu9S45vUXs7EIYf+7rCiiqH9bCloatO9VhxsL0Pji+PF4Lz2XXCES+Q8hDw==} 254 260 engines: {node: '>=18'} 255 261 cpu: [x64] 256 262 os: [android] 257 263 258 - '@esbuild/darwin-arm64@0.24.2': 259 - resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} 264 + '@esbuild/darwin-arm64@0.25.1': 265 + resolution: {integrity: sha512-5hEZKPf+nQjYoSr/elb62U19/l1mZDdqidGfmFutVUjjUZrOazAtwK+Kr+3y0C/oeJfLlxo9fXb1w7L+P7E4FQ==} 260 266 engines: {node: '>=18'} 261 267 cpu: [arm64] 262 268 os: [darwin] 263 269 264 - '@esbuild/darwin-x64@0.24.2': 265 - resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} 270 + '@esbuild/darwin-x64@0.25.1': 271 + resolution: {integrity: sha512-hxVnwL2Dqs3fM1IWq8Iezh0cX7ZGdVhbTfnOy5uURtao5OIVCEyj9xIzemDi7sRvKsuSdtCAhMKarxqtlyVyfA==} 266 272 engines: {node: '>=18'} 267 273 cpu: [x64] 268 274 os: [darwin] 269 275 270 - '@esbuild/freebsd-arm64@0.24.2': 271 - resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} 276 + '@esbuild/freebsd-arm64@0.25.1': 277 + resolution: {integrity: sha512-1MrCZs0fZa2g8E+FUo2ipw6jw5qqQiH+tERoS5fAfKnRx6NXH31tXBKI3VpmLijLH6yriMZsxJtaXUyFt/8Y4A==} 272 278 engines: {node: '>=18'} 273 279 cpu: [arm64] 274 280 os: [freebsd] 275 281 276 - '@esbuild/freebsd-x64@0.24.2': 277 - resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} 282 + '@esbuild/freebsd-x64@0.25.1': 283 + resolution: {integrity: sha512-0IZWLiTyz7nm0xuIs0q1Y3QWJC52R8aSXxe40VUxm6BB1RNmkODtW6LHvWRrGiICulcX7ZvyH6h5fqdLu4gkww==} 278 284 engines: {node: '>=18'} 279 285 cpu: [x64] 280 286 os: [freebsd] 281 287 282 - '@esbuild/linux-arm64@0.24.2': 283 - resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} 288 + '@esbuild/linux-arm64@0.25.1': 289 + resolution: {integrity: sha512-jaN3dHi0/DDPelk0nLcXRm1q7DNJpjXy7yWaWvbfkPvI+7XNSc/lDOnCLN7gzsyzgu6qSAmgSvP9oXAhP973uQ==} 284 290 engines: {node: '>=18'} 285 291 cpu: [arm64] 286 292 os: [linux] 287 293 288 - '@esbuild/linux-arm@0.24.2': 289 - resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} 294 + '@esbuild/linux-arm@0.25.1': 295 + resolution: {integrity: sha512-NdKOhS4u7JhDKw9G3cY6sWqFcnLITn6SqivVArbzIaf3cemShqfLGHYMx8Xlm/lBit3/5d7kXvriTUGa5YViuQ==} 290 296 engines: {node: '>=18'} 291 297 cpu: [arm] 292 298 os: [linux] 293 299 294 - '@esbuild/linux-ia32@0.24.2': 295 - resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} 300 + '@esbuild/linux-ia32@0.25.1': 301 + resolution: {integrity: sha512-OJykPaF4v8JidKNGz8c/q1lBO44sQNUQtq1KktJXdBLn1hPod5rE/Hko5ugKKZd+D2+o1a9MFGUEIUwO2YfgkQ==} 296 302 engines: {node: '>=18'} 297 303 cpu: [ia32] 298 304 os: [linux] 299 305 300 - '@esbuild/linux-loong64@0.24.2': 301 - resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} 306 + '@esbuild/linux-loong64@0.25.1': 307 + resolution: {integrity: sha512-nGfornQj4dzcq5Vp835oM/o21UMlXzn79KobKlcs3Wz9smwiifknLy4xDCLUU0BWp7b/houtdrgUz7nOGnfIYg==} 302 308 engines: {node: '>=18'} 303 309 cpu: [loong64] 304 310 os: [linux] 305 311 306 - '@esbuild/linux-mips64el@0.24.2': 307 - resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} 312 + '@esbuild/linux-mips64el@0.25.1': 313 + resolution: {integrity: sha512-1osBbPEFYwIE5IVB/0g2X6i1qInZa1aIoj1TdL4AaAb55xIIgbg8Doq6a5BzYWgr+tEcDzYH67XVnTmUzL+nXg==} 308 314 engines: {node: '>=18'} 309 315 cpu: [mips64el] 310 316 os: [linux] 311 317 312 - '@esbuild/linux-ppc64@0.24.2': 313 - resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} 318 + '@esbuild/linux-ppc64@0.25.1': 319 + resolution: {integrity: sha512-/6VBJOwUf3TdTvJZ82qF3tbLuWsscd7/1w+D9LH0W/SqUgM5/JJD0lrJ1fVIfZsqB6RFmLCe0Xz3fmZc3WtyVg==} 314 320 engines: {node: '>=18'} 315 321 cpu: [ppc64] 316 322 os: [linux] 317 323 318 - '@esbuild/linux-riscv64@0.24.2': 319 - resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} 324 + '@esbuild/linux-riscv64@0.25.1': 325 + resolution: {integrity: sha512-nSut/Mx5gnilhcq2yIMLMe3Wl4FK5wx/o0QuuCLMtmJn+WeWYoEGDN1ipcN72g1WHsnIbxGXd4i/MF0gTcuAjQ==} 320 326 engines: {node: '>=18'} 321 327 cpu: [riscv64] 322 328 os: [linux] 323 329 324 - '@esbuild/linux-s390x@0.24.2': 325 - resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} 330 + '@esbuild/linux-s390x@0.25.1': 331 + resolution: {integrity: sha512-cEECeLlJNfT8kZHqLarDBQso9a27o2Zd2AQ8USAEoGtejOrCYHNtKP8XQhMDJMtthdF4GBmjR2au3x1udADQQQ==} 326 332 engines: {node: '>=18'} 327 333 cpu: [s390x] 328 334 os: [linux] 329 335 330 - '@esbuild/linux-x64@0.24.2': 331 - resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} 336 + '@esbuild/linux-x64@0.25.1': 337 + resolution: {integrity: sha512-xbfUhu/gnvSEg+EGovRc+kjBAkrvtk38RlerAzQxvMzlB4fXpCFCeUAYzJvrnhFtdeyVCDANSjJvOvGYoeKzFA==} 332 338 engines: {node: '>=18'} 333 339 cpu: [x64] 334 340 os: [linux] 335 341 336 - '@esbuild/netbsd-arm64@0.24.2': 337 - resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} 342 + '@esbuild/netbsd-arm64@0.25.1': 343 + resolution: {integrity: sha512-O96poM2XGhLtpTh+s4+nP7YCCAfb4tJNRVZHfIE7dgmax+yMP2WgMd2OecBuaATHKTHsLWHQeuaxMRnCsH8+5g==} 338 344 engines: {node: '>=18'} 339 345 cpu: [arm64] 340 346 os: [netbsd] 341 347 342 - '@esbuild/netbsd-x64@0.24.2': 343 - resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} 348 + '@esbuild/netbsd-x64@0.25.1': 349 + resolution: {integrity: sha512-X53z6uXip6KFXBQ+Krbx25XHV/NCbzryM6ehOAeAil7X7oa4XIq+394PWGnwaSQ2WRA0KI6PUO6hTO5zeF5ijA==} 344 350 engines: {node: '>=18'} 345 351 cpu: [x64] 346 352 os: [netbsd] 347 353 348 - '@esbuild/openbsd-arm64@0.24.2': 349 - resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} 354 + '@esbuild/openbsd-arm64@0.25.1': 355 + resolution: {integrity: sha512-Na9T3szbXezdzM/Kfs3GcRQNjHzM6GzFBeU1/6IV/npKP5ORtp9zbQjvkDJ47s6BCgaAZnnnu/cY1x342+MvZg==} 350 356 engines: {node: '>=18'} 351 357 cpu: [arm64] 352 358 os: [openbsd] 353 359 354 - '@esbuild/openbsd-x64@0.24.2': 355 - resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} 360 + '@esbuild/openbsd-x64@0.25.1': 361 + resolution: {integrity: sha512-T3H78X2h1tszfRSf+txbt5aOp/e7TAz3ptVKu9Oyir3IAOFPGV6O9c2naym5TOriy1l0nNf6a4X5UXRZSGX/dw==} 356 362 engines: {node: '>=18'} 357 363 cpu: [x64] 358 364 os: [openbsd] 359 365 360 - '@esbuild/sunos-x64@0.24.2': 361 - resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} 366 + '@esbuild/sunos-x64@0.25.1': 367 + resolution: {integrity: sha512-2H3RUvcmULO7dIE5EWJH8eubZAI4xw54H1ilJnRNZdeo8dTADEZ21w6J22XBkXqGJbe0+wnNJtw3UXRoLJnFEg==} 362 368 engines: {node: '>=18'} 363 369 cpu: [x64] 364 370 os: [sunos] 365 371 366 - '@esbuild/win32-arm64@0.24.2': 367 - resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} 372 + '@esbuild/win32-arm64@0.25.1': 373 + resolution: {integrity: sha512-GE7XvrdOzrb+yVKB9KsRMq+7a2U/K5Cf/8grVFRAGJmfADr/e/ODQ134RK2/eeHqYV5eQRFxb1hY7Nr15fv1NQ==} 368 374 engines: {node: '>=18'} 369 375 cpu: [arm64] 370 376 os: [win32] 371 377 372 - '@esbuild/win32-ia32@0.24.2': 373 - resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} 378 + '@esbuild/win32-ia32@0.25.1': 379 + resolution: {integrity: sha512-uOxSJCIcavSiT6UnBhBzE8wy3n0hOkJsBOzy7HDAuTDE++1DJMRRVCPGisULScHL+a/ZwdXPpXD3IyFKjA7K8A==} 374 380 engines: {node: '>=18'} 375 381 cpu: [ia32] 376 382 os: [win32] 377 383 378 - '@esbuild/win32-x64@0.24.2': 379 - resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} 384 + '@esbuild/win32-x64@0.25.1': 385 + resolution: {integrity: sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==} 380 386 engines: {node: '>=18'} 381 387 cpu: [x64] 382 388 os: [win32] ··· 531 537 '@mdx-js/mdx@3.1.0': 532 538 resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==} 533 539 534 - '@netlify/blobs@8.1.1': 535 - resolution: {integrity: sha512-7Dg3PzArvQ0Owq4wpkLECC9iaDBOxuWUN2uwbQtUF6tZssyez2QN+eO0CjuIhhZUivbw+X9bwsyiEjWkdJnv/A==} 536 - engines: {node: ^14.16.0 || >=16.0.0} 537 - 538 540 '@nodelib/fs.scandir@2.1.5': 539 541 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} 540 542 engines: {node: '>= 8'} ··· 587 589 rollup: 588 590 optional: true 589 591 590 - '@rollup/rollup-android-arm-eabi@4.34.8': 591 - resolution: {integrity: sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==} 592 + '@rollup/rollup-android-arm-eabi@4.36.0': 593 + resolution: {integrity: sha512-jgrXjjcEwN6XpZXL0HUeOVGfjXhPyxAbbhD0BlXUB+abTOpbPiN5Wb3kOT7yb+uEtATNYF5x5gIfwutmuBA26w==} 592 594 cpu: [arm] 593 595 os: [android] 594 596 595 - '@rollup/rollup-android-arm64@4.34.8': 596 - resolution: {integrity: sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==} 597 + '@rollup/rollup-android-arm64@4.36.0': 598 + resolution: {integrity: sha512-NyfuLvdPdNUfUNeYKUwPwKsE5SXa2J6bCt2LdB/N+AxShnkpiczi3tcLJrm5mA+eqpy0HmaIY9F6XCa32N5yzg==} 597 599 cpu: [arm64] 598 600 os: [android] 599 601 600 - '@rollup/rollup-darwin-arm64@4.34.8': 601 - resolution: {integrity: sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==} 602 + '@rollup/rollup-darwin-arm64@4.36.0': 603 + resolution: {integrity: sha512-JQ1Jk5G4bGrD4pWJQzWsD8I1n1mgPXq33+/vP4sk8j/z/C2siRuxZtaUA7yMTf71TCZTZl/4e1bfzwUmFb3+rw==} 602 604 cpu: [arm64] 603 605 os: [darwin] 604 606 605 - '@rollup/rollup-darwin-x64@4.34.8': 606 - resolution: {integrity: sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==} 607 + '@rollup/rollup-darwin-x64@4.36.0': 608 + resolution: {integrity: sha512-6c6wMZa1lrtiRsbDziCmjE53YbTkxMYhhnWnSW8R/yqsM7a6mSJ3uAVT0t8Y/DGt7gxUWYuFM4bwWk9XCJrFKA==} 607 609 cpu: [x64] 608 610 os: [darwin] 609 611 610 - '@rollup/rollup-freebsd-arm64@4.34.8': 611 - resolution: {integrity: sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==} 612 + '@rollup/rollup-freebsd-arm64@4.36.0': 613 + resolution: {integrity: sha512-KXVsijKeJXOl8QzXTsA+sHVDsFOmMCdBRgFmBb+mfEb/7geR7+C8ypAml4fquUt14ZyVXaw2o1FWhqAfOvA4sg==} 612 614 cpu: [arm64] 613 615 os: [freebsd] 614 616 615 - '@rollup/rollup-freebsd-x64@4.34.8': 616 - resolution: {integrity: sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==} 617 + '@rollup/rollup-freebsd-x64@4.36.0': 618 + resolution: {integrity: sha512-dVeWq1ebbvByI+ndz4IJcD4a09RJgRYmLccwlQ8bPd4olz3Y213uf1iwvc7ZaxNn2ab7bjc08PrtBgMu6nb4pQ==} 617 619 cpu: [x64] 618 620 os: [freebsd] 619 621 620 - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': 621 - resolution: {integrity: sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==} 622 + '@rollup/rollup-linux-arm-gnueabihf@4.36.0': 623 + resolution: {integrity: sha512-bvXVU42mOVcF4le6XSjscdXjqx8okv4n5vmwgzcmtvFdifQ5U4dXFYaCB87namDRKlUL9ybVtLQ9ztnawaSzvg==} 622 624 cpu: [arm] 623 625 os: [linux] 624 626 625 - '@rollup/rollup-linux-arm-musleabihf@4.34.8': 626 - resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==} 627 + '@rollup/rollup-linux-arm-musleabihf@4.36.0': 628 + resolution: {integrity: sha512-JFIQrDJYrxOnyDQGYkqnNBtjDwTgbasdbUiQvcU8JmGDfValfH1lNpng+4FWlhaVIR4KPkeddYjsVVbmJYvDcg==} 627 629 cpu: [arm] 628 630 os: [linux] 629 631 630 - '@rollup/rollup-linux-arm64-gnu@4.34.8': 631 - resolution: {integrity: sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==} 632 + '@rollup/rollup-linux-arm64-gnu@4.36.0': 633 + resolution: {integrity: sha512-KqjYVh3oM1bj//5X7k79PSCZ6CvaVzb7Qs7VMWS+SlWB5M8p3FqufLP9VNp4CazJ0CsPDLwVD9r3vX7Ci4J56A==} 632 634 cpu: [arm64] 633 635 os: [linux] 634 636 635 - '@rollup/rollup-linux-arm64-musl@4.34.8': 636 - resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==} 637 + '@rollup/rollup-linux-arm64-musl@4.36.0': 638 + resolution: {integrity: sha512-QiGnhScND+mAAtfHqeT+cB1S9yFnNQ/EwCg5yE3MzoaZZnIV0RV9O5alJAoJKX/sBONVKeZdMfO8QSaWEygMhw==} 637 639 cpu: [arm64] 638 640 os: [linux] 639 641 640 - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': 641 - resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==} 642 + '@rollup/rollup-linux-loongarch64-gnu@4.36.0': 643 + resolution: {integrity: sha512-1ZPyEDWF8phd4FQtTzMh8FQwqzvIjLsl6/84gzUxnMNFBtExBtpL51H67mV9xipuxl1AEAerRBgBwFNpkw8+Lg==} 642 644 cpu: [loong64] 643 645 os: [linux] 644 646 645 - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': 646 - resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==} 647 + '@rollup/rollup-linux-powerpc64le-gnu@4.36.0': 648 + resolution: {integrity: sha512-VMPMEIUpPFKpPI9GZMhJrtu8rxnp6mJR3ZzQPykq4xc2GmdHj3Q4cA+7avMyegXy4n1v+Qynr9fR88BmyO74tg==} 647 649 cpu: [ppc64] 648 650 os: [linux] 649 651 650 - '@rollup/rollup-linux-riscv64-gnu@4.34.8': 651 - resolution: {integrity: sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==} 652 + '@rollup/rollup-linux-riscv64-gnu@4.36.0': 653 + resolution: {integrity: sha512-ttE6ayb/kHwNRJGYLpuAvB7SMtOeQnVXEIpMtAvx3kepFQeowVED0n1K9nAdraHUPJ5hydEMxBpIR7o4nrm8uA==} 652 654 cpu: [riscv64] 653 655 os: [linux] 654 656 655 - '@rollup/rollup-linux-s390x-gnu@4.34.8': 656 - resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==} 657 + '@rollup/rollup-linux-s390x-gnu@4.36.0': 658 + resolution: {integrity: sha512-4a5gf2jpS0AIe7uBjxDeUMNcFmaRTbNv7NxI5xOCs4lhzsVyGR/0qBXduPnoWf6dGC365saTiwag8hP1imTgag==} 657 659 cpu: [s390x] 658 660 os: [linux] 659 661 660 - '@rollup/rollup-linux-x64-gnu@4.34.8': 661 - resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==} 662 + '@rollup/rollup-linux-x64-gnu@4.36.0': 663 + resolution: {integrity: sha512-5KtoW8UWmwFKQ96aQL3LlRXX16IMwyzMq/jSSVIIyAANiE1doaQsx/KRyhAvpHlPjPiSU/AYX/8m+lQ9VToxFQ==} 662 664 cpu: [x64] 663 665 os: [linux] 664 666 665 - '@rollup/rollup-linux-x64-musl@4.34.8': 666 - resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==} 667 + '@rollup/rollup-linux-x64-musl@4.36.0': 668 + resolution: {integrity: sha512-sycrYZPrv2ag4OCvaN5js+f01eoZ2U+RmT5as8vhxiFz+kxwlHrsxOwKPSA8WyS+Wc6Epid9QeI/IkQ9NkgYyQ==} 667 669 cpu: [x64] 668 670 os: [linux] 669 671 670 - '@rollup/rollup-win32-arm64-msvc@4.34.8': 671 - resolution: {integrity: sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==} 672 + '@rollup/rollup-win32-arm64-msvc@4.36.0': 673 + resolution: {integrity: sha512-qbqt4N7tokFwwSVlWDsjfoHgviS3n/vZ8LK0h1uLG9TYIRuUTJC88E1xb3LM2iqZ/WTqNQjYrtmtGmrmmawB6A==} 672 674 cpu: [arm64] 673 675 os: [win32] 674 676 675 - '@rollup/rollup-win32-ia32-msvc@4.34.8': 676 - resolution: {integrity: sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==} 677 + '@rollup/rollup-win32-ia32-msvc@4.36.0': 678 + resolution: {integrity: sha512-t+RY0JuRamIocMuQcfwYSOkmdX9dtkr1PbhKW42AMvaDQa+jOdpUYysroTF/nuPpAaQMWp7ye+ndlmmthieJrQ==} 677 679 cpu: [ia32] 678 680 os: [win32] 679 681 680 - '@rollup/rollup-win32-x64-msvc@4.34.8': 681 - resolution: {integrity: sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==} 682 + '@rollup/rollup-win32-x64-msvc@4.36.0': 683 + resolution: {integrity: sha512-aRXd7tRZkWLqGbChgcMMDEHjOKudo1kChb1Jt1IfR8cY/KIpgNviLeJy5FUb9IpSuQj8dU2fAYNMPW/hLKOSTw==} 682 684 cpu: [x64] 683 685 os: [win32] 684 686 685 687 '@shikijs/core@1.29.2': 686 688 resolution: {integrity: sha512-vju0lY9r27jJfOY4Z7+Rt/nIOjzJpZ3y+nYpqtUZInVoXQ/TJZcfGnNOGnKjFdVZb8qexiCuSlZRKcGfhhTTZQ==} 687 689 690 + '@shikijs/core@3.2.1': 691 + resolution: {integrity: sha512-FhsdxMWYu/C11sFisEp7FMGBtX/OSSbnXZDMBhGuUDBNTdsoZlMSgQv5f90rwvzWAdWIW6VobD+G3IrazxA6dQ==} 692 + 688 693 '@shikijs/engine-javascript@1.29.2': 689 694 resolution: {integrity: sha512-iNEZv4IrLYPv64Q6k7EPpOCE/nuvGiKl7zxdq0WFuRPF5PAE9PRo2JGq/d8crLusM59BRemJ4eOqrFrC4wiQ+A==} 695 + 696 + '@shikijs/engine-javascript@3.2.1': 697 + resolution: {integrity: sha512-eMdcUzN3FMQYxOmRf2rmU8frikzoSHbQDFH2hIuXsrMO+IBOCI9BeeRkCiBkcLDHeRKbOCtYMJK3D6U32ooU9Q==} 690 698 691 699 '@shikijs/engine-oniguruma@1.29.2': 692 700 resolution: {integrity: sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA==} 701 + 702 + '@shikijs/engine-oniguruma@3.2.1': 703 + resolution: {integrity: sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==} 693 704 694 705 '@shikijs/langs@1.29.2': 695 706 resolution: {integrity: sha512-FIBA7N3LZ+223U7cJDUYd5shmciFQlYkFXlkKVaHsCPgfVLiO+e12FmQE6Tf9vuyEsFe3dIl8qGWKXgEHL9wmQ==} 696 707 708 + '@shikijs/langs@3.2.1': 709 + resolution: {integrity: sha512-If0iDHYRSGbihiA8+7uRsgb1er1Yj11pwpX1c6HLYnizDsKAw5iaT3JXj5ZpaimXSWky/IhxTm7C6nkiYVym+A==} 710 + 697 711 '@shikijs/themes@1.29.2': 698 712 resolution: {integrity: sha512-i9TNZlsq4uoyqSbluIcZkmPL9Bfi3djVxRnofUHwvx/h6SRW3cwgBC5SML7vsDcWyukY0eCzVN980rqP6qNl9g==} 699 713 714 + '@shikijs/themes@3.2.1': 715 + resolution: {integrity: sha512-k5DKJUT8IldBvAm8WcrDT5+7GA7se6lLksR+2E3SvyqGTyFMzU2F9Gb7rmD+t+Pga1MKrYFxDIeyWjMZWM6uBQ==} 716 + 700 717 '@shikijs/types@1.29.2': 701 718 resolution: {integrity: sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==} 719 + 720 + '@shikijs/types@3.2.1': 721 + resolution: {integrity: sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==} 702 722 703 723 '@shikijs/vscode-textmate@10.0.2': 704 724 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 727 747 728 748 '@types/acorn@4.0.6': 729 749 resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} 730 - 731 - '@types/cookie@0.6.0': 732 - resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} 733 750 734 751 '@types/debug@4.1.12': 735 752 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} ··· 789 806 engines: {node: '>=0.4.0'} 790 807 hasBin: true 791 808 809 + acorn@8.14.1: 810 + resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} 811 + engines: {node: '>=0.4.0'} 812 + hasBin: true 813 + 792 814 ansi-align@3.0.1: 793 815 resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} 794 816 ··· 841 863 peerDependencies: 842 864 astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 843 865 844 - astro@5.3.0: 845 - resolution: {integrity: sha512-e88l/Yk/6enR/ZDddLbqtM+oblBFk5mneNSmNesyVYGL/6Dj4UA67GPAZOk79VxT5dbLlclZSyyw/wlxN1aj3A==} 866 + astro@5.5.4: 867 + resolution: {integrity: sha512-rc9Mj6dIKM9ylTSQ0/S1l5f1iSDNs0PEjRMnvVpZ0W+wfBCu99JEuXy+fiWDNT6gf60bC4dKQehZxZGdSJB9kg==} 846 868 engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 847 869 hasBin: true 848 870 ··· 920 942 resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} 921 943 engines: {node: '>=8'} 922 944 923 - ci-info@4.1.0: 924 - resolution: {integrity: sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==} 945 + ci-info@4.2.0: 946 + resolution: {integrity: sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==} 925 947 engines: {node: '>=8'} 926 948 927 949 cli-boxes@3.0.0: ··· 961 983 cookie-es@1.2.2: 962 984 resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} 963 985 964 - cookie@0.7.2: 965 - resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} 966 - engines: {node: '>= 0.6'} 986 + cookie@1.0.2: 987 + resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} 988 + engines: {node: '>=18'} 967 989 968 990 cross-spawn@7.0.6: 969 991 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} ··· 1095 1117 esast-util-from-js@2.0.1: 1096 1118 resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==} 1097 1119 1098 - esbuild@0.24.2: 1099 - resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} 1120 + esbuild@0.25.1: 1121 + resolution: {integrity: sha512-BGO5LtrGC7vxnqucAe/rmvKdJllfGaYWdyABvyMoXQlfYMb2bbRuReWR5tEGE//4LcNJj9XrkovTqNYRFZHAMQ==} 1100 1122 engines: {node: '>=18'} 1101 1123 hasBin: true 1102 1124 ··· 1156 1178 resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} 1157 1179 engines: {node: '>=8.6.0'} 1158 1180 1159 - fast-glob@3.3.3: 1160 - resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} 1161 - engines: {node: '>=8.6.0'} 1162 - 1163 1181 fastq@1.17.1: 1164 1182 resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} 1165 1183 1184 + fdir@6.4.3: 1185 + resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} 1186 + peerDependencies: 1187 + picomatch: ^3 || ^4 1188 + peerDependenciesMeta: 1189 + picomatch: 1190 + optional: true 1191 + 1166 1192 fill-range@7.1.1: 1167 1193 resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} 1168 1194 engines: {node: '>=8'} 1169 1195 1170 - find-up-simple@1.0.0: 1171 - resolution: {integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==} 1172 - engines: {node: '>=18'} 1173 - 1174 1196 find-up@4.1.0: 1175 1197 resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} 1176 1198 engines: {node: '>=8'} 1177 - 1178 - find-yarn-workspace-root2@1.2.16: 1179 - resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} 1180 1199 1181 1200 flat-cache@3.2.0: 1182 1201 resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} ··· 1276 1295 hast-util-to-html@9.0.4: 1277 1296 resolution: {integrity: sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==} 1278 1297 1298 + hast-util-to-html@9.0.5: 1299 + resolution: {integrity: sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==} 1300 + 1279 1301 hast-util-to-jsx-runtime@2.3.2: 1280 1302 resolution: {integrity: sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==} 1281 1303 ··· 1457 1479 lite-youtube-embed@0.3.3: 1458 1480 resolution: {integrity: sha512-gFfVVnj6NRjxVfJKo3qoLtpi0v5mn3AcR4eKD45wrxQuxzveFJUb+7Cr6uV6n+DjO8X3p0UzPPquhGt0H/y+NA==} 1459 1481 1460 - load-yaml-file@0.2.0: 1461 - resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} 1462 - engines: {node: '>=6'} 1463 - 1464 1482 locate-path@5.0.0: 1465 1483 resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} 1466 1484 engines: {node: '>=8'} ··· 1508 1526 mdast-util-gfm-footnote@2.0.0: 1509 1527 resolution: {integrity: sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==} 1510 1528 1529 + mdast-util-gfm-footnote@2.1.0: 1530 + resolution: {integrity: sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==} 1531 + 1511 1532 mdast-util-gfm-strikethrough@2.0.0: 1512 1533 resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==} 1513 1534 ··· 1519 1540 1520 1541 mdast-util-gfm@3.0.0: 1521 1542 resolution: {integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==} 1543 + 1544 + mdast-util-gfm@3.1.0: 1545 + resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==} 1522 1546 1523 1547 mdast-util-mdx-expression@2.0.1: 1524 1548 resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==} ··· 1667 1691 resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} 1668 1692 engines: {node: '>=4'} 1669 1693 1670 - mrmime@2.0.0: 1671 - resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} 1694 + mrmime@2.0.1: 1695 + resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==} 1672 1696 engines: {node: '>=10'} 1673 1697 1674 1698 ms@2.1.3: ··· 1717 1741 once@1.4.0: 1718 1742 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 1719 1743 1744 + oniguruma-parser@0.5.4: 1745 + resolution: {integrity: sha512-yNxcQ8sKvURiTwP0mV6bLQCYE7NKfKRRWunhbZnXgxSmB1OXa1lHrN3o4DZd+0Si0kU5blidK7BcROO8qv5TZA==} 1746 + 1720 1747 oniguruma-to-es@2.3.0: 1721 1748 resolution: {integrity: sha512-bwALDxriqfKGfUufKGGepCzu9x7nJQuoRoAFp4AnwehhC2crqrDIAP/uN2qdlsAvSMpeRC3+Yzhqc7hLmle5+g==} 1749 + 1750 + oniguruma-to-es@4.1.0: 1751 + resolution: {integrity: sha512-SNwG909cSLo4vPyyPbU/VJkEc9WOXqu2ycBlfd1UCXLqk1IijcQktSBb2yRQ2UFPsDhpkaf+C1dtT3PkLK/yWA==} 1722 1752 1723 1753 os-tmpdir@1.0.2: 1724 1754 resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} ··· 1774 1804 package-manager-detector@0.2.7: 1775 1805 resolution: {integrity: sha512-g4+387DXDKlZzHkP+9FLt8yKj8+/3tOkPv7DVTJGGRm00RkEWgqbFstX1mXJ4M0VDYhUqsTOiISqNOJnhAu3PQ==} 1776 1806 1807 + package-manager-detector@1.1.0: 1808 + resolution: {integrity: sha512-Y8f9qUlBzW8qauJjd/eu6jlpJZsuPJm2ZAV0cDVd420o4EdpH5RPdoCv+60/TdJflGatr4sDfpAL6ArWZbM5tA==} 1809 + 1777 1810 pagefind@1.3.0: 1778 1811 resolution: {integrity: sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw==} 1779 1812 hasBin: true ··· 1817 1850 pify@4.0.1: 1818 1851 resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} 1819 1852 engines: {node: '>=6'} 1820 - 1821 - pkg-dir@4.2.0: 1822 - resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} 1823 - engines: {node: '>=8'} 1824 1853 1825 1854 postcss-nested@6.2.0: 1826 1855 resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} ··· 1836 1865 resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} 1837 1866 engines: {node: ^10 || ^12 || >=14} 1838 1867 1839 - preferred-pm@4.1.1: 1840 - resolution: {integrity: sha512-rU+ZAv1Ur9jAUZtGPebQVQPzdGhNzaEiQ7VL9+cjsAWPHFYOccNXPNiev1CCDSOg/2j7UujM7ojNhpkuILEVNQ==} 1841 - engines: {node: '>=18.12'} 1842 - 1843 1868 prettier-plugin-astro@0.14.1: 1844 1869 resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} 1845 1870 engines: {node: ^14.15.0 || >=16.0.0} ··· 1864 1889 1865 1890 property-information@6.5.0: 1866 1891 resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} 1892 + 1893 + property-information@7.0.0: 1894 + resolution: {integrity: sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==} 1867 1895 1868 1896 queue-microtask@1.2.3: 1869 1897 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} ··· 1897 1925 regex-recursion@5.1.1: 1898 1926 resolution: {integrity: sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==} 1899 1927 1928 + regex-recursion@6.0.2: 1929 + resolution: {integrity: sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==} 1930 + 1900 1931 regex-utilities@2.3.0: 1901 1932 resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==} 1902 1933 1903 1934 regex@5.1.1: 1904 1935 resolution: {integrity: sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==} 1936 + 1937 + regex@6.0.1: 1938 + resolution: {integrity: sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==} 1905 1939 1906 1940 rehype-expressive-code@0.40.2: 1907 1941 resolution: {integrity: sha512-+kn+AMGCrGzvtH8Q5lC6Y5lnmTV/r33fdmi5QU/IH1KPHKobKr5UnLwJuqHv5jBTSN/0v2wLDS7RTM73FVzqmQ==} ··· 1930 1964 remark-gfm@4.0.0: 1931 1965 resolution: {integrity: sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==} 1932 1966 1967 + remark-gfm@4.0.1: 1968 + resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==} 1969 + 1933 1970 remark-mdx@3.1.0: 1934 1971 resolution: {integrity: sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==} 1935 1972 ··· 1971 2008 deprecated: Rimraf versions prior to v4 are no longer supported 1972 2009 hasBin: true 1973 2010 1974 - rollup@4.34.8: 1975 - resolution: {integrity: sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==} 2011 + rollup@4.36.0: 2012 + resolution: {integrity: sha512-zwATAXNQxUcd40zgtQG0ZafcRK4g004WtEl7kbuhTWPvf07PsfohXl39jVUvPF7jvNAIkKPQ2XrsDlWuxBd++Q==} 1976 2013 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 1977 2014 hasBin: true 1978 2015 ··· 2016 2053 shiki@1.29.2: 2017 2054 resolution: {integrity: sha512-njXuliz/cP+67jU2hukkxCNuH1yUi4QfdZZY+sMr5PPrIyXSu5iTb/qYC4BiWWB0vZ+7TbdvYUCeL23zpwCfbg==} 2018 2055 2056 + shiki@3.2.1: 2057 + resolution: {integrity: sha512-VML/2o1/KGYkEf/stJJ+s9Ypn7jUKQPomGLGYso4JJFMFxVDyPNsjsI3MB3KLjlMOeH44gyaPdXC6rik2WXvUQ==} 2058 + 2019 2059 signal-exit@4.1.0: 2020 2060 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 2021 2061 engines: {node: '>=14'} ··· 2056 2096 sprintf-js@1.0.3: 2057 2097 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 2058 2098 2059 - starlight-contributor-list@0.2.1: 2060 - resolution: {integrity: sha512-OaJ6jcgFy3rqD4aFGShKRdbmux0zcMJR2yao/s/bePfF/AQs8PdQL+ooirZ0IAvxliwywo5yAI+FaLkPMAKNIg==} 2099 + starlight-contributor-list@0.3.0: 2100 + resolution: {integrity: sha512-mkSQKRQGe0jSRWvXSo1TPvtwhCyRESLXIcnw+ruCKVql0gdguB9hfEuz8LlBtmvK3GfZLmwyH8XML1o2trRweg==} 2061 2101 engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 2062 2102 peerDependencies: 2063 2103 '@astrojs/starlight': '>=0.30' ··· 2134 2174 tinyexec@0.3.2: 2135 2175 resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} 2136 2176 2177 + tinyglobby@0.2.12: 2178 + resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==} 2179 + engines: {node: '>=12.0.0'} 2180 + 2137 2181 tmp@0.0.33: 2138 2182 resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} 2139 2183 engines: {node: '>=0.6.0'} ··· 2151 2195 trough@2.2.0: 2152 2196 resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} 2153 2197 2154 - tsconfck@3.1.4: 2155 - resolution: {integrity: sha512-kdqWFGVJqe+KGYvlSO9NIaWn9jT1Ny4oKVzAJsKii5eoE9snzTJzL4+MMVOMn+fikWGFmKEylcXL710V/kIPJQ==} 2198 + tsconfck@3.1.5: 2199 + resolution: {integrity: sha512-CLDfGgUp7XPswWnezWwsCRxNmgQjhYq3VXHM0/XIRxhVrKw0M1if9agzryh1QS3nxjCROvV+xWxoJO1YctzzWg==} 2156 2200 engines: {node: ^18 || >=20} 2157 2201 hasBin: true 2158 2202 peerDependencies: ··· 2293 2337 vfile@6.0.3: 2294 2338 resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} 2295 2339 2296 - vite@6.1.1: 2297 - resolution: {integrity: sha512-4GgM54XrwRfrOp297aIYspIti66k56v16ZnqHvrIM7mG+HjDlAwS7p+Srr7J6fGvEdOJ5JcQ/D9T7HhtdXDTzA==} 2340 + vite@6.2.2: 2341 + resolution: {integrity: sha512-yW7PeMM+LkDzc7CgJuRLMW2Jz0FxMOsVJ8Lv3gpgW9WLcb9cTW+121UEr1hvmfR7w3SegR5ItvYyzVz1vxNJgQ==} 2298 2342 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 2299 2343 hasBin: true 2300 2344 peerDependencies: ··· 2333 2377 yaml: 2334 2378 optional: true 2335 2379 2336 - vitefu@1.0.5: 2337 - resolution: {integrity: sha512-h4Vflt9gxODPFNGPwp4zAMZRpZR7eslzwH2c5hn5kNZ5rhnKyRJ50U+yGCdc2IRaBs8O4haIgLNGrV5CrpMsCA==} 2380 + vitefu@1.0.6: 2381 + resolution: {integrity: sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==} 2338 2382 peerDependencies: 2339 2383 vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 2340 2384 peerDependenciesMeta: ··· 2354 2398 resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==} 2355 2399 engines: {node: '>=4'} 2356 2400 2357 - which-pm@3.0.1: 2358 - resolution: {integrity: sha512-v2JrMq0waAI4ju1xU5x3blsxBBMgdgZve580iYMN5frDaLGjbA24fok7wKCsya8KLVO19Ju4XDc5+zTZCJkQfg==} 2359 - engines: {node: '>=18.12'} 2360 - 2361 2401 which@2.0.2: 2362 2402 resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} 2363 2403 engines: {node: '>= 8'} ··· 2385 2425 resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} 2386 2426 engines: {node: '>=12.20'} 2387 2427 2388 - yocto-spinner@0.2.0: 2389 - resolution: {integrity: sha512-Qu6WAqNLGleB687CCGcmgHIo8l+J19MX/32UrSMfbf/4L8gLoxjpOYoiHT1asiWyqvjRZbgvOhLlvne6E5Tbdw==} 2428 + yocto-spinner@0.2.1: 2429 + resolution: {integrity: sha512-lHHxjh0bXaLgdJy3cNnVb/F9myx3CkhrvSOEVTkaUgNMXnYFa2xYPVhtGnqhh3jErY2gParBOHallCbc7NrlZQ==} 2390 2430 engines: {node: '>=18.19'} 2391 2431 2392 2432 yoctocolors@2.1.1: 2393 2433 resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} 2394 2434 engines: {node: '>=18'} 2395 2435 2396 - zod-to-json-schema@3.24.1: 2397 - resolution: {integrity: sha512-3h08nf3Vw3Wl3PK+q3ow/lIil81IT2Oa7YpQyUUDsEWbXveMesdfK1xBd2RhCkynwZndAxixji/7SYJJowr62w==} 2436 + zod-to-json-schema@3.24.5: 2437 + resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==} 2398 2438 peerDependencies: 2399 2439 zod: ^3.24.1 2400 2440 ··· 2407 2447 zod@3.24.1: 2408 2448 resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} 2409 2449 2450 + zod@3.24.2: 2451 + resolution: {integrity: sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==} 2452 + 2410 2453 zwitch@2.0.4: 2411 2454 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} 2412 2455 ··· 2422 2465 - encoding 2423 2466 - supports-color 2424 2467 2425 - '@astro-community/astro-embed-twitter@0.5.8(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))': 2468 + '@astro-community/astro-embed-twitter@0.5.8(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))': 2426 2469 dependencies: 2427 2470 '@astro-community/astro-embed-utils': 0.1.3 2428 - astro: 5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2) 2471 + astro: 5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2) 2429 2472 2430 2473 '@astro-community/astro-embed-utils@0.1.3': 2431 2474 dependencies: 2432 2475 linkedom: 0.14.26 2433 2476 2434 - '@astro-community/astro-embed-youtube@0.5.6(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))': 2477 + '@astro-community/astro-embed-youtube@0.5.6(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))': 2435 2478 dependencies: 2436 - astro: 5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2) 2479 + astro: 5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2) 2437 2480 lite-youtube-embed: 0.3.3 2438 2481 2439 2482 '@astrojs/compiler@2.10.3': {} 2440 2483 2441 - '@astrojs/internal-helpers@0.5.1': {} 2484 + '@astrojs/compiler@2.11.0': {} 2485 + 2486 + '@astrojs/internal-helpers@0.6.1': {} 2442 2487 2443 2488 '@astrojs/markdown-remark@6.1.0': 2444 2489 dependencies: ··· 2465 2510 transitivePeerDependencies: 2466 2511 - supports-color 2467 2512 2468 - '@astrojs/mdx@4.0.8(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))': 2513 + '@astrojs/markdown-remark@6.3.1': 2514 + dependencies: 2515 + '@astrojs/internal-helpers': 0.6.1 2516 + '@astrojs/prism': 3.2.0 2517 + github-slugger: 2.0.0 2518 + hast-util-from-html: 2.0.3 2519 + hast-util-to-text: 4.0.2 2520 + import-meta-resolve: 4.1.0 2521 + js-yaml: 4.1.0 2522 + mdast-util-definitions: 6.0.0 2523 + rehype-raw: 7.0.0 2524 + rehype-stringify: 10.0.1 2525 + remark-gfm: 4.0.1 2526 + remark-parse: 11.0.0 2527 + remark-rehype: 11.1.1 2528 + remark-smartypants: 3.0.2 2529 + shiki: 3.2.1 2530 + smol-toml: 1.3.1 2531 + unified: 11.0.5 2532 + unist-util-remove-position: 5.0.0 2533 + unist-util-visit: 5.0.0 2534 + unist-util-visit-parents: 6.0.1 2535 + vfile: 6.0.3 2536 + transitivePeerDependencies: 2537 + - supports-color 2538 + 2539 + '@astrojs/mdx@4.0.8(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))': 2469 2540 dependencies: 2470 2541 '@astrojs/markdown-remark': 6.1.0 2471 2542 '@mdx-js/mdx': 3.1.0(acorn@8.14.0) 2472 2543 acorn: 8.14.0 2473 - astro: 5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2) 2544 + astro: 5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2) 2474 2545 es-module-lexer: 1.6.0 2475 2546 estree-util-visit: 2.0.0 2476 2547 hast-util-to-html: 9.0.4 ··· 2494 2565 stream-replace-string: 2.0.0 2495 2566 zod: 3.24.1 2496 2567 2497 - '@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))': 2568 + '@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))': 2498 2569 dependencies: 2499 - '@astrojs/mdx': 4.0.8(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 2570 + '@astrojs/mdx': 4.0.8(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 2500 2571 '@astrojs/sitemap': 3.2.1 2501 2572 '@pagefind/default-ui': 1.3.0 2502 2573 '@types/hast': 3.0.4 2503 2574 '@types/js-yaml': 4.0.9 2504 2575 '@types/mdast': 4.0.4 2505 - astro: 5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2) 2506 - astro-expressive-code: 0.40.2(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 2576 + astro: 5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2) 2577 + astro-expressive-code: 0.40.2(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 2507 2578 bcp-47: 2.1.0 2508 2579 hast-util-from-html: 2.0.3 2509 2580 hast-util-select: 6.0.3 ··· 2527 2598 2528 2599 '@astrojs/telemetry@3.2.0': 2529 2600 dependencies: 2530 - ci-info: 4.1.0 2601 + ci-info: 4.2.0 2531 2602 debug: 4.4.0 2532 2603 dlv: 1.1.3 2533 2604 dset: 3.1.4 ··· 2759 2830 tslib: 2.8.1 2760 2831 optional: true 2761 2832 2762 - '@esbuild/aix-ppc64@0.24.2': 2833 + '@esbuild/aix-ppc64@0.25.1': 2763 2834 optional: true 2764 2835 2765 - '@esbuild/android-arm64@0.24.2': 2836 + '@esbuild/android-arm64@0.25.1': 2766 2837 optional: true 2767 2838 2768 - '@esbuild/android-arm@0.24.2': 2839 + '@esbuild/android-arm@0.25.1': 2769 2840 optional: true 2770 2841 2771 - '@esbuild/android-x64@0.24.2': 2842 + '@esbuild/android-x64@0.25.1': 2772 2843 optional: true 2773 2844 2774 - '@esbuild/darwin-arm64@0.24.2': 2845 + '@esbuild/darwin-arm64@0.25.1': 2775 2846 optional: true 2776 2847 2777 - '@esbuild/darwin-x64@0.24.2': 2848 + '@esbuild/darwin-x64@0.25.1': 2778 2849 optional: true 2779 2850 2780 - '@esbuild/freebsd-arm64@0.24.2': 2851 + '@esbuild/freebsd-arm64@0.25.1': 2781 2852 optional: true 2782 2853 2783 - '@esbuild/freebsd-x64@0.24.2': 2854 + '@esbuild/freebsd-x64@0.25.1': 2784 2855 optional: true 2785 2856 2786 - '@esbuild/linux-arm64@0.24.2': 2857 + '@esbuild/linux-arm64@0.25.1': 2787 2858 optional: true 2788 2859 2789 - '@esbuild/linux-arm@0.24.2': 2860 + '@esbuild/linux-arm@0.25.1': 2790 2861 optional: true 2791 2862 2792 - '@esbuild/linux-ia32@0.24.2': 2863 + '@esbuild/linux-ia32@0.25.1': 2793 2864 optional: true 2794 2865 2795 - '@esbuild/linux-loong64@0.24.2': 2866 + '@esbuild/linux-loong64@0.25.1': 2796 2867 optional: true 2797 2868 2798 - '@esbuild/linux-mips64el@0.24.2': 2869 + '@esbuild/linux-mips64el@0.25.1': 2799 2870 optional: true 2800 2871 2801 - '@esbuild/linux-ppc64@0.24.2': 2872 + '@esbuild/linux-ppc64@0.25.1': 2802 2873 optional: true 2803 2874 2804 - '@esbuild/linux-riscv64@0.24.2': 2875 + '@esbuild/linux-riscv64@0.25.1': 2805 2876 optional: true 2806 2877 2807 - '@esbuild/linux-s390x@0.24.2': 2878 + '@esbuild/linux-s390x@0.25.1': 2808 2879 optional: true 2809 2880 2810 - '@esbuild/linux-x64@0.24.2': 2881 + '@esbuild/linux-x64@0.25.1': 2811 2882 optional: true 2812 2883 2813 - '@esbuild/netbsd-arm64@0.24.2': 2884 + '@esbuild/netbsd-arm64@0.25.1': 2814 2885 optional: true 2815 2886 2816 - '@esbuild/netbsd-x64@0.24.2': 2887 + '@esbuild/netbsd-x64@0.25.1': 2817 2888 optional: true 2818 2889 2819 - '@esbuild/openbsd-arm64@0.24.2': 2890 + '@esbuild/openbsd-arm64@0.25.1': 2820 2891 optional: true 2821 2892 2822 - '@esbuild/openbsd-x64@0.24.2': 2893 + '@esbuild/openbsd-x64@0.25.1': 2823 2894 optional: true 2824 2895 2825 - '@esbuild/sunos-x64@0.24.2': 2896 + '@esbuild/sunos-x64@0.25.1': 2826 2897 optional: true 2827 2898 2828 - '@esbuild/win32-arm64@0.24.2': 2899 + '@esbuild/win32-arm64@0.25.1': 2829 2900 optional: true 2830 2901 2831 - '@esbuild/win32-ia32@0.24.2': 2902 + '@esbuild/win32-ia32@0.25.1': 2832 2903 optional: true 2833 2904 2834 - '@esbuild/win32-x64@0.24.2': 2905 + '@esbuild/win32-x64@0.25.1': 2835 2906 optional: true 2836 2907 2837 2908 '@expressive-code/core@0.40.2': ··· 2859 2930 dependencies: 2860 2931 '@expressive-code/core': 0.40.2 2861 2932 2862 - '@hideoo/starlight-plugins-docs-components@0.4.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)))(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))': 2933 + '@hideoo/starlight-plugins-docs-components@0.4.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)))(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))': 2863 2934 dependencies: 2864 - '@astrojs/starlight': 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 2865 - starlight-package-managers: 0.8.1(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))) 2866 - starlight-showcases: 0.3.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)))(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 2935 + '@astrojs/starlight': 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 2936 + starlight-package-managers: 0.8.1(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))) 2937 + starlight-showcases: 0.3.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)))(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 2867 2938 transitivePeerDependencies: 2868 2939 - astro 2869 2940 ··· 3005 3076 - acorn 3006 3077 - supports-color 3007 3078 3008 - '@netlify/blobs@8.1.1': 3009 - optional: true 3010 - 3011 3079 '@nodelib/fs.scandir@2.1.5': 3012 3080 dependencies: 3013 3081 '@nodelib/fs.stat': 2.0.5 ··· 3039 3107 '@pagefind/windows-x64@1.3.0': 3040 3108 optional: true 3041 3109 3042 - '@rollup/pluginutils@5.1.4(rollup@4.34.8)': 3110 + '@rollup/pluginutils@5.1.4(rollup@4.36.0)': 3043 3111 dependencies: 3044 3112 '@types/estree': 1.0.6 3045 3113 estree-walker: 2.0.2 3046 3114 picomatch: 4.0.2 3047 3115 optionalDependencies: 3048 - rollup: 4.34.8 3116 + rollup: 4.36.0 3049 3117 3050 - '@rollup/rollup-android-arm-eabi@4.34.8': 3118 + '@rollup/rollup-android-arm-eabi@4.36.0': 3051 3119 optional: true 3052 3120 3053 - '@rollup/rollup-android-arm64@4.34.8': 3121 + '@rollup/rollup-android-arm64@4.36.0': 3054 3122 optional: true 3055 3123 3056 - '@rollup/rollup-darwin-arm64@4.34.8': 3124 + '@rollup/rollup-darwin-arm64@4.36.0': 3057 3125 optional: true 3058 3126 3059 - '@rollup/rollup-darwin-x64@4.34.8': 3127 + '@rollup/rollup-darwin-x64@4.36.0': 3060 3128 optional: true 3061 3129 3062 - '@rollup/rollup-freebsd-arm64@4.34.8': 3130 + '@rollup/rollup-freebsd-arm64@4.36.0': 3063 3131 optional: true 3064 3132 3065 - '@rollup/rollup-freebsd-x64@4.34.8': 3133 + '@rollup/rollup-freebsd-x64@4.36.0': 3066 3134 optional: true 3067 3135 3068 - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': 3136 + '@rollup/rollup-linux-arm-gnueabihf@4.36.0': 3069 3137 optional: true 3070 3138 3071 - '@rollup/rollup-linux-arm-musleabihf@4.34.8': 3139 + '@rollup/rollup-linux-arm-musleabihf@4.36.0': 3072 3140 optional: true 3073 3141 3074 - '@rollup/rollup-linux-arm64-gnu@4.34.8': 3142 + '@rollup/rollup-linux-arm64-gnu@4.36.0': 3075 3143 optional: true 3076 3144 3077 - '@rollup/rollup-linux-arm64-musl@4.34.8': 3145 + '@rollup/rollup-linux-arm64-musl@4.36.0': 3078 3146 optional: true 3079 3147 3080 - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': 3148 + '@rollup/rollup-linux-loongarch64-gnu@4.36.0': 3081 3149 optional: true 3082 3150 3083 - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': 3151 + '@rollup/rollup-linux-powerpc64le-gnu@4.36.0': 3084 3152 optional: true 3085 3153 3086 - '@rollup/rollup-linux-riscv64-gnu@4.34.8': 3154 + '@rollup/rollup-linux-riscv64-gnu@4.36.0': 3087 3155 optional: true 3088 3156 3089 - '@rollup/rollup-linux-s390x-gnu@4.34.8': 3157 + '@rollup/rollup-linux-s390x-gnu@4.36.0': 3090 3158 optional: true 3091 3159 3092 - '@rollup/rollup-linux-x64-gnu@4.34.8': 3160 + '@rollup/rollup-linux-x64-gnu@4.36.0': 3093 3161 optional: true 3094 3162 3095 - '@rollup/rollup-linux-x64-musl@4.34.8': 3163 + '@rollup/rollup-linux-x64-musl@4.36.0': 3096 3164 optional: true 3097 3165 3098 - '@rollup/rollup-win32-arm64-msvc@4.34.8': 3166 + '@rollup/rollup-win32-arm64-msvc@4.36.0': 3099 3167 optional: true 3100 3168 3101 - '@rollup/rollup-win32-ia32-msvc@4.34.8': 3169 + '@rollup/rollup-win32-ia32-msvc@4.36.0': 3102 3170 optional: true 3103 3171 3104 - '@rollup/rollup-win32-x64-msvc@4.34.8': 3172 + '@rollup/rollup-win32-x64-msvc@4.36.0': 3105 3173 optional: true 3106 3174 3107 3175 '@shikijs/core@1.29.2': ··· 3113 3181 '@types/hast': 3.0.4 3114 3182 hast-util-to-html: 9.0.4 3115 3183 3184 + '@shikijs/core@3.2.1': 3185 + dependencies: 3186 + '@shikijs/types': 3.2.1 3187 + '@shikijs/vscode-textmate': 10.0.2 3188 + '@types/hast': 3.0.4 3189 + hast-util-to-html: 9.0.5 3190 + 3116 3191 '@shikijs/engine-javascript@1.29.2': 3117 3192 dependencies: 3118 3193 '@shikijs/types': 1.29.2 3119 3194 '@shikijs/vscode-textmate': 10.0.2 3120 3195 oniguruma-to-es: 2.3.0 3121 3196 3197 + '@shikijs/engine-javascript@3.2.1': 3198 + dependencies: 3199 + '@shikijs/types': 3.2.1 3200 + '@shikijs/vscode-textmate': 10.0.2 3201 + oniguruma-to-es: 4.1.0 3202 + 3122 3203 '@shikijs/engine-oniguruma@1.29.2': 3123 3204 dependencies: 3124 3205 '@shikijs/types': 1.29.2 3206 + '@shikijs/vscode-textmate': 10.0.2 3207 + 3208 + '@shikijs/engine-oniguruma@3.2.1': 3209 + dependencies: 3210 + '@shikijs/types': 3.2.1 3125 3211 '@shikijs/vscode-textmate': 10.0.2 3126 3212 3127 3213 '@shikijs/langs@1.29.2': 3128 3214 dependencies: 3129 3215 '@shikijs/types': 1.29.2 3130 3216 3217 + '@shikijs/langs@3.2.1': 3218 + dependencies: 3219 + '@shikijs/types': 3.2.1 3220 + 3131 3221 '@shikijs/themes@1.29.2': 3132 3222 dependencies: 3133 3223 '@shikijs/types': 1.29.2 3134 3224 3225 + '@shikijs/themes@3.2.1': 3226 + dependencies: 3227 + '@shikijs/types': 3.2.1 3228 + 3135 3229 '@shikijs/types@1.29.2': 3230 + dependencies: 3231 + '@shikijs/vscode-textmate': 10.0.2 3232 + '@types/hast': 3.0.4 3233 + 3234 + '@shikijs/types@3.2.1': 3136 3235 dependencies: 3137 3236 '@shikijs/vscode-textmate': 10.0.2 3138 3237 '@types/hast': 3.0.4 ··· 3151 3250 transitivePeerDependencies: 3152 3251 - supports-color 3153 3252 3154 - '@trueberryless-org/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)))(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))': 3253 + '@trueberryless-org/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)))(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))': 3155 3254 dependencies: 3156 - '@astrojs/starlight': 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 3157 - '@hideoo/starlight-plugins-docs-components': 0.4.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)))(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 3255 + '@astrojs/starlight': 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 3256 + '@hideoo/starlight-plugins-docs-components': 0.4.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)))(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 3158 3257 change-case: 5.4.4 3159 - starlight-showcases: 0.2.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)))(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 3258 + starlight-showcases: 0.2.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)))(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 3160 3259 transitivePeerDependencies: 3161 3260 - astro 3162 3261 ··· 3164 3263 dependencies: 3165 3264 '@types/estree': 1.0.6 3166 3265 3167 - '@types/cookie@0.6.0': {} 3168 - 3169 3266 '@types/debug@4.1.12': 3170 3267 dependencies: 3171 3268 '@types/ms': 0.7.34 ··· 3216 3313 3217 3314 acorn@8.14.0: {} 3218 3315 3316 + acorn@8.14.1: {} 3317 + 3219 3318 ansi-align@3.0.1: 3220 3319 dependencies: 3221 3320 string-width: 4.2.3 ··· 3249 3348 3250 3349 astring@1.9.0: {} 3251 3350 3252 - astro-expressive-code@0.40.2(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)): 3351 + astro-expressive-code@0.40.2(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)): 3253 3352 dependencies: 3254 - astro: 5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2) 3353 + astro: 5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2) 3255 3354 rehype-expressive-code: 0.40.2 3256 3355 3257 - astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2): 3356 + astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2): 3258 3357 dependencies: 3259 - '@astrojs/compiler': 2.10.3 3260 - '@astrojs/internal-helpers': 0.5.1 3261 - '@astrojs/markdown-remark': 6.1.0 3358 + '@astrojs/compiler': 2.11.0 3359 + '@astrojs/internal-helpers': 0.6.1 3360 + '@astrojs/markdown-remark': 6.3.1 3262 3361 '@astrojs/telemetry': 3.2.0 3263 3362 '@oslojs/encoding': 1.1.0 3264 - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) 3265 - '@types/cookie': 0.6.0 3266 - acorn: 8.14.0 3363 + '@rollup/pluginutils': 5.1.4(rollup@4.36.0) 3364 + acorn: 8.14.1 3267 3365 aria-query: 5.3.2 3268 3366 axobject-query: 4.1.0 3269 3367 boxen: 8.0.1 3270 - ci-info: 4.1.0 3368 + ci-info: 4.2.0 3271 3369 clsx: 2.1.1 3272 3370 common-ancestor-path: 1.0.1 3273 - cookie: 0.7.2 3371 + cookie: 1.0.2 3274 3372 cssesc: 3.0.0 3275 3373 debug: 4.4.0 3276 3374 deterministic-object-hash: 2.0.2 ··· 3279 3377 dlv: 1.1.3 3280 3378 dset: 3.1.4 3281 3379 es-module-lexer: 1.6.0 3282 - esbuild: 0.24.2 3380 + esbuild: 0.25.1 3283 3381 estree-walker: 3.0.3 3284 - fast-glob: 3.3.3 3285 3382 flattie: 1.1.1 3286 3383 github-slugger: 2.0.0 3287 3384 html-escaper: 3.0.3 ··· 3290 3387 kleur: 4.1.5 3291 3388 magic-string: 0.30.17 3292 3389 magicast: 0.3.5 3293 - micromatch: 4.0.8 3294 - mrmime: 2.0.0 3390 + mrmime: 2.0.1 3295 3391 neotraverse: 0.6.18 3296 3392 p-limit: 6.2.0 3297 3393 p-queue: 8.1.0 3298 - preferred-pm: 4.1.1 3394 + package-manager-detector: 1.1.0 3395 + picomatch: 4.0.2 3299 3396 prompts: 2.4.2 3300 3397 rehype: 13.0.2 3301 3398 semver: 7.7.1 3302 - shiki: 1.29.2 3399 + shiki: 3.2.1 3303 3400 tinyexec: 0.3.2 3304 - tsconfck: 3.1.4(typescript@5.7.2) 3401 + tinyglobby: 0.2.12 3402 + tsconfck: 3.1.5(typescript@5.7.2) 3305 3403 ultrahtml: 1.5.3 3306 3404 unist-util-visit: 5.0.0 3307 - unstorage: 1.15.0(@netlify/blobs@8.1.1) 3405 + unstorage: 1.15.0 3308 3406 vfile: 6.0.3 3309 - vite: 6.1.1(jiti@2.4.2) 3310 - vitefu: 1.0.5(vite@6.1.1(jiti@2.4.2)) 3311 - which-pm: 3.0.1 3407 + vite: 6.2.2(jiti@2.4.2) 3408 + vitefu: 1.0.6(vite@6.2.2(jiti@2.4.2)) 3312 3409 xxhash-wasm: 1.1.0 3313 3410 yargs-parser: 21.1.1 3314 - yocto-spinner: 0.2.0 3315 - zod: 3.24.1 3316 - zod-to-json-schema: 3.24.1(zod@3.24.1) 3317 - zod-to-ts: 1.2.0(typescript@5.7.2)(zod@3.24.1) 3411 + yocto-spinner: 0.2.1 3412 + zod: 3.24.2 3413 + zod-to-json-schema: 3.24.5(zod@3.24.2) 3414 + zod-to-ts: 1.2.0(typescript@5.7.2)(zod@3.24.2) 3318 3415 optionalDependencies: 3319 3416 sharp: 0.33.5 3320 3417 transitivePeerDependencies: ··· 3417 3514 3418 3515 ci-info@3.9.0: {} 3419 3516 3420 - ci-info@4.1.0: {} 3517 + ci-info@4.2.0: {} 3421 3518 3422 3519 cli-boxes@3.0.0: {} 3423 3520 ··· 3449 3546 3450 3547 cookie-es@1.2.2: {} 3451 3548 3452 - cookie@0.7.2: {} 3549 + cookie@1.0.2: {} 3453 3550 3454 3551 cross-spawn@7.0.6: 3455 3552 dependencies: ··· 3568 3665 esast-util-from-estree: 2.0.0 3569 3666 vfile-message: 4.0.2 3570 3667 3571 - esbuild@0.24.2: 3668 + esbuild@0.25.1: 3572 3669 optionalDependencies: 3573 - '@esbuild/aix-ppc64': 0.24.2 3574 - '@esbuild/android-arm': 0.24.2 3575 - '@esbuild/android-arm64': 0.24.2 3576 - '@esbuild/android-x64': 0.24.2 3577 - '@esbuild/darwin-arm64': 0.24.2 3578 - '@esbuild/darwin-x64': 0.24.2 3579 - '@esbuild/freebsd-arm64': 0.24.2 3580 - '@esbuild/freebsd-x64': 0.24.2 3581 - '@esbuild/linux-arm': 0.24.2 3582 - '@esbuild/linux-arm64': 0.24.2 3583 - '@esbuild/linux-ia32': 0.24.2 3584 - '@esbuild/linux-loong64': 0.24.2 3585 - '@esbuild/linux-mips64el': 0.24.2 3586 - '@esbuild/linux-ppc64': 0.24.2 3587 - '@esbuild/linux-riscv64': 0.24.2 3588 - '@esbuild/linux-s390x': 0.24.2 3589 - '@esbuild/linux-x64': 0.24.2 3590 - '@esbuild/netbsd-arm64': 0.24.2 3591 - '@esbuild/netbsd-x64': 0.24.2 3592 - '@esbuild/openbsd-arm64': 0.24.2 3593 - '@esbuild/openbsd-x64': 0.24.2 3594 - '@esbuild/sunos-x64': 0.24.2 3595 - '@esbuild/win32-arm64': 0.24.2 3596 - '@esbuild/win32-ia32': 0.24.2 3597 - '@esbuild/win32-x64': 0.24.2 3670 + '@esbuild/aix-ppc64': 0.25.1 3671 + '@esbuild/android-arm': 0.25.1 3672 + '@esbuild/android-arm64': 0.25.1 3673 + '@esbuild/android-x64': 0.25.1 3674 + '@esbuild/darwin-arm64': 0.25.1 3675 + '@esbuild/darwin-x64': 0.25.1 3676 + '@esbuild/freebsd-arm64': 0.25.1 3677 + '@esbuild/freebsd-x64': 0.25.1 3678 + '@esbuild/linux-arm': 0.25.1 3679 + '@esbuild/linux-arm64': 0.25.1 3680 + '@esbuild/linux-ia32': 0.25.1 3681 + '@esbuild/linux-loong64': 0.25.1 3682 + '@esbuild/linux-mips64el': 0.25.1 3683 + '@esbuild/linux-ppc64': 0.25.1 3684 + '@esbuild/linux-riscv64': 0.25.1 3685 + '@esbuild/linux-s390x': 0.25.1 3686 + '@esbuild/linux-x64': 0.25.1 3687 + '@esbuild/netbsd-arm64': 0.25.1 3688 + '@esbuild/netbsd-x64': 0.25.1 3689 + '@esbuild/openbsd-arm64': 0.25.1 3690 + '@esbuild/openbsd-x64': 0.25.1 3691 + '@esbuild/sunos-x64': 0.25.1 3692 + '@esbuild/win32-arm64': 0.25.1 3693 + '@esbuild/win32-ia32': 0.25.1 3694 + '@esbuild/win32-x64': 0.25.1 3598 3695 3599 3696 escape-string-regexp@5.0.0: {} 3600 3697 ··· 3664 3761 merge2: 1.4.1 3665 3762 micromatch: 4.0.8 3666 3763 3667 - fast-glob@3.3.3: 3668 - dependencies: 3669 - '@nodelib/fs.stat': 2.0.5 3670 - '@nodelib/fs.walk': 1.2.8 3671 - glob-parent: 5.1.2 3672 - merge2: 1.4.1 3673 - micromatch: 4.0.8 3674 - 3675 3764 fastq@1.17.1: 3676 3765 dependencies: 3677 3766 reusify: 1.0.4 3678 3767 3768 + fdir@6.4.3(picomatch@4.0.2): 3769 + optionalDependencies: 3770 + picomatch: 4.0.2 3771 + 3679 3772 fill-range@7.1.1: 3680 3773 dependencies: 3681 3774 to-regex-range: 5.0.1 3682 3775 3683 - find-up-simple@1.0.0: {} 3684 - 3685 3776 find-up@4.1.0: 3686 3777 dependencies: 3687 3778 locate-path: 5.0.0 3688 3779 path-exists: 4.0.0 3689 - 3690 - find-yarn-workspace-root2@1.2.16: 3691 - dependencies: 3692 - micromatch: 4.0.8 3693 - pkg-dir: 4.2.0 3694 3780 3695 3781 flat-cache@3.2.0: 3696 3782 dependencies: ··· 3898 3984 stringify-entities: 4.0.4 3899 3985 zwitch: 2.0.4 3900 3986 3987 + hast-util-to-html@9.0.5: 3988 + dependencies: 3989 + '@types/hast': 3.0.4 3990 + '@types/unist': 3.0.3 3991 + ccount: 2.0.1 3992 + comma-separated-tokens: 2.0.3 3993 + hast-util-whitespace: 3.0.0 3994 + html-void-elements: 3.0.0 3995 + mdast-util-to-hast: 13.2.0 3996 + property-information: 7.0.0 3997 + space-separated-tokens: 2.0.2 3998 + stringify-entities: 4.0.4 3999 + zwitch: 2.0.4 4000 + 3901 4001 hast-util-to-jsx-runtime@2.3.2: 3902 4002 dependencies: 3903 4003 '@types/estree': 1.0.6 ··· 4082 4182 4083 4183 lite-youtube-embed@0.3.3: {} 4084 4184 4085 - load-yaml-file@0.2.0: 4086 - dependencies: 4087 - graceful-fs: 4.2.11 4088 - js-yaml: 3.14.1 4089 - pify: 4.0.1 4090 - strip-bom: 3.0.0 4091 - 4092 4185 locate-path@5.0.0: 4093 4186 dependencies: 4094 4187 p-locate: 4.1.0 ··· 4176 4269 transitivePeerDependencies: 4177 4270 - supports-color 4178 4271 4272 + mdast-util-gfm-footnote@2.1.0: 4273 + dependencies: 4274 + '@types/mdast': 4.0.4 4275 + devlop: 1.1.0 4276 + mdast-util-from-markdown: 2.0.2 4277 + mdast-util-to-markdown: 2.1.2 4278 + micromark-util-normalize-identifier: 2.0.1 4279 + transitivePeerDependencies: 4280 + - supports-color 4281 + 4179 4282 mdast-util-gfm-strikethrough@2.0.0: 4180 4283 dependencies: 4181 4284 '@types/mdast': 4.0.4 ··· 4215 4318 transitivePeerDependencies: 4216 4319 - supports-color 4217 4320 4321 + mdast-util-gfm@3.1.0: 4322 + dependencies: 4323 + mdast-util-from-markdown: 2.0.2 4324 + mdast-util-gfm-autolink-literal: 2.0.1 4325 + mdast-util-gfm-footnote: 2.1.0 4326 + mdast-util-gfm-strikethrough: 2.0.0 4327 + mdast-util-gfm-table: 2.0.0 4328 + mdast-util-gfm-task-list-item: 2.0.0 4329 + mdast-util-to-markdown: 2.1.2 4330 + transitivePeerDependencies: 4331 + - supports-color 4332 + 4218 4333 mdast-util-mdx-expression@2.0.1: 4219 4334 dependencies: 4220 4335 '@types/estree-jsx': 1.0.5 ··· 4586 4701 4587 4702 mri@1.2.0: {} 4588 4703 4589 - mrmime@2.0.0: {} 4704 + mrmime@2.0.1: {} 4590 4705 4591 4706 ms@2.1.3: {} 4592 4707 ··· 4624 4739 dependencies: 4625 4740 wrappy: 1.0.2 4626 4741 4742 + oniguruma-parser@0.5.4: {} 4743 + 4627 4744 oniguruma-to-es@2.3.0: 4628 4745 dependencies: 4629 4746 emoji-regex-xs: 1.0.0 4630 4747 regex: 5.1.1 4631 4748 regex-recursion: 5.1.1 4632 4749 4750 + oniguruma-to-es@4.1.0: 4751 + dependencies: 4752 + emoji-regex-xs: 1.0.0 4753 + oniguruma-parser: 0.5.4 4754 + regex: 6.0.1 4755 + regex-recursion: 6.0.2 4756 + 4633 4757 os-tmpdir@1.0.2: {} 4634 4758 4635 4759 outdent@0.5.0: {} ··· 4674 4798 4675 4799 package-manager-detector@0.2.7: {} 4676 4800 4801 + package-manager-detector@1.1.0: {} 4802 + 4677 4803 pagefind@1.3.0: 4678 4804 optionalDependencies: 4679 4805 '@pagefind/darwin-arm64': 1.3.0 ··· 4721 4847 4722 4848 pify@4.0.1: {} 4723 4849 4724 - pkg-dir@4.2.0: 4725 - dependencies: 4726 - find-up: 4.1.0 4727 - 4728 4850 postcss-nested@6.2.0(postcss@8.5.3): 4729 4851 dependencies: 4730 4852 postcss: 8.5.3 ··· 4741 4863 picocolors: 1.1.1 4742 4864 source-map-js: 1.2.1 4743 4865 4744 - preferred-pm@4.1.1: 4745 - dependencies: 4746 - find-up-simple: 1.0.0 4747 - find-yarn-workspace-root2: 1.2.16 4748 - which-pm: 3.0.1 4749 - 4750 4866 prettier-plugin-astro@0.14.1: 4751 4867 dependencies: 4752 4868 '@astrojs/compiler': 2.10.3 ··· 4766 4882 4767 4883 property-information@6.5.0: {} 4768 4884 4885 + property-information@7.0.0: {} 4886 + 4769 4887 queue-microtask@1.2.3: {} 4770 4888 4771 4889 radix3@1.1.2: {} ··· 4816 4934 regex: 5.1.1 4817 4935 regex-utilities: 2.3.0 4818 4936 4937 + regex-recursion@6.0.2: 4938 + dependencies: 4939 + regex-utilities: 2.3.0 4940 + 4819 4941 regex-utilities@2.3.0: {} 4820 4942 4821 4943 regex@5.1.1: 4822 4944 dependencies: 4823 4945 regex-utilities: 2.3.0 4824 4946 4947 + regex@6.0.1: 4948 + dependencies: 4949 + regex-utilities: 2.3.0 4950 + 4825 4951 rehype-expressive-code@0.40.2: 4826 4952 dependencies: 4827 4953 expressive-code: 0.40.2 ··· 4884 5010 transitivePeerDependencies: 4885 5011 - supports-color 4886 5012 5013 + remark-gfm@4.0.1: 5014 + dependencies: 5015 + '@types/mdast': 4.0.4 5016 + mdast-util-gfm: 3.1.0 5017 + micromark-extension-gfm: 3.0.0 5018 + remark-parse: 11.0.0 5019 + remark-stringify: 11.0.0 5020 + unified: 11.0.5 5021 + transitivePeerDependencies: 5022 + - supports-color 5023 + 4887 5024 remark-mdx@3.1.0: 4888 5025 dependencies: 4889 5026 mdast-util-mdx: 3.0.0 ··· 4954 5091 dependencies: 4955 5092 glob: 7.2.3 4956 5093 4957 - rollup@4.34.8: 5094 + rollup@4.36.0: 4958 5095 dependencies: 4959 5096 '@types/estree': 1.0.6 4960 5097 optionalDependencies: 4961 - '@rollup/rollup-android-arm-eabi': 4.34.8 4962 - '@rollup/rollup-android-arm64': 4.34.8 4963 - '@rollup/rollup-darwin-arm64': 4.34.8 4964 - '@rollup/rollup-darwin-x64': 4.34.8 4965 - '@rollup/rollup-freebsd-arm64': 4.34.8 4966 - '@rollup/rollup-freebsd-x64': 4.34.8 4967 - '@rollup/rollup-linux-arm-gnueabihf': 4.34.8 4968 - '@rollup/rollup-linux-arm-musleabihf': 4.34.8 4969 - '@rollup/rollup-linux-arm64-gnu': 4.34.8 4970 - '@rollup/rollup-linux-arm64-musl': 4.34.8 4971 - '@rollup/rollup-linux-loongarch64-gnu': 4.34.8 4972 - '@rollup/rollup-linux-powerpc64le-gnu': 4.34.8 4973 - '@rollup/rollup-linux-riscv64-gnu': 4.34.8 4974 - '@rollup/rollup-linux-s390x-gnu': 4.34.8 4975 - '@rollup/rollup-linux-x64-gnu': 4.34.8 4976 - '@rollup/rollup-linux-x64-musl': 4.34.8 4977 - '@rollup/rollup-win32-arm64-msvc': 4.34.8 4978 - '@rollup/rollup-win32-ia32-msvc': 4.34.8 4979 - '@rollup/rollup-win32-x64-msvc': 4.34.8 5098 + '@rollup/rollup-android-arm-eabi': 4.36.0 5099 + '@rollup/rollup-android-arm64': 4.36.0 5100 + '@rollup/rollup-darwin-arm64': 4.36.0 5101 + '@rollup/rollup-darwin-x64': 4.36.0 5102 + '@rollup/rollup-freebsd-arm64': 4.36.0 5103 + '@rollup/rollup-freebsd-x64': 4.36.0 5104 + '@rollup/rollup-linux-arm-gnueabihf': 4.36.0 5105 + '@rollup/rollup-linux-arm-musleabihf': 4.36.0 5106 + '@rollup/rollup-linux-arm64-gnu': 4.36.0 5107 + '@rollup/rollup-linux-arm64-musl': 4.36.0 5108 + '@rollup/rollup-linux-loongarch64-gnu': 4.36.0 5109 + '@rollup/rollup-linux-powerpc64le-gnu': 4.36.0 5110 + '@rollup/rollup-linux-riscv64-gnu': 4.36.0 5111 + '@rollup/rollup-linux-s390x-gnu': 4.36.0 5112 + '@rollup/rollup-linux-x64-gnu': 4.36.0 5113 + '@rollup/rollup-linux-x64-musl': 4.36.0 5114 + '@rollup/rollup-win32-arm64-msvc': 4.36.0 5115 + '@rollup/rollup-win32-ia32-msvc': 4.36.0 5116 + '@rollup/rollup-win32-x64-msvc': 4.36.0 4980 5117 fsevents: 2.3.3 4981 5118 4982 5119 run-parallel@1.2.0: ··· 5040 5177 '@shikijs/vscode-textmate': 10.0.2 5041 5178 '@types/hast': 3.0.4 5042 5179 5180 + shiki@3.2.1: 5181 + dependencies: 5182 + '@shikijs/core': 3.2.1 5183 + '@shikijs/engine-javascript': 3.2.1 5184 + '@shikijs/engine-oniguruma': 3.2.1 5185 + '@shikijs/langs': 3.2.1 5186 + '@shikijs/themes': 3.2.1 5187 + '@shikijs/types': 3.2.1 5188 + '@shikijs/vscode-textmate': 10.0.2 5189 + '@types/hast': 3.0.4 5190 + 5043 5191 signal-exit@4.1.0: {} 5044 5192 5045 5193 simple-swizzle@0.2.2: ··· 5072 5220 5073 5221 sprintf-js@1.0.3: {} 5074 5222 5075 - starlight-contributor-list@0.2.1(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))): 5223 + starlight-contributor-list@0.3.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))): 5076 5224 dependencies: 5077 5225 '@11ty/eleventy-fetch': 4.0.1 5078 - '@astrojs/starlight': 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5226 + '@astrojs/starlight': 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5079 5227 transitivePeerDependencies: 5080 5228 - encoding 5081 5229 - supports-color 5082 5230 5083 - starlight-links-validator@0.14.3(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))): 5231 + starlight-links-validator@0.14.3(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))): 5084 5232 dependencies: 5085 - '@astrojs/starlight': 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5233 + '@astrojs/starlight': 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5086 5234 '@types/picomatch': 3.0.2 5087 5235 github-slugger: 2.0.0 5088 5236 hast-util-from-html: 2.0.3 ··· 5096 5244 transitivePeerDependencies: 5097 5245 - supports-color 5098 5246 5099 - starlight-package-managers@0.8.1(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))): 5247 + starlight-package-managers@0.8.1(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))): 5100 5248 dependencies: 5101 - '@astrojs/starlight': 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5249 + '@astrojs/starlight': 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5102 5250 5103 - starlight-showcases@0.2.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)))(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)): 5251 + starlight-showcases@0.2.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)))(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)): 5104 5252 dependencies: 5105 - '@astro-community/astro-embed-twitter': 0.5.8(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5106 - '@astro-community/astro-embed-youtube': 0.5.6(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5107 - '@astrojs/starlight': 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5253 + '@astro-community/astro-embed-twitter': 0.5.8(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5254 + '@astro-community/astro-embed-youtube': 0.5.6(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5255 + '@astrojs/starlight': 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5108 5256 transitivePeerDependencies: 5109 5257 - astro 5110 5258 5111 - starlight-showcases@0.3.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)))(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)): 5259 + starlight-showcases@0.3.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)))(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)): 5112 5260 dependencies: 5113 - '@astro-community/astro-embed-twitter': 0.5.8(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5114 - '@astro-community/astro-embed-youtube': 0.5.6(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5115 - '@astrojs/starlight': 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5261 + '@astro-community/astro-embed-twitter': 0.5.8(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5262 + '@astro-community/astro-embed-youtube': 0.5.6(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5263 + '@astrojs/starlight': 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5116 5264 transitivePeerDependencies: 5117 5265 - astro 5118 5266 5119 - starlight-sidebar-topics@0.6.0(@astrojs/starlight@0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2))): 5267 + starlight-sidebar-topics@0.6.0(@astrojs/starlight@0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2))): 5120 5268 dependencies: 5121 - '@astrojs/starlight': 0.32.1(astro@5.3.0(@netlify/blobs@8.1.1)(jiti@2.4.2)(rollup@4.34.8)(typescript@5.7.2)) 5269 + '@astrojs/starlight': 0.32.4(astro@5.5.4(jiti@2.4.2)(rollup@4.36.0)(typescript@5.7.2)) 5122 5270 picomatch: 4.0.2 5123 5271 5124 5272 stream-replace-string@2.0.0: {} ··· 5166 5314 5167 5315 tinyexec@0.3.2: {} 5168 5316 5317 + tinyglobby@0.2.12: 5318 + dependencies: 5319 + fdir: 6.4.3(picomatch@4.0.2) 5320 + picomatch: 4.0.2 5321 + 5169 5322 tmp@0.0.33: 5170 5323 dependencies: 5171 5324 os-tmpdir: 1.0.2 ··· 5180 5333 5181 5334 trough@2.2.0: {} 5182 5335 5183 - tsconfck@3.1.4(typescript@5.7.2): 5336 + tsconfck@3.1.5(typescript@5.7.2): 5184 5337 optionalDependencies: 5185 5338 typescript: 5.7.2 5186 5339 ··· 5257 5410 5258 5411 universalify@0.1.2: {} 5259 5412 5260 - unstorage@1.15.0(@netlify/blobs@8.1.1): 5413 + unstorage@1.15.0: 5261 5414 dependencies: 5262 5415 anymatch: 3.1.3 5263 5416 chokidar: 4.0.3 ··· 5267 5420 node-fetch-native: 1.6.6 5268 5421 ofetch: 1.4.1 5269 5422 ufo: 1.5.4 5270 - optionalDependencies: 5271 - '@netlify/blobs': 8.1.1 5272 5423 5273 5424 util-deprecate@1.0.2: {} 5274 5425 ··· 5287 5438 '@types/unist': 3.0.3 5288 5439 vfile-message: 4.0.2 5289 5440 5290 - vite@6.1.1(jiti@2.4.2): 5441 + vite@6.2.2(jiti@2.4.2): 5291 5442 dependencies: 5292 - esbuild: 0.24.2 5443 + esbuild: 0.25.1 5293 5444 postcss: 8.5.3 5294 - rollup: 4.34.8 5445 + rollup: 4.36.0 5295 5446 optionalDependencies: 5296 5447 fsevents: 2.3.3 5297 5448 jiti: 2.4.2 5298 5449 5299 - vitefu@1.0.5(vite@6.1.1(jiti@2.4.2)): 5450 + vitefu@1.0.6(vite@6.2.2(jiti@2.4.2)): 5300 5451 optionalDependencies: 5301 - vite: 6.1.1(jiti@2.4.2) 5452 + vite: 6.2.2(jiti@2.4.2) 5302 5453 5303 5454 web-namespaces@2.0.1: {} 5304 5455 ··· 5311 5462 5312 5463 which-pm-runs@1.1.0: {} 5313 5464 5314 - which-pm@3.0.1: 5315 - dependencies: 5316 - load-yaml-file: 0.2.0 5317 - 5318 5465 which@2.0.2: 5319 5466 dependencies: 5320 5467 isexe: 2.0.0 ··· 5337 5484 5338 5485 yocto-queue@1.1.1: {} 5339 5486 5340 - yocto-spinner@0.2.0: 5487 + yocto-spinner@0.2.1: 5341 5488 dependencies: 5342 5489 yoctocolors: 2.1.1 5343 5490 5344 5491 yoctocolors@2.1.1: {} 5345 5492 5346 - zod-to-json-schema@3.24.1(zod@3.24.1): 5493 + zod-to-json-schema@3.24.5(zod@3.24.2): 5347 5494 dependencies: 5348 - zod: 3.24.1 5495 + zod: 3.24.2 5349 5496 5350 - zod-to-ts@1.2.0(typescript@5.7.2)(zod@3.24.1): 5497 + zod-to-ts@1.2.0(typescript@5.7.2)(zod@3.24.2): 5351 5498 dependencies: 5352 5499 typescript: 5.7.2 5353 - zod: 3.24.1 5500 + zod: 3.24.2 5354 5501 5355 5502 zod@3.24.1: {} 5503 + 5504 + zod@3.24.2: {} 5356 5505 5357 5506 zwitch@2.0.4: {}