aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-10-13 00:27:51 -0500
committerMark Felder <feld@FreeBSD.org>2020-12-11 17:22:17 -0600
commite9e17e5df34051bce60232890ea042582af31f8c (patch)
tree6feac650f042c3c83665bd519bd2c7cdfc75af5e /mix.exs
parentf2bf2131b4721eb579d248bfc4913a80801efcb7 (diff)
downloadpleroma-e9e17e5df34051bce60232890ea042582af31f8c.tar.gz
Upgrade Earmark to v1.4.10
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 72a6346b5..feb7eefa3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -144,7 +144,7 @@ defmodule Pleroma.Mixfile do
{:ex_aws, "~> 2.1.6"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.6.6"},
- {:earmark, "1.4.3"},
+ {:earmark, "1.4.10"},
{:bbcode_pleroma, "~> 0.2.0"},
{:crypt,
git: "https://github.com/msantos/crypt.git",