From 3b7bef66771b175b2514fb0bf6a51a558e1901b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:14:54 +0000 Subject: [PATCH] Bump astro in /docs in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.4.8 to 7.1.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@7.1.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 25f0858f..0a09fe55 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@astrojs/check": "^0.9.9", "@astrojs/starlight": "^0.41.3", "@iconify-json/lucide": "^1.2.113", - "astro": "^6.4.8", + "astro": "^7.1.0", "astro-icon": "^1.1.5", "sharp": "^0.35.2", "typescript": "^6.0.3",