File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 9
9
"devDependencies" : {
10
10
"danger" : " 4.0.1" ,
11
11
"eclint" : " 2.8.0" ,
12
- "markdownlint-cli" : " 0.13 .0" ,
12
+ "markdownlint-cli" : " 0.16 .0" ,
13
13
"prettier" : " 1.11.1" ,
14
14
"prettier-check" : " 2.0.0" ,
15
15
"xo" : " 0.20.3"
Original file line number Diff line number Diff line change @@ -2032,7 +2032,14 @@ js-yaml@^3.12.0:
2032
2032
argparse "^1.0.7"
2033
2033
esprima "^4.0.0"
2034
2034
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 :
2036
2043
version "3.11.0"
2037
2044
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
2038
2045
dependencies :
2399
2406
mdurl "^1.0.1"
2400
2407
uc.micro "^1.0.5"
2401
2408
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 "
2405
2412
dependencies :
2406
2413
commander "~2.9.0"
2407
2414
deep-extend "~0.5.1"
2408
2415
get-stdin "~5.0.1"
2409
2416
glob "~7.1.2"
2410
- js-yaml "~3.11.0 "
2417
+ js-yaml "^3.13.1 "
2411
2418
lodash.differencewith "~4.5.0"
2412
2419
lodash.flatten "~4.4.0"
2413
- markdownlint "~0.11.0 "
2420
+ markdownlint "~0.14.1 "
2414
2421
minimatch "~3.0.4"
2415
2422
rc "~1.2.7"
2416
2423
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 "
2420
2427
dependencies :
2421
2428
markdown-it "8.4.2"
2422
2429
You can’t perform that action at this time.
0 commit comments