From 37ee2230c98dfc60299c0b4050bc277acc8d9af6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 06:34:12 +0000 Subject: [PATCH] Bump express-handlebars from 3.1.0 to 5.2.1 Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 3.1.0 to 5.2.1. - [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.2.1) 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..7bb5405 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.2.1", "lodash": "^4.17.3", "lowdb": "^0.14.0", "uuid": "^3.0.1",