From 460236695a12de99e2c6877c6f7a34feafc5dc90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 22:03:09 +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 fb04c033fccb..49d5692f5d60 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "autoprefixer-stylus": "0.8.1", "chokidar": "1.2.0", - "handlebars": "4.0.4", + "handlebars": "4.7.7", "html-to-text": "^1.5.0", "js-yaml": "^3.4.5", "junk": "1.0.2",