From 827dadd807bc4b8c32678895b7b5a786f3740bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:02:35 +0000 Subject: [PATCH] Bump astro from 6.1.10 to 7.1.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.10 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3185447..a5ed17b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.1.5", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", - "astro": "6.1.10", + "astro": "7.1.0", "astro-icon": "^1.1.5", "react": "^19.1.0", "react-dom": "^19.1.0",