From 528ec44c937eabb40bbdb1297693c145160c9f0a Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Thu, 24 Jun 2021 16:03:16 +0000 Subject: [PATCH] chore(deps): update earmark requirement in /apps/content Updates the requirements on [earmark](https://github.com/pragdave/earmark) to permit the latest version. - [Release notes](https://github.com/pragdave/earmark/releases) - [Changelog](https://github.com/pragdave/earmark/blob/master/RELEASE.md) - [Commits](https://github.com/pragdave/earmark/compare/1.4.3...v1.4.15) --- apps/content/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/content/mix.exs b/apps/content/mix.exs index 2c9bba91..a3a8bbe8 100644 --- a/apps/content/mix.exs +++ b/apps/content/mix.exs @@ -42,7 +42,7 @@ defmodule Legendary.Content.MixProject do defp deps do [ {:core, in_umbrella: true}, - {:earmark, "1.4.3"}, + {:earmark, "1.4.15"}, {:excoveralls, "~> 0.10", only: [:dev, :test]}, {:floki, ">= 0.30.0"}, {:gettext, "~> 0.11"},