From 7a2ea14663cb9f0b699ae809bfee1483240a09f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:59:47 +0000 Subject: [PATCH] chore(deps): bump astro from 5.15.6 to 5.15.9 in /website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.15.6 to 5.15.9. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.15.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 274698f37..db498d632 100644 --- a/website/package.json +++ b/website/package.json @@ -15,7 +15,7 @@ "@astrojs/deno": "5.0.1", "@astrojs/rss": "4.0.9", "@astrojs/tailwind": "6.0.0-beta.0", - "astro": "5.15.6", + "astro": "5.15.9", "rehype-accessible-emojis": "0.3.2", "rehype-autolink-headings": "7.1.0", "rehype-slug": "6.0.0",