From d2715536f42db57936d82c0a700eb39b777b8095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:56:26 +0000 Subject: [PATCH] chore: update dependency handlebars to ^4.7.9 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a614ba33..689cc1e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "accepts": "^1.3.8", "debug": "^4.4.3", "fast-safe-stringify": "^2.1.1", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "http-status": "^1.8.1", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6" @@ -2509,9 +2509,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/package.json b/package.json index 2008c230..3a803c68 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "accepts": "^1.3.8", "debug": "^4.4.3", "fast-safe-stringify": "^2.1.1", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "http-status": "^1.8.1", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6"