From a912f9e436d09b198edd038d7634d5921dec5055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:05:48 +0000 Subject: [PATCH] Bump @astrojs/mdx from 4.3.7 to 4.3.9 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.3.7 to 4.3.9. - [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.3.9/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 4.3.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15566eb..ce7616a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,9 +108,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.7.tgz", - "integrity": "sha512-5SRmvMyT/UMWaU2eoD+htnXtE2mUZZEH2K/nEzhuEy+iCsOSuS/DUry59WuKUJRQETi1mgJFdNR4dZLJHYVuRA==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.9.tgz", + "integrity": "sha512-80LHiM4z3FxAjATHNgFpa8nlTNSprAWB4UUKnr/QG56Pwk7uRnJWrXlok4wSCi/3fg8kTZ98A408Q91M+iqJdw==", "dev": true, "license": "MIT", "dependencies": { @@ -120,7 +120,7 @@ "es-module-lexer": "^1.7.0", "estree-util-visit": "^2.0.0", "hast-util-to-html": "^9.0.5", - "kleur": "^4.1.5", + "picocolors": "^1.1.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1", "remark-smartypants": "^3.0.2",