From 985428e742dd1136f109c5b4f346a9034dd0944b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:04:50 +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 ae47ea2..ec007a0 100644 --- a/src/package.json +++ b/src/package.json @@ -23,7 +23,7 @@ "@tailwindcss/vite": "^4.1.13", "@types/react": "^18.3.24", "@types/react-dom": "^18.3.7", - "astro": "^5.7.10", + "astro": "^6.0.0", "react": "^18.3.1", "react-dom": "^18.3.1" },