From 0b61819e31deeefdae756516f46c6c9da57237d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:07:46 +0000 Subject: [PATCH] build(deps): bump handlebars from 4.7.8 to 4.7.9 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] --- package-lock.json | 6 ++++-- packages/playground/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 957a578eb..c8d0d718f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3439,7 +3439,9 @@ "license": "ISC" }, "node_modules/handlebars": { - "version": "4.7.8", + "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", @@ -7303,7 +7305,7 @@ "@popperjs/core": "^2.11.8", "@types/serve-static": "^2.2.0", "bootstrap": "^5.3.8", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "monaco-editor": "^0.55.1", "serve-static": "^2.2.1" }, diff --git a/packages/playground/package.json b/packages/playground/package.json index 030575b67..f49d72623 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -12,7 +12,7 @@ "@popperjs/core": "^2.11.8", "@types/serve-static": "^2.2.0", "bootstrap": "^5.3.8", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "monaco-editor": "^0.55.1", "serve-static": "^2.2.1" },