From ef41b8bcc9bbce3e70f044c74cc70ec1f637d30c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:53:48 -0400 Subject: [PATCH] fix(deps): update dependency esbuild to v0.19.3 (#12002) 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 6ea9f5549c..8860974049 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.19.2", + "esbuild": "0.19.3", "express": "4.18.2", "express-session": "1.17.3", "express-useragent": "1.0.15",