From 7ee94a1e558168ba8369198453ecbea06b0335c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 04:13:34 +0000 Subject: [PATCH] Bump ejs from 1.0.0 to 2.7.1 Bumps [ejs](https://github.com/mde/ejs) from 1.0.0 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 32eac79a..b97ee612 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "RazorFlow Main Repo", "dependencies": { "chalk": "^0.5.1", - "ejs": "^1.0.0", + "ejs": "^2.7.1", "fs-extra": "^0.11.0", "grunt": "^0.4.5", "grunt-contrib-clean": "^0.5.0",