From 54df1fdc2c88ae43447d5637c1fad17bdcf36ff1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Feb 2021 23:45:30 +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 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"