X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=1a7aac6a486e3d0504fedbbde2321c62c8f8c2d5;hb=c0489f9fac78701345c2902fa59bd99381bc27ab;hp=92b76d70c915386ca8ab3a7421761578a145d17a;hpb=54af527759a222fff4adc7ab52425f4e1085eb2c;p=akkoma diff --git a/mix.exs b/mix.exs index 92b76d70c..1a7aac6a4 100644 --- a/mix.exs +++ b/mix.exs @@ -157,7 +157,7 @@ defmodule Pleroma.Mixfile do {:floki, "~> 0.27"}, {:timex, "~> 3.6"}, {:ueberauth, "~> 0.4"}, - {:linkify, "~> 0.5.0"}, + {:linkify, "~> 0.5.1"}, {:http_signatures, "~> 0.1.0"}, {:telemetry, "~> 0.3"}, {:poolboy, "~> 1.5"}, @@ -198,6 +198,9 @@ defmodule Pleroma.Mixfile do {:eblurhash, "~> 1.1.0"}, {:open_api_spex, "~> 3.10"}, + # indirect dependency version override + {:plug, "~> 1.10.4", override: true}, + ## dev & test {:ex_doc, "~> 0.22", only: :dev, runtime: false}, {:ex_machina, "~> 2.4", only: :test},