diff --git a/package.json b/package.json index 1e56b66b46..5fdaf027ff 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "^5.0.1", "eslint-config-klasa": "github:dirigeants/klasa-lint", "eslint-plugin-markdown": "^1.0.0-beta.6", - "markdownlint-cli": "^0.16.0", + "markdownlint-cli": "^0.17.0", "tslint": "^5.9.1", "typescript": "^3.0.3" }, diff --git a/yarn.lock b/yarn.lock index 082b165126..caebf2bbbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2371,9 +2371,9 @@ markdown-it@8.4.2, markdown-it@^8.4.2: mdurl "^1.0.1" uc.micro "^1.0.5" -markdownlint-cli@^0.16.0: - version "0.16.0" - resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.16.0.tgz#725b3a9140a6d4b65e866f76e6086c0a3f3ee480" +markdownlint-cli@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.17.0.tgz#f5e483a576bf56cca29b057216241a54d33e4d95" dependencies: commander "~2.9.0" deep-extend "~0.5.1" @@ -2382,13 +2382,13 @@ markdownlint-cli@^0.16.0: js-yaml "^3.13.1" lodash.differencewith "~4.5.0" lodash.flatten "~4.4.0" - markdownlint "~0.14.1" + markdownlint "~0.15.0" minimatch "~3.0.4" rc "~1.2.7" -markdownlint@~0.14.1: - version "0.14.1" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.14.1.tgz#62666d897284b44af20627229334045248f1c941" +markdownlint@~0.15.0: + version "0.15.0" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.15.0.tgz#14837354f01fe15bc06dfd5dd38247b79bd4c8f2" dependencies: markdown-it "8.4.2"