From 2d6e1a1833509cddcae4f2728b8ac8977a160b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 01:45:49 +0000 Subject: [PATCH] Bump ejs from 2.3.4 to 3.0.1 Bumps [ejs](https://github.com/mde/ejs) from 2.3.4 to 3.0.1. - [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.3.4...v3.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 969458f..2dcbe8a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "body-parser": "~1.12.0", "cookie-parser": "~1.3.4", "debug": "~2.1.1", - "ejs": "~2.3.1", + "ejs": "~3.0.1", "express": "~4.12.2", "express-session": "^1.10.4", "mongoose": "^4.0.1",