From c93eca7105cfb6b659862c166056202696d0dfe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 03:10:07 +0000 Subject: [PATCH] chore(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.json | 2 +- yarn.lock | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f615579..3b26d3b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@docker/actions-toolkit": "^0.68.0", - "handlebars": "^4.7.8" + "handlebars": "^4.7.9" }, "devDependencies": { "@types/node": "^20.19.9", diff --git a/yarn.lock b/yarn.lock index 72b5b5e..529096a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2790,7 +2790,7 @@ __metadata: eslint-config-prettier: "npm:^9.1.2" eslint-plugin-jest: "npm:^28.14.0" eslint-plugin-prettier: "npm:^5.5.4" - handlebars: "npm:^4.7.8" + handlebars: "npm:^4.7.9" jest: "npm:^29.7.0" prettier: "npm:^3.6.2" ts-jest: "npm:^29.4.1" @@ -3632,6 +3632,24 @@ __metadata: languageName: node linkType: hard +"handlebars@npm:^4.7.9": + version: 4.7.9 + resolution: "handlebars@npm:4.7.9" + dependencies: + minimist: "npm:^1.2.5" + neo-async: "npm:^2.6.2" + source-map: "npm:^0.6.1" + uglify-js: "npm:^3.1.4" + wordwrap: "npm:^1.0.0" + dependenciesMeta: + uglify-js: + optional: true + bin: + handlebars: bin/handlebars + checksum: 10/e755433d652e8a15fc02f83d7478e652359e7a4d354c4328818853ed4f8a39d4a09e1d22dad3c7213c5240864a65b3c840970b8b181745575dd957dd258f2b8d + languageName: node + linkType: hard + "has-flag@npm:^4.0.0": version: 4.0.0 resolution: "has-flag@npm:4.0.0"