From 2296c08cdcd01156cb78b575fd570e99e97e8c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 14:13:11 +0000 Subject: [PATCH] Bump ejs in /sites/all/themes/mez_bootstrap/bootstrap 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] --- 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..1fffa8f69 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": "~3.0" } }