From 6c085d62191c53bba4be9221e70795408883c2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 05:22:54 +0000 Subject: [PATCH] Bump ejs in /JavaScript/Sails/Sails.js In Action/brushfire-ch4-end Bumps [ejs](https://github.com/mde/ejs) from 2.3.4 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/compare/v2.3.4...v2.7.1) Signed-off-by: dependabot[bot] --- .../Sails/Sails.js In Action/brushfire-ch4-end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JavaScript/Sails/Sails.js In Action/brushfire-ch4-end/package.json b/JavaScript/Sails/Sails.js In Action/brushfire-ch4-end/package.json index 0597d38..744314f 100644 --- a/JavaScript/Sails/Sails.js In Action/brushfire-ch4-end/package.json +++ b/JavaScript/Sails/Sails.js In Action/brushfire-ch4-end/package.json @@ -5,7 +5,7 @@ "description": "Sails in Action - End of Chapter 4 Source Files", "keywords": [], "dependencies": { - "ejs": "2.3.4", + "ejs": "2.7.1", "grunt": "0.4.5", "grunt-contrib-clean": "0.6.0", "grunt-contrib-coffee": "0.13.0",