From 36239ba579b4aaae28ceceb8f58d05ea45d07570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 17:21:27 +0200 Subject: [PATCH] Bump markdownlint-cli from 0.29.0 to 0.31.1 (#115) Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.29.0 to 0.31.1. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.29.0...v0.31.1) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 231f385..3da4607 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/node": "^16.11.1", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", - "markdownlint-cli": "^0.29.0", + "markdownlint-cli": "^0.31.1", "nyc": "^15.0.0", "pre-commit": "^1.2.2", "snazzy": "^9.0.0",