From f1db3494ba62d42bce8e2efdba5028e2931bafb2 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 7 Feb 2019 11:33:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20handlebars@4.0.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fixes potential RCE, see https://github.com/wycats/handlebars.js/blob/v4.0.13/release-notes.md#v4013---february-7th-2019 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b33456c..cfbd9ab 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "supertest": "2.0.1" }, "dependencies": { - "handlebars": "4.0.6", + "handlebars": "4.0.13", "js-beautify": "1.6.8", "readdirp": "2.1.0" }