From bce58db97ca3ee83e996698a44861f7161342f98 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 15 Feb 2019 15:33:04 +0100 Subject: [PATCH] Update handlebar to version 4.0.13 Synk found an security vulnerbility in the version we provide, that in theory can provide an RCE. Details: https://snyk.io/vuln/SNYK-JS-HANDLEBARS-173692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f7b136..de2f6d2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "formidable": "^1.0.17", "gist-embed": "~2.6.0", "graceful-fs": "^4.1.11", - "handlebars": "^4.0.6", + "handlebars": "^4.0.13", "helmet": "^3.13.0", "highlight.js": "~9.12.0", "i18n": "^0.8.3",