From 5bb4864342d2423116d4308bc0ef2651d377f3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:08:28 +0000 Subject: [PATCH] Chore(deps): Bump astro from 5.7.13 to 5.12.0 in /apps/website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.13 to 5.12.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.12.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.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..2694d804 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.12.0", "astro-font": "^1.1.0", "classnames": "^2.5.1", "date-fns": "^4.1.0",