Skip to content

Commit

Permalink
chore: Update phoenix_html requirement from ~> 3.3 to ~> 4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [phoenix_html](https://github.com/phoenixframework/phoenix_html) to permit the latest version.
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v3.3.0...v4.0.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent e5e8e55 commit 6b8c3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api_web/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defmodule ApiWeb.Mixfile do
[
{:phoenix, "~> 1.7"},
{:phoenix_view, "~> 2.0"},
{:phoenix_html, "~> 3.3"},
{:phoenix_html, "~> 4.0"},
{:phoenix_live_view, "~> 0.18"},
{:bandit, "~> 1.0-pre"},
{:ja_serializer, github: "mbta/ja_serializer", branch: "master"},
Expand Down

0 comments on commit 6b8c3e8

Please sign in to comment.