From 6fdf45eb5f3aee2640005d5d3d4375224e2d0336 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 16:06:16 +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 d64a604ecfa..5153ee3bfc9 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",