From 2c2ba352b9ffce985fe5036351aa61dc6ca78364 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Apr 2020 09:52:08 +0100 Subject: [PATCH] fix: web-fundamentals/trad/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-567742 --- web-fundamentals/trad/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-fundamentals/trad/package.json b/web-fundamentals/trad/package.json index 46bef8a..58208d8 100644 --- a/web-fundamentals/trad/package.json +++ b/web-fundamentals/trad/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "hapi": "~1.8.1", - "handlebars": "~1.0.12", + "handlebars": "~4.6.0", "supervisor": "~0.5.3", "open": "0.0.3" },