From ba7b8dfeab75e3dfcbd8657ec960fc6b580a02e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 16:59:11 +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 d18f3049c3f34..e8cb74f8f31a5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jstransformer-handlebars": "1.1.0", "junk": "2.1.0", "lodash.defaultsdeep": "4.6.0", - "marked": "0.3.19", + "marked": "4.0.10", "metalsmith": "2.3.0", "metalsmith-collections": "0.9.0", "metalsmith-discover-helpers": "^0.1.1",