From 407b14053a76c0c54c15f3f0f24697280f076718 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Jan 2022 16:05:14 +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 bc3112a..bc4a1ef 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "express-fileupload": "0.0.5", "humanize-ms": "1.0.1", "jquery": "^2.2.4", - "marked": "0.3.5", + "marked": "4.0.10", "method-override": "latest", "moment": "2.15.1", "mongoose": "4.2.4",