From e2c9991a2b43492c43a2a9fbf14e465d72ca8cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 06:57:20 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.32.2 to 0.34.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.32.2 to 0.34.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.32.2...v0.34.0) --- 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 597c1c03a..2a1449397 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "husky": "~6.0.0", "jsonschema": "~1.4.0", "markdown-link-check": "~3.10.2", - "markdownlint-cli": "~0.32.2", + "markdownlint-cli": "~0.34.0", "mocha": "~9.2.2", "mousse": "~0.3.1", "nyc": "~15.1.0",