From f19b02d183bbacdbd386e994c65f352e43edca47 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 7 Feb 2019 10:45:07 +0000 Subject: [PATCH] fix(package): update handlebars to version 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f38e60f..3662160 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "commander": "2.9.0", "glob": "~7.1.1", "gulp-util": "^3.0.7", - "handlebars": "~4.0.8", + "handlebars": "~4.1.0", "semver": "~5.3.0", "through2": "^2.0.0" }