From 566c27aaa43fc0b2d5f340e3f03a549f77b6b9d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Mar 2020 07:47:45 +0000 Subject: [PATCH] fix: upgrade marked from 0.8.0 to 0.8.1 Snyk has created this PR to upgrade marked from 0.8.0 to 0.8.1. 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 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",