From 071166d93b38742bd5dba812f5d57c344b43b5b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 06:41:06 +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 d18f3049c3f34..c82bc4e1bf74f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "autoprefixer-stylus": "0.14.0", "cheerio": "0.22.0", "chokidar": "^2.0.4", - "handlebars": "4.0.12", + "handlebars": "4.7.7", "jstransformer-handlebars": "1.1.0", "junk": "2.1.0", "lodash.defaultsdeep": "4.6.0",