From fc09db6ab181117534ade67b966602c2f8131fd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Feb 2021 04:47:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1056767 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf935d0..a1bc230 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "axios": "~0.18.0", "boom": "~7.3.0", "dotenv": "~6.2.0", - "handlebars": "~4.6.0", + "handlebars": "~4.7.7", "handlebars-helper-repeat": "~2.0.0", "hapi": "~17.8.1", "hoek": "~6.1.2",