From 3ae2165394816b6982ff49511d032b65863da278 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Jul 2018 08:43:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ejs:20161128 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55b9d0ab7a..ae911f095e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "consolidate": "0.14.5", "dustjs-linkedin": "2.5.0", "dustjs-helpers": "1.5.0", - "ejs": "1.0.0", + "ejs": "2.5.3", "ejs-locals": "1.0.2", "errorhandler": "1.2.0", "express": "4.12.4",