From edde8ea8fc9bb04a23f9bcfb4cac3c49436d7f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 13:13:01 +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 0f19365..174007a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-react": "^7.17.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", - "markdownlint": "^0.26.2", + "markdownlint": "^0.27.0", "markdownlint-cli2": "^0.5.1", "prettier": "2.7.1" }