From a95b22f0f85c7c3980e914c482caf5203972a14f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 01:09:29 +0000 Subject: [PATCH] fix: lib/cli/init/template/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 --- lib/cli/init/template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/init/template/package.json b/lib/cli/init/template/package.json index 71dd1d7..b513c2a 100644 --- a/lib/cli/init/template/package.json +++ b/lib/cli/init/template/package.json @@ -11,7 +11,7 @@ "dependencies": { "hof": "^17.0.2", "hof-behaviour-summary-page": "^2.0.0", - "hof-build": "^1.3.4" + "hof-build": "^4.0.0" }, "devDependencies": { "eslint": "^3.14.0",