From 85061863988f9cd81754815e7df2b68f4bb329d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:19:44 +0000 Subject: [PATCH] Chore(deps): Bump astro from 5.7.13 to 5.9.2 in /apps/website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.13 to 5.9.2. - [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.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.9.2 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 b4f6c191..58b77dd4 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -8,7 +8,7 @@ "@astrojs/tailwind": "^6.0.2", "@astrojs/vercel": "^8.0.1", "@crocoder-dev/tailwind": "*", - "astro": "5.7.13", + "astro": "5.9.2", "astro-font": "^1.1.0", "classnames": "^2.5.1", "react-icons": "^5.4.0",