diff --git a/x/handlebars/package-lock.json b/x/handlebars/package-lock.json index 3377042315..4252f5f45b 100644 --- a/x/handlebars/package-lock.json +++ b/x/handlebars/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "h2o-wave": "^0.2.0", - "handlebars": "^4.7.7" + "handlebars": "^4.7.8" }, "devDependencies": { "ts-loader": "^9.1.1", @@ -703,12 +703,13 @@ "integrity": "sha512-18MESk9od/l0SYbr0ZIrnLhHLgWv56HwwN4XFnI8G1sNyqtnWGZMX1lfeXuIMffZ6ndCbJUAB4T+OI+7idZ51A==" }, "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==", + "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" }, @@ -2212,12 +2213,12 @@ "integrity": "sha512-18MESk9od/l0SYbr0ZIrnLhHLgWv56HwwN4XFnI8G1sNyqtnWGZMX1lfeXuIMffZ6ndCbJUAB4T+OI+7idZ51A==" }, "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==", "requires": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" diff --git a/x/handlebars/package.json b/x/handlebars/package.json index be514b6d54..92cbc3e8d4 100644 --- a/x/handlebars/package.json +++ b/x/handlebars/package.json @@ -29,6 +29,6 @@ }, "dependencies": { "h2o-wave": "^0.2.0", - "handlebars": "^4.7.7" + "handlebars": "^4.7.8" } }