From d0b455689940b700d3320798e191d832c6b77114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:09:01 +0000 Subject: [PATCH] chore(deps-dev): bump markdownlint-cli from 0.35.0 to 0.37.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.35.0 to 0.37.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.35.0...v0.37.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 e2dcb36a..bd754d20 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.35.0", + "markdownlint-cli": "^0.37.0", "mqtt": "^5.0.0", "mqtt-connection": "^4.1.0", "pre-commit": "^1.2.2",