From 29fb69b377fee013001f1d2a1a32f20d6634bfd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:42:40 +0800 Subject: [PATCH] Bump esbuild from 0.23.1 to 0.24.0 in /projects/wasmbind-katex (#14) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- projects/wasmbind-katex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/wasmbind-katex/package.json b/projects/wasmbind-katex/package.json index cb1647a..db75a27 100644 --- a/projects/wasmbind-katex/package.json +++ b/projects/wasmbind-katex/package.json @@ -10,6 +10,6 @@ "katex": "^0.16.8" }, "devDependencies": { - "esbuild": "^0.23.0" + "esbuild": "^0.24.0" } }