diff --git a/package.json b/package.json index c3c6aaf070..960777f8f6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "^6.0.1", "eslint-config-klasa": "github:dirigeants/klasa-lint", "eslint-plugin-markdown": "^1.0.0-beta.6", - "markdownlint-cli": "^0.17.0", + "markdownlint-cli": "^0.18.0", "tslint": "^5.9.1", "typescript": "^3.0.3" }, diff --git a/yarn.lock b/yarn.lock index 0c191491d3..47587a3355 100644 --- a/yarn.lock +++ b/yarn.lock @@ -840,7 +840,17 @@ markdown-it-anchor@^5.0.2: version "5.0.2" resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.0.2.tgz#cdd917a05b7bf92fb736a6dae3385c6d0d0fa552" -markdown-it@8.4.2, markdown-it@^8.4.2: +markdown-it@9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.0.1.tgz#aafe363c43718720b6575fd10625cde6e4ff2d47" + dependencies: + argparse "^1.0.7" + entities "~1.1.1" + linkify-it "^2.0.0" + mdurl "^1.0.1" + uc.micro "^1.0.5" + +markdown-it@^8.4.2: version "8.4.2" resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54" dependencies: @@ -850,9 +860,9 @@ markdown-it@8.4.2, markdown-it@^8.4.2: mdurl "^1.0.1" uc.micro "^1.0.5" -markdownlint-cli@^0.17.0: - version "0.17.0" - resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.17.0.tgz#f5e483a576bf56cca29b057216241a54d33e4d95" +markdownlint-cli@^0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.18.0.tgz#bd1cee72739049d42dcea5f6db0c0f57c6eb8096" dependencies: commander "~2.9.0" deep-extend "~0.5.1" @@ -861,15 +871,15 @@ markdownlint-cli@^0.17.0: js-yaml "^3.13.1" lodash.differencewith "~4.5.0" lodash.flatten "~4.4.0" - markdownlint "~0.15.0" + markdownlint "~0.16.0" minimatch "~3.0.4" rc "~1.2.7" -markdownlint@~0.15.0: - version "0.15.0" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.15.0.tgz#14837354f01fe15bc06dfd5dd38247b79bd4c8f2" +markdownlint@~0.16.0: + version "0.16.0" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.16.0.tgz#69f73cc755a44231fbe5dc7c37a5909cedc0ac6e" dependencies: - markdown-it "8.4.2" + markdown-it "9.0.1" marked@^0.6.2: version "0.6.2"