From 93e60c637cc0114b7c9a0ef6aa24db6c932f85ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 23:30:35 +0000 Subject: [PATCH] Bump express-handlebars from 3.1.0 to 5.1.0 Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 3.1.0 to 5.1.0. - [Release notes](https://github.com/express-handlebars/express-handlebars/releases) - [Changelog](https://github.com/express-handlebars/express-handlebars/blob/master/CHANGELOG.md) - [Commits](https://github.com/express-handlebars/express-handlebars/compare/v3.1.0...v5.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4f2355..a388350 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "body-parser": "^1.18.2", "express": "^4.14.0", - "express-handlebars": "^3.0.0", + "express-handlebars": "^5.1.0", "lodash": "^4.17.3", "lowdb": "^0.14.0", "uuid": "^3.0.1",