From 1944450d93d39c95e52eb82caa9053b45bd57f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:29:06 +0000 Subject: [PATCH] chore(deps): npm: bump astro from 7.0.5 to 7.1.0 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.0.5 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 ... 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 e55bd0be..b0b5f2e5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,7 +20,7 @@ "dependencies": { "@astrojs/check": "^0.9.9", "@astrojs/starlight": "^0.41.2", - "astro": "7.0.5", + "astro": "7.1.0", "remark-gfm": "^4.0.1", "typescript": "^6.0.3" },