From 93051d910e7b7fa10bca3782783830caa3033f29 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 7 Jul 2025 19:28:15 +0100 Subject: [PATCH] Update esbuild from 0.25.5 to 0.25.6 --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 57abe7cb..db5c7a3a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -47,7 +47,7 @@ config :music_library, Discogs, personal_access_token: "change me", user_agent: # Configure esbuild (the version is required) config :esbuild, - version: "0.25.5", + version: "0.25.6", music_library: [ args: ~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),