From 1e3a57469cfccd0809e820609d138a8a1db2514f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 05:33:07 +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",