From 630bc8b11a468a929c70e330a8fa52419bcaec77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Feb 2020 05:13:22 +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/michaelwybraniec/project/ea8d306f-162a-4f70-90c5-bf8d4bfc161c?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 a1e9380..bd59bcc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "cookie-parser": "~1.4.3", "debug": "~2.6.9", - "ejs": "~2.5.7", + "ejs": "~2.7.4", "express": "~4.16.0", "express-session": "^1.15.6", "http-errors": "~1.6.2",