From f15265ffbcd76bcd2bae4b0229ca99624df0dac5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:36:07 -0400 Subject: [PATCH] fix(deps): update dependency esbuild to v0.18.12 (#11794) 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 6565c5e73c..8d03797c9b 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.11", + "esbuild": "0.18.12", "express": "4.18.2", "express-session": "1.17.3", "express-useragent": "1.0.15",