From c82dfd1d9574fab3f255da8d3304209793666c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:07:10 +0000 Subject: [PATCH] chore(deps): Update phoenix_live_dashboard requirement from ~> 0.8.0 to ~> 0.9.0 Updates the requirements on [phoenix_live_dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) to permit the latest version. - [Release notes](https://github.com/phoenixframework/phoenix_live_dashboard/releases) - [Changelog](https://github.com/phoenixframework/phoenix_live_dashboard/blob/main/CHANGELOG.md) - [Commits](https://github.com/phoenixframework/phoenix_live_dashboard/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: phoenix_live_dashboard dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/backend/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/backend/mix.exs b/components/backend/mix.exs index 13fefdc2..3ce358a7 100644 --- a/components/backend/mix.exs +++ b/components/backend/mix.exs @@ -37,7 +37,7 @@ defmodule AwapBackend.MixProject do # Phoenix and Web {:phoenix, "~> 1.8.2"}, {:phoenix_ecto, "~> 4.4"}, - {:phoenix_live_dashboard, "~> 0.8.0"}, + {:phoenix_live_dashboard, "~> 0.9.0"}, {:telemetry_metrics, "~> 1.1"}, {:telemetry_poller, "~> 1.0"}, {:jason, "~> 1.2"},