Skip to content

Commit

Permalink
fix(deps): update dependency markdownlint-cli to ^0.8.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ybiquitous committed Mar 22, 2018
1 parent 5acbc2a commit 6043a26
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
29 changes: 15 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 6043a26

Please sign in to comment.