From 4af8a1c3e339f52047a290e946a36343c2c9241b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Apr 2020 14:27:53 -0700 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-567742 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c29a7e69..fd285c72 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "colors": "~1.3.3", "fluture": "~11.0.3", "fluture-sanctuary-types": "~4.1.1", - "handlebars": "~4.5.3", + "handlebars": "~4.6.0", "immer": "~4.0.2", "inquirer": "~6.2.1", "lodash": "~4.17.15",