From fdc1f8f86a6d701f52a6b181a352632dc7bb9788 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Apr 2022 22:49:19 +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 c6da8ec..e65edc6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "cookie-parser": "~1.4.3", "crypto": "0.0.3", "debug": "~2.6.3", - "ejs": "~2.5.6", + "ejs": "~3.1.7", "express": "~4.15.2", "mongoose": "^4.9.6", "morgan": "~1.8.1",