Skip to content

Commit

Permalink
fix(deps): update dependency markdownlint-cli to ^0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 31, 2018
1 parent 45654b2 commit 6976cf6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fs-extra": "^5.0.0",
"husky": "^0.14.3",
"lint-staged": "^6.0.0",
"markdownlint-cli": "^0.6.0",
"markdownlint-cli": "^0.7.0",
"npm-run-all": "^4.1.2",
"prepend-file-cli": "^1.0.6",
"prettier": "^1.10.2",
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2910,9 +2910,13 @@ lodash.cond@^4.3.0:
version "4.5.2"
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"

lodash.flatten@~4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.3.0.tgz#e5ec4efe87efc59ce52f917cba8bf160636469cf"
lodash.difference@~4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c"

lodash.flatten@~4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"

lodash.kebabcase@4.1.1:
version "4.1.1"
Expand Down Expand Up @@ -2963,10 +2967,6 @@ lodash.upperfirst@4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"

lodash.values@~4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.values/-/lodash.values-4.2.0.tgz#932625f7d2c954b63db895255548f3b49f120e9a"

lodash@^4.0.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
Expand Down Expand Up @@ -3028,33 +3028,33 @@ map-stream@~0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194"

markdown-it@8.3.2:
version "8.3.2"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.3.2.tgz#df4b86530d17c3bc9beec3b68d770b92ea17ae96"
markdown-it@8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.0.tgz#e2400881bf171f7018ed1bd9da441dac8af6306d"
dependencies:
argparse "^1.0.7"
entities "~1.1.1"
linkify-it "^2.0.0"
mdurl "^1.0.1"
uc.micro "^1.0.3"

markdownlint-cli@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.6.0.tgz#f712e814d2909ea757724a31ccd96dabc21554ef"
markdownlint-cli@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.7.0.tgz#7c50be2366f91b56cddfcb6dbcea6ab886a757d4"
dependencies:
commander "~2.9.0"
deep-extend "~0.4.1"
glob "~7.0.3"
lodash.flatten "~4.3.0"
lodash.values "~4.2.0"
markdownlint "~0.6.4"
lodash.difference "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.7.0"
rc "~1.1.6"

markdownlint@~0.6.4:
version "0.6.4"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.6.4.tgz#7fa77e0d8c1b1c3ed7978761ce664bd23e7328ef"
markdownlint@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.7.0.tgz#5e128439b12a5a0b0718c1029cc38ac231aa5064"
dependencies:
markdown-it "8.3.2"
markdown-it "8.4.0"

md5-hex@^1.2.0:
version "1.3.0"
Expand Down

0 comments on commit 6976cf6

Please sign in to comment.