Skip to content

Commit 596d293

Browse files
chore(backend): update dependency cors_plug to v3
1 parent d51155d commit 596d293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apps/api/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ defmodule Api.MixProject do
7373
{:gettext, "~> 0.20"},
7474
{:jason, "~> 1.0"},
7575
{:guardian, "~> 1.2.1"},
76-
{:cors_plug, "~> 2.0"},
76+
{:cors_plug, "~> 3.0"},
7777
{:plug_cowboy, "~> 2.6.0", override: true},
7878
{:reverse_proxy_plug, "~> 2.1.1"},
7979
{:libcluster, "~> 3.3.1"},

0 commit comments

Comments
 (0)