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)
This commit is contained in:
Robert Prehn 2021-06-24 16:03:16 +00:00
parent 6257eeaa90
commit 528ec44c93

View file

@ -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"},