diff --git a/package-lock.json b/package-lock.json index c89f0aa..5b43fbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4446,9 +4446,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": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "mdurl": { "version": "1.0.1", diff --git a/package.json b/package.json index a9652f2..caa179a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "html2jade": "^0.8.6", "lodash": "^4.17.15", "markdown-it": "^8.4.2", - "marked": "^0.8.0", + "marked": "^4.0.10", "minimatch": "^3.0.0", "pug": "^2.0.3" }