Skip to content

Commit

Permalink
build(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 5 updates

Bumps the production-dependencies group with 4 updates in the / directory: [ash](https://github.com/ash-project/ash), [ash_authentication](https://github.com/team-alembic/ash_authentication), [phoenix](https://github.com/phoenixframework/phoenix) and [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view).


Updates `ash` from 3.4.42 to 3.4.43
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.42...v3.4.43)

Updates `ash_authentication` from 4.3.2 to 4.3.4
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](team-alembic/ash_authentication@v4.3.2...v4.3.4)

Updates `igniter` from 0.4.7 to 0.4.8
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.4.7...v0.4.8)

Updates `phoenix` from 1.7.14 to 1.7.17
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.7.14...v1.7.17)

Updates `phoenix_live_view` from 0.20.17 to 1.0.0
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v0.20.17...v1.0.0)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent aab2213 commit daa7091
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 @@ -122,7 +122,7 @@ defmodule AshAuthentication.Phoenix.MixProject do
{:jason, "~> 1.0"},
{:phoenix_html, "~> 4.0"},
{:phoenix_html_helpers, "~> 1.0"},
{:phoenix_live_view, "~> 0.18"},
{:phoenix_live_view, "~> 1.0"},
{:phoenix_view, "~> 2.0"},
{:phoenix, "~> 1.6"},
{:bcrypt_elixir, "~> 3.0"},
Expand Down
Loading

0 comments on commit daa7091

Please sign in to comment.