From e660b8daa685eaa84139d3bac5c04a44aa25a6ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 01:45:10 +0000 Subject: [PATCH] fix: upgrade marked from 0.3.5 to 0.8.2 Snyk has created this PR to upgrade marked from 0.3.5 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/jiri.korejtko/project/c10749ec-50a8-4f47-a879-19fa3fe57418?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 c983aa1..6107f9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3312,9 +3312,9 @@ } }, "marked": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz", - "integrity": "sha1-QROhWsXXvKFYpargciRYe5+hW5Q=" + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.2.tgz", + "integrity": "sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index 46a991b..6bc761e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "humanize-ms": "1.0.1", "jquery": "^2.2.4", "lodash": "4.17.4", - "marked": "0.3.5", + "marked": "0.8.2", "method-override": "latest", "moment": "2.15.1", "mongodb": "^3.5.9",