From 3d57958d8cb32aedb27b78e9f63e003298982303 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jul 2020 04:29:41 +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 9971a1a7e1e..7bcc394a259 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "key-path-helpers": "^0.4.0", "less-cache": "0.23", "line-top-index": "0.2.0", - "marked": "^0.3.6", + "marked": "^1.1.1", "minimatch": "^3.0.3", "mocha": "2.5.1", "mock-spawn": "^0.2.6",