From 24382d08c3d8c46fa65f54acaa388d66de318272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:37:25 +0100 Subject: [PATCH] Bump styler from 1.1.2 to 1.2.0 (#54) Bumps [styler](https://github.com/adobe/elixir-styler) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/adobe/elixir-styler/releases) - [Changelog](https://github.com/adobe/elixir-styler/blob/main/CHANGELOG.md) - [Commits](https://github.com/adobe/elixir-styler/compare/v1.1.2...v1.2.0) --- updated-dependencies: - dependency-name: styler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 4eed57e..2c28447 100644 --- a/mix.exs +++ b/mix.exs @@ -84,7 +84,7 @@ defmodule Warder.MixProject do {:ex_doc, "~> 0.34.0", only: :dev, runtime: false}, {:postgrex, "~> 0.19.0", optional: true}, {:stream_data, "~> 1.1.0", only: [:dev, :test]}, - {:styler, "~> 1.1.1", only: [:dev, :test], runtime: false} + {:styler, "~> 1.2.0", only: [:dev, :test], runtime: false} ] end diff --git a/mix.lock b/mix.lock index ad2fd71..2e70dae 100644 --- a/mix.lock +++ b/mix.lock @@ -18,6 +18,6 @@ "nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"}, "postgrex": {:hex, :postgrex, "0.19.3", "a0bda6e3bc75ec07fca5b0a89bffd242ca209a4822a9533e7d3e84ee80707e19", [:mix], [{:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 1.5 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:table, "~> 0.1.0", [hex: :table, repo: "hexpm", optional: true]}], "hexpm", "d31c28053655b78f47f948c85bb1cf86a9c1f8ead346ba1aa0d0df017fa05b61"}, "stream_data": {:hex, :stream_data, "1.1.2", "05499eaec0443349ff877aaabc6e194e82bda6799b9ce6aaa1aadac15a9fdb4d", [:mix], [], "hexpm", "129558d2c77cbc1eb2f4747acbbea79e181a5da51108457000020a906813a1a9"}, - "styler": {:hex, :styler, "1.1.2", "d5b14cd4f8f7cc45624d9485cd0edb277ec92583b118409cfcbcb7c78efa5f4b", [:mix], [], "hexpm", "b46edab1f129d0c839d426755e172cf92118e5fac877456d074156b335f1f80b"}, + "styler": {:hex, :styler, "1.2.0", "43a76755447c084d22e2b3de92c5bcc1e5262a373cbff7c41fb6bc2034380dd6", [:mix], [], "hexpm", "7a8b5e82b4a04c01866a67568a195375a4192629ce516c5ad1f959131d9952b7"}, "telemetry": {:hex, :telemetry, "1.3.0", "fedebbae410d715cf8e7062c96a1ef32ec22e764197f70cda73d82778d61e7a2", [:rebar3], [], "hexpm", "7015fc8919dbe63764f4b4b87a95b7c0996bd539e0d499be6ec9d7f3875b79e6"}, }