From d80da2f5493c76e47d6f7aa9ed71619d74cd8f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 00:13:35 +0000 Subject: [PATCH] Bump ejs from 1.0.0 to 2.7.1 Bumps [ejs](https://github.com/mde/ejs) from 1.0.0 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 465dc46..0ba5544 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "node server.js" }, "dependencies": { - "ejs": "~1.0.0", + "ejs": "~2.7.1", "express": "~4.9.8" } }