From 5b4bc977f034042a473a8f64e95ede9998e690e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 10:59:36 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.26.0 to 0.35.0 in /dependencies Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.26.0 to 0.35.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.26.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 cb9b902..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.26.0", + "markdownlint-cli": "^0.35.0", "prettyjson": "^1.2.1" } }