From ee03950b477cb3c903ca8851b8972cf46117ca3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:34:27 +0000 Subject: [PATCH] chore(deps): bump astro from 5.18.1 to 6.1.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.1 to 6.1.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.1.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index bfaa15a..d1979e6 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^4.2.6", "@astrojs/sitemap": "^3.7.0", "@shift-css/core": "workspace:*", - "astro": "^5.16.11" + "astro": "^6.1.1" }, "devDependencies": { "@astrojs/check": "^0.9.6",