From 4dc27ed3bad7bebe7ae214603e9f6750a70192ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:32:09 +0000 Subject: [PATCH] build(deps-dev): bump markdownlint-cli2 from 0.5.1 to 0.6.0 Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: markdownlint-cli2 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 0f19365..2b166be 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "husky": "^8.0.1", "lint-staged": "^13.0.3", "markdownlint": "^0.26.2", - "markdownlint-cli2": "^0.5.1", + "markdownlint-cli2": "^0.6.0", "prettier": "2.7.1" } }