From b4c43d4591e6347d5455fd6ca7887e510ec318d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 19:42:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- 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",