From 643c0ea1ec0b862dc3ac2e3d605a358469cd142b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 04:13:32 +0000 Subject: [PATCH] Bump ejs from 1.0.0 to 2.7.1 in /tools/razordoc 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] --- tools/razordoc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/razordoc/package.json b/tools/razordoc/package.json index 2cbd455c..a3ea187a 100644 --- a/tools/razordoc/package.json +++ b/tools/razordoc/package.json @@ -9,7 +9,7 @@ "author": "Ameen Ahmed", "license": "MIT", "dependencies": { - "ejs": "^1.0.0", + "ejs": "^2.7.1", "grunt": "^0.4.5", "grunt-contrib-connect": "^0.8.0", "grunt-express-server": "^0.4.19",