diff options
author | lain <lain@soykaf.club> | 2023-02-09 21:25:15 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2023-02-09 21:25:15 +0000 |
commit | d0b781ab69971a6a950a8bcb36f5702dc999e209 (patch) | |
tree | c74312eefaaf698e5c25b337e152187b78f07650 /mix.exs | |
parent | 7abb248cebaa10edfad34f304eb929d654956a54 (diff) | |
parent | 7138910f30ec401bb7327efb57351ae0f399bfb7 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |