From 546d46af7d0e6351e11a06e85450e5f0b935a6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 10:06:00 +0000 Subject: [PATCH] Bump handlebars from 4.0.5 to 4.7.6 in /cuckoo/web/src Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.5 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.5...v4.7.6) 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 a582e5a0d5..6c391e7638 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.0.5", + "handlebars": "4.7.6", "vinyl-buffer": "1.0.0", "vinyl-source-stream": "1.1.0" }