From d77d6aad7c013432cc86f7b2ec898b7e43030f76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Dec 2020 11:02:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ejs:20161128 - https://snyk.io/vuln/npm:ejs:20161130 - https://snyk.io/vuln/npm:ejs:20161130-1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0ca4cc58..a153c7083 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "bcrypt": "^1.0.3", "csurf": "^1.9.0", - "ejs": "0.3.1", + "ejs": "2.5.5", "express": "3.19.1", "express-fileupload": "^0.4.0", "express-flash": "0.0.2",