From 1e1e3c3d1f2e6d2ffa567b929bacfae67e65095b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jan 2022 16:04:08 +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 2a98a89849888f..4579a9af78800f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "json-loader": "0.5.3", "less": "2.5.3", "less-loader": "2.2.1", - "marked": "0.3.5", + "marked": "4.0.10", "moment": "2.10.6", "moment-timezone": "0.4.1", "node-libs-browser": "0.5.3",