From 02cded0fe8ca582ca78e65de38e623a39779e3ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2020 07:55:34 +0000 Subject: [PATCH] fix: upgrade marked from 0.8.1 to 0.8.2 Snyk has created this PR to upgrade marked from 0.8.1 to 0.8.2. See this package in NPM: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/grit96/project/d5ad4eea-efc9-415c-921e-ed1f2ea938a0?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e27dcd..8c93de4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -274,9 +274,9 @@ "dev": true }, "marked": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.1.tgz", - "integrity": "sha512-tZfJS8uE0zpo7xpTffwFwYRfW9AzNcdo04Qcjs+C9+oCy8MSRD2reD5iDVtYx8mtLaqsGughw/YLlcwNxAHA1g==" + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.2.tgz", + "integrity": "sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==" }, "minimatch": { "version": "3.0.4", diff --git a/package.json b/package.json index a9852b9..979fe57 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/grit96/markdown-templator#readme", "dependencies": { - "marked": "^0.8.1", + "marked": "^0.8.2", "minimist": "^1.2.5", "ul": "^5.2.0" },