From b7efd6223bb56bdb30d1ac76380078c1f3d84277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 13:35:00 +0000 Subject: [PATCH] chore(deps-dev): bump markdownlint-cli from 0.30.0 to 0.32.2 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.30.0 to 0.32.2. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.30.0...v0.32.2) --- updated-dependencies: - dependency-name: markdownlint-cli 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 5db7d49..ce08b3b 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "lint-staged": "^12.0.3", "markdown-it-link-attributes": "^4.0.0", "markdown-it-prism": "^2.2.1", - "markdownlint-cli": "^0.30.0", + "markdownlint-cli": "^0.32.2", "npm-run-all": "^4.1.5", "pnpm": "6.32.10", "postcss-html": "^1.2.0",