chore(deps): update phoenix_html_sanitizer requirement from ~> 1.0.0 to ~> 1.1.0
Updates the requirements on [phoenix_html_sanitizer](https://github.com/elixirstatus/phoenix_html_sanitizer) to permit the latest version. - [Release notes](https://github.com/elixirstatus/phoenix_html_sanitizer/releases) - [Commits](https://github.com/elixirstatus/phoenix_html_sanitizer/commits)
This commit is contained in:
parent
6257eeaa90
commit
cd13c13a8f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ defmodule Legendary.Content.MixProject do
|
|||
{:phoenix, "~> 1.5.8"},
|
||||
{:phoenix_ecto, "~> 4.0"},
|
||||
{:phoenix_html, "~> 2.11"},
|
||||
{:phoenix_html_sanitizer, "~> 1.0.0"},
|
||||
{:phoenix_html_sanitizer, "~> 1.1.0"},
|
||||
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
||||
{:phoenix_live_dashboard, "~> 0.4.0"},
|
||||
{:php_serializer, "~> 0.9.0"},
|
||||
|
|
Loading…
Reference in a new issue