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

Bump firebase_auth from 4.2.9 to 4.6.3 #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
36 changes: 14 additions & 22 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
sha256: "64fcb0dbca4386356386c085142fa6e79c00a3326ceaa778a2d25f5d9ba61441"
sha256: a742f71d7f3484253a623b30e19256aa4668ecbb3de6ad1beb0bcf8d4777ecd8
url: "https://pub.dev"
source: hosted
version: "1.0.16"
version: "1.3.3"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -157,50 +157,50 @@ packages:
dependency: "direct main"
description:
name: firebase_auth
sha256: "9907d80446466e638dad31c195150b305dffd145dc57610fcd12c72289432143"
sha256: f693c0aa998b1101453878951b171b69f0db5199003df1c943b33493a1de7917
url: "https://pub.dev"
source: hosted
version: "4.2.9"
version: "4.6.3"
firebase_auth_platform_interface:
dependency: transitive
description:
name: firebase_auth_platform_interface
sha256: c645fec50b0391aa878288f58fa4fe9762c271380c457aedf5c7c9b718604f68
sha256: "689ae048b78ad088ba31acdec45f5badb56201e749ed8b534947a7303ddb32aa"
url: "https://pub.dev"
source: hosted
version: "6.11.11"
version: "6.15.3"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
sha256: "2dcf2a36852b9091741b4a4047a02e1f2c43a62c6cacec7df573a793a6543e6d"
sha256: f35d637a1707afd51f30090bb5234b381d5071ccbfef09b8c393bc7c65e440cd
url: "https://pub.dev"
source: hosted
version: "5.2.8"
version: "5.5.3"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
sha256: fe30ac230f12f8836bb97e6e09197340d3c584526825b1746ea362a82e1e43f7
sha256: a4a99204da264a0aa9d54a332ea0315ce7b0768075139c77abefe98093dd98be
url: "https://pub.dev"
source: hosted
version: "2.7.0"
version: "2.14.0"
firebase_core_platform_interface:
dependency: transitive
description:
name: firebase_core_platform_interface
sha256: "5615b30c36f55b2777d0533771deda7e5730e769e5d3cb7fda79e9bed86cfa55"
sha256: b63e3be6c96ef5c33bdec1aab23c91eb00696f6452f0519401d640938c94cba2
url: "https://pub.dev"
source: hosted
version: "4.5.3"
version: "4.8.0"
firebase_core_web:
dependency: transitive
description:
name: firebase_core_web
sha256: "291fbcace608aca6c860652e1358ef89752be8cc3ef227f8bbcd1e62775b833a"
sha256: "0fd5c4b228de29b55fac38aed0d9e42514b3d3bd47675de52bf7f8fccaf922fa"
url: "https://pub.dev"
source: hosted
version: "2.2.1"
version: "2.6.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -264,14 +264,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.0.15"
intl:
dependency: transitive
description:
name: intl
sha256: "910f85bce16fb5c6f614e117efa303e85a1731bb0081edf3604a2ae6e9a3cc91"
url: "https://pub.dev"
source: hosted
version: "0.17.0"
js:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_auth: ^4.2.9
firebase_auth: ^4.6.3
cloud_firestore: ^4.4.3
google_nav_bar: ^5.0.6
curved_navigation_bar: ^1.0.3
Expand Down