From 2f3ba93c8772636bc5b259d9fb1d27d36cf45e02 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 21 Nov 2019 16:45:15 +0100 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#1583) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534478 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534988 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ef33760e..6ba5081ef 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dayjs": "1.8.17", "envinfo": "7.4.0", "express": "4.17.1", - "handlebars": "4.5.2", + "handlebars": "4.5.3", "http-errors": "1.7.3", "js-yaml": "3.13.1", "jsonwebtoken": "8.5.1",