From 19ba14595ffa931c3f11809628be1c0b8a74b978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 04:00:05 +0000 Subject: [PATCH] Bump ejs from 1.0.0 to 3.0.1 Bumps [ejs](https://github.com/mde/ejs) from 1.0.0 to 3.0.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/v3.0.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 6943c60..325a876 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "0.0.4", "dependencies": { "express": "4.17.x", - "ejs": "1.0.x", + "ejs": "3.0.x", "socket.io": "0.9.x", "ionode": "0.0.11", "forever": "0.10.x"