diff --git a/package-lock.json b/package-lock.json index d94b885..7d6911c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5244,9 +5244,9 @@ } }, "handlebars": { - "version": "4.7.6", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz", - "integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==", + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", "requires": { "minimist": "^1.2.5", "neo-async": "^2.6.0", diff --git a/package.json b/package.json index 9b5ce5b..327c52d 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "devDependencies": { "grunt": "^1.1.0", "grunt-run": "^0.8.1", - "handlebars": "^4.7.6", + "handlebars": "^4.7.7", "handlebars-helper-moment": "^0.2.0", "jest": "^25.5.4" },