From 17ee8ed6c60366fc15f04f4d0f97893051c15550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:43:33 +0000 Subject: [PATCH] Chore(deps): Bump astro from 5.7.13 to 5.8.2 in /apps/website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.13 to 5.8.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.8.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.8.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..166146cb 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.8.2", "astro-font": "^1.1.0", "classnames": "^2.5.1", "react-icons": "^5.4.0",