From b67404fc5a35f8147f1e5b02743484dce7d5f2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:30:13 +0000 Subject: [PATCH] Bump ejs in /sites/all/themes/mez_bootstrap/bootstrap 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] --- sites/all/themes/mez_bootstrap/bootstrap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/all/themes/mez_bootstrap/bootstrap/package.json b/sites/all/themes/mez_bootstrap/bootstrap/package.json index 3b54c8956..a5390ceb9 100644 --- a/sites/all/themes/mez_bootstrap/bootstrap/package.json +++ b/sites/all/themes/mez_bootstrap/bootstrap/package.json @@ -25,6 +25,6 @@ "devDependencies": { "node-sass": "~1.0", "mincer": "~1.1", - "ejs": "~1.0" + "ejs": "~2.7" } }