From 384af89d4cb370c51d21cdad8ad117b3e185f29a Mon Sep 17 00:00:00 2001 From: John Hill Date: Thu, 20 Jan 2022 06:17:40 -0800 Subject: [PATCH] Address marked Security Vulnerability (#4725) More information here https://github.com/advisories/GHSA-5v2h-r2cx-5xgj Co-authored-by: Shefali Joshi --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccb4dd979f..855b689785 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "location-bar": "^3.0.1", "lodash": "^4.17.12", "markdown-toc": "^0.11.7", - "marked": "^0.3.5", + "marked": "4.0.10", "mini-css-extract-plugin": "2.4.5", "minimist": "^1.2.5", "moment": "2.25.3",