From 74d81a4e9dec4ceccc4c517044899cdcdb541bda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 10:22:38 +0000 Subject: [PATCH] [Security] Bump ejs from 2.4.2 to 3.1.5 Bumps [ejs](https://github.com/mde/ejs) from 2.4.2 to 3.1.5. **This update includes security fixes.** - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mde/ejs/compare/v2.4.2...v3.1.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7655164..50f064f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "cookie-parser": "~1.4.3", "cors": "^2.8.1", "debug": "~2.2.0", - "ejs": "~2.4.1", + "ejs": "~3.1.5", "express": "~4.13.4", "mongoose": "^4.6.3", "morgan": "~1.7.0",