diff --git a/package-lock.json b/package-lock.json index d389d16c..9642f823 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2308,9 +2308,9 @@ } }, "marked": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", - "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==" + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.1.tgz", + "integrity": "sha512-tZfJS8uE0zpo7xpTffwFwYRfW9AzNcdo04Qcjs+C9+oCy8MSRD2reD5iDVtYx8mtLaqsGughw/YLlcwNxAHA1g==" }, "mathjax-full": { "version": "3.0.1", diff --git a/package.json b/package.json index ef2a59b5..dc488555 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cssnano": "4.1.10", "handlebars": "4.7.3", "highlight.js": "9.18.1", - "marked": "0.8.0", + "marked": "0.8.1", "mathjax-full": "3.0.1", "node-fetch": "2.6.0", "postcss": "7.0.27",