From 491dbe6b82f7a04b777f760d9116f823bc7c0257 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Nov 2021 01:41:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3641bf1..eac3058e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "glob": "~3.2.8", "marked": "~0.3.1", - "handlebars": "~1.3.0", + "handlebars": "~4.0.12", "mkdirp": "~0.3.5", "path": "~0.4.9", "cpr": "~0.1.1"