From 30021199414ca92464063e9f97b0273be94b39dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 00:40:57 +0000 Subject: [PATCH] chore(deps): bump astro from 5.13.1 to 5.14.3 in /website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.13.1 to 5.14.3. - [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.14.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.14.3 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 14196ef17..d48628edb 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.13.1", + "astro": "5.14.3", "rehype-accessible-emojis": "0.3.2", "rehype-autolink-headings": "7.1.0", "rehype-slug": "6.0.0",