From a6daa5eab4cf7699bf70dc0565b696bf67f4a07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:24:05 +0000 Subject: [PATCH] Bump @astrojs/mdx from 4.0.3 to 4.0.4 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.0.3 to 4.0.4. - [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.4/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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 907b841..1860aa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^4.0.3", + "@astrojs/mdx": "^4.0.4", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", "astro": "^5.1.3", @@ -112,9 +112,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==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.4.tgz", + "integrity": "sha512-w68BeD6K3mjyZbLtg9+ahCs+uFxDXfwD2Lb8zBwBOyDvAFvkgG4VqqHP+hwAUvgxLuH3GbadQhV1fv7NEbrxPg==", "dependencies": { "@astrojs/markdown-remark": "6.0.1", "@mdx-js/mdx": "^3.1.0", diff --git a/package.json b/package.json index f593e3b..0ba8838 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^4.0.3", + "@astrojs/mdx": "^4.0.4", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", "astro": "^5.1.3",