From 646de2653a1be361297c4e71a398b7fa9287eda9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:45:08 +0000 Subject: [PATCH] Update dependency astro to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3be0f6c..31a6d43 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "4.3.14", "@astrojs/rss": "4.0.17", "@astrojs/sitemap": "3.7.1", - "astro": "5.18.1", + "astro": "6.0.8", "typescript": "5.9.3" } }