From d38317b0017502a222c940516855f98c0278cd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 11:23:21 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.29.0 to 0.31.1 in /dependencies 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/package.json b/dependencies/package.json index f75e977..7bd7413 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -2,7 +2,7 @@ "name": "demo-action", "dependencies": { "jsonlint": "^1.6.3", - "markdownlint-cli": "^0.29.0", + "markdownlint-cli": "^0.31.1", "prettyjson": "^1.2.1" } }