From 7ecc6453a5f4f8dd24a616aa368d15244097bbd5 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 22 Dec 2019 10:39:22 +0100 Subject: [PATCH] fix: upgrade marked from 0.7.0 to 0.8.0 (#125) 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