From cd793db273b9679fe3005f83acc94e529e64f009 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Aug 2022 19:53:57 +0000 Subject: [PATCH] fix: upgrade marked from 4.0.12 to 4.0.18 Snyk has created this PR to upgrade marked from 4.0.12 to 4.0.18. See this package in npm: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/97bb87fb-00a2-4539-9e94-d8ce6a58d61a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef8a0c572ea60..ca8e6b2db0cda 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^4.0.12", + "marked": "^4.0.18", "metalsmith": "^2.4.1", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1",