From b26e0dbf94177909546a76ce995c79004e9234e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 02:05:24 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.27.0 to 0.27.1 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.27.0 to 0.27.1. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.27.0...v0.27.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e558a06d..6b2435c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17116,9 +17116,9 @@ } }, "markdownlint-cli": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.27.0.tgz", - "integrity": "sha512-lci/GD1V2aysJOpJFXfIt5KlpF62Rw+7hUfGg3ZwkLBBeNuUwLZj/IomQ924m00Ido/tPGbFObelKlZaUlETpQ==", + "version": "0.27.1", + "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.27.1.tgz", + "integrity": "sha512-p1VV6aSbGrDlpUWzHizAnSNEQAweVR3qUI/AIUubxW7BGPXziSXkIED+uRtSohUlRS/jmqp3Wi4es5j6fIrdeQ==", "dev": true, "requires": { "commander": "~7.1.0", diff --git a/package.json b/package.json index 4f58c17e..f22829a8 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-plugin-prettier": "^3.3.1", "git-format-staged": "^2.1.1", "husky": "^5.1.3", - "markdownlint-cli": "^0.27.0", + "markdownlint-cli": "^0.27.1", "node-sass": "^5.0.0", "npm-run-all": "^4.1.5", "prettier": "^2.2.1"