From e7b6f325184c47ca747f98afb93a546c1dd17e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:43:37 +0000 Subject: [PATCH] chore(package.json): bump @astrojs/mdx from 7.0.7 to 7.0.8 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 7.0.7 to 7.0.8. - [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.8/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 7.0.8 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 7418500..5acf777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@astrojs/mdx": "^7.0.7", + "@astrojs/mdx": "^7.0.8", "@resvg/resvg-js": "^2.6.2", "astro": "^7.2.4", "satori": "^0.33.3" @@ -334,9 +334,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "7.0.7", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-7.0.7.tgz", - "integrity": "sha512-hv+NJh2s+/KDrjXaYNOaS344e3M2ekMXHBR7x9EwBwE3VvE1y/9Ifh1rhR1H2zK2sMgXoUnakI9e9ZeCKPX9/Q==", + "version": "7.0.8", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-7.0.8.tgz", + "integrity": "sha512-RNuwq2ccTSi7NX9YqlR0noaWoVdOrZuJvdfWXotAzdhMVB0b0zEMLnNU+xar7le0GwTMlTObD/QAu8jeHA/3nA==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.10.4", diff --git a/package.json b/package.json index e7b0ae1..0aa9c5a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^7.0.7", + "@astrojs/mdx": "^7.0.8", "@resvg/resvg-js": "^2.6.2", "astro": "^7.2.4", "satori": "^0.33.3"