From 0519553f622b9131c100a21c5123f297a625a23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:34:14 +0000 Subject: [PATCH] Bump @astrojs/markdown-remark from 6.3.11 to 7.2.1 Bumps [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) from 6.3.11 to 7.2.1. - [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.2.1/packages/markdown/remark) --- updated-dependencies: - dependency-name: "@astrojs/markdown-remark" dependency-version: 7.2.1 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 24b80bfb..5c688230 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.2.1", "@astrojs/starlight": "0.37.7", "@octokit/core": "^5.1.0", "astro": "5.18.2",