From 275e35986cdc49de3f90e9adede0a2030e13cb0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:19:38 +0000 Subject: [PATCH] chore(deps): bump @astrojs/mdx from 4.3.14 to 5.0.3 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.3.14 to 5.0.3. - [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.3/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 5.0.3 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 a2417b7..c3bb636 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.3", "@astrojs/react": "^4.4.2", "@astrojs/rss": "^4.0.15", "@astrojs/sitemap": "^3.7.0",