From e7749cb9962994253c96d496fecc0e415a9f515f Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Mon, 24 Jun 2024 18:36:54 +0000 Subject: [PATCH] chore(backend): update dependency cors_plug to v3 --- apps/api/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/mix.exs b/apps/api/mix.exs index f03d014e0..8825d9c1c 100644 --- a/apps/api/mix.exs +++ b/apps/api/mix.exs @@ -73,7 +73,7 @@ defmodule Api.MixProject do {:gettext, "~> 0.20"}, {:jason, "~> 1.0"}, {:guardian, "~> 1.2.1"}, - {:cors_plug, "~> 2.0"}, + {:cors_plug, "~> 3.0"}, {:plug_cowboy, "~> 2.6.0", override: true}, {:reverse_proxy_plug, "~> 2.1.1"}, {:libcluster, "~> 3.3.1"},