diff --git a/package-lock.json b/package-lock.json index 7bab10b..4ea42a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "grunt-contrib-sass": "^2.0.0", "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "jshint-table-reporter": "^0.1.0", "karma": "^6.4.2", "karma-coverage": "^2.2.1", @@ -3014,12 +3014,12 @@ } }, "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", "dependencies": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, diff --git a/package.json b/package.json index 72f7d5d..95c62c3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt-contrib-sass": "^2.0.0", "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "jshint-table-reporter": "^0.1.0", "karma": "^6.4.2", "karma-coverage": "^2.2.1",