From b45bc2f5cf15ad96978b2bcf19fa0a6ec38f2f80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 00:48:25 +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 3f3dc80ef66ea..a825a35029d2c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jstransformer-handlebars": "^1.1.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^1.2.5", + "marked": "^4.0.10", "metalsmith": "^2.3.0", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1",