From 48541a553e85819b0f85e474baf35cf8c3ad1828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:36:55 +0000 Subject: [PATCH] chore(deps-dev): bump astro 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.3 - [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.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.3 dependency-type: direct:development 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 be13d0d..ea7b22f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@astrojs/starlight": "^0.40.0", "@expressive-code/plugin-line-numbers": "^0.43.1", - "astro": "^6.4.8", + "astro": "^7.1.3", "npm-check-updates": "^22.2.3", "sharp": "^0.35.1", "typedoc": "^0.28.19",