From 78f01141791e460e65e524d21203dab84bad6af0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jan 2022 16:08:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9971a1a7e1e..0b8aa212f0d 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": "^4.0.10", "minimatch": "^3.0.3", "mocha": "2.5.1", "mock-spawn": "^0.2.6",