From 27b026c5c7690a7e65cd61f28ae6b376d39209eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 06:16:25 +0000 Subject: [PATCH] Bump handlebars from 4.7.6 to 4.7.9 in /cuckoo/web/src Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.6 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.6...v4.7.9) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- cuckoo/web/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuckoo/web/src/package.json b/cuckoo/web/src/package.json index 6c391e7638..a2d270f05c 100644 --- a/cuckoo/web/src/package.json +++ b/cuckoo/web/src/package.json @@ -37,7 +37,7 @@ "gulp-util": "3.0.7", "gulp-watch": "4.3.10", "gulp-wrap": "0.13.0", - "handlebars": "4.7.6", + "handlebars": "4.7.9", "vinyl-buffer": "1.0.0", "vinyl-source-stream": "1.1.0" }