From 711e6b1a1dbf2c9d737025ec69cb154e1e5489f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:10:18 +0000 Subject: [PATCH] build(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 a27ba1cd..7905b5dc 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "espree": "^9.4.0", "husky": "^8.0.1", "lodash": "^4.17.21", - "markdownlint-cli": "^0.33.0", + "markdownlint-cli": "^0.34.0", "mocha": "^10.0.0", "npm-package-json-lint": "^6.3.0", "npm-run-all": "^4.1.5",