From 70b4be7b8eadbf91cea4cf761309879d93543c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 07:18:07 +0000 Subject: [PATCH] Bump ejs from 1.0.0 to 3.1.3 Bumps [ejs](https://github.com/mde/ejs) from 1.0.0 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/commits/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 b09025f..0003198 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "boostrap": "^2.0.0", - "ejs": "~1.0.0", + "ejs": "~3.1.3", "express": "~4.9.8", "ip": "^1.1.5" }