From 846187afdb1e6fc147e305898bf9ada075aea4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:57:47 +0000 Subject: [PATCH] Bump @astrojs/mdx from 4.0.3 to 4.0.5 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.0.3 to 4.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@4.0.5/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cae493b..5b4852b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@astro-community/astro-embed-youtube": "^0.5.3", "@astrojs/check": "^0.9.4", "@astrojs/markdoc": "^0.12.4", - "@astrojs/mdx": "^4.0.3", + "@astrojs/mdx": "^4.0.5", "@astrojs/netlify": "^6.0.0", "@astrojs/react": "^4.1.2", "@astrojs/sitemap": "^3.2.1", @@ -250,10 +250,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.3.tgz", - "integrity": "sha512-8HcuyNG/KgYUAQWVzKFkboXcTOBCW6aQ0WK0Er/iSmVSF0y3yimg4/3QSt+Twv9dogpwIHL+E8iBJKqieFv4+g==", - "license": "MIT", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.5.tgz", + "integrity": "sha512-JhMCm4wf94PNHQDWKyez2ZVLcG5R6Cyjk8TmpqYVRrOTuU3GIWeDAoum7Q1p05SFD+nYwvXOcv42/m8pE3Ylug==", "dependencies": { "@astrojs/markdown-remark": "6.0.1", "@mdx-js/mdx": "^3.1.0", diff --git a/package.json b/package.json index 133d5ef..ca22cba 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astro-community/astro-embed-youtube": "^0.5.3", "@astrojs/check": "^0.9.4", "@astrojs/markdoc": "^0.12.4", - "@astrojs/mdx": "^4.0.3", + "@astrojs/mdx": "^4.0.5", "@astrojs/netlify": "^6.0.0", "@astrojs/react": "^4.1.2", "@astrojs/sitemap": "^3.2.1",