From 187604f322db4601c2bf8c39d22f5510457df8f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Apr 2022 03:03:22 +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 77ad190a3..2b6901e5f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "colors": "^1.1.2", "cookie-parser": "^1.4.3", "cookie-session": "^2.0.0-alpha.1", - "ejs": "^2.4.2", + "ejs": "^3.1.7", "express": "^4.14.0", "express-session": "^1.13.0", "github": "^7.0.1",