From 35af9031dafa217190542f9a42fa9ed1319b5468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 09:34:45 +0000 Subject: [PATCH] npm: bump markdownlint-cli from 0.27.1 to 0.32.2 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.27.1 to 0.32.2. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.27.1...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 f183d54e4c..7c3fd17183 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "license-checker": "^25.0.1", "lint-staged": "^11.0.1", "markdown-link-check": "^3.8.7", - "markdownlint-cli": "^0.27.1", + "markdownlint-cli": "^0.32.2", "stylelint": "~13.13.1", "stylelint-config-standard": "^22.0.0", "stylelint-order": "^4.1.0",