From 518ba9432a8f82e870433b143ba59d73d78c5ad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:06:54 +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..55a4841 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.8", "typescript": "5.9.3" } }