From 6c45112a5e96a1e14cd06dc1553a9f3a9acac5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 06:31:14 -0400 Subject: [PATCH] Bump @astrojs/mdx from 3.1.4 to 3.1.7 (#20) Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 3.1.4 to 3.1.7. - [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@3.1.7/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 832c0e1..09687fa 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@alpinejs/persist": "^3.14.1", "@astrojs/alpinejs": "^0.4.0", "@astrojs/check": "^0.9.3", - "@astrojs/mdx": "3.1.4", + "@astrojs/mdx": "3.1.7", "@astrojs/rss": "4.0.7", "@astrojs/sitemap": "3.1.6", "@astrojs/tailwind": "5.1.1",