Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump firebase_auth from 5.4.2 to 5.5.0 #69

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,26 +357,26 @@ packages:
dependency: "direct main"
description:
name: firebase_auth
sha256: "2886a01a895565722add556510263231390a9f1d1d51eee34c22f9b94a73dd54"
sha256: d0e2213daf3a740a379d4b788865dee6ada220496640abd875adb8f0fdbe5ba6
url: "https://pub.dev"
source: hosted
version: "5.4.2"
version: "5.5.0"
firebase_auth_platform_interface:
dependency: transitive
description:
name: firebase_auth_platform_interface
sha256: "2e8fe7e6b5869c981f62c0de1a0abef6f626a1daffe92e1e6881448a9d3da778"
sha256: "9c291bafc2a88599405fc810a4b4c249a40065b094379afb701efe443a3b0653"
url: "https://pub.dev"
source: hosted
version: "7.5.2"
version: "7.6.0"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
sha256: c9600115b6f74365a51c735d4c43d4632ad44bfde505fe7c13c838701cd01ff2
sha256: a971b2f3a9c16b45e12687bb2e3d0da0c6fc272c4fbf6fa7833d0587844cca4d
url: "https://pub.dev"
source: hosted
version: "5.13.8"
version: "5.14.0"
firebase_core:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
dio: ^5.8.0+1
envied: ^1.1.0
equatable: ^2.0.7
firebase_auth: ^5.4.2
firebase_auth: ^5.5.0
firebase_core: ^3.10.0
flutter:
sdk: flutter
Expand Down