From 5c8ce17e9ea908778c6c5810db0672dffd76ed45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:25:13 +0000 Subject: [PATCH] docs(deps): bump astro from 6.4.8 to 7.0.2 in /docs-site Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.8 to 7.0.2. - [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.0.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs-site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/package.json b/docs-site/package.json index 3ed1df9c..7e24bf28 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.41.0", - "astro": "^6.0.5", + "astro": "^7.0.2", "astro-mermaid": "^2.0.1", "mermaid": "^11.9.0", "sharp": "^0.35.1"