From 401d5b9874b938c4fc1192c33ecc5d4527324333 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:14:57 +0000 Subject: [PATCH] fix(deps): update dependency astro to v6 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a59c10b..8727f54 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@tailwindcss/vite": "^4.1.18", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "astro": "^5.1.2", + "astro": "^6.0.0", "clsx": "^2.1.0", "lucide": "^0.576.0", "lucide-react": "^0.576.0",