From 66b030fec1ab59c697ae3d844bd6efa8c98f124e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:51:23 +0000 Subject: [PATCH] Bump astro from 6.1.9 to 7.1.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.9 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 d9d3bcd..bb1d51e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@lucide/astro": "^0.552.0", "@tailwindcss/vite": "^4.2.4", "@types/bun": "^1.3.13", - "astro": "6.1.9", + "astro": "7.1.0", "daisyui": "^5.5.19", "node-html-parser": "^7.1.0", "svelte": "^5.55.5",