From fe0025dc8feda030044e6eac81c063efbde0546c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 10:16:29 +0000 Subject: [PATCH] Bump @astrojs/markdown-remark from 6.3.11 to 7.1.0 Bumps [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) from 6.3.11 to 7.1.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.1.0/packages/markdown/remark) --- updated-dependencies: - dependency-name: "@astrojs/markdown-remark" dependency-version: 7.1.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..4470f023 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.0", "@astrojs/starlight": "^0.37.6", "@octokit/core": "^5.1.0", "astro": "^5.17.2",