From eac32ad7c44cccd69d7a2ef404a5ebb003b25268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 05:03:10 +0000 Subject: [PATCH] Bump @astrojs/markdown-remark from 6.3.11 to 7.1.2 Bumps [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) from 6.3.11 to 7.1.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@7.1.2/packages/markdown/remark) --- updated-dependencies: - dependency-name: "@astrojs/markdown-remark" dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2b7a770..0c473dc8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "slugify": "^1.6.6" }, "dependencies": { - "@astrojs/markdown-remark": "^6.3.10", + "@astrojs/markdown-remark": "^7.1.2", "@astrojs/starlight": "^0.37.6", "@octokit/core": "^5.1.0", "astro": "^5.17.2",