From 0208e00ba5b1c049a4be118037d9b0e3ab976765 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 3 Jan 2019 08:37:10 +0000 Subject: [PATCH] fix(package): update ejs to version 2.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e527871..13c3659 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "a Sails application using Angular Material", "keywords": ["mvc", "mvvm", "realtime", "sails", "angular", "material"], "dependencies": { - "ejs": "~2.5.2", + "ejs": "~2.6.1", "grunt": "1.0.1", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-coffee": "~1.0.0",