From f5ab64c235cde6d4b1408bfd357d07201d414b40 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 04:29:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-451540 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9971a1a7e1e..02cb6713732 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": "^0.4.0", "minimatch": "^3.0.3", "mocha": "2.5.1", "mock-spawn": "^0.2.6",