From 225cb8df47b4b8292a6932bb4d45b4c8c78ef598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:55:02 +0000 Subject: [PATCH] chore(deps): bump handlebars from 4.7.8 to 4.7.9 in /server/frontend Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9. - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.8...v4.7.9) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/frontend/package-lock.json | 8 ++++---- server/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",