From c1f741555b07749c5d1cdac63347f5d058e98e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:50:06 +0000 Subject: [PATCH] chore(deps): bump handlebars from 4.7.8 to 4.7.9 in /backoffice/src 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] --- backoffice/src/package-lock.json | 8 ++++---- backoffice/src/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backoffice/src/package-lock.json b/backoffice/src/package-lock.json index 4fe804a2..46bbba68 100644 --- a/backoffice/src/package-lock.json +++ b/backoffice/src/package-lock.json @@ -19,7 +19,7 @@ "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.8.1", "file-loader": "^6.2.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "imports-loader": "^4.0.1", "mini-css-extract-plugin": "^2.7.6", "moment": "^2.30.1", @@ -2483,9 +2483,9 @@ } }, "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/backoffice/src/package.json b/backoffice/src/package.json index 84a64226..cfae5b4c 100644 --- a/backoffice/src/package.json +++ b/backoffice/src/package.json @@ -19,7 +19,7 @@ "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.8.1", "file-loader": "^6.2.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "imports-loader": "^4.0.1", "mini-css-extract-plugin": "^2.7.6", "moment": "^2.30.1",