Skip to content

Commit

Permalink
chore(deps-dev): Bump the dev-dependencies group across 1 directory w…
Browse files Browse the repository at this point in the history
…ith 5 updates

Bumps the dev-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ash_graphql](https://github.com/ash-project/ash_graphql) | `1.2.0` | `1.3.2` |
| [ash_json_api](https://github.com/ash-project/ash_json_api) | `1.3.3` | `1.4.4` |
| [ex_doc](https://github.com/elixir-lang/ex_doc) | `0.34.1` | `0.34.2` |
| [mimic](https://github.com/edgurgel/mimic) | `1.8.2` | `1.9.0` |
| [mix_audit](https://github.com/mirego/mix_audit) | `2.1.3` | `2.1.4` |



Updates `ash_graphql` from 1.2.0 to 1.3.2
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_graphql@v1.2.0...v1.3.2)

Updates `ash_json_api` from 1.3.3 to 1.4.4
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_json_api@v1.3.3...v1.4.4)

Updates `ex_doc` from 0.34.1 to 0.34.2
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](elixir-lang/ex_doc@v0.34.1...v0.34.2)

Updates `mimic` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/edgurgel/mimic/releases)
- [Commits](edgurgel/mimic@v1.8.2...v1.9.0)

Updates `mix_audit` from 2.1.3 to 2.1.4
- [Changelog](https://github.com/mirego/mix_audit/blob/main/CHANGELOG.md)
- [Commits](mirego/mix_audit@v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: ash_graphql
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ash_json_api
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mimic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mix_audit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 18, 2024
1 parent c4f5703 commit 369404c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ defmodule AshAuthentication.MixProject do
{:spark, "~> 2.0"},
{:splode, "~> 0.2"},
{:absinthe_plug, "~> 1.5", only: [:dev, :test]},
{:ash_graphql, "~> 1.2.0", only: [:dev, :test]},
{:ash_json_api, "~> 1.3.3", only: [:dev, :test]},
{:ash_graphql, "~> 1.3.2", only: [:dev, :test]},
{:ash_json_api, "~> 1.4.4", only: [:dev, :test]},
{:ash_postgres, "~> 2.0", optional: true},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.2", only: [:dev, :test], runtime: false},
Expand Down
Loading

0 comments on commit 369404c

Please sign in to comment.