diff --git a/package-lock.json b/package-lock.json index 955d9fc3258a5b..efa0bd9aad9223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "front-matter": "^4.0.2", "html-to-text": "^10.0.1", "lefthook": "^2.1.10", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdownlint-cli2": "^0.23.2", "markdownlint-rule-search-replace": "^1.2.0", "mdast-util-from-markdown": "^2.0.3", @@ -1180,9 +1180,9 @@ } }, "node_modules/markdown-it": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.0.tgz", - "integrity": "sha512-Lf8ajvVNdRpzSNB4VegxNy7gjs8gU35l4b4+ET49LrQC5PKYwLZ72u60LeJ9gv3qiaesuYjJWCyVeQmv/QWKQw==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.1.tgz", + "integrity": "sha512-9/7gE95FNPkfUWrjJIoHZza2iLmuJlPD0UNMxPi7bxUrbCR525YZY0r+zyfes0dZI5ZZ/uNIXUJca0pJvtw41g==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 1f6b4e7d37b035..7e189ace706e08 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "front-matter": "^4.0.2", "html-to-text": "^10.0.1", "lefthook": "^2.1.10", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdownlint-cli2": "^0.23.2", "markdownlint-rule-search-replace": "^1.2.0", "mdast-util-from-markdown": "^2.0.3",