From 454a968e87c0864b951ce96a3bf5f16c388e13aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:02:25 -0400 Subject: [PATCH] fix(deps): update dependency esbuild to v0.19.0 (#11884) 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 327c28b722..872abfba1a 100644 --- a/install/package.json +++ b/install/package.json @@ -63,7 +63,7 @@ "csrf-sync": "4.0.1", "daemon": "1.1.0", "diff": "5.1.0", - "esbuild": "0.18.19", + "esbuild": "0.19.0", "express": "4.18.2", "express-session": "1.17.3", "express-useragent": "1.0.15",