From cb19aa59ca7158af5beb94d375977b680b930ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 21:58:57 +0000 Subject: [PATCH] Bump ejs from 2.4.2 to 3.1.3 Bumps [ejs](https://github.com/mde/ejs) from 2.4.2 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.4.2...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 264a4a1..00664e0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bcryptjs": "^2.4.0", "body-parser": "~1.13.2", "cookie-parser": "~1.3.5", - "ejs": "~2.4.2", + "ejs": "~3.1.3", "express": "~4.13.1", "express-jwt": "^3.4.0", "isomorphic-fetch": "^2.2.1",