From ace3643470ee1a59503b682ff38c5854d208d705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:20:12 -0400 Subject: [PATCH] fix(deps): update dependency esbuild to v0.18.16 (#11838) 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 5b37f6774f..3414799063 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.15", + "esbuild": "0.18.16", "express": "4.18.2", "express-session": "1.17.3", "express-useragent": "1.0.15",