diff --git a/package-lock.json b/package-lock.json index f8855f8b7774c..30959a7f294f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "autoprefixer": "^10.4.13", "fs-extra": "^11.1.0", "graceful-fs": "^4.2.10", - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "jquery": "^3.6.3", "jquery.fancytable": "^1.0.33", "jstransformer-handlebars": "^1.2.0", @@ -2704,12 +2704,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" }, @@ -10897,12 +10897,12 @@ } }, "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/package.json b/package.json index c3d62553caaf8..182158ca47e47 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "autoprefixer": "^10.4.13", "fs-extra": "^11.1.0", "graceful-fs": "^4.2.10", - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "jquery": "^3.6.3", "jquery.fancytable": "^1.0.33", "jstransformer-handlebars": "^1.2.0",