From f3c5f2b1940f663a38d06a08d997e70fdc54e7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:00:05 +0000 Subject: [PATCH] chore(deps-dev): bump markdownlint-cli from 0.33.0 to 0.34.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.33.0...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 e9ef8998..35e37aaa 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "concat-stream": "^2.0.0", "duplexify": "^4.1.2", "license-checker": "^25.0.1", - "markdownlint-cli": "^0.33.0", + "markdownlint-cli": "^0.34.0", "mqtt": "^4.3.7", "mqtt-connection": "^4.1.0", "pre-commit": "^1.2.2",