From ad34f572179d0ae59f98e9b657a76107e330fb3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Feb 2020 00:46:16 +0000 Subject: [PATCH] fix: upgrade marked from 0.7.0 to 0.8.0 Snyk has created this PR to upgrade marked from 0.7.0 to 0.8.0. See this package in NPM: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/misi/project/eaf064a2-82f1-458e-8ca0-12b422ad9584?utm_source=github&utm_medium=upgrade-pr --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index a1e84e1..7752818 100644 --- a/app/package.json +++ b/app/package.json @@ -17,7 +17,7 @@ "file-saver": "^2.0.2", "hark": "^1.2.3", "is-electron": "^2.2.0", - "marked": "^0.7.0", + "marked": "^0.8.0", "mediasoup-client": "^3.2.7", "notistack": "^0.9.5", "prop-types": "^15.7.2",