From 02fcea540f37ef23539d4e33f32e710e214a2106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 22:24:24 +0000 Subject: [PATCH] Bump ejs from 0.8.8 to 2.7.1 Bumps [ejs](https://github.com/mde/ejs) from 0.8.8 to 2.7.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/commits/v2.7.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 6180c70..98dcf13 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "continuation": "0.1.3", "cookie-parser": "~1.3.3", "debug": "~2.0.0", - "ejs": "~0.8.5", + "ejs": "~2.7.1", "email-templates": "1.1.2", "errorhandler": "^1.3.3", "express": "~4.9.0",