From 4744257df4b06dfca083da6189cf68225106f0eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Dec 2019 02:05:23 +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/omrilotan/project/0f827b7a-79c0-4c34-98db-50cd2f93b006?utm_source=github&utm_medium=upgrade-pr --- packages/markt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/markt/package.json b/packages/markt/package.json index 1ee1d153..c8af16e6 100644 --- a/packages/markt/package.json +++ b/packages/markt/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "fs-extra": "^7.0.0", - "marked": "^0.7.0", + "marked": "^0.8.0", "paraphrase": "^1.7.0" }, "preferGlobal": true