From 512840ed449b141b11b3fd765507a6a8199965fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Aug 2020 04:18:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-584281 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e6e528..7979952 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "jsonfile": "^2.2.2", "lodash": "^3.10.1", "markdown-contents": "^1.0.8", - "marked": "^0.3.5", + "marked": "^1.1.1", "moment": "^2.10.6", "stack-trace": "^0.0.9", "url-extractor": "^1.0.1",