Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group with 6 updates (#244
Browse files Browse the repository at this point in the history
)

Bumps the production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [ash](https://github.com/ash-project/ash) | `3.4.4` | `3.4.8` |
| [ash_graphql](https://github.com/ash-project/ash_graphql) | `1.3.3` | `1.3.4` |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.3.0` | `2.3.1` |
| [flame](https://github.com/phoenixframework/flame) | `0.4.4` | `0.5.0` |
| [oban](https://github.com/sorentwo/oban) | `2.18.2` | `2.18.3` |
| [swoosh](https://github.com/swoosh/swoosh) | `1.16.12` | `1.17.0` |


Updates `ash` from 3.4.4 to 3.4.8
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.4...v3.4.8)

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

Updates `ash_postgres` from 2.3.0 to 2.3.1
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.3.0...v2.3.1)

Updates `flame` from 0.4.4 to 0.5.0
- [Changelog](https://github.com/phoenixframework/flame/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/flame@v0.4.4...v0.5.0)

Updates `oban` from 2.18.2 to 2.18.3
- [Release notes](https://github.com/sorentwo/oban/releases)
- [Changelog](https://github.com/oban-bg/oban/blob/v2.18.3/CHANGELOG.md)
- [Commits](oban-bg/oban@v2.18.2...v2.18.3)

Updates `swoosh` from 1.16.12 to 1.17.0
- [Release notes](https://github.com/swoosh/swoosh/releases)
- [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md)
- [Commits](swoosh/swoosh@v1.16.12...v1.17.0)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: flame
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: oban
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: swoosh
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 66fb910 commit b27b7a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule AshHq.MixProject do
{:earmark, "== 1.5.0-pre1"},
# Jobs
{:oban, "~> 2.16"},
{:flame, "~> 0.4.2"},
{:flame, "~> 0.5.0"},
# HTTP calls
{:req, "~> 0.5.0"},
# Appsignal
Expand Down
Loading

0 comments on commit b27b7a3

Please sign in to comment.