From 6c07cb251b2b2c917c6007ed198d5e943d482bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:09:25 +0000 Subject: [PATCH] build(deps-dev): 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 795d5b69..2ae410ff 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "espree": "^9.4.0", "husky": "^8.0.1", "lodash": "^4.17.21", - "markdownlint-cli": "^0.32.2", + "markdownlint-cli": "^0.33.0", "mocha": "^10.0.0", "npm-package-json-lint": "^6.3.0", "npm-run-all": "^4.1.5",