From 736e7ca587ef89cab29c863230fbb55d37b29e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:27:25 +0000 Subject: [PATCH] chore(deps): bump astro from 6.4.8 to 7.1.0 in /templates/astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/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 ... Signed-off-by: dependabot[bot] --- templates/astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/astro/package.json b/templates/astro/package.json index e46f5dd..2e89fd1 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -15,7 +15,7 @@ "dependencies": { "@astrojs/react": "^6.0.0", "@tailwindcss/vite": "^4.3.2", - "astro": "^6.4.8", + "astro": "^7.1.0", "react": "^19.2.0", "react-dom": "^19.2.0", "tailwindcss": "^4.3.2"