From a9b7214591da7da5f2fcd1ea3517584c53c638a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:04:46 +0000 Subject: [PATCH] build(deps)(deps-dev): bump markdownlint-cli Bumps the all-dependencies group with 1 update: [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). Updates `markdownlint-cli` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee15a4f..206f013 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@commitlint/config-angular": "^20.4.1", "@commitlint/config-conventional": "^20.4.1", "husky": "^9.1.7", - "markdownlint-cli": "^0.47.0", + "markdownlint-cli": "^0.48.0", "prettier": "^3.8.1" } }