summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2023-02-09 21:25:15 +0000
committerlain <lain@soykaf.club>2023-02-09 21:25:15 +0000
commitd0b781ab69971a6a950a8bcb36f5702dc999e209 (patch)
treec74312eefaaf698e5c25b337e152187b78f07650 /mix.exs
parent7abb248cebaa10edfad34f304eb929d654956a54 (diff)
parent7138910f30ec401bb7327efb57351ae0f399bfb7 (diff)
downloadpleroma-d0b781ab69971a6a950a8bcb36f5702dc999e209.tar.gz
pleroma-d0b781ab69971a6a950a8bcb36f5702dc999e209.zip
Merge branch 'from/upstream-develop/tusooa/2974-zwnj' into 'develop'
Bump linkify - Fix zwnj in tags and double-dot links Closes #2974 and #3022 See merge request pleroma/pleroma!3830
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 44a7d62fd..ed1f848ee 100644
--- a/mix.exs
+++ b/mix.exs
@@ -162,7 +162,7 @@ defmodule Pleroma.Mixfile do
{:floki, "~> 0.27"},
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
- {:linkify, "~> 0.5.2"},
+ {:linkify, "~> 0.5.3"},
{:http_signatures, "~> 0.1.1"},
{:telemetry, "~> 1.0.0", override: true},
{:poolboy, "~> 1.5"},