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.14.1 to 5.14.4

[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.14.1 to 5.14.4.
<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.14.4</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://redirect.github.com/withastro/astro/pull/14509">#14509</a> <a href="https://github.com/withastro/astro/commit/7e04caf9a4a75c75f06c4207fae601a5fd251735"><code>7e04caf</code></a> Thanks <a href="https://github.com/ArmandPhilippot"><code>@​ArmandPhilippot</code></a>! - Fixes an error in the docs that specified an incorrect version for the <code>security.allowedDomains</code> release.</li>
</ul>
<h2>astro@5.14.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14505">#14505</a> <a href="https://github.com/withastro/astro/commit/28b2a1db4f3f265632f280b0dbc4c5f241c387e2"><code>28b2a1d</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes <code>Cannot set property manifest</code> error in test utilities by adding a protected setter for the manifest property</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14235">#14235</a> <a href="https://github.com/withastro/astro/commit/c4d84bb654c9a5064b243e971c3b5b280e2b3791"><code>c4d84bb</code></a> Thanks <a href="https://github.com/toxeeec"><code>@​toxeeec</code></a>! - Fixes a bug where the &quot;tap&quot; prefetch strategy worked only on the first clicked link with view transitions enabled</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.14.4</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://redirect.github.com/withastro/astro/pull/14509">#14509</a> <a href="https://github.com/withastro/astro/commit/7e04caf9a4a75c75f06c4207fae601a5fd251735"><code>7e04caf</code></a> Thanks <a href="https://github.com/ArmandPhilippot"><code>@​ArmandPhilippot</code></a>! - Fixes an error in the docs that specified an incorrect version for the <code>security.allowedDomains</code> release.</li>
</ul>
<h2>5.14.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14505">#14505</a> <a href="https://github.com/withastro/astro/commit/28b2a1db4f3f265632f280b0dbc4c5f241c387e2"><code>28b2a1d</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes <code>Cannot set property manifest</code> error in test utilities by adding a protected setter for the manifest property</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14235">#14235</a> <a href="https://github.com/withastro/astro/commit/c4d84bb654c9a5064b243e971c3b5b280e2b3791"><code>c4d84bb</code></a> Thanks <a href="https://github.com/toxeeec"><code>@​toxeeec</code></a>! - Fixes a bug where the &quot;tap&quot; prefetch strategy worked only on the first clicked link with view transitions enabled</p>
</li>
</ul>
<h2>5.14.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14459">#14459</a> <a href="https://github.com/withastro/astro/commit/916f9c2e094f19562cfe722ca0a5fafb0f313c2e"><code>916f9c2</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Improves font files URLs in development when using the experimental fonts API by showing the subset if present</p>
</li>
<li>
<p><a href="https://github.com/withastro/astro/commit/b8ca69b97149becefaf89bf21853de9c905cdbb7"><code>b8ca69b</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Aligns dev image server file base with Vite rules</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14469">#14469</a> <a href="https://github.com/withastro/astro/commit/1c090b00c1f5c3d8e938ac873fc63ab2f1ae37f1"><code>1c090b0</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Updates <code>tinyexec</code> dependency</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14460">#14460</a> <a href="https://github.com/withastro/astro/commit/008dc75d860eadbb394e86dac68c7f4962e40489"><code>008dc75</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a case where <code>astro:config/server</code> values typed as URLs would be serialized as strings</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/13730">#13730</a> <a href="https://github.com/withastro/astro/commit/72603676818d1c433ac2751843a8a9b0cc9b48c9"><code>7260367</code></a> Thanks <a href="https://github.com/razonyang"><code>@​razonyang</code></a>! - Fixes a bug in i18n, where Astro caused an infinite loop when a locale that doesn't have an index, and Astro falls back to the index of the default locale.</p>
</li>
<li>
<p><a href="https://github.com/withastro/astro/commit/6ee63bfac4856f21b4d4633021b3d2ee059e553f"><code>6ee63bf</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Adds <code>security.allowedDomains</code> configuration to validate <code>X-Forwarded-Host</code> headers in SSR</p>
<p>The <code>X-Forwarded-Host</code> header will now only be trusted if it matches one of the configured allowed host patterns. This prevents <a href="https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/07-Input_Validation_Testing/17-Testing_for_Host_Header_Injection">host header injection attacks</a> that can lead to cache poisoning and other security vulnerabilities.</p>
<p>Configure allowed host patterns to enable <code>X-Forwarded-Host</code> support:</p>
<pre lang="js"><code>// astro.config.mjs
export default defineConfig({
output: 'server',
adapter: node(),
security: {
allowedDomains: [
{ hostname: 'example.com' },
{ hostname: '*.example.com' },
{ hostname: 'cdn.example.com', port: '443' },
],
},
});
</code></pre>
<p>The patterns support wildcards (<code>*</code> and <code>**</code>) for flexible hostname matching and can optionally specify protocol and port.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/withastro/astro/commit/3412859d37b3282a967278eba86f22cdb373eac7"><code>3412859</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14510">#14510</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/7e04caf9a4a75c75f06c4207fae601a5fd251735"><code>7e04caf</code></a> docs: fix <code>security.allowedDomains</code> version (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14509">#14509</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/fe1d35cc950b16a6462102b98b48753d27395e03"><code>fe1d35c</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14507">#14507</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/7926882013c2f493aeb2fe9b162e515e65e68e81"><code>7926882</code></a> [ci] format</li>
<li><a href="https://github.com/withastro/astro/commit/c4d84bb654c9a5064b243e971c3b5b280e2b3791"><code>c4d84bb</code></a> fix(prefetch): Fix &quot;tap&quot; prefetch strategy when view transitions are enabled ...</li>
<li><a href="https://github.com/withastro/astro/commit/3bb14b7dbbc236f55096631401703a290321031e"><code>3bb14b7</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14466">#14466</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/7a5aafff7b6d424164bf76d25c231d8860a26e25"><code>7a5aaff</code></a> [ci] format</li>
<li><a href="https://github.com/withastro/astro/commit/28b2a1db4f3f265632f280b0dbc4c5f241c387e2"><code>28b2a1d</code></a> Fix failing x-forwarded-host tests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14505">#14505</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/ec307b02e3e866fa53ea6715b5f6f05dbb323953"><code>ec307b0</code></a> [ci] format</li>
<li><a href="https://github.com/withastro/astro/commit/6ee63bfac4856f21b4d4633021b3d2ee059e553f"><code>6ee63bf</code></a> Merge commit from fork</li>
<li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@5.14.4/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.14.1&new-version=5.14.4)](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
dabf223d a4a6d6c4

+49 -116
+1 -1
package.json
··· 22 22 "@astrojs/rss": "^4.0.12", 23 23 "@astrojs/sitemap": "^3.6.0", 24 24 "@playform/inline": "^0.1.2", 25 - "astro": "^5.14.1", 25 + "astro": "^5.14.4", 26 26 "astro-og-canvas": "^0.7.2", 27 27 "canvaskit-wasm": "^0.40.0", 28 28 "feed": "^5.1.0",
+48 -115
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/mdx': 12 12 specifier: ^4.3.7 13 - version: 4.3.7(astro@5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 13 + version: 4.3.7(astro@5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.5.12 16 - version: 6.5.12(@types/node@24.7.2)(astro@5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(yaml@2.8.1) 16 + version: 6.5.12(@types/node@24.7.2)(astro@5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(yaml@2.8.1) 17 17 '@astrojs/rss': 18 18 specifier: ^4.0.12 19 19 version: 4.0.12 ··· 24 24 specifier: ^0.1.2 25 25 version: 0.1.2(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 26 26 astro: 27 - specifier: ^5.14.1 28 - version: 5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 27 + specifier: ^5.14.4 28 + version: 5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(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.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 31 + version: 0.7.2(astro@5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(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 ··· 117 117 '@astrojs/compiler@2.13.0': 118 118 resolution: {integrity: sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==} 119 119 120 - '@astrojs/internal-helpers@0.7.3': 121 - resolution: {integrity: sha512-6Pl0bQEIChuW5wqN7jdKrzWfCscW2rG/Cz+fzt4PhSQX2ivBpnhXgFUCs0M3DCYvjYHnPVG2W36X5rmFjZ62sw==} 122 - 123 120 '@astrojs/internal-helpers@0.7.4': 124 121 resolution: {integrity: sha512-lDA9MqE8WGi7T/t2BMi+EAXhs4Vcvr94Gqx3q15cFEz8oFZMO4/SFBqYr/UcmNlvW+35alowkVj+w9VhLvs5Cw==} 125 - 126 - '@astrojs/markdown-remark@6.3.7': 127 - resolution: {integrity: sha512-KXGdq6/BC18doBCYXp08alHlWChH0hdD2B1qv9wIyOHbvwI5K6I7FhSta8dq1hBQNdun8YkKPR013D/Hm8xd0g==} 128 122 129 123 '@astrojs/markdown-remark@6.3.8': 130 124 resolution: {integrity: sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==} ··· 178 172 resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==} 179 173 engines: {node: '>=6.9.0'} 180 174 181 - '@capsizecss/unpack@2.4.0': 182 - resolution: {integrity: sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==} 175 + '@capsizecss/unpack@3.0.0': 176 + resolution: {integrity: sha512-+ntATQe1AlL7nTOYjwjj6w3299CgRot48wL761TUGYpYgAou3AaONZazp0PKZyCyWhudWsjhq1nvRHOvbMzhTA==} 177 + engines: {node: '>=18'} 183 178 184 179 '@colors/colors@1.6.0': 185 180 resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} ··· 979 974 '@types/node@22.13.14': 980 975 resolution: {integrity: sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==} 981 976 982 - '@types/node@24.5.2': 983 - resolution: {integrity: sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==} 984 - 985 977 '@types/node@24.7.2': 986 978 resolution: {integrity: sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==} 987 979 ··· 1275 1267 peerDependencies: 1276 1268 astro: ^3.0.0 || ^4.0.0 || ^5.0.0 1277 1269 1278 - astro@5.14.1: 1279 - resolution: {integrity: sha512-gPa8NY7/lP8j8g81iy8UwANF3+aukKRWS68IlthZQNgykpg80ne6lbHOp6FErYycxQ1TUhgEfkXVDQZAoJx8Bg==} 1270 + astro@5.14.4: 1271 + resolution: {integrity: sha512-yqgMAO2Whi9GmZkByyiPcG7CiiPr0Me0iBSorMa6M0g+wQk/ewnIqUyr7T/uFCPTQndoKwucnYFTrf0yfb0urw==} 1280 1272 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1281 1273 hasBin: true 1282 1274 ··· 1336 1328 1337 1329 bindings@1.5.0: 1338 1330 resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} 1339 - 1340 - blob-to-buffer@1.2.9: 1341 - resolution: {integrity: sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==} 1342 1331 1343 1332 boolbase@1.0.0: 1344 1333 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} ··· 1421 1410 resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} 1422 1411 engines: {node: '>=18'} 1423 1412 1424 - ci-info@4.3.0: 1425 - resolution: {integrity: sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==} 1413 + ci-info@4.3.1: 1414 + resolution: {integrity: sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==} 1426 1415 engines: {node: '>=8'} 1427 1416 1428 1417 citty@0.1.6: ··· 1542 1531 cron-parser@4.9.0: 1543 1532 resolution: {integrity: sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==} 1544 1533 engines: {node: '>=12.0.0'} 1545 - 1546 - cross-fetch@3.2.0: 1547 - resolution: {integrity: sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==} 1548 1534 1549 1535 cross-spawn@7.0.6: 1550 1536 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} ··· 2020 2006 fn.name@1.1.0: 2021 2007 resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} 2022 2008 2023 - fontace@0.3.0: 2024 - resolution: {integrity: sha512-czoqATrcnxgWb/nAkfyIrRp6Q8biYj7nGnL6zfhTcX+JKKpWHFBnb8uNMw/kZr7u++3Y3wYSYoZgHkCcsuBpBg==} 2009 + fontace@0.3.1: 2010 + resolution: {integrity: sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==} 2025 2011 2026 2012 fontkit@2.0.4: 2027 2013 resolution: {integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==} ··· 2919 2905 package-json-from-dist@1.0.1: 2920 2906 resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} 2921 2907 2922 - package-manager-detector@1.3.0: 2923 - resolution: {integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==} 2908 + package-manager-detector@1.4.0: 2909 + resolution: {integrity: sha512-rRZ+pR1Usc+ND9M2NkmCvE/LYJS+8ORVV9X0KuNSY/gFsp7RBHJM/ADh9LYq4Vvfq6QkKrW6/weuh8SMEtN5gw==} 2924 2910 2925 2911 pako@0.2.9: 2926 2912 resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} ··· 3431 3417 tiny-inflate@1.0.3: 3432 3418 resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} 3433 3419 3434 - tinyexec@0.3.2: 3435 - resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} 3420 + tinyexec@1.0.1: 3421 + resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} 3436 3422 3437 3423 tinyglobby@0.2.15: 3438 3424 resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} ··· 3531 3517 undici-types@6.20.0: 3532 3518 resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} 3533 3519 3534 - undici-types@7.12.0: 3535 - resolution: {integrity: sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==} 3536 - 3537 3520 undici-types@7.14.0: 3538 3521 resolution: {integrity: sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==} 3539 3522 ··· 3550 3533 unified@11.0.5: 3551 3534 resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} 3552 3535 3553 - unifont@0.5.2: 3554 - resolution: {integrity: sha512-LzR4WUqzH9ILFvjLAUU7dK3Lnou/qd5kD+IakBtBK4S15/+x2y9VX+DcWQv6s551R6W+vzwgVS6tFg3XggGBgg==} 3536 + unifont@0.6.0: 3537 + resolution: {integrity: sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==} 3555 3538 3556 3539 unist-util-find-after@5.0.0: 3557 3540 resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} ··· 3870 3853 3871 3854 '@astrojs/compiler@2.13.0': {} 3872 3855 3873 - '@astrojs/internal-helpers@0.7.3': {} 3874 - 3875 3856 '@astrojs/internal-helpers@0.7.4': {} 3876 3857 3877 - '@astrojs/markdown-remark@6.3.7': 3878 - dependencies: 3879 - '@astrojs/internal-helpers': 0.7.3 3880 - '@astrojs/prism': 3.3.0 3881 - github-slugger: 2.0.0 3882 - hast-util-from-html: 2.0.3 3883 - hast-util-to-text: 4.0.2 3884 - import-meta-resolve: 4.2.0 3885 - js-yaml: 4.1.0 3886 - mdast-util-definitions: 6.0.0 3887 - rehype-raw: 7.0.0 3888 - rehype-stringify: 10.0.1 3889 - remark-gfm: 4.0.1 3890 - remark-parse: 11.0.0 3891 - remark-rehype: 11.1.2 3892 - remark-smartypants: 3.0.2 3893 - shiki: 3.13.0 3894 - smol-toml: 1.4.2 3895 - unified: 11.0.5 3896 - unist-util-remove-position: 5.0.0 3897 - unist-util-visit: 5.0.0 3898 - unist-util-visit-parents: 6.0.1 3899 - vfile: 6.0.3 3900 - transitivePeerDependencies: 3901 - - supports-color 3902 - 3903 3858 '@astrojs/markdown-remark@6.3.8': 3904 3859 dependencies: 3905 3860 '@astrojs/internal-helpers': 0.7.4 ··· 3926 3881 transitivePeerDependencies: 3927 3882 - supports-color 3928 3883 3929 - '@astrojs/mdx@4.3.7(astro@5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 3884 + '@astrojs/mdx@4.3.7(astro@5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 3930 3885 dependencies: 3931 3886 '@astrojs/markdown-remark': 6.3.8 3932 3887 '@mdx-js/mdx': 3.1.1 3933 3888 acorn: 8.15.0 3934 - astro: 5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 3889 + astro: 5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 3935 3890 es-module-lexer: 1.7.0 3936 3891 estree-util-visit: 2.0.0 3937 3892 hast-util-to-html: 9.0.5 ··· 3945 3900 transitivePeerDependencies: 3946 3901 - supports-color 3947 3902 3948 - '@astrojs/netlify@6.5.12(@types/node@24.7.2)(astro@5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(yaml@2.8.1)': 3903 + '@astrojs/netlify@6.5.12(@types/node@24.7.2)(astro@5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(yaml@2.8.1)': 3949 3904 dependencies: 3950 3905 '@astrojs/internal-helpers': 0.7.4 3951 3906 '@astrojs/underscore-redirects': 1.0.0 ··· 3953 3908 '@netlify/functions': 4.3.0(rollup@4.52.4) 3954 3909 '@netlify/vite-plugin': 2.7.0(rollup@4.52.4)(vite@6.3.6(@types/node@24.7.2)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1)) 3955 3910 '@vercel/nft': 0.30.2(rollup@4.52.4) 3956 - astro: 5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 3911 + astro: 5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 3957 3912 esbuild: 0.25.10 3958 3913 tinyglobby: 0.2.15 3959 3914 vite: 6.3.6(@types/node@24.7.2)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1) ··· 4011 3966 4012 3967 '@astrojs/telemetry@3.3.0': 4013 3968 dependencies: 4014 - ci-info: 4.3.0 3969 + ci-info: 4.3.1 4015 3970 debug: 4.4.3 4016 3971 dlv: 1.1.3 4017 3972 dset: 3.1.4 ··· 4042 3997 '@babel/helper-string-parser': 7.27.1 4043 3998 '@babel/helper-validator-identifier': 7.27.1 4044 3999 4045 - '@capsizecss/unpack@2.4.0': 4000 + '@capsizecss/unpack@3.0.0': 4046 4001 dependencies: 4047 - blob-to-buffer: 1.2.9 4048 - cross-fetch: 3.2.0 4049 4002 fontkit: 2.0.4 4050 - transitivePeerDependencies: 4051 - - encoding 4052 4003 4053 4004 '@colors/colors@1.6.0': {} 4054 4005 ··· 4751 4702 '@playform/inline@0.1.2(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)': 4752 4703 dependencies: 4753 4704 '@playform/pipe': 0.1.3 4754 - astro: 5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4705 + astro: 5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4755 4706 beasties: 0.2.0 4756 4707 deepmerge-ts: 7.1.5 4757 4708 transitivePeerDependencies: ··· 4772 4723 - '@vercel/kv' 4773 4724 - aws4fetch 4774 4725 - db0 4775 - - encoding 4776 4726 - idb-keyval 4777 4727 - ioredis 4778 4728 - jiti ··· 4924 4874 4925 4875 '@types/fontkit@2.0.8': 4926 4876 dependencies: 4927 - '@types/node': 24.5.2 4877 + '@types/node': 24.7.2 4928 4878 4929 4879 '@types/hast@3.0.4': 4930 4880 dependencies: ··· 4961 4911 dependencies: 4962 4912 undici-types: 6.20.0 4963 4913 4964 - '@types/node@24.5.2': 4965 - dependencies: 4966 - undici-types: 7.12.0 4967 - 4968 4914 '@types/node@24.7.2': 4969 4915 dependencies: 4970 4916 undici-types: 7.14.0 4971 - optional: true 4972 4917 4973 4918 '@types/normalize-package-data@2.4.4': {} 4974 4919 ··· 5375 5320 espree: 10.4.0 5376 5321 fast-glob: 3.3.3 5377 5322 is-glob: 4.0.3 5378 - semver: 7.7.2 5323 + semver: 7.7.3 5379 5324 transitivePeerDependencies: 5380 5325 - supports-color 5381 5326 5382 - astro-og-canvas@0.7.2(astro@5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)): 5327 + astro-og-canvas@0.7.2(astro@5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)): 5383 5328 dependencies: 5384 - astro: 5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5329 + astro: 5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5385 5330 canvaskit-wasm: 0.40.0 5386 5331 deterministic-object-hash: 2.0.2 5387 5332 entities: 7.0.0 5388 5333 5389 - astro@5.14.1(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1): 5334 + astro@5.14.4(@netlify/blobs@10.1.0)(@types/node@24.7.2)(jiti@2.6.1)(rollup@4.52.4)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1): 5390 5335 dependencies: 5391 5336 '@astrojs/compiler': 2.13.0 5392 - '@astrojs/internal-helpers': 0.7.3 5393 - '@astrojs/markdown-remark': 6.3.7 5337 + '@astrojs/internal-helpers': 0.7.4 5338 + '@astrojs/markdown-remark': 6.3.8 5394 5339 '@astrojs/telemetry': 3.3.0 5395 - '@capsizecss/unpack': 2.4.0 5340 + '@capsizecss/unpack': 3.0.0 5396 5341 '@oslojs/encoding': 1.1.0 5397 5342 '@rollup/pluginutils': 5.3.0(rollup@4.52.4) 5398 5343 acorn: 8.15.0 5399 5344 aria-query: 5.3.2 5400 5345 axobject-query: 4.1.0 5401 5346 boxen: 8.0.1 5402 - ci-info: 4.3.0 5347 + ci-info: 4.3.1 5403 5348 clsx: 2.1.1 5404 5349 common-ancestor-path: 1.0.1 5405 5350 cookie: 1.0.2 ··· 5414 5359 esbuild: 0.25.10 5415 5360 estree-walker: 3.0.3 5416 5361 flattie: 1.1.1 5417 - fontace: 0.3.0 5362 + fontace: 0.3.1 5418 5363 github-slugger: 2.0.0 5419 5364 html-escaper: 3.0.3 5420 5365 http-cache-semantics: 4.2.0 ··· 5427 5372 neotraverse: 0.6.18 5428 5373 p-limit: 6.2.0 5429 5374 p-queue: 8.1.1 5430 - package-manager-detector: 1.3.0 5375 + package-manager-detector: 1.4.0 5431 5376 picomatch: 4.0.3 5432 5377 prompts: 2.4.2 5433 5378 rehype: 13.0.2 5434 - semver: 7.7.2 5379 + semver: 7.7.3 5435 5380 shiki: 3.13.0 5436 5381 smol-toml: 1.4.2 5437 - tinyexec: 0.3.2 5382 + tinyexec: 1.0.1 5438 5383 tinyglobby: 0.2.15 5439 5384 tsconfck: 3.1.6(typescript@5.9.3) 5440 5385 ultrahtml: 1.6.0 5441 - unifont: 0.5.2 5386 + unifont: 0.6.0 5442 5387 unist-util-visit: 5.0.0 5443 5388 unstorage: 1.17.1(@netlify/blobs@10.1.0) 5444 5389 vfile: 6.0.3 ··· 5470 5415 - '@vercel/kv' 5471 5416 - aws4fetch 5472 5417 - db0 5473 - - encoding 5474 5418 - idb-keyval 5475 5419 - ioredis 5476 5420 - jiti ··· 5535 5479 dependencies: 5536 5480 file-uri-to-path: 1.0.0 5537 5481 5538 - blob-to-buffer@1.2.9: {} 5539 - 5540 5482 boolbase@1.0.0: {} 5541 5483 5542 5484 boxen@8.0.1: ··· 5613 5555 5614 5556 chownr@3.0.0: {} 5615 5557 5616 - ci-info@4.3.0: {} 5558 + ci-info@4.3.1: {} 5617 5559 5618 5560 citty@0.1.6: 5619 5561 dependencies: ··· 5712 5654 dependencies: 5713 5655 luxon: 3.7.2 5714 5656 5715 - cross-fetch@3.2.0: 5716 - dependencies: 5717 - node-fetch: 2.7.0 5718 - transitivePeerDependencies: 5719 - - encoding 5720 - 5721 5657 cross-spawn@7.0.6: 5722 5658 dependencies: 5723 5659 path-key: 3.1.1 ··· 5980 5916 eslint-compat-utils@0.6.5(eslint@9.37.0(jiti@2.6.1)): 5981 5917 dependencies: 5982 5918 eslint: 9.37.0(jiti@2.6.1) 5983 - semver: 7.7.2 5919 + semver: 7.7.3 5984 5920 5985 5921 eslint-config-prettier@10.1.8(eslint@9.37.0(jiti@2.6.1)): 5986 5922 dependencies: ··· 6231 6167 6232 6168 fn.name@1.1.0: {} 6233 6169 6234 - fontace@0.3.0: 6170 + fontace@0.3.1: 6235 6171 dependencies: 6236 6172 '@types/fontkit': 2.0.8 6237 6173 fontkit: 2.0.4 ··· 7522 7458 7523 7459 package-json-from-dist@1.0.1: {} 7524 7460 7525 - package-manager-detector@1.3.0: {} 7461 + package-manager-detector@1.4.0: {} 7526 7462 7527 7463 pako@0.2.9: {} 7528 7464 ··· 8198 8134 8199 8135 tiny-inflate@1.0.3: {} 8200 8136 8201 - tinyexec@0.3.2: {} 8137 + tinyexec@1.0.1: {} 8202 8138 8203 8139 tinyglobby@0.2.15: 8204 8140 dependencies: ··· 8275 8211 8276 8212 undici-types@6.20.0: {} 8277 8213 8278 - undici-types@7.12.0: {} 8279 - 8280 - undici-types@7.14.0: 8281 - optional: true 8214 + undici-types@7.14.0: {} 8282 8215 8283 8216 unicode-properties@1.4.1: 8284 8217 dependencies: ··· 8302 8235 trough: 2.2.0 8303 8236 vfile: 6.0.3 8304 8237 8305 - unifont@0.5.2: 8238 + unifont@0.6.0: 8306 8239 dependencies: 8307 8240 css-tree: 3.1.0 8308 8241 ofetch: 1.4.1