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.15.3 to 5.15.4

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.15.3 to 5.15.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.15.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14703">#14703</a> <a href="https://github.com/withastro/astro/commit/970ac0f51172e1e6bff4440516a851e725ac3097"><code>970ac0f</code></a> Thanks <a href="https://github.com/ArmandPhilippot"><code>@​ArmandPhilippot</code></a>! - Adds missing documentation for some public utilities exported from <code>astro:i18n</code>.</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14715">#14715</a> <a href="https://github.com/withastro/astro/commit/3d55c5d0fb520d470b33d391e5b68861f5b51271"><code>3d55c5d</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Adds support for client hydration in <code>getContainerRenderer()</code></p>
<p>The <code>getContainerRenderer()</code> function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call <code>container.addClientRenderer()</code> with the appropriate client renderer entrypoint.</p>
<p>See <a href="https://github.com/withastro/astro/blob/main/examples/container-with-vitest/test/ReactWrapper.test.ts">the <code>container-with-vitest</code> demo</a> for a usage example, and <a href="https://docs.astro.build/en/reference/container-reference/#renderers-option">the Container API documentation</a> for more information on using framework components with the experimental Container API.</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14711">#14711</a> <a href="https://github.com/withastro/astro/commit/a4d284dad1c437fa64773f43d030a3e504d783e1"><code>a4d284d</code></a> Thanks <a href="https://github.com/deining"><code>@​deining</code></a>! - Fixes typos in documenting our error messages and public APIs.</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14701">#14701</a> <a href="https://github.com/withastro/astro/commit/9be54c77cf8c65d253a70e9b7a8ff144a0f95d66"><code>9be54c7</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a case where the experimental Fonts API would filter available font files too aggressively, which could prevent the download of woff files when using the google provider</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.15.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14703">#14703</a> <a href="https://github.com/withastro/astro/commit/970ac0f51172e1e6bff4440516a851e725ac3097"><code>970ac0f</code></a> Thanks <a href="https://github.com/ArmandPhilippot"><code>@​ArmandPhilippot</code></a>! - Adds missing documentation for some public utilities exported from <code>astro:i18n</code>.</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14715">#14715</a> <a href="https://github.com/withastro/astro/commit/3d55c5d0fb520d470b33d391e5b68861f5b51271"><code>3d55c5d</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Adds support for client hydration in <code>getContainerRenderer()</code></p>
<p>The <code>getContainerRenderer()</code> function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call <code>container.addClientRenderer()</code> with the appropriate client renderer entrypoint.</p>
<p>See <a href="https://github.com/withastro/astro/blob/main/examples/container-with-vitest/test/ReactWrapper.test.ts">the <code>container-with-vitest</code> demo</a> for a usage example, and <a href="https://docs.astro.build/en/reference/container-reference/#renderers-option">the Container API documentation</a> for more information on using framework components with the experimental Container API.</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14711">#14711</a> <a href="https://github.com/withastro/astro/commit/a4d284dad1c437fa64773f43d030a3e504d783e1"><code>a4d284d</code></a> Thanks <a href="https://github.com/deining"><code>@​deining</code></a>! - Fixes typos in documenting our error messages and public APIs.</p>
</li>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/14701">#14701</a> <a href="https://github.com/withastro/astro/commit/9be54c77cf8c65d253a70e9b7a8ff144a0f95d66"><code>9be54c7</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes a case where the experimental Fonts API would filter available font files too aggressively, which could prevent the download of woff files when using the google provider</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/withastro/astro/commit/7a5f28006e9b1f6ad77c7884991ba551ca9ff35b"><code>7a5f280</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14702">#14702</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/3d55c5d0fb520d470b33d391e5b68861f5b51271"><code>3d55c5d</code></a> feat: return <code>clientEntrypoint</code> from <code>getContainerRenderer</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14715">#14715</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/a4d284dad1c437fa64773f43d030a3e504d783e1"><code>a4d284d</code></a> Fixing typos (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14711">#14711</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/970ac0f51172e1e6bff4440516a851e725ac3097"><code>970ac0f</code></a> docs: add JSDoc for <code>astro:i18n</code> public utilities (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14703">#14703</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/9be54c77cf8c65d253a70e9b7a8ff144a0f95d66"><code>9be54c7</code></a> fix(fonts): less aggressive filtering (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14701">#14701</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/5fe3c279a40a0f473344e76a694a7ab4d2eaf83b"><code>5fe3c27</code></a> [ci] format</li>
<li><a href="https://github.com/withastro/astro/commit/b990502058cac4ca773f8b9a0c1a91d6527a824d"><code>b990502</code></a> chore: remove execa (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14693">#14693</a>)</li>
<li>See full diff in <a href="https://github.com/withastro/astro/commits/astro@5.15.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.15.3&new-version=5.15.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
0d35768d d284f2ad

+169 -168
+1 -1
package.json
··· 22 22 "@astrojs/rss": "^4.0.13", 23 23 "@astrojs/sitemap": "^3.6.0", 24 24 "@playform/inline": "^0.1.2", 25 - "astro": "^5.15.3", 25 + "astro": "^5.15.4", 26 26 "astro-og-canvas": "^0.7.2", 27 27 "canvaskit-wasm": "^0.40.0", 28 28 "feed": "^5.1.0",
+168 -167
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/mdx': 12 12 specifier: ^4.3.9 13 - version: 4.3.9(astro@5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 13 + version: 4.3.9(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.6.0 16 - version: 6.6.0(@types/node@24.10.0)(astro@5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(yaml@2.8.1) 16 + version: 6.6.0(@types/node@24.10.0)(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(yaml@2.8.1) 17 17 '@astrojs/rss': 18 18 specifier: ^4.0.13 19 19 version: 4.0.13 ··· 22 22 version: 3.6.0 23 23 '@playform/inline': 24 24 specifier: ^0.1.2 25 - version: 0.1.2(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 25 + version: 0.1.2(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 26 26 astro: 27 - specifier: ^5.15.3 28 - version: 5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 27 + specifier: ^5.15.4 28 + version: 5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(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.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 31 + version: 0.7.2(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(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 ··· 1237 1237 rollup: 1238 1238 optional: true 1239 1239 1240 - '@rollup/rollup-android-arm-eabi@4.52.5': 1241 - resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==} 1240 + '@rollup/rollup-android-arm-eabi@4.53.1': 1241 + resolution: {integrity: sha512-bxZtughE4VNVJlL1RdoSE545kc4JxL7op57KKoi59/gwuU5rV6jLWFXXc8jwgFoT6vtj+ZjO+Z2C5nrY0Cl6wA==} 1242 1242 cpu: [arm] 1243 1243 os: [android] 1244 1244 1245 - '@rollup/rollup-android-arm64@4.52.5': 1246 - resolution: {integrity: sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==} 1245 + '@rollup/rollup-android-arm64@4.53.1': 1246 + resolution: {integrity: sha512-44a1hreb02cAAfAKmZfXVercPFaDjqXCK+iKeVOlJ9ltvnO6QqsBHgKVPTu+MJHSLLeMEUbeG2qiDYgbFPU48g==} 1247 1247 cpu: [arm64] 1248 1248 os: [android] 1249 1249 1250 - '@rollup/rollup-darwin-arm64@4.52.5': 1251 - resolution: {integrity: sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==} 1250 + '@rollup/rollup-darwin-arm64@4.53.1': 1251 + resolution: {integrity: sha512-usmzIgD0rf1syoOZ2WZvy8YpXK5G1V3btm3QZddoGSa6mOgfXWkkv+642bfUUldomgrbiLQGrPryb7DXLovPWQ==} 1252 1252 cpu: [arm64] 1253 1253 os: [darwin] 1254 1254 1255 - '@rollup/rollup-darwin-x64@4.52.5': 1256 - resolution: {integrity: sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==} 1255 + '@rollup/rollup-darwin-x64@4.53.1': 1256 + resolution: {integrity: sha512-is3r/k4vig2Gt8mKtTlzzyaSQ+hd87kDxiN3uDSDwggJLUV56Umli6OoL+/YZa/KvtdrdyNfMKHzL/P4siOOmg==} 1257 1257 cpu: [x64] 1258 1258 os: [darwin] 1259 1259 1260 - '@rollup/rollup-freebsd-arm64@4.52.5': 1261 - resolution: {integrity: sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==} 1260 + '@rollup/rollup-freebsd-arm64@4.53.1': 1261 + resolution: {integrity: sha512-QJ1ksgp/bDJkZB4daldVmHaEQkG4r8PUXitCOC2WRmRaSaHx5RwPoI3DHVfXKwDkB+Sk6auFI/+JHacTekPRSw==} 1262 1262 cpu: [arm64] 1263 1263 os: [freebsd] 1264 1264 1265 - '@rollup/rollup-freebsd-x64@4.52.5': 1266 - resolution: {integrity: sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==} 1265 + '@rollup/rollup-freebsd-x64@4.53.1': 1266 + resolution: {integrity: sha512-J6ma5xgAzvqsnU6a0+jgGX/gvoGokqpkx6zY4cWizRrm0ffhHDpJKQgC8dtDb3+MqfZDIqs64REbfHDMzxLMqQ==} 1267 1267 cpu: [x64] 1268 1268 os: [freebsd] 1269 1269 1270 - '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 1271 - resolution: {integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==} 1270 + '@rollup/rollup-linux-arm-gnueabihf@4.53.1': 1271 + resolution: {integrity: sha512-JzWRR41o2U3/KMNKRuZNsDUAcAVUYhsPuMlx5RUldw0E4lvSIXFUwejtYz1HJXohUmqs/M6BBJAUBzKXZVddbg==} 1272 1272 cpu: [arm] 1273 1273 os: [linux] 1274 1274 1275 - '@rollup/rollup-linux-arm-musleabihf@4.52.5': 1276 - resolution: {integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==} 1275 + '@rollup/rollup-linux-arm-musleabihf@4.53.1': 1276 + resolution: {integrity: sha512-L8kRIrnfMrEoHLHtHn+4uYA52fiLDEDyezgxZtGUTiII/yb04Krq+vk3P2Try+Vya9LeCE9ZHU8CXD6J9EhzHQ==} 1277 1277 cpu: [arm] 1278 1278 os: [linux] 1279 1279 1280 - '@rollup/rollup-linux-arm64-gnu@4.52.5': 1281 - resolution: {integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==} 1280 + '@rollup/rollup-linux-arm64-gnu@4.53.1': 1281 + resolution: {integrity: sha512-ysAc0MFRV+WtQ8li8hi3EoFi7us6d1UzaS/+Dp7FYZfg3NdDljGMoVyiIp6Ucz7uhlYDBZ/zt6XI0YEZbUO11Q==} 1282 1282 cpu: [arm64] 1283 1283 os: [linux] 1284 1284 1285 - '@rollup/rollup-linux-arm64-musl@4.52.5': 1286 - resolution: {integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==} 1285 + '@rollup/rollup-linux-arm64-musl@4.53.1': 1286 + resolution: {integrity: sha512-UV6l9MJpDbDZZ/fJvqNcvO1PcivGEf1AvKuTcHoLjVZVFeAMygnamCTDikCVMRnA+qJe+B3pSbgX2+lBMqgBhA==} 1287 1287 cpu: [arm64] 1288 1288 os: [linux] 1289 1289 1290 - '@rollup/rollup-linux-loong64-gnu@4.52.5': 1291 - resolution: {integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==} 1290 + '@rollup/rollup-linux-loong64-gnu@4.53.1': 1291 + resolution: {integrity: sha512-UDUtelEprkA85g95Q+nj3Xf0M4hHa4DiJ+3P3h4BuGliY4NReYYqwlc0Y8ICLjN4+uIgCEvaygYlpf0hUj90Yg==} 1292 1292 cpu: [loong64] 1293 1293 os: [linux] 1294 1294 1295 - '@rollup/rollup-linux-ppc64-gnu@4.52.5': 1296 - resolution: {integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==} 1295 + '@rollup/rollup-linux-ppc64-gnu@4.53.1': 1296 + resolution: {integrity: sha512-vrRn+BYhEtNOte/zbc2wAUQReJXxEx2URfTol6OEfY2zFEUK92pkFBSXRylDM7aHi+YqEPJt9/ABYzmcrS4SgQ==} 1297 1297 cpu: [ppc64] 1298 1298 os: [linux] 1299 1299 1300 - '@rollup/rollup-linux-riscv64-gnu@4.52.5': 1301 - resolution: {integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==} 1300 + '@rollup/rollup-linux-riscv64-gnu@4.53.1': 1301 + resolution: {integrity: sha512-gto/1CxHyi4A7YqZZNznQYrVlPSaodOBPKM+6xcDSCMVZN/Fzb4K+AIkNz/1yAYz9h3Ng+e2fY9H6bgawVq17w==} 1302 1302 cpu: [riscv64] 1303 1303 os: [linux] 1304 1304 1305 - '@rollup/rollup-linux-riscv64-musl@4.52.5': 1306 - resolution: {integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==} 1305 + '@rollup/rollup-linux-riscv64-musl@4.53.1': 1306 + resolution: {integrity: sha512-KZ6Vx7jAw3aLNjFR8eYVcQVdFa/cvBzDNRFM3z7XhNNunWjA03eUrEwJYPk0G8V7Gs08IThFKcAPS4WY/ybIrQ==} 1307 1307 cpu: [riscv64] 1308 1308 os: [linux] 1309 1309 1310 - '@rollup/rollup-linux-s390x-gnu@4.52.5': 1311 - resolution: {integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==} 1310 + '@rollup/rollup-linux-s390x-gnu@4.53.1': 1311 + resolution: {integrity: sha512-HvEixy2s/rWNgpwyKpXJcHmE7om1M89hxBTBi9Fs6zVuLU4gOrEMQNbNsN/tBVIMbLyysz/iwNiGtMOpLAOlvA==} 1312 1312 cpu: [s390x] 1313 1313 os: [linux] 1314 1314 1315 - '@rollup/rollup-linux-x64-gnu@4.52.5': 1316 - resolution: {integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==} 1315 + '@rollup/rollup-linux-x64-gnu@4.53.1': 1316 + resolution: {integrity: sha512-E/n8x2MSjAQgjj9IixO4UeEUeqXLtiA7pyoXCFYLuXpBA/t2hnbIdxHfA7kK9BFsYAoNU4st1rHYdldl8dTqGA==} 1317 1317 cpu: [x64] 1318 1318 os: [linux] 1319 1319 1320 - '@rollup/rollup-linux-x64-musl@4.52.5': 1321 - resolution: {integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==} 1320 + '@rollup/rollup-linux-x64-musl@4.53.1': 1321 + resolution: {integrity: sha512-IhJ087PbLOQXCN6Ui/3FUkI9pWNZe/Z7rEIVOzMsOs1/HSAECCvSZ7PkIbkNqL/AZn6WbZvnoVZw/qwqYMo4/w==} 1322 1322 cpu: [x64] 1323 1323 os: [linux] 1324 1324 1325 - '@rollup/rollup-openharmony-arm64@4.52.5': 1326 - resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==} 1325 + '@rollup/rollup-openharmony-arm64@4.53.1': 1326 + resolution: {integrity: sha512-0++oPNgLJHBblreu0SFM7b3mAsBJBTY0Ksrmu9N6ZVrPiTkRgda52mWR7TKhHAsUb9noCjFvAw9l6ZO1yzaVbA==} 1327 1327 cpu: [arm64] 1328 1328 os: [openharmony] 1329 1329 1330 - '@rollup/rollup-win32-arm64-msvc@4.52.5': 1331 - resolution: {integrity: sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==} 1330 + '@rollup/rollup-win32-arm64-msvc@4.53.1': 1331 + resolution: {integrity: sha512-VJXivz61c5uVdbmitLkDlbcTk9Or43YC2QVLRkqp86QoeFSqI81bNgjhttqhKNMKnQMWnecOCm7lZz4s+WLGpQ==} 1332 1332 cpu: [arm64] 1333 1333 os: [win32] 1334 1334 1335 - '@rollup/rollup-win32-ia32-msvc@4.52.5': 1336 - resolution: {integrity: sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==} 1335 + '@rollup/rollup-win32-ia32-msvc@4.53.1': 1336 + resolution: {integrity: sha512-NmZPVTUOitCXUH6erJDzTQ/jotYw4CnkMDjCYRxNHVD9bNyfrGoIse684F9okwzKCV4AIHRbUkeTBc9F2OOH5Q==} 1337 1337 cpu: [ia32] 1338 1338 os: [win32] 1339 1339 1340 - '@rollup/rollup-win32-x64-gnu@4.52.5': 1341 - resolution: {integrity: sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==} 1340 + '@rollup/rollup-win32-x64-gnu@4.53.1': 1341 + resolution: {integrity: sha512-2SNj7COIdAf6yliSpLdLG8BEsp5lgzRehgfkP0Av8zKfQFKku6JcvbobvHASPJu4f3BFxej5g+HuQPvqPhHvpQ==} 1342 1342 cpu: [x64] 1343 1343 os: [win32] 1344 1344 1345 - '@rollup/rollup-win32-x64-msvc@4.52.5': 1346 - resolution: {integrity: sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==} 1345 + '@rollup/rollup-win32-x64-msvc@4.53.1': 1346 + resolution: {integrity: sha512-rLarc1Ofcs3DHtgSzFO31pZsCh8g05R2azN1q3fF+H423Co87My0R+tazOEvYVKXSLh8C4LerMK41/K7wlklcg==} 1347 1347 cpu: [x64] 1348 1348 os: [win32] 1349 1349 1350 - '@shikijs/core@3.14.0': 1351 - resolution: {integrity: sha512-qRSeuP5vlYHCNUIrpEBQFO7vSkR7jn7Kv+5X3FO/zBKVDGQbcnlScD3XhkrHi/R8Ltz0kEjvFR9Szp/XMRbFMw==} 1350 + '@shikijs/core@3.15.0': 1351 + resolution: {integrity: sha512-8TOG6yG557q+fMsSVa8nkEDOZNTSxjbbR8l6lF2gyr6Np+jrPlslqDxQkN6rMXCECQ3isNPZAGszAfYoJOPGlg==} 1352 1352 1353 - '@shikijs/engine-javascript@3.14.0': 1354 - resolution: {integrity: sha512-3v1kAXI2TsWQuwv86cREH/+FK9Pjw3dorVEykzQDhwrZj0lwsHYlfyARaKmn6vr5Gasf8aeVpb8JkzeWspxOLQ==} 1353 + '@shikijs/engine-javascript@3.15.0': 1354 + resolution: {integrity: sha512-ZedbOFpopibdLmvTz2sJPJgns8Xvyabe2QbmqMTz07kt1pTzfEvKZc5IqPVO/XFiEbbNyaOpjPBkkr1vlwS+qg==} 1355 1355 1356 - '@shikijs/engine-oniguruma@3.14.0': 1357 - resolution: {integrity: sha512-TNcYTYMbJyy+ZjzWtt0bG5y4YyMIWC2nyePz+CFMWqm+HnZZyy9SWMgo8Z6KBJVIZnx8XUXS8U2afO6Y0g1Oug==} 1356 + '@shikijs/engine-oniguruma@3.15.0': 1357 + resolution: {integrity: sha512-HnqFsV11skAHvOArMZdLBZZApRSYS4LSztk2K3016Y9VCyZISnlYUYsL2hzlS7tPqKHvNqmI5JSUJZprXloMvA==} 1358 1358 1359 - '@shikijs/langs@3.14.0': 1360 - resolution: {integrity: sha512-DIB2EQY7yPX1/ZH7lMcwrK5pl+ZkP/xoSpUzg9YC8R+evRCCiSQ7yyrvEyBsMnfZq4eBzLzBlugMyTAf13+pzg==} 1359 + '@shikijs/langs@3.15.0': 1360 + resolution: {integrity: sha512-WpRvEFvkVvO65uKYW4Rzxs+IG0gToyM8SARQMtGGsH4GDMNZrr60qdggXrFOsdfOVssG/QQGEl3FnJ3EZ+8w8A==} 1361 1361 1362 - '@shikijs/themes@3.14.0': 1363 - resolution: {integrity: sha512-fAo/OnfWckNmv4uBoUu6dSlkcBc+SA1xzj5oUSaz5z3KqHtEbUypg/9xxgJARtM6+7RVm0Q6Xnty41xA1ma1IA==} 1362 + '@shikijs/themes@3.15.0': 1363 + resolution: {integrity: sha512-8ow2zWb1IDvCKjYb0KiLNrK4offFdkfNVPXb1OZykpLCzRU6j+efkY+Y7VQjNlNFXonSw+4AOdGYtmqykDbRiQ==} 1364 1364 1365 - '@shikijs/types@3.14.0': 1366 - resolution: {integrity: sha512-bQGgC6vrY8U/9ObG1Z/vTro+uclbjjD/uG58RvfxKZVD5p9Yc1ka3tVyEFy7BNJLzxuWyHH5NWynP9zZZS59eQ==} 1365 + '@shikijs/types@3.15.0': 1366 + resolution: {integrity: sha512-BnP+y/EQnhihgHy4oIAN+6FFtmfTekwOLsQbRw9hOKwqgNy8Bdsjq8B05oAt/ZgvIWWFrshV71ytOrlPfYjIJw==} 1367 1367 1368 1368 '@shikijs/vscode-textmate@10.0.2': 1369 1369 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 1663 1663 peerDependencies: 1664 1664 astro: ^3.0.0 || ^4.0.0 || ^5.0.0 1665 1665 1666 - astro@5.15.3: 1667 - resolution: {integrity: sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==} 1666 + astro@5.15.4: 1667 + resolution: {integrity: sha512-0g/68hLHEJZF2nYUcZM5O0kOnzCsCIf8eA9+0jfBAxp4ycujrIHRgIOdZCFKL9GoTsn8AypWbziypH5aEIF+aA==} 1668 1668 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1669 1669 hasBin: true 1670 1670 ··· 3634 3634 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 3635 3635 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 3636 3636 3637 - rollup@4.52.5: 3638 - resolution: {integrity: sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==} 3637 + rollup@4.53.1: 3638 + resolution: {integrity: sha512-n2I0V0lN3E9cxxMqBCT3opWOiQBzRN7UG60z/WDKqdX2zHUS/39lezBcsckZFsV6fUTSnfqI7kHf60jDAPGKug==} 3639 3639 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 3640 3640 hasBin: true 3641 3641 ··· 3681 3681 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 3682 3682 engines: {node: '>=8'} 3683 3683 3684 - shiki@3.14.0: 3685 - resolution: {integrity: sha512-J0yvpLI7LSig3Z3acIuDLouV5UCKQqu8qOArwMx+/yPVC3WRMgrP67beaG8F+j4xfEWE0eVC4GeBCIXeOPra1g==} 3684 + shiki@3.15.0: 3685 + resolution: {integrity: sha512-kLdkY6iV3dYbtPwS9KXU7mjfmDm25f5m0IPNFnaXO7TBPcvbUOY72PYXSuSqDzwp+vlH/d7MXpHlKO/x+QoLXw==} 3686 3686 3687 3687 signal-exit@4.1.0: 3688 3688 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} ··· 3831 3831 tiny-inflate@1.0.3: 3832 3832 resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} 3833 3833 3834 - tinyexec@1.0.1: 3835 - resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} 3834 + tinyexec@1.0.2: 3835 + resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} 3836 + engines: {node: '>=18'} 3836 3837 3837 3838 tinyglobby@0.2.15: 3838 3839 resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} ··· 4285 4286 remark-parse: 11.0.0 4286 4287 remark-rehype: 11.1.2 4287 4288 remark-smartypants: 3.0.2 4288 - shiki: 3.14.0 4289 + shiki: 3.15.0 4289 4290 smol-toml: 1.4.2 4290 4291 unified: 11.0.5 4291 4292 unist-util-remove-position: 5.0.0 ··· 4295 4296 transitivePeerDependencies: 4296 4297 - supports-color 4297 4298 4298 - '@astrojs/mdx@4.3.9(astro@5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 4299 + '@astrojs/mdx@4.3.9(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 4299 4300 dependencies: 4300 4301 '@astrojs/markdown-remark': 6.3.8 4301 4302 '@mdx-js/mdx': 3.1.1 4302 4303 acorn: 8.15.0 4303 - astro: 5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4304 + astro: 5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4304 4305 es-module-lexer: 1.7.0 4305 4306 estree-util-visit: 2.0.0 4306 4307 hast-util-to-html: 9.0.5 ··· 4314 4315 transitivePeerDependencies: 4315 4316 - supports-color 4316 4317 4317 - '@astrojs/netlify@6.6.0(@types/node@24.10.0)(astro@5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(yaml@2.8.1)': 4318 + '@astrojs/netlify@6.6.0(@types/node@24.10.0)(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(yaml@2.8.1)': 4318 4319 dependencies: 4319 4320 '@astrojs/internal-helpers': 0.7.4 4320 4321 '@astrojs/underscore-redirects': 1.0.0 4321 4322 '@netlify/blobs': 10.3.1 4322 - '@netlify/functions': 4.3.0(rollup@4.52.5) 4323 - '@netlify/vite-plugin': 2.7.8(rollup@4.52.5)(vite@6.4.1(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1)) 4324 - '@vercel/nft': 0.30.3(rollup@4.52.5) 4325 - astro: 5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4323 + '@netlify/functions': 4.3.0(rollup@4.53.1) 4324 + '@netlify/vite-plugin': 2.7.8(rollup@4.53.1)(vite@6.4.1(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1)) 4325 + '@vercel/nft': 0.30.3(rollup@4.53.1) 4326 + astro: 5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 4326 4327 esbuild: 0.25.11 4327 4328 tinyglobby: 0.2.15 4328 4329 vite: 6.4.1(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1) ··· 4961 4962 uuid: 11.1.0 4962 4963 write-file-atomic: 5.0.1 4963 4964 4964 - '@netlify/dev@4.6.7(rollup@4.52.5)': 4965 + '@netlify/dev@4.6.7(rollup@4.53.1)': 4965 4966 dependencies: 4966 4967 '@netlify/blobs': 10.3.1 4967 4968 '@netlify/config': 23.2.0 4968 4969 '@netlify/dev-utils': 4.3.0 4969 4970 '@netlify/edge-functions-dev': 1.0.2 4970 - '@netlify/functions-dev': 1.0.4(rollup@4.52.5) 4971 + '@netlify/functions-dev': 1.0.4(rollup@4.53.1) 4971 4972 '@netlify/headers': 2.1.0 4972 4973 '@netlify/images': 1.3.0(@netlify/blobs@10.3.1) 4973 4974 '@netlify/redirects': 3.1.0 ··· 5037 5038 dependencies: 5038 5039 '@netlify/types': 2.1.0 5039 5040 5040 - '@netlify/functions-dev@1.0.4(rollup@4.52.5)': 5041 + '@netlify/functions-dev@1.0.4(rollup@4.53.1)': 5041 5042 dependencies: 5042 5043 '@netlify/blobs': 10.3.1 5043 5044 '@netlify/dev-utils': 4.3.0 5044 5045 '@netlify/functions': 5.0.1 5045 - '@netlify/zip-it-and-ship-it': 14.1.11(rollup@4.52.5) 5046 + '@netlify/zip-it-and-ship-it': 14.1.11(rollup@4.53.1) 5046 5047 cron-parser: 4.9.0 5047 5048 decache: 4.6.2 5048 5049 extract-zip: 2.0.1 ··· 5059 5060 - rollup 5060 5061 - supports-color 5061 5062 5062 - '@netlify/functions@4.3.0(rollup@4.52.5)': 5063 + '@netlify/functions@4.3.0(rollup@4.53.1)': 5063 5064 dependencies: 5064 5065 '@netlify/blobs': 10.1.0 5065 5066 '@netlify/dev-utils': 4.3.0 5066 5067 '@netlify/types': 2.1.0 5067 - '@netlify/zip-it-and-ship-it': 14.1.11(rollup@4.52.5) 5068 + '@netlify/zip-it-and-ship-it': 14.1.11(rollup@4.53.1) 5068 5069 cron-parser: 4.9.0 5069 5070 decache: 4.6.2 5070 5071 extract-zip: 2.0.1 ··· 5168 5169 5169 5170 '@netlify/types@2.1.0': {} 5170 5171 5171 - '@netlify/vite-plugin@2.7.8(rollup@4.52.5)(vite@6.4.1(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1))': 5172 + '@netlify/vite-plugin@2.7.8(rollup@4.53.1)(vite@6.4.1(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1))': 5172 5173 dependencies: 5173 - '@netlify/dev': 4.6.7(rollup@4.52.5) 5174 + '@netlify/dev': 4.6.7(rollup@4.53.1) 5174 5175 '@netlify/dev-utils': 4.3.0 5175 5176 dedent: 1.7.0 5176 5177 vite: 6.4.1(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)(yaml@2.8.1) ··· 5200 5201 - supports-color 5201 5202 - uploadthing 5202 5203 5203 - '@netlify/zip-it-and-ship-it@14.1.11(rollup@4.52.5)': 5204 + '@netlify/zip-it-and-ship-it@14.1.11(rollup@4.53.1)': 5204 5205 dependencies: 5205 5206 '@babel/parser': 7.28.5 5206 5207 '@babel/types': 7.28.4 5207 5208 '@netlify/binary-info': 1.0.0 5208 5209 '@netlify/serverless-functions-api': 2.7.1 5209 - '@vercel/nft': 0.29.4(rollup@4.52.5) 5210 + '@vercel/nft': 0.29.4(rollup@4.53.1) 5210 5211 archiver: 7.0.1 5211 5212 common-path-prefix: 3.0.0 5212 5213 copy-file: 11.1.0 ··· 5412 5413 5413 5414 '@pkgr/core@0.2.9': {} 5414 5415 5415 - '@playform/inline@0.1.2(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)': 5416 + '@playform/inline@0.1.2(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)': 5416 5417 dependencies: 5417 5418 '@playform/pipe': 0.1.3 5418 - astro: 5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5419 + astro: 5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5419 5420 beasties: 0.2.0 5420 5421 deepmerge-ts: 7.1.5 5421 5422 transitivePeerDependencies: ··· 5482 5483 5483 5484 '@protobufjs/utf8@1.1.0': {} 5484 5485 5485 - '@rollup/pluginutils@5.3.0(rollup@4.52.5)': 5486 + '@rollup/pluginutils@5.3.0(rollup@4.53.1)': 5486 5487 dependencies: 5487 5488 '@types/estree': 1.0.8 5488 5489 estree-walker: 2.0.2 5489 5490 picomatch: 4.0.3 5490 5491 optionalDependencies: 5491 - rollup: 4.52.5 5492 + rollup: 4.53.1 5492 5493 5493 - '@rollup/rollup-android-arm-eabi@4.52.5': 5494 + '@rollup/rollup-android-arm-eabi@4.53.1': 5494 5495 optional: true 5495 5496 5496 - '@rollup/rollup-android-arm64@4.52.5': 5497 + '@rollup/rollup-android-arm64@4.53.1': 5497 5498 optional: true 5498 5499 5499 - '@rollup/rollup-darwin-arm64@4.52.5': 5500 + '@rollup/rollup-darwin-arm64@4.53.1': 5500 5501 optional: true 5501 5502 5502 - '@rollup/rollup-darwin-x64@4.52.5': 5503 + '@rollup/rollup-darwin-x64@4.53.1': 5503 5504 optional: true 5504 5505 5505 - '@rollup/rollup-freebsd-arm64@4.52.5': 5506 + '@rollup/rollup-freebsd-arm64@4.53.1': 5506 5507 optional: true 5507 5508 5508 - '@rollup/rollup-freebsd-x64@4.52.5': 5509 + '@rollup/rollup-freebsd-x64@4.53.1': 5509 5510 optional: true 5510 5511 5511 - '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 5512 + '@rollup/rollup-linux-arm-gnueabihf@4.53.1': 5512 5513 optional: true 5513 5514 5514 - '@rollup/rollup-linux-arm-musleabihf@4.52.5': 5515 + '@rollup/rollup-linux-arm-musleabihf@4.53.1': 5515 5516 optional: true 5516 5517 5517 - '@rollup/rollup-linux-arm64-gnu@4.52.5': 5518 + '@rollup/rollup-linux-arm64-gnu@4.53.1': 5518 5519 optional: true 5519 5520 5520 - '@rollup/rollup-linux-arm64-musl@4.52.5': 5521 + '@rollup/rollup-linux-arm64-musl@4.53.1': 5521 5522 optional: true 5522 5523 5523 - '@rollup/rollup-linux-loong64-gnu@4.52.5': 5524 + '@rollup/rollup-linux-loong64-gnu@4.53.1': 5524 5525 optional: true 5525 5526 5526 - '@rollup/rollup-linux-ppc64-gnu@4.52.5': 5527 + '@rollup/rollup-linux-ppc64-gnu@4.53.1': 5527 5528 optional: true 5528 5529 5529 - '@rollup/rollup-linux-riscv64-gnu@4.52.5': 5530 + '@rollup/rollup-linux-riscv64-gnu@4.53.1': 5530 5531 optional: true 5531 5532 5532 - '@rollup/rollup-linux-riscv64-musl@4.52.5': 5533 + '@rollup/rollup-linux-riscv64-musl@4.53.1': 5533 5534 optional: true 5534 5535 5535 - '@rollup/rollup-linux-s390x-gnu@4.52.5': 5536 + '@rollup/rollup-linux-s390x-gnu@4.53.1': 5536 5537 optional: true 5537 5538 5538 - '@rollup/rollup-linux-x64-gnu@4.52.5': 5539 + '@rollup/rollup-linux-x64-gnu@4.53.1': 5539 5540 optional: true 5540 5541 5541 - '@rollup/rollup-linux-x64-musl@4.52.5': 5542 + '@rollup/rollup-linux-x64-musl@4.53.1': 5542 5543 optional: true 5543 5544 5544 - '@rollup/rollup-openharmony-arm64@4.52.5': 5545 + '@rollup/rollup-openharmony-arm64@4.53.1': 5545 5546 optional: true 5546 5547 5547 - '@rollup/rollup-win32-arm64-msvc@4.52.5': 5548 + '@rollup/rollup-win32-arm64-msvc@4.53.1': 5548 5549 optional: true 5549 5550 5550 - '@rollup/rollup-win32-ia32-msvc@4.52.5': 5551 + '@rollup/rollup-win32-ia32-msvc@4.53.1': 5551 5552 optional: true 5552 5553 5553 - '@rollup/rollup-win32-x64-gnu@4.52.5': 5554 + '@rollup/rollup-win32-x64-gnu@4.53.1': 5554 5555 optional: true 5555 5556 5556 - '@rollup/rollup-win32-x64-msvc@4.52.5': 5557 + '@rollup/rollup-win32-x64-msvc@4.53.1': 5557 5558 optional: true 5558 5559 5559 - '@shikijs/core@3.14.0': 5560 + '@shikijs/core@3.15.0': 5560 5561 dependencies: 5561 - '@shikijs/types': 3.14.0 5562 + '@shikijs/types': 3.15.0 5562 5563 '@shikijs/vscode-textmate': 10.0.2 5563 5564 '@types/hast': 3.0.4 5564 5565 hast-util-to-html: 9.0.5 5565 5566 5566 - '@shikijs/engine-javascript@3.14.0': 5567 + '@shikijs/engine-javascript@3.15.0': 5567 5568 dependencies: 5568 - '@shikijs/types': 3.14.0 5569 + '@shikijs/types': 3.15.0 5569 5570 '@shikijs/vscode-textmate': 10.0.2 5570 5571 oniguruma-to-es: 4.3.3 5571 5572 5572 - '@shikijs/engine-oniguruma@3.14.0': 5573 + '@shikijs/engine-oniguruma@3.15.0': 5573 5574 dependencies: 5574 - '@shikijs/types': 3.14.0 5575 + '@shikijs/types': 3.15.0 5575 5576 '@shikijs/vscode-textmate': 10.0.2 5576 5577 5577 - '@shikijs/langs@3.14.0': 5578 + '@shikijs/langs@3.15.0': 5578 5579 dependencies: 5579 - '@shikijs/types': 3.14.0 5580 + '@shikijs/types': 3.15.0 5580 5581 5581 - '@shikijs/themes@3.14.0': 5582 + '@shikijs/themes@3.15.0': 5582 5583 dependencies: 5583 - '@shikijs/types': 3.14.0 5584 + '@shikijs/types': 3.15.0 5584 5585 5585 - '@shikijs/types@3.14.0': 5586 + '@shikijs/types@3.15.0': 5586 5587 dependencies: 5587 5588 '@shikijs/vscode-textmate': 10.0.2 5588 5589 '@types/hast': 3.0.4 ··· 5769 5770 5770 5771 '@ungap/structured-clone@1.3.0': {} 5771 5772 5772 - '@vercel/nft@0.29.4(rollup@4.52.5)': 5773 + '@vercel/nft@0.29.4(rollup@4.53.1)': 5773 5774 dependencies: 5774 5775 '@mapbox/node-pre-gyp': 2.0.0 5775 - '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 5776 + '@rollup/pluginutils': 5.3.0(rollup@4.53.1) 5776 5777 acorn: 8.15.0 5777 5778 acorn-import-attributes: 1.9.5(acorn@8.15.0) 5778 5779 async-sema: 3.1.1 ··· 5788 5789 - rollup 5789 5790 - supports-color 5790 5791 5791 - '@vercel/nft@0.30.3(rollup@4.52.5)': 5792 + '@vercel/nft@0.30.3(rollup@4.53.1)': 5792 5793 dependencies: 5793 5794 '@mapbox/node-pre-gyp': 2.0.0 5794 - '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 5795 + '@rollup/pluginutils': 5.3.0(rollup@4.53.1) 5795 5796 acorn: 8.15.0 5796 5797 acorn-import-attributes: 1.9.5(acorn@8.15.0) 5797 5798 async-sema: 3.1.1 ··· 5979 5980 transitivePeerDependencies: 5980 5981 - supports-color 5981 5982 5982 - astro-og-canvas@0.7.2(astro@5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)): 5983 + astro-og-canvas@0.7.2(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)): 5983 5984 dependencies: 5984 - astro: 5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5985 + astro: 5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) 5985 5986 canvaskit-wasm: 0.40.0 5986 5987 deterministic-object-hash: 2.0.2 5987 5988 entities: 7.0.0 5988 5989 5989 - astro@5.15.3(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.52.5)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1): 5990 + astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1): 5990 5991 dependencies: 5991 5992 '@astrojs/compiler': 2.13.0 5992 5993 '@astrojs/internal-helpers': 0.7.4 ··· 5994 5995 '@astrojs/telemetry': 3.3.0 5995 5996 '@capsizecss/unpack': 3.0.0 5996 5997 '@oslojs/encoding': 1.1.0 5997 - '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 5998 + '@rollup/pluginutils': 5.3.0(rollup@4.53.1) 5998 5999 acorn: 8.15.0 5999 6000 aria-query: 5.3.2 6000 6001 axobject-query: 4.1.0 ··· 6032 6033 prompts: 2.4.2 6033 6034 rehype: 13.0.2 6034 6035 semver: 7.7.3 6035 - shiki: 3.14.0 6036 + shiki: 3.15.0 6036 6037 smol-toml: 1.4.2 6037 - tinyexec: 1.0.1 6038 + tinyexec: 1.0.2 6038 6039 tinyglobby: 0.2.15 6039 6040 tsconfck: 3.1.6(typescript@5.9.3) 6040 6041 ultrahtml: 1.6.0 ··· 8614 8615 8615 8616 reusify@1.1.0: {} 8616 8617 8617 - rollup@4.52.5: 8618 + rollup@4.53.1: 8618 8619 dependencies: 8619 8620 '@types/estree': 1.0.8 8620 8621 optionalDependencies: 8621 - '@rollup/rollup-android-arm-eabi': 4.52.5 8622 - '@rollup/rollup-android-arm64': 4.52.5 8623 - '@rollup/rollup-darwin-arm64': 4.52.5 8624 - '@rollup/rollup-darwin-x64': 4.52.5 8625 - '@rollup/rollup-freebsd-arm64': 4.52.5 8626 - '@rollup/rollup-freebsd-x64': 4.52.5 8627 - '@rollup/rollup-linux-arm-gnueabihf': 4.52.5 8628 - '@rollup/rollup-linux-arm-musleabihf': 4.52.5 8629 - '@rollup/rollup-linux-arm64-gnu': 4.52.5 8630 - '@rollup/rollup-linux-arm64-musl': 4.52.5 8631 - '@rollup/rollup-linux-loong64-gnu': 4.52.5 8632 - '@rollup/rollup-linux-ppc64-gnu': 4.52.5 8633 - '@rollup/rollup-linux-riscv64-gnu': 4.52.5 8634 - '@rollup/rollup-linux-riscv64-musl': 4.52.5 8635 - '@rollup/rollup-linux-s390x-gnu': 4.52.5 8636 - '@rollup/rollup-linux-x64-gnu': 4.52.5 8637 - '@rollup/rollup-linux-x64-musl': 4.52.5 8638 - '@rollup/rollup-openharmony-arm64': 4.52.5 8639 - '@rollup/rollup-win32-arm64-msvc': 4.52.5 8640 - '@rollup/rollup-win32-ia32-msvc': 4.52.5 8641 - '@rollup/rollup-win32-x64-gnu': 4.52.5 8642 - '@rollup/rollup-win32-x64-msvc': 4.52.5 8622 + '@rollup/rollup-android-arm-eabi': 4.53.1 8623 + '@rollup/rollup-android-arm64': 4.53.1 8624 + '@rollup/rollup-darwin-arm64': 4.53.1 8625 + '@rollup/rollup-darwin-x64': 4.53.1 8626 + '@rollup/rollup-freebsd-arm64': 4.53.1 8627 + '@rollup/rollup-freebsd-x64': 4.53.1 8628 + '@rollup/rollup-linux-arm-gnueabihf': 4.53.1 8629 + '@rollup/rollup-linux-arm-musleabihf': 4.53.1 8630 + '@rollup/rollup-linux-arm64-gnu': 4.53.1 8631 + '@rollup/rollup-linux-arm64-musl': 4.53.1 8632 + '@rollup/rollup-linux-loong64-gnu': 4.53.1 8633 + '@rollup/rollup-linux-ppc64-gnu': 4.53.1 8634 + '@rollup/rollup-linux-riscv64-gnu': 4.53.1 8635 + '@rollup/rollup-linux-riscv64-musl': 4.53.1 8636 + '@rollup/rollup-linux-s390x-gnu': 4.53.1 8637 + '@rollup/rollup-linux-x64-gnu': 4.53.1 8638 + '@rollup/rollup-linux-x64-musl': 4.53.1 8639 + '@rollup/rollup-openharmony-arm64': 4.53.1 8640 + '@rollup/rollup-win32-arm64-msvc': 4.53.1 8641 + '@rollup/rollup-win32-ia32-msvc': 4.53.1 8642 + '@rollup/rollup-win32-x64-gnu': 4.53.1 8643 + '@rollup/rollup-win32-x64-msvc': 4.53.1 8643 8644 fsevents: 2.3.3 8644 8645 8645 8646 run-parallel@1.2.0: ··· 8706 8707 8707 8708 shebang-regex@3.0.0: {} 8708 8709 8709 - shiki@3.14.0: 8710 + shiki@3.15.0: 8710 8711 dependencies: 8711 - '@shikijs/core': 3.14.0 8712 - '@shikijs/engine-javascript': 3.14.0 8713 - '@shikijs/engine-oniguruma': 3.14.0 8714 - '@shikijs/langs': 3.14.0 8715 - '@shikijs/themes': 3.14.0 8716 - '@shikijs/types': 3.14.0 8712 + '@shikijs/core': 3.15.0 8713 + '@shikijs/engine-javascript': 3.15.0 8714 + '@shikijs/engine-oniguruma': 3.15.0 8715 + '@shikijs/langs': 3.15.0 8716 + '@shikijs/themes': 3.15.0 8717 + '@shikijs/types': 3.15.0 8717 8718 '@shikijs/vscode-textmate': 10.0.2 8718 8719 '@types/hast': 3.0.4 8719 8720 ··· 8880 8881 8881 8882 tiny-inflate@1.0.3: {} 8882 8883 8883 - tinyexec@1.0.1: {} 8884 + tinyexec@1.0.2: {} 8884 8885 8885 8886 tinyglobby@0.2.15: 8886 8887 dependencies: ··· 9098 9099 fdir: 6.5.0(picomatch@4.0.3) 9099 9100 picomatch: 4.0.3 9100 9101 postcss: 8.5.6 9101 - rollup: 4.52.5 9102 + rollup: 4.53.1 9102 9103 tinyglobby: 0.2.15 9103 9104 optionalDependencies: 9104 9105 '@types/node': 24.10.0