From f7613d1a9e77c7a331bac2427a860454f304d945 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:48:00 +0000 Subject: [PATCH] chore(deps): update hex dependencies (patch) --- mix.exs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mix.exs b/mix.exs index 420607e8..6bfa294a 100644 --- a/mix.exs +++ b/mix.exs @@ -47,7 +47,7 @@ defmodule Orbit.MixProject do {:configparser_ex, "5.0.0", only: :dev}, # Needed by laboratory for prod build {:cowboy, "2.17.0"}, - {:credo, "1.7.13", only: [:dev, :test], runtime: false}, + {:credo, "== 1.7.19", only: [:dev, :test], runtime: false}, {:csv, "3.2.2"}, {:dialyxir, "1.4.7", only: [:dev, :test], runtime: false}, {:diskusage_logger, "0.2.0", only: :prod}, @@ -59,7 +59,7 @@ defmodule Orbit.MixProject do {:ex_aws_s3, "2.5.9"}, {:ex_machina, "2.8.0", only: :test}, {:fast_local_datetime, "1.0.1"}, - {:floki, "0.38.0", only: :test}, + {:floki, "== 0.38.4", only: :test}, {:guardian, "2.4.0"}, {:guardian_phoenix, "2.0.1"}, # used by ex_aws @@ -77,15 +77,15 @@ defmodule Orbit.MixProject do {:laboratory, git: "https://github.com/paulswartz/laboratory.git", ref: "24adbe2cb18d8368e140ab5e13c8f5b75adea742"}, - {:lcov_ex, "0.3.4", only: [:test], runtime: false}, + {:lcov_ex, "== 0.3.5", only: [:test], runtime: false}, {:logster, "2.0.0-rc.5"}, {:mock, "0.3.9", only: :test}, {:oban, "2.21.1"}, - {:phoenix, "1.8.7"}, + {:phoenix, "== 1.8.9"}, {:phoenix_ecto, "4.7.0"}, {:phoenix_html, "4.3.0"}, {:phoenix_live_dashboard, "0.8.7"}, - {:phoenix_live_reload, "1.6.1", only: :dev}, + {:phoenix_live_reload, "== 1.6.2", only: :dev}, {:phoenix_live_view, "1.1.17"}, {:postgrex, "0.22.2"}, {:sentry, "11.0.4"}, @@ -93,7 +93,7 @@ defmodule Orbit.MixProject do {:telemetry_metrics, "1.1.0"}, {:telemetry_poller, "1.3.0"}, {:timex, "3.7.13"}, - {:tz, "0.28.1"}, + {:tz, "== 0.28.2"}, {:ueberauth, "0.10.8"}, {:ueberauth_fake_oidcc, github: "skyqrose/ueberauth_fake_oidcc", tag: "v0.1.2", only: [:dev, :test]},