From 0d91da0be69d6ade893102c01723b65e20ad8362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 08:02:35 +0000 Subject: [PATCH] Bump handlebars in /CSAW CTF Qualification Round 2019/buyify Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 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.2.0...v4.7.6) Signed-off-by: dependabot[bot] --- CSAW CTF Qualification Round 2019/buyify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSAW CTF Qualification Round 2019/buyify/package.json b/CSAW CTF Qualification Round 2019/buyify/package.json index e8709cc..06d84d9 100644 --- a/CSAW CTF Qualification Round 2019/buyify/package.json +++ b/CSAW CTF Qualification Round 2019/buyify/package.json @@ -4,7 +4,7 @@ "description": "", "main": "server.js", "dependencies": { - "handlebars": "4.2.0", + "handlebars": "4.7.6", "express": "4.17.1", "express-handlebars":"3.1.0", "jsonwebtoken":"8.5.1",