Skip to content

Commit 247debd

Browse files
renovate[bot]Flo0807
authored andcommitted
Update dependency esbuild to v0.25.9 (#1429)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d213240 commit 247debd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if Mix.env() == :dev do
1010
end
1111

1212
config :esbuild,
13-
version: "0.25.8",
13+
version: "0.25.9",
1414
module: esbuild.(~w(--format=esm --sourcemap --outfile=../priv/static/js/backpex.esm.js)),
1515
main: esbuild.(~w(--format=cjs --sourcemap --outfile=../priv/static/js/backpex.cjs.js))
1616
end

0 commit comments

Comments
 (0)