From 9010e1120df44faa77056edfc74d444a7617abd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 22:18:16 +0000 Subject: [PATCH] Bump ejs from 2.3.4 to 2.7.1 in /auth Bumps [ejs](https://github.com/mde/ejs) from 2.3.4 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/compare/v2.3.4...v2.7.1) Signed-off-by: dependabot[bot] --- auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/package.json b/auth/package.json index b8e8237..b81f2cd 100644 --- a/auth/package.json +++ b/auth/package.json @@ -10,7 +10,7 @@ "body-parser": "~1.12.0", "cookie-parser": "~1.3.4", "debug": "~2.1.1", - "ejs": "~2.3.1", + "ejs": "~2.7.1", "express": "~4.12.2", "morgan": "~1.5.1", "serve-favicon": "~2.2.0",