Merge branch 'fix/unwrapped-object-return' into 'develop'
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 2e64b79ad120e7d9a762db601a5e999990b4e1e4..0a3a03a615a8772d31ac5c5fefd71fcc7a98c122 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -108,9 +108,10 @@ defmodule Pleroma.Mixfile do
       {:comeonin, "~> 4.1.1"},
       {:pbkdf2_elixir, "~> 0.12.3"},
       {:trailing_format_plug, "~> 0.0.7"},
-      {:html_sanitize_ex, "~> 1.3.0"},
-      {:fast_sanitize, git: "https://git.pleroma.social/pleroma/fast_sanitize.git", ref: "37f55e2bbe6eb44e8a9c4b3831a5ce73a2f6955c"},
-      {:html_entities, "~> 0.4"},
+      {:fast_sanitize,
+       git: "https://git.pleroma.social/pleroma/fast_sanitize.git",
+       ref: "1af67547a02a104e26c99d03012383e8643bc4c2"},
+      {:html_entities, "~> 0.5", override: true},
       {:phoenix_html, "~> 2.10"},
       {:calendar, "~> 0.17.4"},
       {:cachex, "~> 3.0.2"},