Skip to content

Commit 256b71b

Browse files
chore(deps): update backend dependencies (non-major)
| datasource | package | from | to | | ---------- | ----------------- | ------- | ------- | | hex | absinthe | 1.10.0 | 1.10.0 | | hex | absinthe_relay | 1.6.0 | 1.6.0 | | hex | ash | 3.23.1 | 3.24.1 | | hex | ash_json_api | 1.6.4 | 1.6.5 | | hex | ash_postgres | 2.8.0 | 2.9.0 | | hex | credo | 1.7.17 | 1.7.18 | | hex | dialyxir | 1.4.7 | 1.4.7 | | hex | ecto_sql | 3.13.5 | 3.13.5 | | hex | ex_aws | 2.6.1 | 2.6.1 | | hex | ex_aws_s3 | 2.5.9 | 2.5.9 | | hex | ex_doc | 0.40.1 | 0.40.1 | | hex | excoveralls | 0.18.5 | 0.18.5 | | hex | finch | 0.21.0 | 0.21.0 | | hex | guardian | 2.4.0 | 2.4.0 | | hex | jason | 1.4.4 | 1.4.4 | | hex | jose | 1.11.12 | 1.11.12 | | hex | mox | 1.2.0 | 1.2.0 | | hex | nimble_parsec | 1.4.2 | 1.4.2 | | hex | observer_cli | 1.8.7 | 1.8.7 | | hex | open_api_spex | 3.22.2 | 3.22.2 | | hex | phoenix | 1.7.21 | 1.8.5 | | hex | phoenix_ecto | 4.7.0 | 4.7.0 | | hex | phoenix_pubsub | 2.2.0 | 2.2.0 | | hex | plug_cowboy | 2.8.0 | 2.8.0 | | hex | postgrex | 0.22.0 | 0.22.0 | | hex | pretty_log | 0.9.0 | 0.9.0 | | hex | prom_ex | 1.11.0 | 1.11.0 | | hex | skogsra | 2.5.2 | 2.5.2 | | hex | sobelow | 0.14.1 | 0.14.1 | | hex | sourceror | 1.12.0 | 1.12.0 | | hex | sweet_xml | 0.7.5 | 0.7.5 | | hex | swoosh | 1.25.0 | 1.25.0 | | hex | telemetry_metrics | 1.1.0 | 1.1.0 | | hex | telemetry_poller | 1.3.0 | 1.3.0 | | hex | tesla | 1.16.0 | 1.16.0 | | hex | x509 | 0.9.2 | 0.9.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14f445e commit 256b71b

2 files changed

Lines changed: 44 additions & 44 deletions

File tree

backend/mix.exs

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -80,62 +80,62 @@ defmodule Edgehog.MixProject do
8080
# Type `mix help deps` for examples and options.
8181
defp deps do
8282
[
83-
{:phoenix, "~> 1.7.0"},
83+
{:phoenix, "~> 1.8.5"},
8484
{:phoenix_view, "~> 2.0"},
85-
{:phoenix_ecto, "~> 4.4"},
86-
{:ecto_sql, "~> 3.6"},
87-
{:postgrex, "~> 0.16"},
88-
{:swoosh, "~> 1.3"},
89-
{:telemetry_metrics, "~> 1.0"},
90-
{:telemetry_poller, "~> 1.0"},
85+
{:phoenix_ecto, "~> 4.7"},
86+
{:ecto_sql, "~> 3.13"},
87+
{:postgrex, "~> 0.22"},
88+
{:swoosh, "~> 1.25"},
89+
{:telemetry_metrics, "~> 1.1"},
90+
{:telemetry_poller, "~> 1.3"},
9191
{:gettext, "~> 1.0"},
92-
{:jason, "~> 1.2"},
93-
{:plug_cowboy, "~> 2.5"},
94-
{:absinthe, "~> 1.7"},
92+
{:jason, "~> 1.4"},
93+
{:plug_cowboy, "~> 2.8"},
94+
{:absinthe, "~> 1.10"},
9595
{:absinthe_plug, "~> 1.5"},
96-
{:absinthe_relay, "~> 1.5"},
96+
{:absinthe_relay, "~> 1.6"},
9797
{:dataloader, "~> 2.0"},
9898
{:astarte_client, github: "astarte-platform/astarte-client-elixir"},
9999
{:cors_plug, "~> 3.0"},
100-
{:x509, "~> 0.8"},
101-
{:mox, "~> 1.0"},
102-
{:tesla, "~> 1.4"},
103-
{:finch, "~> 0.12", override: true},
100+
{:x509, "~> 0.9"},
101+
{:mox, "~> 1.2"},
102+
{:tesla, "~> 1.16"},
103+
{:finch, "~> 0.21", override: true},
104104
{:waffle, "~> 1.1"},
105105
{:envar, "~> 1.1"},
106-
{:ex_aws, "~> 2.2"},
107-
{:ex_aws_s3, "~> 2.0"},
106+
{:ex_aws, "~> 2.6"},
107+
{:ex_aws_s3, "~> 2.5"},
108108
{:azurex, "~> 1.1"},
109-
{:sweet_xml, "~> 0.6"},
109+
{:sweet_xml, "~> 0.7"},
110110
{:waffle_gcs, "~> 0.2"},
111-
{:guardian, "~> 2.0"},
112-
{:jose, "~> 1.8"},
113-
{:skogsra, "~> 2.3"},
114-
{:nimble_parsec, "~> 1.2"},
111+
{:guardian, "~> 2.4"},
112+
{:jose, "~> 1.11"},
113+
{:skogsra, "~> 2.5"},
114+
{:nimble_parsec, "~> 1.4"},
115115
{:protobuf, "~> 0.16"},
116-
{:excoveralls, "~> 0.10", only: :test},
117-
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
118-
{:pretty_log, "~> 0.1"},
119-
{:prom_ex, "~> 1.9"},
116+
{:excoveralls, "~> 0.18", only: :test},
117+
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
118+
{:pretty_log, "~> 0.9"},
119+
{:prom_ex, "~> 1.11"},
120120
{:plug_heartbeat, "~> 1.0"},
121121
{:gen_state_machine, "~> 3.0"},
122122
{:recon, "~> 2.5"},
123-
{:observer_cli, "~> 1.7"},
124-
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
125-
{:ash, "~> 3.0"},
126-
{:ash_postgres, "~> 2.0"},
123+
{:observer_cli, "~> 1.8"},
124+
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
125+
{:ash, "~> 3.24"},
126+
{:ash_postgres, "~> 2.9"},
127127
{:ash_graphql, "~> 1.9"},
128-
{:ash_json_api, "~> 1.3"},
128+
{:ash_json_api, "~> 1.6"},
129129
{:igniter, "~> 0.7", only: [:dev, :test]},
130130
{:picosat_elixir, "~> 0.2"},
131-
{:open_api_spex, "~> 3.16"},
131+
{:open_api_spex, "~> 3.22"},
132132
{:ymlr, "~> 5.1"},
133-
{:sourceror, "~> 1.10", only: [:dev, :test]},
134-
{:phoenix_pubsub, "~> 2.0"},
133+
{:sourceror, "~> 1.12", only: [:dev, :test]},
134+
{:phoenix_pubsub, "~> 2.2"},
135135
{:absinthe_phoenix, "~> 2.0"},
136136
{:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false},
137-
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
138-
{:ex_doc, "~> 0.24", only: :dev}
137+
{:sobelow, "~> 0.14", only: [:dev, :test], runtime: false},
138+
{:ex_doc, "~> 0.40", only: :dev}
139139
]
140140
end
141141

0 commit comments

Comments
 (0)