Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

deps(deps): bump astro from 5.16.0 to 5.16.3

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.0 to 5.16.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/withastro/astro/releases">astro's releases</a>.</em></p>
<blockquote>
<h2>astro@5.16.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14889">#14889</a> <a href="https://github.com/withastro/astro/commit/4bceeb0c7183de4db0087316e2fc2d287f27ad01"><code>4bceeb0</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes actions types when using specific TypeScript configurations</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14929">#14929</a> <a href="https://github.com/withastro/astro/commit/e0f277d9248d2fefbd0234b53f9dea8c9b750adb"><code>e0f277d</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes authentication bypass via double URL encoding in middleware</p>
<p>Prevents attackers from bypassing path-based authentication checks using multi-level URL encoding (e.g., <code>/%2561dmin</code> instead of <code>/%61dmin</code>). Pathnames are now validated after decoding to ensure no additional encoding remains.</p>
</li>
</ul>
<h2>astro@5.16.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14876">#14876</a> <a href="https://github.com/withastro/astro/commit/b43dc7f28d582f22a4b28aa3a712af247c908dc3"><code>b43dc7f</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a vite warning log during builds when using npm</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14884">#14884</a> <a href="https://github.com/withastro/astro/commit/10273e01357e515050f8233442a7252b51cad364"><code>10273e0</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a case where setting the status of a page to <code>404</code> in ssr would show an empty page (or <code>404.astro</code> page if provided) instead of using the current page</p>
</li>
</ul>
<h2>astro@5.16.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14769">#14769</a> <a href="https://github.com/withastro/astro/commit/b43ee71bd0c3740f41bb641abf01e9cd970d32ee"><code>b43ee71</code></a> Thanks <a href="https://github.com/adriandlam"><code>@​adriandlam</code></a>! - Fixes an unhandled rejection issue when using Astro with Vercel Workflow DevKit</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14761">#14761</a> <a href="https://github.com/withastro/astro/commit/345eb22bbe449bc8aea1ebd4205fef0fc554a10b"><code>345eb22</code></a> Thanks <a href="https://github.com/ooga"><code>@​ooga</code></a>! - Updates <code>button</code> attributes types to allow <code>command</code> and <code>commandfor</code></p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14866">#14866</a> <a href="https://github.com/withastro/astro/commit/65e214b07b84b67c4f5fc13646a5d99944bb10c2"><code>65e214b</code></a> Thanks <a href="https://github.com/GameRoMan"><code>@​GameRoMan</code></a>! - Fixes <code>Astro.glob</code> to be correctly marked as deprecated</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14894">#14894</a> <a href="https://github.com/withastro/astro/commit/1ad9a5b3e7301a6c05787879e413b82ca0268003"><code>1ad9a5b</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Fixes support for Astro component rendering in Vitest test suites using a “client” environment such as <code>happy-dom</code> or <code>jsdom</code></p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14782">#14782</a> <a href="https://github.com/withastro/astro/commit/abed9294ce698980f22f8a3f6695670151915d9b"><code>abed929</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Improves syncing</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p>
<blockquote>
<h2>5.16.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14889">#14889</a> <a href="https://github.com/withastro/astro/commit/4bceeb0c7183de4db0087316e2fc2d287f27ad01"><code>4bceeb0</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes actions types when using specific TypeScript configurations</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14929">#14929</a> <a href="https://github.com/withastro/astro/commit/e0f277d9248d2fefbd0234b53f9dea8c9b750adb"><code>e0f277d</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes authentication bypass via double URL encoding in middleware</p>
<p>Prevents attackers from bypassing path-based authentication checks using multi-level URL encoding (e.g., <code>/%2561dmin</code> instead of <code>/%61dmin</code>). Pathnames are now validated after decoding to ensure no additional encoding remains.</p>
</li>
</ul>
<h2>5.16.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14876">#14876</a> <a href="https://github.com/withastro/astro/commit/b43dc7f28d582f22a4b28aa3a712af247c908dc3"><code>b43dc7f</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a vite warning log during builds when using npm</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14884">#14884</a> <a href="https://github.com/withastro/astro/commit/10273e01357e515050f8233442a7252b51cad364"><code>10273e0</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a case where setting the status of a page to <code>404</code> in ssr would show an empty page (or <code>404.astro</code> page if provided) instead of using the current page</p>
</li>
</ul>
<h2>5.16.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14769">#14769</a> <a href="https://github.com/withastro/astro/commit/b43ee71bd0c3740f41bb641abf01e9cd970d32ee"><code>b43ee71</code></a> Thanks <a href="https://github.com/adriandlam"><code>@​adriandlam</code></a>! - Fixes an unhandled rejection issue when using Astro with Vercel Workflow DevKit</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14761">#14761</a> <a href="https://github.com/withastro/astro/commit/345eb22bbe449bc8aea1ebd4205fef0fc554a10b"><code>345eb22</code></a> Thanks <a href="https://github.com/ooga"><code>@​ooga</code></a>! - Updates <code>button</code> attributes types to allow <code>command</code> and <code>commandfor</code></p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14866">#14866</a> <a href="https://github.com/withastro/astro/commit/65e214b07b84b67c4f5fc13646a5d99944bb10c2"><code>65e214b</code></a> Thanks <a href="https://github.com/GameRoMan"><code>@​GameRoMan</code></a>! - Fixes <code>Astro.glob</code> to be correctly marked as deprecated</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14894">#14894</a> <a href="https://github.com/withastro/astro/commit/1ad9a5b3e7301a6c05787879e413b82ca0268003"><code>1ad9a5b</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Fixes support for Astro component rendering in Vitest test suites using a “client” environment such as <code>happy-dom</code> or <code>jsdom</code></p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14782">#14782</a> <a href="https://github.com/withastro/astro/commit/abed9294ce698980f22f8a3f6695670151915d9b"><code>abed929</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Improves syncing</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/withastro/astro/commit/33333e8ca1d77141312ebc6b1ffa387713cc3994"><code>33333e8</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14922">#14922</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/aa58d05a836e25b7c3e9d9a7f35eadd3b340c883"><code>aa58d05</code></a> [ci] format</li>
<li><a href="https://github.com/withastro/astro/commit/e0f277d9248d2fefbd0234b53f9dea8c9b750adb"><code>e0f277d</code></a> fix: prevent authentication bypass via double URL encoding in middleware (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14">#14</a>...</li>
<li><a href="https://github.com/withastro/astro/commit/4bceeb0c7183de4db0087316e2fc2d287f27ad01"><code>4bceeb0</code></a> fix: actions infer symbol (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14889">#14889</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/e82358cf7ed9e190efa0d7132b20a1ab80f1d8b9"><code>e82358c</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14918">#14918</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/0a2fe4378074fc421db0e6f92d17736c69956629"><code>0a2fe43</code></a> [ci] format</li>
<li><a href="https://github.com/withastro/astro/commit/b43dc7f28d582f22a4b28aa3a712af247c908dc3"><code>b43dc7f</code></a> fix(astro): assets vite build log (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14876">#14876</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/10273e01357e515050f8233442a7252b51cad364"><code>10273e0</code></a> fix: 404 status in ssr (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14884">#14884</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/6751a2e4cd4f7260f0f17d6f28bd38e9c9b9a503"><code>6751a2e</code></a> chore(cli): classes (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14897">#14897</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/09bbdbb1e62c388eb405eeea03554c15e01f2957"><code>09bbdbb</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14845">#14845</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@5.16.3/packages/astro">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astro&package-manager=npm_and_yarn&previous-version=5.16.0&new-version=5.16.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

authored by

dependabot[bot] and committed by
GitHub
d6b7a341 9925dcae

+59 -59
+1 -1
package.json
··· 22 22 "@astrojs/rss": "^4.0.14", 23 23 "@astrojs/sitemap": "^3.6.0", 24 24 "@playform/inline": "^0.1.2", 25 - "astro": "^5.16.0", 25 + "astro": "^5.16.3", 26 26 "astro-og-canvas": "^0.7.2", 27 27 "canvaskit-wasm": "^0.40.0", 28 28 "feed": "^5.1.0",
+58 -58
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/mdx': 12 12 specifier: ^4.3.12 13 - version: 4.3.12(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 13 + version: 4.3.12(astro@5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.6.2 16 - version: 6.6.2(@netlify/api@14.0.10)(@types/node@24.10.1)(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(yaml@2.8.1) 16 + version: 6.6.2(@netlify/api@14.0.10)(@types/node@24.10.1)(astro@5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(yaml@2.8.1) 17 17 '@astrojs/rss': 18 18 specifier: ^4.0.14 19 19 version: 4.0.14 ··· 24 24 specifier: ^0.1.2 25 25 version: 0.1.2(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 26 26 astro: 27 - specifier: ^5.16.0 28 - version: 5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 27 + specifier: ^5.16.3 28 + version: 5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 29 29 astro-og-canvas: 30 30 specifier: ^0.7.2 31 - version: 0.7.2(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 31 + version: 0.7.2(astro@5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 32 32 canvaskit-wasm: 33 33 specifier: ^0.40.0 34 34 version: 0.40.0 ··· 1144 1144 cpu: [x64] 1145 1145 os: [win32] 1146 1146 1147 - '@shikijs/core@3.15.0': 1148 - resolution: {integrity: sha512-8TOG6yG557q+fMsSVa8nkEDOZNTSxjbbR8l6lF2gyr6Np+jrPlslqDxQkN6rMXCECQ3isNPZAGszAfYoJOPGlg==} 1147 + '@shikijs/core@3.17.0': 1148 + resolution: {integrity: sha512-/HjeOnbc62C+n33QFNFrAhUlIADKwfuoS50Ht0pxujxP4QjZAlFp5Q+OkDo531SCTzivx5T18khwyBdKoPdkuw==} 1149 1149 1150 - '@shikijs/engine-javascript@3.15.0': 1151 - resolution: {integrity: sha512-ZedbOFpopibdLmvTz2sJPJgns8Xvyabe2QbmqMTz07kt1pTzfEvKZc5IqPVO/XFiEbbNyaOpjPBkkr1vlwS+qg==} 1150 + '@shikijs/engine-javascript@3.17.0': 1151 + resolution: {integrity: sha512-WwF99xdP8KfuDrIbT4wxyypfhoIxMeeOCp1AiuvzzZ6JT5B3vIuoclL8xOuuydA6LBeeNXUF/XV5zlwwex1jlA==} 1152 1152 1153 - '@shikijs/engine-oniguruma@3.15.0': 1154 - resolution: {integrity: sha512-HnqFsV11skAHvOArMZdLBZZApRSYS4LSztk2K3016Y9VCyZISnlYUYsL2hzlS7tPqKHvNqmI5JSUJZprXloMvA==} 1153 + '@shikijs/engine-oniguruma@3.17.0': 1154 + resolution: {integrity: sha512-flSbHZAiOZDNTrEbULY8DLWavu/TyVu/E7RChpLB4WvKX4iHMfj80C6Hi3TjIWaQtHOW0KC6kzMcuB5TO1hZ8Q==} 1155 1155 1156 - '@shikijs/langs@3.15.0': 1157 - resolution: {integrity: sha512-WpRvEFvkVvO65uKYW4Rzxs+IG0gToyM8SARQMtGGsH4GDMNZrr60qdggXrFOsdfOVssG/QQGEl3FnJ3EZ+8w8A==} 1156 + '@shikijs/langs@3.17.0': 1157 + resolution: {integrity: sha512-icmur2n5Ojb+HAiQu6NEcIIJ8oWDFGGEpiqSCe43539Sabpx7Y829WR3QuUW2zjTM4l6V8Sazgb3rrHO2orEAw==} 1158 1158 1159 - '@shikijs/themes@3.15.0': 1160 - resolution: {integrity: sha512-8ow2zWb1IDvCKjYb0KiLNrK4offFdkfNVPXb1OZykpLCzRU6j+efkY+Y7VQjNlNFXonSw+4AOdGYtmqykDbRiQ==} 1159 + '@shikijs/themes@3.17.0': 1160 + resolution: {integrity: sha512-/xEizMHLBmMHwtx4JuOkRf3zwhWD2bmG5BRr0IPjpcWpaq4C3mYEuTk/USAEglN0qPrTwEHwKVpSu/y2jhferA==} 1161 1161 1162 - '@shikijs/types@3.15.0': 1163 - resolution: {integrity: sha512-BnP+y/EQnhihgHy4oIAN+6FFtmfTekwOLsQbRw9hOKwqgNy8Bdsjq8B05oAt/ZgvIWWFrshV71ytOrlPfYjIJw==} 1162 + '@shikijs/types@3.17.0': 1163 + resolution: {integrity: sha512-wjLVfutYWVUnxAjsWEob98xgyaGv0dTEnMZDruU5mRjVN7szcGOfgO+997W2yR6odp+1PtSBNeSITRRTfUzK/g==} 1164 1164 1165 1165 '@shikijs/vscode-textmate@10.0.2': 1166 1166 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 1519 1519 peerDependencies: 1520 1520 astro: ^3.0.0 || ^4.0.0 || ^5.0.0 1521 1521 1522 - astro@5.16.0: 1523 - resolution: {integrity: sha512-GaDRs2Mngpw3dr2vc085GnORh98NiXxwIjg/EoQQQl/icZt3Z7s0BRsYHDZ8swkZbOA6wZsqWJdrNirl+iKcDg==} 1522 + astro@5.16.3: 1523 + resolution: {integrity: sha512-KzDk41F9Dspf5fM/Ls4XZhV4/csjJcWBrlenbnp5V3NGwU1zEaJz/HIyrdKdf5yw+FgwCeD2+Yos1Xkx9gnI0A==} 1524 1524 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1525 1525 hasBin: true 1526 1526 ··· 1763 1763 cookie-es@1.2.2: 1764 1764 resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} 1765 1765 1766 - cookie@1.0.2: 1767 - resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} 1766 + cookie@1.1.1: 1767 + resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==} 1768 1768 engines: {node: '>=18'} 1769 1769 1770 1770 copy-file@11.1.0: ··· 3159 3159 package-json-from-dist@1.0.1: 3160 3160 resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} 3161 3161 3162 - package-manager-detector@1.5.0: 3163 - resolution: {integrity: sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==} 3162 + package-manager-detector@1.6.0: 3163 + resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==} 3164 3164 3165 3165 pako@0.2.9: 3166 3166 resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} ··· 3528 3528 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 3529 3529 engines: {node: '>=8'} 3530 3530 3531 - shiki@3.15.0: 3532 - resolution: {integrity: sha512-kLdkY6iV3dYbtPwS9KXU7mjfmDm25f5m0IPNFnaXO7TBPcvbUOY72PYXSuSqDzwp+vlH/d7MXpHlKO/x+QoLXw==} 3531 + shiki@3.17.0: 3532 + resolution: {integrity: sha512-lUZfWsyW7czITYTdo/Tb6ZM4VfyXlzmKYBQBjTz+pBzPPkP08RgIt00Ls1Z50Cl3SfwJsue6WbJeF3UgqLVI9Q==} 3533 3533 3534 3534 signal-exit@4.1.0: 3535 3535 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} ··· 4137 4137 remark-parse: 11.0.0 4138 4138 remark-rehype: 11.1.2 4139 4139 remark-smartypants: 3.0.2 4140 - shiki: 3.15.0 4140 + shiki: 3.17.0 4141 4141 smol-toml: 1.5.2 4142 4142 unified: 11.0.5 4143 4143 unist-util-remove-position: 5.0.0 ··· 4147 4147 transitivePeerDependencies: 4148 4148 - supports-color 4149 4149 4150 - '@astrojs/mdx@4.3.12(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 4150 + '@astrojs/mdx@4.3.12(astro@5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 4151 4151 dependencies: 4152 4152 '@astrojs/markdown-remark': 6.3.9 4153 4153 '@mdx-js/mdx': 3.1.1 4154 4154 acorn: 8.15.0 4155 - astro: 5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4155 + astro: 5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4156 4156 es-module-lexer: 1.7.0 4157 4157 estree-util-visit: 2.0.0 4158 4158 hast-util-to-html: 9.0.5 ··· 4166 4166 transitivePeerDependencies: 4167 4167 - supports-color 4168 4168 4169 - '@astrojs/netlify@6.6.2(@netlify/api@14.0.10)(@types/node@24.10.1)(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(yaml@2.8.1)': 4169 + '@astrojs/netlify@6.6.2(@netlify/api@14.0.10)(@types/node@24.10.1)(astro@5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(yaml@2.8.1)': 4170 4170 dependencies: 4171 4171 '@astrojs/internal-helpers': 0.7.5 4172 4172 '@astrojs/underscore-redirects': 1.0.0 ··· 4174 4174 '@netlify/functions': 5.1.0 4175 4175 '@netlify/vite-plugin': 2.7.14(@netlify/api@14.0.10)(rollup@4.53.3)(vite@6.4.1(@types/node@24.10.1)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1)) 4176 4176 '@vercel/nft': 0.30.3(rollup@4.53.3) 4177 - astro: 5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4177 + astro: 5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4178 4178 esbuild: 0.25.12 4179 4179 tinyglobby: 0.2.15 4180 4180 vite: 6.4.1(@types/node@24.10.1)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1) ··· 4902 4902 dependencies: 4903 4903 '@netlify/dev-utils': 4.3.2 4904 4904 '@netlify/redirect-parser': 15.0.3 4905 - cookie: 1.0.2 4905 + cookie: 1.1.1 4906 4906 jsonwebtoken: 9.0.2 4907 4907 netlify-redirector: 0.5.0 4908 4908 ··· 5145 5145 '@playform/inline@0.1.2(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)': 5146 5146 dependencies: 5147 5147 '@playform/pipe': 0.1.3 5148 - astro: 5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5148 + astro: 5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5149 5149 beasties: 0.2.0 5150 5150 deepmerge-ts: 7.1.5 5151 5151 transitivePeerDependencies: ··· 5263 5263 '@rollup/rollup-win32-x64-msvc@4.53.3': 5264 5264 optional: true 5265 5265 5266 - '@shikijs/core@3.15.0': 5266 + '@shikijs/core@3.17.0': 5267 5267 dependencies: 5268 - '@shikijs/types': 3.15.0 5268 + '@shikijs/types': 3.17.0 5269 5269 '@shikijs/vscode-textmate': 10.0.2 5270 5270 '@types/hast': 3.0.4 5271 5271 hast-util-to-html: 9.0.5 5272 5272 5273 - '@shikijs/engine-javascript@3.15.0': 5273 + '@shikijs/engine-javascript@3.17.0': 5274 5274 dependencies: 5275 - '@shikijs/types': 3.15.0 5275 + '@shikijs/types': 3.17.0 5276 5276 '@shikijs/vscode-textmate': 10.0.2 5277 5277 oniguruma-to-es: 4.3.4 5278 5278 5279 - '@shikijs/engine-oniguruma@3.15.0': 5279 + '@shikijs/engine-oniguruma@3.17.0': 5280 5280 dependencies: 5281 - '@shikijs/types': 3.15.0 5281 + '@shikijs/types': 3.17.0 5282 5282 '@shikijs/vscode-textmate': 10.0.2 5283 5283 5284 - '@shikijs/langs@3.15.0': 5284 + '@shikijs/langs@3.17.0': 5285 5285 dependencies: 5286 - '@shikijs/types': 3.15.0 5286 + '@shikijs/types': 3.17.0 5287 5287 5288 - '@shikijs/themes@3.15.0': 5288 + '@shikijs/themes@3.17.0': 5289 5289 dependencies: 5290 - '@shikijs/types': 3.15.0 5290 + '@shikijs/types': 3.17.0 5291 5291 5292 - '@shikijs/types@3.15.0': 5292 + '@shikijs/types@3.17.0': 5293 5293 dependencies: 5294 5294 '@shikijs/vscode-textmate': 10.0.2 5295 5295 '@types/hast': 3.0.4 ··· 5778 5778 transitivePeerDependencies: 5779 5779 - supports-color 5780 5780 5781 - astro-og-canvas@0.7.2(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)): 5781 + astro-og-canvas@0.7.2(astro@5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)): 5782 5782 dependencies: 5783 - astro: 5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5783 + astro: 5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5784 5784 canvaskit-wasm: 0.40.0 5785 5785 deterministic-object-hash: 2.0.2 5786 5786 entities: 7.0.0 5787 5787 5788 - astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1): 5788 + astro@5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1): 5789 5789 dependencies: 5790 5790 '@astrojs/compiler': 2.13.0 5791 5791 '@astrojs/internal-helpers': 0.7.5 ··· 5801 5801 ci-info: 4.3.1 5802 5802 clsx: 2.1.1 5803 5803 common-ancestor-path: 1.0.1 5804 - cookie: 1.0.2 5804 + cookie: 1.1.1 5805 5805 cssesc: 3.0.0 5806 5806 debug: 4.4.3 5807 5807 deterministic-object-hash: 2.0.2 ··· 5825 5825 neotraverse: 0.6.18 5826 5826 p-limit: 6.2.0 5827 5827 p-queue: 8.1.1 5828 - package-manager-detector: 1.5.0 5828 + package-manager-detector: 1.6.0 5829 5829 piccolore: 0.1.3 5830 5830 picomatch: 4.0.3 5831 5831 prompts: 2.4.2 5832 5832 rehype: 13.0.2 5833 5833 semver: 7.7.3 5834 - shiki: 3.15.0 5834 + shiki: 3.17.0 5835 5835 smol-toml: 1.5.2 5836 5836 svgo: 4.0.0 5837 5837 tinyexec: 1.0.2 ··· 6091 6091 6092 6092 cookie-es@1.2.2: {} 6093 6093 6094 - cookie@1.0.2: {} 6094 + cookie@1.1.1: {} 6095 6095 6096 6096 copy-file@11.1.0: 6097 6097 dependencies: ··· 7946 7946 7947 7947 package-json-from-dist@1.0.1: {} 7948 7948 7949 - package-manager-detector@1.5.0: {} 7949 + package-manager-detector@1.6.0: {} 7950 7950 7951 7951 pako@0.2.9: {} 7952 7952 ··· 8464 8464 8465 8465 shebang-regex@3.0.0: {} 8466 8466 8467 - shiki@3.15.0: 8467 + shiki@3.17.0: 8468 8468 dependencies: 8469 - '@shikijs/core': 3.15.0 8470 - '@shikijs/engine-javascript': 3.15.0 8471 - '@shikijs/engine-oniguruma': 3.15.0 8472 - '@shikijs/langs': 3.15.0 8473 - '@shikijs/themes': 3.15.0 8474 - '@shikijs/types': 3.15.0 8469 + '@shikijs/core': 3.17.0 8470 + '@shikijs/engine-javascript': 3.17.0 8471 + '@shikijs/engine-oniguruma': 3.17.0 8472 + '@shikijs/langs': 3.17.0 8473 + '@shikijs/themes': 3.17.0 8474 + '@shikijs/types': 3.17.0 8475 8475 '@shikijs/vscode-textmate': 10.0.2 8476 8476 '@types/hast': 3.0.4 8477 8477