From 374ebee37c117f794c468179dcf72c418a8e8bdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:48:01 +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..36287ba 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.4.4", "typescript": "5.9.3" } }