From d029c52387732eedd8f7a0e07536d057ed1b2e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:01:21 +0000 Subject: [PATCH] chore(deps): bump @astrojs/mdx from 4.3.14 to 5.0.4 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.3.14 to 5.0.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@5.0.4/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec6f814..7fbf60b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint:fix": "eslint src --fix" }, "dependencies": { - "@astrojs/mdx": "^4.3.13", + "@astrojs/mdx": "^5.0.4", "@astrojs/react": "^5.0.4", "@astrojs/rss": "^4.0.15", "@astrojs/sitemap": "^3.7.0",