From f66565fa2046fd247042d2d39c4d8e564b4eaabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:42:15 +0000 Subject: [PATCH] chore(deps): bump handlebars in /packages/nestjs-solapi 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] --- packages/nestjs-solapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nestjs-solapi/package.json b/packages/nestjs-solapi/package.json index e72e41a..3be50c5 100644 --- a/packages/nestjs-solapi/package.json +++ b/packages/nestjs-solapi/package.json @@ -43,7 +43,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "handlebars": "4.7.8", + "handlebars": "4.7.9", "randomstring": "1.3.1", "solapi": "5.3.0" },