diff --git a/package.json b/package.json index a18cbde4..e314a80a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fs-extra": "^6.0.0", "husky": "^0.14.3", "lint-staged": "^7.0.0", - "markdownlint-cli": "^0.9.0", + "markdownlint-cli": "^0.10.0", "npm-run-all": "^4.1.2", "prettier": "^1.10.2", "standard-version": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index 9b235f41..f77adbb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3071,7 +3071,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" -js-yaml@^3.9.0, js-yaml@^3.9.1: +js-yaml@^3.9.0, js-yaml@^3.9.1, js-yaml@~3.11.0: version "3.11.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef" dependencies: @@ -3493,22 +3493,23 @@ markdown-it@8.4.1: mdurl "^1.0.1" uc.micro "^1.0.5" -markdownlint-cli@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.9.0.tgz#241a62e98ba5fd1594f57adb5823bc6bf83e95e2" +markdownlint-cli@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.10.0.tgz#c64c57f188167b9f3f5e08476715d20d0514436e" dependencies: commander "~2.9.0" deep-extend "~0.5.1" get-stdin "~5.0.1" glob "~7.0.3" + js-yaml "~3.11.0" lodash.differencewith "~4.5.0" lodash.flatten "~4.4.0" - markdownlint "~0.9.0" + markdownlint "~0.10.0" rc "~1.2.7" -markdownlint@~0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.9.0.tgz#f2500856b6c2a1450b919dcb4671d4116fb1f0bf" +markdownlint@~0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.10.0.tgz#ee941ee943f78ff6adbc1ff0fad49365e600b664" dependencies: markdown-it "8.4.1"