From 6043a269c166eff633e180ecf5d51b9d942acf60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 22 Mar 2018 22:09:55 +0900 Subject: [PATCH] fix(deps): update dependency markdownlint-cli to ^0.8.0 (#142) --- package.json | 2 +- yarn.lock | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 1901f38f..d340d33d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "fs-extra": "^5.0.0", "husky": "^0.14.3", "lint-staged": "^7.0.0", - "markdownlint-cli": "^0.7.1", + "markdownlint-cli": "^0.8.0", "npm-run-all": "^4.1.2", "prettier": "^1.10.2", "semver": "^5.5.0", diff --git a/yarn.lock b/yarn.lock index 5364e6af..3f4312c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2467,7 +2467,7 @@ get-pkg-repo@^1.0.0: parse-github-repo-url "^1.3.0" through2 "^2.0.0" -get-stdin@5.0.1, get-stdin@^5.0.1: +get-stdin@5.0.1, get-stdin@^5.0.1, get-stdin@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398" @@ -3691,33 +3691,34 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -markdown-it@8.4.0: - version "8.4.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.0.tgz#e2400881bf171f7018ed1bd9da441dac8af6306d" +markdown-it@8.4.1: + version "8.4.1" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.1.tgz#206fe59b0e4e1b78a7c73250af9b34a4ad0aaf44" dependencies: argparse "^1.0.7" entities "~1.1.1" linkify-it "^2.0.0" mdurl "^1.0.1" - uc.micro "^1.0.3" + uc.micro "^1.0.5" -markdownlint-cli@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.7.1.tgz#8eaa805a51f252765b4294f82cde0fc79375d574" +markdownlint-cli@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.8.0.tgz#9104fa7b91c9b6c04516e1d3dc890244ffd42917" dependencies: commander "~2.9.0" deep-extend "~0.4.1" + get-stdin "~5.0.1" glob "~7.0.3" lodash.differencewith "~4.5.0" lodash.flatten "~4.4.0" - markdownlint "~0.7.0" + markdownlint "~0.8.1" rc "~1.1.6" -markdownlint@~0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.7.0.tgz#5e128439b12a5a0b0718c1029cc38ac231aa5064" +markdownlint@~0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.8.1.tgz#a87572ccc84273b2a723205e65fa657437fe06c6" dependencies: - markdown-it "8.4.0" + markdown-it "8.4.1" md5-hex@^1.2.0: version "1.3.0" @@ -5333,7 +5334,7 @@ ua-parser-js@^0.7.9: version "0.7.17" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac" -uc.micro@^1.0.1, uc.micro@^1.0.3: +uc.micro@^1.0.1, uc.micro@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376"