From 69a2a34c767f5ac21e232d3ae7b51eeb1f2b22f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:09:10 +0000 Subject: [PATCH] chore(deps-dev): bump markdownlint-cli from 0.47.0 to 0.49.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.47.0 to 0.49.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.49.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.49.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 ac5dea6..bfb2173 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "eslint-plugin-unicorn": "^62.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", - "markdownlint-cli": "^0.47.0", + "markdownlint-cli": "^0.49.0", "pinst": "^3.0.0", "prettier": "^3.8.1", "release-it": "^19.2.4",