From 389d4832d3aaa30c57e00ac582f8d90016448dd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Apr 2022 17:10:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-2803307 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8562f2c..ea4cdc5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "client-sessions": "^0.8.0", "cookie-parser": "~1.4.3", "debug": "~2.6.3", - "ejs": "~2.5.6", + "ejs": "~3.1.7", "express": "~4.16.0", "floatthead": "^2.0.3", "helmet": "^3.9.0",