From 20a9615373ebd22589b45985e8b6aaaa663a04fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2020 13:46:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-174116 - https://snyk.io/vuln/SNYK-JS-MARKED-451341 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96c0b02..cf2abb9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gulp-sass": "^4.0.1", "gulp-sourcemaps": "^2.6.0", "keypather": "^3.0.0", - "marked": "^0.4.0", + "marked": "^0.7.0", "notifications-node-client": "^4.1.0", "nunjucks": "^3.1.3", "portscanner": "^2.1.1",