From d5d6b63dd5f0937cb0b46301d41bc9266f909d5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 10:46:22 +0000 Subject: [PATCH] [Security] Bump ejs from 2.4.2 to 3.1.3 Bumps [ejs](https://github.com/mde/ejs) from 2.4.2 to 3.1.3. **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.3) 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..3d0af22 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.3", "express": "~4.13.4", "mongoose": "^4.6.3", "morgan": "~1.7.0",