From 7bf67b2c10cda70095710bd49f3d4f964c6c50bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:53:35 +0000 Subject: [PATCH] Bump markdownlint from 0.39.0 to 0.40.0 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.39.0 to 0.40.0. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: markdownlint dependency-version: 0.40.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a485b7b..37072ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "markdownlint": "^0.39.0", + "markdownlint": "^0.40.0", "markdownlint-cli": "^0.47.0", "vitepress": "^2.0.0-alpha.15" },