From 5a62529507b6c1895facc596a24daea4b9c5f842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rogger=20andr=C3=A9=20valverde=20flores?= Date: Thu, 20 May 2021 19:04:34 -0500 Subject: [PATCH] fix(deps): upgrading handlebars to 4.7.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84a972d2..e9f55724 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "body-parser": "^1.17.2", "express": "^4.15.2", "express-handlebars": "^5.1.0", - "handlebars": "^4.7.6", + "handlebars": "^4.7.7", "lodash": "^4.17.15", "moment": "^2.29.1", "tablesort": "^5.0.1"