From 71e6f0e9169d308316a1fb79c3c6a96a44cce7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:49:32 +0000 Subject: [PATCH] chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.22.1 Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.19.1 to 0.22.1. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.19.1...v0.22.1) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-version: 0.22.1 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 9418913..d98ddde 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-sonarjs": "^0.16.0", "eslint-plugin-tsdoc": "^0.4.0", - "markdownlint-cli2": "^0.19.0", + "markdownlint-cli2": "^0.22.1", "prettier": "^3.6.2", "typescript": "^5.0.0" },