From 701780fe8923097b226ead840da4b96f41dbaf88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:24:21 -0500 Subject: [PATCH] fix(deps): update dependency esbuild to v0.24.2 (#12989) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 2fd55aa306..7b2710a3cc 100644 --- a/install/package.json +++ b/install/package.json @@ -68,7 +68,7 @@ "csrf-sync": "4.0.3", "daemon": "1.1.0", "diff": "7.0.0", - "esbuild": "0.24.0", + "esbuild": "0.24.2", "express": "4.21.2", "express-session": "1.18.1", "express-useragent": "1.0.15",