From 32658b118d2bd9716a33d1d39c1ad3affd5bf6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:51:14 +0000 Subject: [PATCH] chore(deps): bump handlebars Bumps the npm_and_yarn group with 1 update in the /plugin-hrm-form directory: [handlebars](https://github.com/handlebars-lang/handlebars.js). Updates `handlebars` 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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- plugin-hrm-form/package-lock.json | 8 +++++--- plugin-hrm-form/package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/plugin-hrm-form/package-lock.json b/plugin-hrm-form/package-lock.json index 6f4d5242af..a6a9c56477 100644 --- a/plugin-hrm-form/package-lock.json +++ b/plugin-hrm-form/package-lock.json @@ -20,7 +20,7 @@ "@react-pdf/renderer": "3.4.4", "date-fns": "^2.11.1", "emoji-mart": "^5.3.2", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "hrm-form-definitions": "file:../lambdas/packages/hrm-form-definitions", "hrm-types": "file:../lambdas/packages/hrm-types", "lodash": "^4.17.19", @@ -175,7 +175,7 @@ "jest-each": "^28.1.1", "jest-junit": "^16.0.0", "prettier": "^2.3.2", - "ts-jest": "^27.1.2", + "ts-jest": "^29.4.6", "ts-node": "^10.1.0", "typescript": "^4.3.5" } @@ -22467,7 +22467,9 @@ "license": "MIT" }, "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", diff --git a/plugin-hrm-form/package.json b/plugin-hrm-form/package.json index 0ab1ca3d49..8dac2b68b9 100644 --- a/plugin-hrm-form/package.json +++ b/plugin-hrm-form/package.json @@ -52,7 +52,7 @@ "@react-pdf/renderer": "3.4.4", "date-fns": "^2.11.1", "emoji-mart": "^5.3.2", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "hrm-form-definitions": "file:../lambdas/packages/hrm-form-definitions", "hrm-types": "file:../lambdas/packages/hrm-types", "lodash": "^4.17.19",