From 591f40bcdedd5f46d0c711bdb84c8ec68c6a9f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:49:36 +0000 Subject: [PATCH] chore(deps): bump @astrojs/mdx from 5.0.6 to 6.0.2 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 5.0.6 to 6.0.2. - [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@6.0.2/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 6.0.2 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 5162212..ee155cc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint:fix": "eslint src --fix" }, "dependencies": { - "@astrojs/mdx": "^5.0.4", + "@astrojs/mdx": "^6.0.2", "@astrojs/react": "^5.0.4", "@astrojs/rss": "^4.0.15", "@astrojs/sitemap": "^3.7.0",