From 15237ba9b2f77ece50ab4ced0ace2b57f0a7e2da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 02:51:36 -0400 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/jeffsallans/project/27f39820-b820-49e3-a060-9da7e54dc214?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 607b06e..856d4f2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "clone": "^1.0.2", "cookie-parser": "~1.3.5", "debug": "~2.6.9", - "ejs": "~2.5.5", + "ejs": "~2.7.4", "express": "~4.16.0", "lodash": "^4.9.0", "morgan": "~1.9.1",