From 8a0280f99ea1fdc951d0354b568dc5b61c45e679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:35:19 +0000 Subject: [PATCH] build(deps-dev): bump hbs from 4.2.0 to 4.2.1 Bumps [hbs](https://github.com/pillarjs/hbs) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/pillarjs/hbs/releases) - [Changelog](https://github.com/pillarjs/hbs/blob/master/HISTORY.md) - [Commits](https://github.com/pillarjs/hbs/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: hbs dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c9efb5609d..be599a3ca1b 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "ejs": "^3.1.10", "eslint": "8.47.0", "express-session": "^1.18.1", - "hbs": "4.2.0", + "hbs": "4.2.1", "marked": "^15.0.3", "method-override": "3.0.0", "mocha": "^10.7.3",