From 16bd03b3e3e597e661e6466a126b6fd55b525386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 16:06:49 +0000 Subject: [PATCH] Bump astro from 5.1.2 to 5.7.2 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.1.2 to 5.7.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.7.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.7.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 6fdaa76e..182563b0 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.7.2", "astro-font": "^0.1.81", "classnames": "^2.5.1", "react-icons": "^5.4.0",