From f55e6d70f6b3b9ec1f783c558e73ed7d9bed62de Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 Aug 2019 22:22:10 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.18.0 --- packages/markdownlint-config/package.json | 2 +- yarn.lock | 34 ++++++++++------------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 1d71270e..3c9ebdcd 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/uncovertruth/styleguide/pulls" }, "devDependencies": { - "markdownlint-cli": "0.13.0" + "markdownlint-cli": "0.18.0" }, "homepage": "https://github.com/uncovertruth/styleguide/blob/master/packages/markdownlint-config/README.md", "keywords": [ diff --git a/yarn.lock b/yarn.lock index 1cf13c1a..71f4bb1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4328,13 +4328,6 @@ js-yaml@^3.2.4, js-yaml@^3.9.0, js-yaml@^3.9.1: argparse "^1.0.7" esprima "^4.0.0" -js-yaml@~3.11.0: - version "3.11.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef" - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - jsbn@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" @@ -4900,9 +4893,10 @@ markdown-escapes@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.2.tgz#e639cbde7b99c841c0bacc8a07982873b46d2122" -markdown-it@8.4.2: - version "8.4.2" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54" +markdown-it@9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.0.1.tgz#aafe363c43718720b6575fd10625cde6e4ff2d47" + integrity sha512-XC9dMBHg28Xi7y5dPuLjM61upIGPJG8AiHNHYqIaXER2KNnn7eKnM5/sF0ImNnyoV224Ogn9b1Pck8VH4k0bxw== dependencies: argparse "^1.0.7" entities "~1.1.1" @@ -4914,26 +4908,28 @@ markdown-table@^1.1.0: version "1.1.2" resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.2.tgz#c78db948fa879903a41bce522e3b96f801c63786" -markdownlint-cli@0.13.0: - version "0.13.0" - resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.13.0.tgz#af1d29e5d8b434256c451c81b87dff1c218844cb" +markdownlint-cli@0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.18.0.tgz#bd1cee72739049d42dcea5f6db0c0f57c6eb8096" + integrity sha512-mQ2zvjMLoy0P2kb9Y03SqC24WPH4fTRN0/CyCorB122c4Chg9vWJKgUKBz3KR7swpzqmlI0SYq/7Blbqe4kb2g== dependencies: commander "~2.9.0" deep-extend "~0.5.1" get-stdin "~5.0.1" glob "~7.1.2" - js-yaml "~3.11.0" + js-yaml "^3.13.1" lodash.differencewith "~4.5.0" lodash.flatten "~4.4.0" - markdownlint "~0.11.0" + markdownlint "~0.16.0" minimatch "~3.0.4" rc "~1.2.7" -markdownlint@~0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.11.0.tgz#3858bbdbc1ab78abf0c098d841c72b63dd3206a0" +markdownlint@~0.16.0: + version "0.16.0" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.16.0.tgz#69f73cc755a44231fbe5dc7c37a5909cedc0ac6e" + integrity sha512-Zo+iPezP3eM6lLhKepkUw+X98H44lipIdx4d6faaugfB0+7VuDB3R0hXmx7z9F1N3/ypn46oOFgAD9iF++Ie6A== dependencies: - markdown-it "8.4.2" + markdown-it "9.0.1" match-index@^1.0.1: version "1.0.1"