File tree 2 files changed +18
-6
lines changed
2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 109
109
"lightningcss" : " ^1.22.1" ,
110
110
"lint-staged" : " ^13.0.3" ,
111
111
"lodash" : " ^4.17.21" ,
112
- "markdownlint" : " ^0.26.2 " ,
112
+ "markdownlint" : " ^0.32.1 " ,
113
113
"markdownlint-cli" : " ^0.37.0" ,
114
114
"mdast-util-to-string" : " ^4.0.0" ,
115
115
"mini-css-extract-plugin" : " ^2.7.6" ,
Original file line number Diff line number Diff line change @@ -8782,6 +8782,17 @@ markdown-it@13.0.1:
8782
8782
mdurl "^1.0.1"
8783
8783
uc.micro "^1.0.5"
8784
8784
8785
+ markdown-it@13.0.2:
8786
+ version "13.0.2"
8787
+ resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.2.tgz#1bc22e23379a6952e5d56217fbed881e0c94d536"
8788
+ integrity sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==
8789
+ dependencies:
8790
+ argparse "^2.0.1"
8791
+ entities "~3.0.1"
8792
+ linkify-it "^4.0.1"
8793
+ mdurl "^1.0.1"
8794
+ uc.micro "^1.0.5"
8795
+
8785
8796
markdown-table@^2.0.0:
8786
8797
version "2.0.0"
8787
8798
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b"
@@ -8809,12 +8820,13 @@ markdownlint-micromark@0.1.7:
8809
8820
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz#c465091b30d61a56027ccbfb981c80c96448c165"
8810
8821
integrity sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q==
8811
8822
8812
- markdownlint@^0.26.2 :
8813
- version "0.26.2 "
8814
- resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.2 .tgz#11d3d03e7f0dd3c2e239753ee8fd064a861d9237 "
8815
- integrity sha512-2Am42YX2Ex5SQhRq35HxYWDfz1NLEOZWWN25nqd2h3AHRKsGRE+Qg1gt1++exW792eXTrR4jCNHfShfWk9Nz8w ==
8823
+ markdownlint@^0.32.1 :
8824
+ version "0.32.1 "
8825
+ resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.32.1 .tgz#14b3ff548e437487ae393ad5bc9092ca2858adde "
8826
+ integrity sha512-3sx9xpi4xlHlokGyHO9k0g3gJbNY4DI6oNEeEYq5gQ4W7UkiJ90VDAnuDl2U+yyXOUa6BX+0gf69ZlTUGIBp6A ==
8816
8827
dependencies:
8817
- markdown-it "13.0.1"
8828
+ markdown-it "13.0.2"
8829
+ markdownlint-micromark "0.1.7"
8818
8830
8819
8831
markdownlint@~0.31.1:
8820
8832
version "0.31.1"
You can’t perform that action at this time.
0 commit comments