From bdc5f33b57160e7b883055994718798de6917a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 16:29:55 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.32.2 to 0.45.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.32.2 to 0.45.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.32.2...v0.45.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.45.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 337ef844e..7ecaa1d48 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "husky": "~6.0.0", "jsonschema": "~1.5.0", "markdown-link-check": "~3.13.7", - "markdownlint-cli": "~0.32.2", + "markdownlint-cli": "~0.45.0", "mocha": "~9.2.2", "mousse": "~0.3.1", "nyc": "~15.1.0",