From eafda1528e600d9db1e566cfaebe0e650c4941f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Jan 2022 16:04:54 +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 8e6e528..cef3f80 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "jsonfile": "^2.2.2", "lodash": "^3.10.1", "markdown-contents": "^1.0.8", - "marked": "^0.3.5", + "marked": "^4.0.10", "moment": "^2.10.6", "stack-trace": "^0.0.9", "url-extractor": "^1.0.1",