From cd7253834a9d5916c14639574fa0e1399bd64e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:20:35 +0000 Subject: [PATCH] chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.21.0 Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.19.1 to 0.21.0. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.19.1...v0.21.0) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-version: 0.21.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 b078a2d..029020b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jest-environment-node": "^30.0.2", "jest-util": "^30.0.2", "jsonc-eslint-parser": "^2.1.0", - "markdownlint-cli2": "^0.19.1", + "markdownlint-cli2": "^0.21.0", "prettier": "^3.7.4", "ts-jest": "^29.4.0", "ts-node": "10.9.1",