From 97e24fb8260dbfc680e5df10f9255e001acee2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:01:20 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.32.2 to 0.33.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.32.2 to 0.33.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.32.2...v0.33.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 5129e8af6..9ea374063 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.33.0", "mocha": "~9.2.2", "mousse": "~0.3.1", "nyc": "~15.1.0",