diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-05 10:01:29 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-05 10:01:29 +0000 |
commit | f11eebc18383be7d7b4b037582e4e1e08b74653b (patch) | |
tree | 9a2a88422aaf7806e937af35fc28951b028b0b40 /mix.exs | |
parent | fee127696308dbec9cff6b2a9b399cf2877cf445 (diff) | |
parent | 9d3b12a6588846978f16be4423f43f64efef2f66 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |