Update dependency: markdownlint-micromark to 0.1.9.

This commit is contained in:
David Anson 2024-03-04 21:38:18 -08:00
parent 3f31d6f7a2
commit a5371e29c5
5 changed files with 31 additions and 45 deletions

View file

@ -66,7 +66,7 @@
},
"dependencies": {
"markdown-it": "14.0.0",
"markdownlint-micromark": "0.1.8"
"markdownlint-micromark": "0.1.9"
},
"devDependencies": {
"ajv": "8.12.0",
@ -87,12 +87,6 @@
"markdown-it-sub": "2.0.0",
"markdown-it-sup": "2.0.0",
"markdownlint-rule-helpers": "0.24.0",
"micromark-extension-directive": "3.0.0",
"micromark-extension-gfm-autolink-literal": "2.0.0",
"micromark-extension-gfm-footnote": "2.0.0",
"micromark-extension-gfm-table": "2.0.0",
"micromark-extension-math": "3.0.0",
"micromark-util-types": "2.0.0",
"npm-run-all": "4.1.5",
"terser-webpack-plugin": "5.3.10",
"toml": "3.0.0",