From 89b2192a4dbcfcb771426541821931f623e46479 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2020 07:46:59 +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/qubyte/project/052840cc-aacd-462e-8971-b3ba1703e021?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 3ad0b0b7..b4b089a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2308,9 +2308,9 @@ } }, "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==" }, "mathjax-full": { "version": "3.0.1", diff --git a/package.json b/package.json index f1ec9c29..90c6ef82 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.1", + "marked": "0.8.2", "mathjax-full": "3.0.1", "node-fetch": "2.6.0", "postcss": "7.0.27",