From 3f3556f4cdbfc5028e5cd4ea3efb57d5a5a71ba6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 03:20:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9044154b..d407c524 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "cors": "^2.7.1", "express": "^4.13.3", "handlebars-helper-equal": "^1.0.0", - "harp": "^0.25.0", + "harp": "^0.28.0", "hbs": "^4.0.0", "html-frontmatter": "^1.5.1", "js-beautify": "^1.6.11",