From 666acc4b6b8a581a13757c6f168347a3224f73d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:56:39 +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..0fb5e36 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.0.0", "jade": "~1.6.0", "mongoose": "3.8.x", "morgan": "~1.3.0",