diff --git a/package-lock.json b/package-lock.json index 9963cc4..3e27dcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -274,9 +274,9 @@ "dev": true }, "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==" }, "minimatch": { "version": "3.0.4", diff --git a/package.json b/package.json index 6840508..a9852b9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/grit96/markdown-templator#readme", "dependencies": { - "marked": "^0.8.0", + "marked": "^0.8.1", "minimist": "^1.2.5", "ul": "^5.2.0" },