From ad6c4a0e19cb8813d8ab3a237f51f3b23832472d Mon Sep 17 00:00:00 2001 From: aeschylus <scipioaffricanus@gmail.com> Date: Thu, 1 Mar 2018 15:17:52 -0800 Subject: [PATCH] update handlebars to avoid security issue (#1521) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35cece203..145cef3f1 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "bootstrap": "^3.3.7", "d3": "^3.5.17", "font-awesome": "^4.7.0", - "handlebars": "^1.3.0", + "handlebars": "^4.0.11", "i18next": "^4.2.0", "i18next-browser-languagedetector": "^1.0.1", "i18next-xhr-backend": "^1.3.0", -- GitLab