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.2 #23

Closed
wants to merge 1 commit into from
Closed
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: "9ebe81588e666f7e2b21309f2b5653bd9642d7f27fd0a6894278d2ff40cb9481"
url: "https://pub.dev"
source: hosted
version: "1.0.16"
version: "1.3.2"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -157,50 +157,50 @@ packages:
dependency: "direct main"
description:
name: firebase_auth
sha256: "9907d80446466e638dad31c195150b305dffd145dc57610fcd12c72289432143"
sha256: "19508428ca37f611ae47067ee6ebb3ba5a27014941177cc224f71bf7d0720cdd"
url: "https://pub.dev"
source: hosted
version: "4.2.9"
version: "4.6.2"
firebase_auth_platform_interface:
dependency: transitive
description:
name: firebase_auth_platform_interface
sha256: c645fec50b0391aa878288f58fa4fe9762c271380c457aedf5c7c9b718604f68
sha256: e46e136a6f6eec88b30f12445ff7f5b19b23b7ede694921ced4f8eba8eb634f6
url: "https://pub.dev"
source: hosted
version: "6.11.11"
version: "6.15.2"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
sha256: "2dcf2a36852b9091741b4a4047a02e1f2c43a62c6cacec7df573a793a6543e6d"
sha256: "553bd576d793d05b920971a2c7ab02bd049d4971153702074ea2555877efd392"
url: "https://pub.dev"
source: hosted
version: "5.2.8"
version: "5.5.2"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
sha256: fe30ac230f12f8836bb97e6e09197340d3c584526825b1746ea362a82e1e43f7
sha256: e9b36b391690cf329c6fb1de220045e97c13784c303820cd33962319580a56c6
url: "https://pub.dev"
source: hosted
version: "2.7.0"
version: "2.13.1"
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: "8c0f4c87d20e2d001a5915df238c1f9c88704231f591324205f5a5d2a7740a45"
url: "https://pub.dev"
source: hosted
version: "2.2.1"
version: "2.5.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.2
cloud_firestore: ^4.4.3
google_nav_bar: ^5.0.6
curved_navigation_bar: ^1.0.3
Expand Down