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.3 to 5.16.4

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.3 to 5.16.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.16.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14940">#14940</a> <a href="https://github.com/withastro/astro/commit/2cf79c23c23e3364b0e6a86394b6584112786c5b"><code>2cf79c2</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes a bug where Astro didn't properly combine CSP resources from the <code>csp</code> configuration with those added using the runtime API (<code>Astro.csp.insertDirective()</code>) to form grammatically correct CSP headers</p>
<p>Now Astro correctly deduplicate CSP resources. For example, if you have a global resource in the configuration file, and then you add a
a new one using the runtime APIs.</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.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14940">#14940</a> <a href="https://github.com/withastro/astro/commit/2cf79c23c23e3364b0e6a86394b6584112786c5b"><code>2cf79c2</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes a bug where Astro didn't properly combine CSP resources from the <code>csp</code> configuration with those added using the runtime API (<code>Astro.csp.insertDirective()</code>) to form grammatically correct CSP headers</p>
<p>Now Astro correctly deduplicate CSP resources. For example, if you have a global resource in the configuration file, and then you add a
a new one using the runtime APIs.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/withastro/astro/commit/141c676df141d805aecad290c2417ff5951a0573"><code>141c676</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14930">#14930</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/d9a43e12e0880870b9cacc01e9adcf82bd7fec06"><code>d9a43e1</code></a> [ci] format</li>
<li><a href="https://github.com/withastro/astro/commit/2cf79c23c23e3364b0e6a86394b6584112786c5b"><code>2cf79c2</code></a> fix(csp): deduplicate CSP resources (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14940">#14940</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/c8ac8e5eed7fa8db7111878ada787243cedc09b7"><code>c8ac8e5</code></a> chore(fonts): classes (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14920">#14920</a>)</li>
<li>See full diff in <a href="https://github.com/withastro/astro/commits/astro@5.16.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.16.3&new-version=5.16.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
cd581aaa 8561bda7

+54 -54
+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.3", 25 + "astro": "^5.16.4", 26 26 "astro-og-canvas": "^0.7.2", 27 27 "canvaskit-wasm": "^0.40.0", 28 28 "feed": "^5.1.0",
+53 -53
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/mdx': 12 12 specifier: ^4.3.12 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.21.0)(typescript@5.9.3)(yaml@2.8.2)) 13 + version: 4.3.12(astro@5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.6.3 16 - version: 6.6.3(@netlify/api@14.0.11)(@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.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(yaml@2.8.2) 16 + version: 6.6.3(@netlify/api@14.0.11)(@types/node@24.10.1)(astro@5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(yaml@2.8.2) 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.21.0)(typescript@5.9.3)(yaml@2.8.2) 26 26 astro: 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.21.0)(typescript@5.9.3)(yaml@2.8.2) 27 + specifier: ^5.16.4 28 + version: 5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 29 29 astro-og-canvas: 30 30 specifier: ^0.7.2 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.21.0)(typescript@5.9.3)(yaml@2.8.2)) 31 + version: 0.7.2(astro@5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) 32 32 canvaskit-wasm: 33 33 specifier: ^0.40.0 34 34 version: 0.40.0 ··· 1300 1300 cpu: [x64] 1301 1301 os: [win32] 1302 1302 1303 - '@shikijs/core@3.17.1': 1304 - resolution: {integrity: sha512-VWsduykcibGU0WMi66PflThDWyqEeTOiWdCRa3wmsZuishh+1PDSOh5gGxHdSrOtS+v1pmYaxodk/JNzwusElA==} 1303 + '@shikijs/core@3.19.0': 1304 + resolution: {integrity: sha512-L7SrRibU7ZoYi1/TrZsJOFAnnHyLTE1SwHG1yNWjZIVCqjOEmCSuK2ZO9thnRbJG6TOkPp+Z963JmpCNw5nzvA==} 1305 1305 1306 - '@shikijs/engine-javascript@3.17.1': 1307 - resolution: {integrity: sha512-Ars0DVJITQrkOl5Swwy+94NL/BlOi/w1NSFbPGkcsln7Dv+M2qHaVpNHwdtWCC4/arzvjuHbyWBUsWExDHPDLw==} 1306 + '@shikijs/engine-javascript@3.19.0': 1307 + resolution: {integrity: sha512-ZfWJNm2VMhKkQIKT9qXbs76RRcT0SF/CAvEz0+RkpUDAoDaCx0uFdCGzSRiD9gSlhm6AHkjdieOBJMaO2eC1rQ==} 1308 1308 1309 - '@shikijs/engine-oniguruma@3.17.1': 1310 - resolution: {integrity: sha512-fsXPy4va/4iblEGS+22nP5V08IwwBcM+8xHUzSON0QmHm29/AJRghA95w9VDnxuwp9wOdJxEhfPkKp6vqcsN+w==} 1309 + '@shikijs/engine-oniguruma@3.19.0': 1310 + resolution: {integrity: sha512-1hRxtYIJfJSZeM5ivbUXv9hcJP3PWRo5prG/V2sWwiubUKTa+7P62d2qxCW8jiVFX4pgRHhnHNp+qeR7Xl+6kg==} 1311 1311 1312 - '@shikijs/langs@3.17.1': 1313 - resolution: {integrity: sha512-YTBVN+L2j7zBuOVjNZ2XiSNQEkm/7wZ1TSc5UO77GJPcg7Rk25WSscWA7y8pW7Bo25JIU0EWchUkq/UQjOJlJA==} 1312 + '@shikijs/langs@3.19.0': 1313 + resolution: {integrity: sha512-dBMFzzg1QiXqCVQ5ONc0z2ebyoi5BKz+MtfByLm0o5/nbUu3Iz8uaTCa5uzGiscQKm7lVShfZHU1+OG3t5hgwg==} 1314 1314 1315 - '@shikijs/themes@3.17.1': 1316 - resolution: {integrity: sha512-aohwwqNUB5h2ATfgrqYRPl8vyazqCiQ2wIV4xq+UzaBRHpqLMGSemkasK+vIEpl0YaendoaKUsDfpwhCqyHIaQ==} 1315 + '@shikijs/themes@3.19.0': 1316 + resolution: {integrity: sha512-H36qw+oh91Y0s6OlFfdSuQ0Ld+5CgB/VE6gNPK+Hk4VRbVG/XQgkjnt4KzfnnoO6tZPtKJKHPjwebOCfjd6F8A==} 1317 1317 1318 - '@shikijs/types@3.17.1': 1319 - resolution: {integrity: sha512-yUFLiCnZHHJ16KbVbt3B1EzBUadU3OVpq0PEyb301m5BbuFKApQYBzJGhrK48hH/tYWSjzwcj7BSmYbBc0zntQ==} 1318 + '@shikijs/types@3.19.0': 1319 + resolution: {integrity: sha512-Z2hdeEQlzuntf/BZpFG8a+Fsw9UVXdML7w0o3TgSXV3yNESGon+bs9ITkQb3Ki7zxoXOOu5oJWqZ2uto06V9iQ==} 1320 1320 1321 1321 '@shikijs/vscode-textmate@10.0.2': 1322 1322 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 1653 1653 peerDependencies: 1654 1654 astro: ^3.0.0 || ^4.0.0 || ^5.0.0 1655 1655 1656 - astro@5.16.3: 1657 - resolution: {integrity: sha512-KzDk41F9Dspf5fM/Ls4XZhV4/csjJcWBrlenbnp5V3NGwU1zEaJz/HIyrdKdf5yw+FgwCeD2+Yos1Xkx9gnI0A==} 1656 + astro@5.16.4: 1657 + resolution: {integrity: sha512-rgXI/8/tnO3Y9tfAaUyg/8beKhlIMltbiC8Q6jCoAfEidOyaue4KYKzbe0gJIb6qEdEaG3Kf3BY3EOSLkbWOLg==} 1658 1658 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1659 1659 hasBin: true 1660 1660 ··· 3187 3187 node-html-parser@7.0.1: 3188 3188 resolution: {integrity: sha512-KGtmPY2kS0thCWGK0VuPyOS+pBKhhe8gXztzA2ilAOhbUbxa9homF1bOyKvhGzMLXUoRds9IOmr/v5lr/lqNmA==} 3189 3189 3190 - node-mock-http@1.0.3: 3191 - resolution: {integrity: sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==} 3190 + node-mock-http@1.0.4: 3191 + resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==} 3192 3192 3193 3193 node-source-walk@7.0.1: 3194 3194 resolution: {integrity: sha512-3VW/8JpPqPvnJvseXowjZcirPisssnBuDikk6JIZ8jQzF7KJQX52iPFX4RYYxLycYH7IbMRSPUOga/esVjy5Yg==} ··· 3667 3667 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 3668 3668 engines: {node: '>=8'} 3669 3669 3670 - shiki@3.17.1: 3671 - resolution: {integrity: sha512-KbAPJo6pQpfjupOg5HW0fk/OSmeBfzza2IjZ5XbNKbqhZaCoxro/EyOgesaLvTdyDfrsAUDA6L4q14sc+k9i7g==} 3670 + shiki@3.19.0: 3671 + resolution: {integrity: sha512-77VJr3OR/VUZzPiStyRhADmO2jApMM0V2b1qf0RpfWya8Zr1PeZev5AEpPGAAKWdiYUtcZGBE4F5QvJml1PvWA==} 3672 3672 3673 3673 signal-exit@4.1.0: 3674 3674 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} ··· 4276 4276 remark-parse: 11.0.0 4277 4277 remark-rehype: 11.1.2 4278 4278 remark-smartypants: 3.0.2 4279 - shiki: 3.17.1 4279 + shiki: 3.19.0 4280 4280 smol-toml: 1.5.2 4281 4281 unified: 11.0.5 4282 4282 unist-util-remove-position: 5.0.0 ··· 4286 4286 transitivePeerDependencies: 4287 4287 - supports-color 4288 4288 4289 - '@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.21.0)(typescript@5.9.3)(yaml@2.8.2))': 4289 + '@astrojs/mdx@4.3.12(astro@5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))': 4290 4290 dependencies: 4291 4291 '@astrojs/markdown-remark': 6.3.9 4292 4292 '@mdx-js/mdx': 3.1.1 4293 4293 acorn: 8.15.0 4294 - astro: 5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 4294 + astro: 5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 4295 4295 es-module-lexer: 1.7.0 4296 4296 estree-util-visit: 2.0.0 4297 4297 hast-util-to-html: 9.0.5 ··· 4305 4305 transitivePeerDependencies: 4306 4306 - supports-color 4307 4307 4308 - '@astrojs/netlify@6.6.3(@netlify/api@14.0.11)(@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.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(yaml@2.8.2)': 4308 + '@astrojs/netlify@6.6.3(@netlify/api@14.0.11)(@types/node@24.10.1)(astro@5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(yaml@2.8.2)': 4309 4309 dependencies: 4310 4310 '@astrojs/internal-helpers': 0.7.5 4311 4311 '@astrojs/underscore-redirects': 1.0.0 ··· 4313 4313 '@netlify/functions': 5.1.0 4314 4314 '@netlify/vite-plugin': 2.7.14(@netlify/api@14.0.11)(rollup@4.53.3)(vite@6.4.1(@types/node@24.10.1)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 4315 4315 '@vercel/nft': 0.30.4(rollup@4.53.3) 4316 - astro: 5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 4316 + astro: 5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 4317 4317 esbuild: 0.25.12 4318 4318 tinyglobby: 0.2.15 4319 4319 vite: 6.4.1(@types/node@24.10.1)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) ··· 5362 5362 '@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.21.0)(typescript@5.9.3)(yaml@2.8.2)': 5363 5363 dependencies: 5364 5364 '@playform/pipe': 0.1.3 5365 - astro: 5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 5365 + astro: 5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 5366 5366 beasties: 0.2.0 5367 5367 deepmerge-ts: 7.1.5 5368 5368 transitivePeerDependencies: ··· 5480 5480 '@rollup/rollup-win32-x64-msvc@4.53.3': 5481 5481 optional: true 5482 5482 5483 - '@shikijs/core@3.17.1': 5483 + '@shikijs/core@3.19.0': 5484 5484 dependencies: 5485 - '@shikijs/types': 3.17.1 5485 + '@shikijs/types': 3.19.0 5486 5486 '@shikijs/vscode-textmate': 10.0.2 5487 5487 '@types/hast': 3.0.4 5488 5488 hast-util-to-html: 9.0.5 5489 5489 5490 - '@shikijs/engine-javascript@3.17.1': 5490 + '@shikijs/engine-javascript@3.19.0': 5491 5491 dependencies: 5492 - '@shikijs/types': 3.17.1 5492 + '@shikijs/types': 3.19.0 5493 5493 '@shikijs/vscode-textmate': 10.0.2 5494 5494 oniguruma-to-es: 4.3.4 5495 5495 5496 - '@shikijs/engine-oniguruma@3.17.1': 5496 + '@shikijs/engine-oniguruma@3.19.0': 5497 5497 dependencies: 5498 - '@shikijs/types': 3.17.1 5498 + '@shikijs/types': 3.19.0 5499 5499 '@shikijs/vscode-textmate': 10.0.2 5500 5500 5501 - '@shikijs/langs@3.17.1': 5501 + '@shikijs/langs@3.19.0': 5502 5502 dependencies: 5503 - '@shikijs/types': 3.17.1 5503 + '@shikijs/types': 3.19.0 5504 5504 5505 - '@shikijs/themes@3.17.1': 5505 + '@shikijs/themes@3.19.0': 5506 5506 dependencies: 5507 - '@shikijs/types': 3.17.1 5507 + '@shikijs/types': 3.19.0 5508 5508 5509 - '@shikijs/types@3.17.1': 5509 + '@shikijs/types@3.19.0': 5510 5510 dependencies: 5511 5511 '@shikijs/vscode-textmate': 10.0.2 5512 5512 '@types/hast': 3.0.4 ··· 5971 5971 transitivePeerDependencies: 5972 5972 - supports-color 5973 5973 5974 - 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.21.0)(typescript@5.9.3)(yaml@2.8.2)): 5974 + astro-og-canvas@0.7.2(astro@5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)): 5975 5975 dependencies: 5976 - astro: 5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 5976 + astro: 5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) 5977 5977 canvaskit-wasm: 0.40.0 5978 5978 deterministic-object-hash: 2.0.2 5979 5979 entities: 7.0.0 5980 5980 5981 - astro@5.16.3(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): 5981 + astro@5.16.4(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): 5982 5982 dependencies: 5983 5983 '@astrojs/compiler': 2.13.0 5984 5984 '@astrojs/internal-helpers': 0.7.5 ··· 6024 6024 prompts: 2.4.2 6025 6025 rehype: 13.0.2 6026 6026 semver: 7.7.3 6027 - shiki: 3.17.1 6027 + shiki: 3.19.0 6028 6028 smol-toml: 1.5.2 6029 6029 svgo: 4.0.0 6030 6030 tinyexec: 1.0.2 ··· 6964 6964 defu: 6.1.4 6965 6965 destr: 2.0.5 6966 6966 iron-webcrypto: 1.2.1 6967 - node-mock-http: 1.0.3 6967 + node-mock-http: 1.0.4 6968 6968 radix3: 1.1.2 6969 6969 ufo: 1.6.1 6970 6970 uncrypto: 0.1.3 ··· 8052 8052 css-select: 5.2.2 8053 8053 he: 1.2.0 8054 8054 8055 - node-mock-http@1.0.3: {} 8055 + node-mock-http@1.0.4: {} 8056 8056 8057 8057 node-source-walk@7.0.1: 8058 8058 dependencies: ··· 8686 8686 8687 8687 shebang-regex@3.0.0: {} 8688 8688 8689 - shiki@3.17.1: 8689 + shiki@3.19.0: 8690 8690 dependencies: 8691 - '@shikijs/core': 3.17.1 8692 - '@shikijs/engine-javascript': 3.17.1 8693 - '@shikijs/engine-oniguruma': 3.17.1 8694 - '@shikijs/langs': 3.17.1 8695 - '@shikijs/themes': 3.17.1 8696 - '@shikijs/types': 3.17.1 8691 + '@shikijs/core': 3.19.0 8692 + '@shikijs/engine-javascript': 3.19.0 8693 + '@shikijs/engine-oniguruma': 3.19.0 8694 + '@shikijs/langs': 3.19.0 8695 + '@shikijs/themes': 3.19.0 8696 + '@shikijs/types': 3.19.0 8697 8697 '@shikijs/vscode-textmate': 10.0.2 8698 8698 '@types/hast': 3.0.4 8699 8699