From a3267bf7a2be315cae0e740df4b18a01e0bdb588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:05:59 +0000 Subject: [PATCH] Chore(deps): Bump astro from 5.7.13 to 5.10.0 in /apps/website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.13 to 5.10.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.10.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.10.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 0936e73e..69b66d9b 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -10,7 +10,7 @@ "@astrojs/vercel": "^8.1.5", "@crocoder-dev/remark-plugin": "*", "@crocoder-dev/tailwind": "*", - "astro": "5.7.13", + "astro": "5.10.0", "astro-font": "^1.1.0", "classnames": "^2.5.1", "date-fns": "^4.1.0",