From 5eaf1062bdd3d15228338813e5d1466a39cc804f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 17:03:57 +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 f8c38f3..8be2495 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "handlebars": "^4.0.5", "highlight.js": "^8.9.1", "js-yaml": "^3.14.0", - "marked": "^2", + "marked": "^4.0.10", "nopt": "^4.0.1", "slash": "^1.0.0", "strip-bom": "2.0.0",