From 182166ddfa322a05d5f957465b9b842724aa981f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 18:02:00 +0000 Subject: [PATCH] Bump ejs from 0.8.8 to 2.7.1 Bumps [ejs](https://github.com/mde/ejs) from 0.8.8 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 1cfeffa..7c15a28 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "mocha": "*", "should": "1.x", - "ejs": "~0.8.3", + "ejs": "~2.7.1", "styl": "0.2.2", "better-assert": "~0.1.0" },