From 7749f72f7386eee7fb80454b5824a8afbcb8a287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2020 02:31:54 +0000 Subject: [PATCH] Bump ejs from 0.8.8 to 3.1.2 Bumps [ejs](https://github.com/mde/ejs) from 0.8.8 to 3.1.2. - [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/v3.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 350f99b..2d5d375 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "mocha": "~1.8.1", "express": "~3.1.0", "connect": "~2.7.2", - "ejs": "~0.8.3" + "ejs": "~3.1.2" } }