From 2d5df8e7c6f7454ad4de59e028796e1dc6403d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 16:55:28 +0000 Subject: [PATCH] Bump ejs from 0.7.2 to 2.7.1 Bumps [ejs](https://github.com/mde/ejs) from 0.7.2 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 35e760f..3951b25 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "express": "2.5.10", "winston": "0.6.2", - "ejs": "0.7.2", + "ejs": "2.7.1", "xml2json": "git://github.com/finik/node-xml2json.git#5051c6513ba35b9499d1ab8b40f430897a338102", "mongodb": "1.0.2", "temp": "0.4.0",