From b7e5bdbb0c2c3837ceb287e80242c08f9f1b2b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 12:12:45 +0000 Subject: [PATCH] Bump ejs from 2.3.4 to 3.1.3 Bumps [ejs](https://github.com/mde/ejs) from 2.3.4 to 3.1.3. - [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.1.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f78cee5b..f39afa14 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "compression": "^1.4.3", "concat-stream": "^1.4.8", "debug": "^2.2.0", - "ejs": "2.3.x", + "ejs": "3.1.x", "errorhandler": "^1.3.6", "express": "^4.12.3", "express-ejs-layouts": "^1.1.0",