From e19af0dc17741b1e9da5119709266b1af907b77c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 17:04:05 +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 984ba49..7d65605 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jsdoc-api": "^5.0.2", "jsdoc3-parser": "^1.0.4", "lodash.template": ">=4.5.0", - "marked": "^2.0.0", + "marked": "^4.0.10", "mkdirp": "^0.5.1", "rimraf": "^2.2.8", "sassdoc": "^2.7.3",