From 100070bbd55b2b13b9c9a6e4e921a49d65118275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 04:55:06 +0000 Subject: [PATCH] build(deps): Bump handlebars Bumps the npm_and_yarn group with 1 update in the / directory: [handlebars](https://github.com/handlebars-lang/handlebars.js). Updates `handlebars` from 4.7.7 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.7...v4.7.9) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b263a9ec2..a65b28db3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "camelcase": "^6.3.0", "commander": "^10.0.0", "fs-extra": "^11.1.1", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "json-schema-ref-parser": "^9.0.9" }, "bin": { @@ -12845,12 +12845,13 @@ "license": "MIT" }, "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "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", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, diff --git a/package.json b/package.json index 2b5af3a7a..32dfa4383 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "camelcase": "^6.3.0", "commander": "^10.0.0", "fs-extra": "^11.1.1", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "json-schema-ref-parser": "^9.0.9" }, "devDependencies": {