From 96b1626ecbf5f2c0d554857d0d4d0407101fb0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:34:15 +0000 Subject: [PATCH] chore(deps-dev): bump astro from 7.2.0 to 7.2.8 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.2.0 to 7.2.8. - [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.2.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.2.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f2f5ca..4e2cdbc1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@antv/astro-theme-antv": "^0.1.0-beta.5", - "astro": "7.2.0", + "astro": "7.2.8", "@astrojs/react": "6.0.5", "@astrojs/mdx": "7.0.8", "@astrojs/sitemap": "3.7.3",