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.15 .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,13 +2032,20 @@ 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.9.1 :
2036
2036
version "3.11.0"
2037
2037
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
2038
2038
dependencies :
2039
2039
argparse "^1.0.7"
2040
2040
esprima "^4.0.0"
2041
2041
2042
+ js-yaml@~3.13.0 :
2043
+ version "3.13.0"
2044
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
2045
+ dependencies :
2046
+ argparse "^1.0.7"
2047
+ esprima "^4.0.0"
2048
+
2042
2049
jsome@^2.3.25 :
2043
2050
version "2.5.0"
2044
2051
resolved "https://registry.yarnpkg.com/jsome/-/jsome-2.5.0.tgz#5e417eef4341ffeb83ee8bfa9265b36d56fe49ed"
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.15 .0 :
2410
+ version "0.15 .0"
2411
+ resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.15 .0.tgz#12a820d3745a955cff2877157d132248e9d3802b "
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 .0"
2411
2418
lodash.differencewith "~4.5.0"
2412
2419
lodash.flatten "~4.4.0"
2413
- markdownlint "~0.11 .0"
2420
+ markdownlint "~0.13 .0"
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.13 .0 :
2425
+ version "0.13 .0"
2426
+ resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.13 .0.tgz#39ffd5ffbf1198c761a5ef3e28c195e5eb8dd669 "
2420
2427
dependencies :
2421
2428
markdown-it "8.4.2"
2422
2429
You can’t perform that action at this time.
0 commit comments