From 52f33a9ea8ba4a4496ab5cc45eecc7fecf8a23f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Jun 2021 03:03:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HARP-174346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9044154b..5a2dc446 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.40.3", "hbs": "^4.0.0", "html-frontmatter": "^1.5.1", "js-beautify": "^1.6.11",