From 5f25bf558e92083ef54588bfa0ce72db93a5e6f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:15:22 +0000 Subject: [PATCH] fix(deps): update dependency astro to v6 [security] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 220c3ad..c00900b 100644 --- a/src/package.json +++ b/src/package.json @@ -23,7 +23,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/react": "^18.3.31", "@types/react-dom": "^18.3.7", - "astro": "^5.7.10", + "astro": "^6.0.0", "react": "^18.3.1", "react-dom": "^18.3.1" },