From 4ce1ddfd53f26969aae8b01b3c9732c8c88df53a Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 3 Feb 2025 13:46:32 -0800 Subject: [PATCH] build(deps-dev): Bump esbuild cli to 0.24.2 (#8012) --- elixir/config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/config/config.exs b/elixir/config/config.exs index 99deb1616..6fb065a45 100644 --- a/elixir/config/config.exs +++ b/elixir/config/config.exs @@ -234,7 +234,7 @@ config :domain, Domain.Mailer, # Failed to load resource: the server responded with a status of 404 () # source-sans-pro-all-400-normal.woff:1 Failed to load resource: the server responded with a status of 404 () config :esbuild, - version: "0.17.19", + version: "0.24.2", web: [ args: [ "js/app.js",