chore(deps): upgrade dependencies

* `bandit`: from 1.5.7 to 1.6.1
* `floki`: from 0.36.3 to 0.37.0
* `gettext`: from 0.26.1 to 0.26.2
* `phoenix`: from 1.7.14 to 1.7.17
* `phoenix_live_dashboard`: from 0.8.4 to 0.8.5
* `phoenix_live_view`: from 1.0.0-rc.7 to 1.0.0
* `postgrex`: from 0.19.2 to 0.19.3
* `swoosh`: from 1.17.2 to 1.17.3
* `testcontainers`: from 1.10.5 to 1.11.6
This commit is contained in:
2024-12-08 21:54:27 +00:00
parent 3b6da491c5
commit e9c4f27d25
2 changed files with 11 additions and 12 deletions

View File

@@ -45,13 +45,12 @@ defmodule Slax.MixProject do
{:phoenix_ecto, "~> 4.6.0"},
{:phoenix_html, "~> 4.1.0"},
{:phoenix_live_reload, "~> 1.5.0", only: :dev},
# TODO: bump on release to {:phoenix_live_view, "~> 1.0.0"},
{:phoenix_live_view, "~> 1.0.0-rc.1", override: true},
{:phoenix_live_view, "~> 1.0.0", override: true},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:postgrex, ">= 0.0.0"},
{:swoosh, "~> 1.17.0"},
{:tailwind, "~> 0.2.0", runtime: Mix.env() == :dev},
{:testcontainers, "~> 1.10.0", only: [:dev, :test]},
{:testcontainers, "~> 1.11.0", only: [:dev, :test]},
{:telemetry_metrics, "~> 1.0.0"},
{:telemetry_poller, "~> 1.1.0"},
{:timex, "~> 3.7.0"}