diff --git a/package-lock.json b/package-lock.json index 0708319a..240cbcc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "grunt-prettify": "^0.3.5", "grunt-repos": "^0.1.2", "grunt-sync-pkg": "^0.1.2", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "handlebars-dateformat": "^1.1.2", "handlebars-helper-feed": "^0.1.1", "handlebars-helper-slugify": "^0.3.2", @@ -3756,13 +3756,14 @@ } }, "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.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "dev": true, + "license": "MIT", "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 6618d223..5e643c0c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "grunt-prettify": "^0.3.5", "grunt-repos": "^0.1.2", "grunt-sync-pkg": "^0.1.2", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "handlebars-dateformat": "^1.1.2", "handlebars-helper-feed": "^0.1.1", "handlebars-helper-slugify": "^0.3.2",