From cf9e8e59734120b014e05a05a83f3042356dfcc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jun 2023 15:06:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534478 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d18f3049c3f34..469e581cdaea2 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.5.3", "jstransformer-handlebars": "1.1.0", "junk": "2.1.0", "lodash.defaultsdeep": "4.6.0",