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 4.6.3 to 4.10.0 #200

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
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
sha256: a742f71d7f3484253a623b30e19256aa4668ecbb3de6ad1beb0bcf8d4777ecd8
sha256: "2d8e8e123ca3675625917f535fcc0d3a50092eef44334168f9b18adc050d4c6e"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
version: "1.3.6"
adaptive_number:
dependency: transitive
description:
Expand Down Expand Up @@ -373,10 +373,10 @@ packages:
dependency: "direct main"
description:
name: firebase_auth
sha256: f693c0aa998b1101453878951b171b69f0db5199003df1c943b33493a1de7917
sha256: e7b7e2a08888cb8ef073a9b6d4df9039ea0ff07c920d4258fb4886c55fe2dbb6
url: "https://pub.dev"
source: hosted
version: "4.6.3"
version: "4.10.0"
firebase_auth_mocks:
dependency: "direct main"
description:
Expand All @@ -389,26 +389,26 @@ packages:
dependency: transitive
description:
name: firebase_auth_platform_interface
sha256: "689ae048b78ad088ba31acdec45f5badb56201e749ed8b534947a7303ddb32aa"
sha256: "4862bd649268e32ebd685a58abe1eb7ef13aef3f668ce9c56a7d283c971ec6ff"
url: "https://pub.dev"
source: hosted
version: "6.15.3"
version: "6.19.0"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
sha256: f35d637a1707afd51f30090bb5234b381d5071ccbfef09b8c393bc7c65e440cd
sha256: "090d531cc0dcf1e39edc0d64cffa18ccc5745b1fd1081a13ee1bf42d861ff764"
url: "https://pub.dev"
source: hosted
version: "5.5.3"
version: "5.8.1"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
sha256: c78132175edda4bc532a71e01a32964e4b4fcf53de7853a422d96dac3725f389
sha256: "675c209c94a1817649137cbd113fc4c9ae85e48d03dd578629abbec6d8a4d93d"
url: "https://pub.dev"
source: hosted
version: "2.15.1"
version: "2.16.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -421,10 +421,10 @@ packages:
dependency: transitive
description:
name: firebase_core_web
sha256: "4cf4d2161530332ddc3c562f19823fb897ff37a9a774090d28df99f47370e973"
sha256: e8c408923cd3a25bd342c576a114f2126769cd1a57106a4edeaa67ea4a84e962
url: "https://pub.dev"
source: hosted
version: "2.7.0"
version: "2.8.0"
fixnum:
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 @@ -15,7 +15,7 @@ dependencies:
cupertino_icons: ^1.0.2
device_preview: ^1.1.0
dio: ^4.0.6
firebase_auth: ^4.6.3
firebase_auth: ^4.10.0
firebase_auth_mocks: ^0.11.0
firebase_core: ^2.15.1
flutter:
Expand Down
Loading