From c5915cabe7000aa3187e9efceb133e8956be2998 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Apr 2021 00:51:31 +0000 Subject: [PATCH] fix: upgrade ejs from 2.5.9 to 2.7.4 Snyk has created this PR to upgrade ejs from 2.5.9 to 2.7.4. See this package in npm: https://www.npmjs.com/package/ejs See this project in Snyk: https://app.snyk.io/org/cedriclombardot/project/d012ec50-271b-4443-af7f-04f2fe190d37?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6da8ec..298cfd6 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": "~2.7.4", "express": "~4.15.2", "mongoose": "^4.9.6", "morgan": "~1.8.1",