From a7243790463849ffac80a7b33fda37f225aa25be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:39:31 -0400 Subject: [PATCH] fix(deps): update dependency esbuild to v0.18.8 (#11751) 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 216fa47140..1237ea7970 100644 --- a/install/package.json +++ b/install/package.json @@ -62,7 +62,7 @@ "csrf-sync": "4.0.1", "daemon": "1.1.0", "diff": "5.1.0", - "esbuild": "0.18.7", + "esbuild": "0.18.8", "express": "4.18.2", "express-session": "1.17.3", "express-useragent": "1.0.15",