From 6e16782633d188ced3bb7d0e535b98a1679c42e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Feb 2021 21:37:48 +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 657e3da..14ed747 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@snyk/configstore": "^3.2.0-rc1", "cheerio": "1.0.0-rc.3", "debug": "4.3.2", - "handlebars": "4.7.6", + "handlebars": "4.7.7", "lodash": "4.17.20", "node-fetch": "2.6.1", "p-map": "4.0.0",