From 8877461fb883cef8518bbc1b96ba6a7557760cc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 01:17:38 +0000 Subject: [PATCH] Update dependency handlebars to v4 [SECURITY] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11e50b6..d4d67d3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "express": "~4.9.0", "glob": "^5.0.5", "graceful-fs": "^3.0.6", - "handlebars": "^3.0.3", + "handlebars": "^4.7.7", "jade": "~1.6.0", "mongoose": "3.8.x", "morgan": "~1.3.0",