Skip to content

Commit 7651e60

Browse files
committed
Update dependency markdownlint-cli to v0.16.0
1 parent 877202a commit 7651e60

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"danger": "4.0.1",
1111
"eclint": "2.8.0",
12-
"markdownlint-cli": "0.13.0",
12+
"markdownlint-cli": "0.16.0",
1313
"prettier": "1.11.1",
1414
"prettier-check": "2.0.0",
1515
"xo": "0.20.3"

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,14 @@ js-yaml@^3.12.0:
20322032
argparse "^1.0.7"
20332033
esprima "^4.0.0"
20342034

2035-
js-yaml@^3.9.1, js-yaml@~3.11.0:
2035+
js-yaml@^3.13.1:
2036+
version "3.13.1"
2037+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
2038+
dependencies:
2039+
argparse "^1.0.7"
2040+
esprima "^4.0.0"
2041+
2042+
js-yaml@^3.9.1:
20362043
version "3.11.0"
20372044
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
20382045
dependencies:
@@ -2399,24 +2406,24 @@ [email protected]:
23992406
mdurl "^1.0.1"
24002407
uc.micro "^1.0.5"
24012408

2402-
markdownlint-cli@0.13.0:
2403-
version "0.13.0"
2404-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.13.0.tgz#af1d29e5d8b434256c451c81b87dff1c218844cb"
2409+
markdownlint-cli@0.16.0:
2410+
version "0.16.0"
2411+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.16.0.tgz#725b3a9140a6d4b65e866f76e6086c0a3f3ee480"
24052412
dependencies:
24062413
commander "~2.9.0"
24072414
deep-extend "~0.5.1"
24082415
get-stdin "~5.0.1"
24092416
glob "~7.1.2"
2410-
js-yaml "~3.11.0"
2417+
js-yaml "^3.13.1"
24112418
lodash.differencewith "~4.5.0"
24122419
lodash.flatten "~4.4.0"
2413-
markdownlint "~0.11.0"
2420+
markdownlint "~0.14.1"
24142421
minimatch "~3.0.4"
24152422
rc "~1.2.7"
24162423

2417-
markdownlint@~0.11.0:
2418-
version "0.11.0"
2419-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.11.0.tgz#3858bbdbc1ab78abf0c098d841c72b63dd3206a0"
2424+
markdownlint@~0.14.1:
2425+
version "0.14.1"
2426+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.14.1.tgz#62666d897284b44af20627229334045248f1c941"
24202427
dependencies:
24212428
markdown-it "8.4.2"
24222429

0 commit comments

Comments
 (0)