From 6b2f45ceaae682d891383972cc7b8947b6151d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 21:37:12 +0000 Subject: [PATCH] Bump ejs from 0.8.2 to 2.7.1 Bumps [ejs](https://github.com/mde/ejs) from 0.8.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 736db4f..78d79cb 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "less": "1.3.0", "mongoose": "2.7.3", "node-markdown": "0.1.0", - "ejs": "0.8.2" + "ejs": "2.7.1" } }