From a0c5180d8a6b034c42ac69b49f4be6d2f3a37b5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 May 2021 23:45:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e4f2c9..f134ca8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "sugar-date": "1.5.1", - "handlebars": "4.0.6", + "handlebars": "4.7.7", "lodash.get": "4.4.2", "lodash.set": "4.3.2", "lodash.escape": "4.0.1"