summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-05 10:01:29 +0000
committerrinpatch <rinpatch@sdf.org>2019-11-05 10:01:29 +0000
commitf11eebc18383be7d7b4b037582e4e1e08b74653b (patch)
tree9a2a88422aaf7806e937af35fc28951b028b0b40 /mix.exs
parentfee127696308dbec9cff6b2a9b399cf2877cf445 (diff)
parent9d3b12a6588846978f16be4423f43f64efef2f66 (diff)
downloadpleroma-f11eebc18383be7d7b4b037582e4e1e08b74653b.tar.gz
pleroma-f11eebc18383be7d7b4b037582e4e1e08b74653b.zip
Merge branch 'chore/bump-htmlentities' into 'develop'
Bump HtmlEntities to 0.5 See merge request pleroma/pleroma!1939
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 1bc4cec2f..0a3a03a61 100644
--- a/mix.exs
+++ b/mix.exs
@@ -111,7 +111,7 @@ defmodule Pleroma.Mixfile do
{:fast_sanitize,
git: "https://git.pleroma.social/pleroma/fast_sanitize.git",
ref: "1af67547a02a104e26c99d03012383e8643bc4c2"},
- {:html_entities, "~> 0.4"},
+ {:html_entities, "~> 0.5", override: true},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},
{:cachex, "~> 3.0.2"},