From d7bef786d8019daf1d12726a6ce3390fd75c7075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 14:00:17 -0500 Subject: [PATCH] Bump markdownlint-cli from 0.15.0 to 0.16.0 (#125) * Bump markdownlint-cli from 0.15.0 to 0.16.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.15.0...v0.16.0) Signed-off-by: dependabot[bot] * fix lint --- guides/Getting Started/GettingStarted.md | 2 +- package.json | 2 +- yarn.lock | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/guides/Getting Started/GettingStarted.md b/guides/Getting Started/GettingStarted.md index b72bfd72..3f11cba6 100644 --- a/guides/Getting Started/GettingStarted.md +++ b/guides/Getting Started/GettingStarted.md @@ -1,3 +1,3 @@ ## Getting Started -placeholder \ No newline at end of file +placeholder diff --git a/package.json b/package.json index d79a0dfb..93ba2e62 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "^5.16.0", "eslint-config-klasa": "github:dirigeants/klasa-lint", "eslint-plugin-markdown": "^1.0.0", - "markdownlint-cli": "^0.15.0", + "markdownlint-cli": "^0.16.0", "tslint": "^5.16.0", "typescript": "^3.4.5" }, diff --git a/yarn.lock b/yarn.lock index 095fb37b..ad7653f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2054,9 +2054,9 @@ js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" -js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@~3.13.0: - version "3.13.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e" +js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.13.1: + version "3.13.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" dependencies: argparse "^1.0.7" esprima "^4.0.0" @@ -2371,24 +2371,24 @@ markdown-it@8.4.2, markdown-it@^8.4.2: mdurl "^1.0.1" uc.micro "^1.0.5" -markdownlint-cli@^0.15.0: - version "0.15.0" - resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.15.0.tgz#12a820d3745a955cff2877157d132248e9d3802b" +markdownlint-cli@^0.16.0: + version "0.16.0" + resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.16.0.tgz#725b3a9140a6d4b65e866f76e6086c0a3f3ee480" dependencies: commander "~2.9.0" deep-extend "~0.5.1" get-stdin "~5.0.1" glob "~7.1.2" - js-yaml "~3.13.0" + js-yaml "^3.13.1" lodash.differencewith "~4.5.0" lodash.flatten "~4.4.0" - markdownlint "~0.13.0" + markdownlint "~0.14.1" minimatch "~3.0.4" rc "~1.2.7" -markdownlint@~0.13.0: - version "0.13.0" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.13.0.tgz#39ffd5ffbf1198c761a5ef3e28c195e5eb8dd669" +markdownlint@~0.14.1: + version "0.14.2" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.14.2.tgz#22185a42b263a5c1105d894b9b66eb5ec992dcab" dependencies: markdown-it "8.4.2"