From 99ae10ec6bcfe0524fc251b68bcfd20509b665be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:44:27 +0000 Subject: [PATCH] build(deps): bump @astrojs/mdx from 7.0.2 to 7.0.3 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 7.0.2 to 7.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@7.0.3/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a08dbb5..e4aad6db 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@astrojs/check": "0.9.9", - "@astrojs/mdx": "7.0.2", + "@astrojs/mdx": "7.0.3", "@astrojs/react": "6.0.1", "@astrojs/sitemap": "3.7.3", "@astrojs/ts-plugin": "1.10.10",