merge: updates from upstream

Conflicts:
    mix.exs
    mix.lock
This commit is contained in:
2025-01-26 15:07:39 +00:00
5 changed files with 26 additions and 26 deletions

View File

@@ -32,7 +32,7 @@ defmodule Wabanex.MixProject do
{:absinthe, "~> 1.7.0"},
{:absinthe_plug,
git: "https://github.com/absinthe-graphql/absinthe_plug.git",
ref: "3a984cc341ebb32c79e7ae58b4ebd116d5c62f9e"},
ref: "307c8bb14f9eec8a5cd77842366ac4eae7f17d76"},
{:credo, "~> 1.7.0", only: [:dev, :test], runtime: false},
{:crudry, "~> 2.4.0"},
{:decimal, "~> 2.1.0"},
@@ -57,7 +57,7 @@ defmodule Wabanex.MixProject do
{:prom_ex, "~> 1.11.0"},
{:req, "~> 0.5.0"},
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
{:telemetry_metrics, "~> 1.0.0"},
{:telemetry_metrics, "~> 1.1.0"},
{:telemetry_poller, "~> 1.1.0"},
{:xlsx_reader, "~> 0.8.0"}
]