From 6e1a5c0ac4ebf04a69034058c6f90d2749bc6441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:45:40 +0000 Subject: [PATCH] chore(deps): bump astro from 5.18.0 to 6.2.1 in /apps/website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.0 to 6.2.1. - [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@6.2.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 33710e8..0f73bbd 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -11,7 +11,7 @@ "check:types": "astro check" }, "dependencies": { - "astro": "^5.8.0" + "astro": "^6.2.1" }, "devDependencies": { "@astrojs/check": "^0.9.6",