From 74bf0070e5aeef893dd17c02c858f76515db055f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 04:32:12 +0000 Subject: [PATCH] chore(deps): update dependency esbuild to v0.19.3 (#1900) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ad86a3c8..d87b6d212 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "devDependencies": { "@next/bundle-analyzer": "13.4.19", - "esbuild": "0.19.2", + "esbuild": "0.19.3", "eslint": "8.49.0", "eslint-config-next": "13.4.19", "prettier": "3.0.3",