From 9949b6cc5f21f9fdb84a950d404807a1652c4696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:30:26 +0000 Subject: [PATCH] Bump astro from 5.1.2 to 5.6.0 in /apps/website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.1.2 to 5.6.0. - [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.6.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.6.0 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 6fdaa76e..8d4481f2 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -8,7 +8,7 @@ "@astrojs/tailwind": "^5.1.4", "@astrojs/vercel": "^8.0.1", "@crocoder-dev/tailwind": "*", - "astro": "5.1.2", + "astro": "5.6.0", "astro-font": "^0.1.81", "classnames": "^2.5.1", "react-icons": "^5.4.0",