diff --git a/package.json b/package.json index ce7ba5c79..13600d3a2 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "husky": "3.0.9", "jest": "24.9.0", "lint-staged": "8.2.1", - "markdownlint-cli": "0.21.0", + "markdownlint-cli": "0.22.0", "opn": "5.5.0", "prettier": "1.18.2", "raf": "3.4.1", diff --git a/yarn.lock b/yarn.lock index e9f2b8672..4120eba72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6153,10 +6153,10 @@ markdown-it@10.0.0: mdurl "^1.0.1" uc.micro "^1.0.5" -markdownlint-cli@0.21.0: - version "0.21.0" - resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.21.0.tgz#d792b157e9de63ce1d6b6e13d7cf83d5e552d5e8" - integrity sha512-gvnczz3W3Wgex851/cIQ/2y8GNhY+EVK8Ael8kRd8hoSQ0ps9xjhtwPwMyJPoiYbAoPxG6vSBFISiysaAbCEZg== +markdownlint-cli@0.22.0: + version "0.22.0" + resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.22.0.tgz#e5e3251ae6207a41eeb01640363fe2aa0f663a51" + integrity sha512-qRg6tK5dXWqkaFvEstz9YSQal1ECMgofrSZgdBOaPWG8cD50pk8Hs0ZpBCJ6SCHPKF71pCdtuSL2u82sIx2XWA== dependencies: commander "~2.9.0" deep-extend "~0.5.1" @@ -6167,20 +6167,20 @@ markdownlint-cli@0.21.0: jsonc-parser "~2.2.0" lodash.differencewith "~4.5.0" lodash.flatten "~4.4.0" - markdownlint "~0.18.0" - markdownlint-rule-helpers "~0.6.0" + markdownlint "~0.19.0" + markdownlint-rule-helpers "~0.7.0" minimatch "~3.0.4" rc "~1.2.7" -markdownlint-rule-helpers@~0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.6.0.tgz#3a866a340d394d21d40777b787d3ad84489405c5" - integrity sha512-LiZVAbg9/cqkBHtLNNqHV3xuy4Y2L/KuGU6+ZXqCT9NnCdEkIoxeI5/96t+ExquBY0iHy2CVWxPH16nG1RKQVQ== +markdownlint-rule-helpers@~0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.7.0.tgz#66476c373fcad6727ac5b64cb662e900cbe46bfe" + integrity sha512-xZByWJNBaCMHo7nYPv/5aO8Jt68YcMvyouFXhuXmJzbqCsQy8rfCj0kYcv22kdK5PwAgMdbHg0hyTdURbUZtJw== -markdownlint@~0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.18.0.tgz#906ab9229da4c4be074d0b79de23a69bfa8471d3" - integrity sha512-nQAfK9Pbq0ZRoMC/abNGterEnV3kL8MZmi0WHhw8WJKoIbsm3cXGufGsxzCRvjW15cxe74KWcxRSKqwplS26Bw== +markdownlint@~0.19.0: + version "0.19.0" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.19.0.tgz#a692c7b5c077874d4ee8b74e188d6c464ccce81e" + integrity sha512-+MsWOnYVUH4klcKM7iRx5cno9FQMDAb6FC6mWlZkeXPwIaK6Z5Vd9VkXkykPidRqmLHU2wI+MNyfUMnUCBw3pQ== dependencies: markdown-it "10.0.0"