From 3c7e261c0f46165aa7530385e8b8cb1dd5e2ca6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 09:17:52 +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 92aa34d..7b86ba0 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "js-yaml": "^4.1.0", "lint-staged": "^13.0.3", "markdownlint": "^0.26.2", - "markdownlint-cli2": "^0.5.1", + "markdownlint-cli2": "^0.6.0", "prettier": "2.7.1" } }