From 73b86fdcea10d9b031408d935d2e0cbcb2a77bf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Dec 2024 20:47:37 +0000 Subject: [PATCH] feat: upgrade @astrojs/mdx from 3.1.9 to 4.0.1 Snyk has created this PR to upgrade @astrojs/mdx from 3.1.9 to 4.0.1. See this package in npm: @astrojs/mdx See this project in Snyk: https://app.snyk.io/org/q1blue-rxw/project/48a67bc9-5363-4e00-a477-117d79803c11?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fa9dad84..7657dfc81 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.0.1", + "@astrojs/mdx": "^4.0.1", "@astrojs/sitemap": "^3.1.5", "@astrojs/tailwind": "^5.1.0", "@fontsource-variable/bricolage-grotesque": "^5.0.6",