File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 42
42
]
43
43
},
44
44
"dependencies" : {
45
- "markdownlint" : " ^0.24 .0"
45
+ "markdownlint" : " ^0.25 .0"
46
46
}
47
47
}
Original file line number Diff line number Diff line change @@ -593,6 +593,17 @@ markdown-it@12.2.0:
593
593
mdurl "^1.0.1"
594
594
uc.micro "^1.0.5"
595
595
596
+ markdown-it@12.3.0 :
597
+ version "12.3.0"
598
+ resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.0.tgz#11490c61b412b8f41530319c005ecdcd4367171f"
599
+ integrity sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==
600
+ dependencies :
601
+ argparse "^2.0.1"
602
+ entities "~2.1.0"
603
+ linkify-it "^3.0.1"
604
+ mdurl "^1.0.1"
605
+ uc.micro "^1.0.5"
606
+
596
607
markdownlint-cli@^0.30.0 :
597
608
version "0.30.0"
598
609
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.30.0.tgz#4ec0ab85a491eb161182e5c26eff308bf90f18f3"
@@ -618,7 +629,14 @@ markdownlint-rule-helpers@~0.15.0:
618
629
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.15.0.tgz#11434c573649b9235ae70b967314f5711f7d8fa8"
619
630
integrity sha512-A+9mswc3m/kkqpJCqntmte/1VKhDJ+tjZsERLz5L4h/Qr7ht2/BkGkgY5E7/wsxIhcpl+ctIfz+oS3PQrMOB2w==
620
631
621
- markdownlint@^0.24.0, markdownlint@~0.24.0 :
632
+ markdownlint@^0.25.0 :
633
+ version "0.25.0"
634
+ resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.25.0.tgz#a0f66c676f3360e76396dfb1c8a8b552dde619dc"
635
+ integrity sha512-HtmitJLnzMyPbxy0tkEkzM6GP8it9tshI2XC+eUB+ZcdtWx5sokakQGEGOPVhra2CB/qRRuFEJ9Xl+X/BaB9QQ==
636
+ dependencies :
637
+ markdown-it "12.3.0"
638
+
639
+ markdownlint@~0.24.0 :
622
640
version "0.24.0"
623
641
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.24.0.tgz#224b53f671367a237d40c8be1745c7be9a322671"
624
642
integrity sha512-OJIGsGFV/rC9irI5E1FMy6v9hdACSwaa+EN3224Y5KG8zj2EYzdHOw0pOJovIYmjNfEZ9BtxUY4P7uYHTSNnbQ==
You can’t perform that action at this time.
0 commit comments