From 25c002c2347d5942461330ab438df82f46b3e63d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Apr 2020 02:33:24 +0000 Subject: [PATCH] fix: upgrade marked from 0.3.18 to 0.8.1 Snyk has created this PR to upgrade marked from 0.3.18 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/joeworkman/project/dd4e1c71-d6ec-4fc0-9b26-94539a7973af?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 63b9b91..ac2de32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2532,9 +2532,9 @@ "dev": true }, "marked": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.18.tgz", - "integrity": "sha512-49i2QYhfULqaXzNZpxC808PisuCTGT2fgG0zrzdCI9N3rIfAWfW0nggvbXr6zvpynZdOG5+9xNxdzP0kwZnERw==" + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.1.tgz", + "integrity": "sha512-tZfJS8uE0zpo7xpTffwFwYRfW9AzNcdo04Qcjs+C9+oCy8MSRD2reD5iDVtYx8mtLaqsGughw/YLlcwNxAHA1g==" }, "merge-stream": { "version": "1.0.1", diff --git a/package.json b/package.json index 6a91935..a2e800c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "handlebars": "^4.0.5", "highlight.js": "^8.9.1", "js-yaml": "^3.5.2", - "marked": "^0.3.14", + "marked": "^0.8.1", "nopt": "^4.0.1", "slash": "^1.0.0", "strip-bom": "2.0.0",