From 080b16aa32d27f8d7e40ea2c1bb96347c1b884c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Jan 2021 04:19:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-1059081 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9044154b..0d0370f7 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.30.0", "hbs": "^4.0.0", "html-frontmatter": "^1.5.1", "js-beautify": "^1.6.11",