From e628ece19bda50d39ecbfb078a40cf83d8b0793a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Apr 2020 00:40:41 -0500 Subject: [PATCH] fix: upgrade marked from 0.3.19 to 0.8.2 Snyk has created this PR to upgrade marked from 0.3.19 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/walmart-poc/project/78644178-466c-4c08-a6f1-9c9f6c033f49?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14da5c3..615bf51 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "yeoman-generator": "~0.14.0", "chalk": "^0.5.0", - "marked": "^0.3.0" + "marked": "^0.8.2" }, "devDependencies": { "chai": "^1.8.1",