From 2f8b6bec60c728db88457d68483efe02dab9ae02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:13:59 +0000 Subject: [PATCH] build(deps-dev): bump markdownlint from 0.26.2 to 0.27.0 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.26.2 to 0.27.0. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/doc/ReleaseProcess.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.26.2...v0.27.0) --- updated-dependencies: - dependency-name: markdownlint 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 92aa34d..652d551 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "husky": "^8.0.1", "js-yaml": "^4.1.0", "lint-staged": "^13.0.3", - "markdownlint": "^0.26.2", + "markdownlint": "^0.27.0", "markdownlint-cli2": "^0.5.1", "prettier": "2.7.1" }