From 47f4ffef634b6b15a39837ee524839d15a60e08b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 05:08:06 +0000 Subject: [PATCH] Update dependency esbuild to v0.25.0 --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index d8ef776..f7d410b 100644 --- a/config/config.exs +++ b/config/config.exs @@ -24,7 +24,7 @@ config :website, WebsiteWeb.Endpoint, # Configure esbuild (the version is required) config :esbuild, - version: "0.24.2", + version: "0.25.0", default: [ args: ~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),