From cf501d88fd0a2cc6c432b11eeb49543058ac05fa Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 13:20:04 +0100 Subject: [PATCH] chore(backend): update dependency comeonin to ~> 5.3.0 (#705) Co-authored-by: plural-renovate[bot] --- apps/core/mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/core/mix.exs b/apps/core/mix.exs index 428e25ddf..1a940da7d 100644 --- a/apps/core/mix.exs +++ b/apps/core/mix.exs @@ -67,7 +67,7 @@ defmodule Core.MixProject do {:ecto, "~> 3.9.0", override: true}, {:postgrex, ">= 0.0.0"}, {:ex_machina, "~> 2.3", only: :test}, - {:comeonin, "~> 5.1.2"}, + {:comeonin, "~> 5.3.0"}, {:argon2_elixir, "~> 2.0"}, {:piazza_core, "~> 0.3.8"}, {:inet_cidr, "~> 1.0.0"}, diff --git a/mix.lock b/mix.lock index 0fca5ad14..791c0d41d 100644 --- a/mix.lock +++ b/mix.lock @@ -23,7 +23,7 @@ "certifi": {:hex, :certifi, "2.8.0", "d4fb0a6bb20b7c9c3643e22507e42f356ac090a1dcea9ab99e27e0376d695eba", [:rebar3], [], "hexpm", "6ac7efc1c6f8600b08d625292d4bbf584e14847ce1b6b5c44d983d273e1097ea"}, "cloudflare": {:hex, :cloudflare, "0.2.0", "e754fab186d5c9cd30cafdd336b8150b227e31e45ea6bd279d3c6cb20ff21ac1", [:mix], [{:castore, ">= 0.0.0", [hex: :castore, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}, {:restlax, "~> 0.1", [hex: :restlax, repo: "hexpm", optional: false]}], "hexpm", "0c2fced3058d92f8732c9911e309496a2f26f6f6d0f8216b8a2c62c2f8028748"}, "combine": {:hex, :combine, "0.10.0", "eff8224eeb56498a2af13011d142c5e7997a80c8f5b97c499f84c841032e429f", [:mix], [], "hexpm", "1b1dbc1790073076580d0d1d64e42eae2366583e7aecd455d1215b0d16f2451b"}, - "comeonin": {:hex, :comeonin, "5.1.2", "fbbbbbfcf0f0e9900c0336d16c8d462edf838ba1759577e29cc5fbd7c28a4540", [:mix], [], "hexpm", "579a509274ae870badfe863ea7fc9975e1a406dca5c84c91133a299ade92f005"}, + "comeonin": {:hex, :comeonin, "5.3.3", "2c564dac95a35650e9b6acfe6d2952083d8a08e4a89b93a481acb552b325892e", [:mix], [], "hexpm", "3e38c9c2cb080828116597ca8807bb482618a315bfafd98c90bc22a821cc84df"}, "conduit": {:hex, :conduit, "0.12.10", "48059dae254fa956673ac8a65fc5ecb858816e728f64c4ab5578568ee942256e", [:mix], [{:elixir_uuid, "~> 1.1", [hex: :elixir_uuid, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:timex, "~> 3.0", [hex: :timex, repo: "hexpm", optional: false]}], "hexpm", "5a61cc4aa617cdd8fc0b676071ded3027a5f8b076ca116e867f7dfae40c6c879"}, "conduit_amqp": {:hex, :conduit_amqp, "0.6.4", "5782fc18414de3c9e75583181a37ffc8d9207f7da168107557ecab719674ab42", [:mix], [{:amqp, "~> 1.0 and >= 1.1.1", [hex: :amqp, repo: "hexpm", optional: false]}, {:conduit, "~> 0.11", [hex: :conduit, repo: "hexpm", optional: false]}, {:connection, "~> 1.0", [hex: :connection, repo: "hexpm", optional: false]}, {:poolboy, "~> 1.5", [hex: :poolboy, repo: "hexpm", optional: false]}], "hexpm", "d33c127a86049d7e06e402f6ed6b20922374960507c546244e62acaf96e06b34"}, "configparser_ex": {:hex, :configparser_ex, "4.0.0", "17e2b831cfa33a08c56effc610339b2986f0d82a9caa0ed18880a07658292ab6", [:mix], [], "hexpm", "02e6d1a559361a063cba7b75bc3eb2d6ad7e62730c551cc4703541fd11e65e5b"},