diff --git a/package.json b/package.json index 83b9c5d..3b9c466 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "fis-parser-handlebars-4.x", - "version": "4.0.3", + "version": "4.0.5", "description": "a plugin for fis to precompile handlebars v4.x template", "main": "index.js", "dependencies": { - "handlebars": "4.0.3" + "handlebars": "4.0.5" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -24,4 +24,4 @@ "url": "https://github.com/scrat-team/fis-parser-handlebars-4.x/issues" }, "homepage": "https://github.com/scrat-team/fis-parser-handlebars-4.x" -} \ No newline at end of file +}