From 025602337b965fd8fc5c2c89fbd94fe2637037c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:39:56 +0000 Subject: [PATCH] Update astro monorepo (#846) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/package.json b/packages/web/package.json index c6716f75..34a683fb 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^4.0.2", + "@astrojs/mdx": "^4.0.3", "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "^3.2.1", "@iconify-json/iconoir": "^1.2.6", @@ -31,7 +31,7 @@ "@types/license-checker": "^25.0.6", "@types/remark-heading-id": "^1.0.0", "@types/svg-parser": "^2.0.6", - "astro": "^5.1.0", + "astro": "^5.1.1", "astro-icon": "^1.1.4", "astro-seo": "^0.8.4", "hast-util-to-html": "^9.0.4",