diff --git a/server/frontend/package-lock.json b/server/frontend/package-lock.json index d577cb87..d8f9d232 100644 --- a/server/frontend/package-lock.json +++ b/server/frontend/package-lock.json @@ -11,7 +11,7 @@ "axios": "^1.6.7", "d3": "^7.8.5", "floating-vue": "^2.0.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "js-base64": "^3.7.7", "lodash": "^4.17.21", "mime": "^4.0.6", @@ -6720,9 +6720,9 @@ "license": "MIT" }, "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "license": "MIT", "dependencies": { "minimist": "^1.2.5", diff --git a/server/frontend/package.json b/server/frontend/package.json index dc26246f..bfb8be38 100644 --- a/server/frontend/package.json +++ b/server/frontend/package.json @@ -15,7 +15,7 @@ "axios": "^1.6.7", "d3": "^7.8.5", "floating-vue": "^2.0.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "js-base64": "^3.7.7", "lodash": "^4.17.21", "mime": "^4.0.6",