From d6ecc71b697c00287919c7bb09763301e5e66da9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 01:10:27 +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 9b841872f4a..8a6add0ad37 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "express-session": "1.17.0", "hbs": "4.1.0", "istanbul": "0.4.5", - "marked": "0.7.0", + "marked": "4.0.10", "method-override": "3.0.0", "mocha": "7.0.1", "morgan": "1.9.1",