diff --git a/package-lock.json b/package-lock.json index 824ca720b9..c35b3865eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "file-saver": "1.3.4", "font-awesome": "4.7.0", "google-code-prettify": "1.0.5", - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "jquery": "2.2.4", "jquery-nearest": "1.4.0", "jquery-ui": "^1.13.2", @@ -7772,11 +7772,12 @@ } }, "node_modules/handlebars": { - "version": "4.7.7", - "license": "MIT", + "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 b5103113cc..fe24b1bdda 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "file-saver": "1.3.4", "font-awesome": "4.7.0", "google-code-prettify": "1.0.5", - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "jquery": "2.2.4", "jquery-nearest": "1.4.0", "jquery-ui": "^1.13.2",