From 6b9f304e282d6467739baf384a04376df2e72402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:58:47 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.29.0 to 0.35.0 in /dependencies Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.29.0 to 0.35.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.29.0...v0.35.0) --- 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..bfb96e5 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.35.0", "prettyjson": "^1.2.1" } }