diff options
author | Sheogorath | 2019-02-15 15:33:04 +0100 |
---|---|---|
committer | Sheogorath | 2019-02-15 15:40:44 +0100 |
commit | bce58db97ca3ee83e996698a44861f7161342f98 (patch) | |
tree | 9299f68e6b191d374482d791fc31b925e1b33896 /package.json | |
parent | baefa1c67290954ec00fd6c9c3a720a00159e518 (diff) |
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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8f7b1363..de2f6d21 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", |