From e030bd1ee4ea6dec38f3c5b9a51704b751b665b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 21:06:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e59aaec7..e2b2b5e2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "cors": "^2.7.1", "express": "^4.13.3", "handlebars-helper-equal": "^1.0.0", - "harp": "^0.20.1", + "harp": "^0.23.0", "hbs": "^4.0.0", "html-frontmatter": "^1.5.1", "js-beautify": "^1.5.10",