From d9e92e91ad50be30b4e688b2cc921533c5769807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 23:35:55 +0000 Subject: [PATCH] Bump @astrojs/markdown-remark from 6.3.11 to 7.2.0 Bumps [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) from 6.3.11 to 7.2.0. - [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.0/packages/markdown/remark) --- updated-dependencies: - dependency-name: "@astrojs/markdown-remark" dependency-version: 7.2.0 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..a07e33be 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.0", "@astrojs/starlight": "^0.37.6", "@octokit/core": "^5.1.0", "astro": "^5.17.2",