From d563650fdd2d2b0c7ed7422cc7c6f0631d76c0b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jan 2020 01:54:46 +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/davidkindler/project/d7cca99f-c381-41a3-a2b5-67dfe000a76b?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 3238883..4d3cd07 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "body-parser": "~1.15.2", "cookie-parser": "~1.4.3", "debug": "~2.2.0", - "ejs": "~2.5.2", + "ejs": "~2.7.4", "express": "~4.14.0", "morgan": "~1.7.0", "serve-favicon": "~2.3.0"