From 71cd9f669b7219a1d5d09de3d049b492a69408b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:00:36 +0000 Subject: [PATCH] Bump handlebars from 4.7.8 to 4.7.9 in /assets 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:development ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 8 ++++---- assets/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index 8bdd114c2..7a0e64c91 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-n": "^15.6.0", "eslint-plugin-promise": "^6.1.1", "fs-extra": "^11.1.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "jsdom": "^26.0.0", "lodash.throttle": "^4.1.1", "lunr": "^2.3.8", @@ -3238,9 +3238,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/assets/package.json b/assets/package.json index 01d41acee..8544ed003 100644 --- a/assets/package.json +++ b/assets/package.json @@ -39,7 +39,7 @@ "eslint-plugin-n": "^15.6.0", "eslint-plugin-promise": "^6.1.1", "fs-extra": "^11.1.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "jsdom": "^26.0.0", "lodash.throttle": "^4.1.1", "lunr": "^2.3.8",