From 99f1f51a374bf40ffb5adca40260d876648f67ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 23:47:02 +0000 Subject: [PATCH] build(deps): bump @astrojs/mdx from 5.0.4 to 5.0.5 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 5.0.4 to 5.0.5. - [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.5/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 5.0.5 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 5effa849..c28f6190 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "test:watch": "vitest" }, "dependencies": { - "@astrojs/mdx": "5.0.4", + "@astrojs/mdx": "5.0.5", "@astrojs/react": "5.0.5", "@astrojs/sitemap": "3.7.2", "@auth0/auth0-react": "~2.16.2",