From 6bd628fedc5b019216e6d99846ae6ba2fa579765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 16:19:16 +0000 Subject: [PATCH] Bump astro from 5.1.2 to 5.7.13 in /apps/website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.1.2 to 5.7.13. - [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.13/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.7.13 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 fa069c3f..146a3b1f 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.13", "astro-font": "^1.1.0", "classnames": "^2.5.1", "react-icons": "^5.4.0",