From 694f8b6a386828a5cd9f5235357aa9c3361d186b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Jan 2022 16:08:21 +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 08f721f..51ad192 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "jade": "^1.11.0", "less": "^2.5.1", "lynx": "0.0.11", - "marked": "^0.3.3", + "marked": "^4.0.10", "myth": "^1.4.0", "ps-tree": "~0.0.3", "rsvp": "~3.0.1",