From 22996005b08e0f9a98cd05e3f28edc99a7104bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:56:21 +0000 Subject: [PATCH] Chore(deps): Bump astro from 5.7.13 to 5.9.4 in /apps/website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.13 to 5.9.4. - [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.9.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/package.json b/apps/website/package.json index 0936e73e..375fef7e 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -10,7 +10,7 @@ "@astrojs/vercel": "^8.1.5", "@crocoder-dev/remark-plugin": "*", "@crocoder-dev/tailwind": "*", - "astro": "5.7.13", + "astro": "5.9.4", "astro-font": "^1.1.0", "classnames": "^2.5.1", "date-fns": "^4.1.0",