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

build(deps): Bump firebase_auth from 5.3.4 to 5.4.2 #497

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: daa1d780fdecf8af925680c06c86563cdd445deea995d5c9176f1302a2b10bbe
sha256: e051259913915ea5bc8fe18664596bea08592fd123930605d562969cd7315fcd
url: "https://pub.dev"
source: hosted
version: "1.3.48"
version: "1.3.51"
_macros:
dependency: transitive
description: dart
Expand Down Expand Up @@ -522,34 +522,34 @@ packages:
dependency: "direct main"
description:
name: firebase_auth
sha256: "03483af6e67b7c4b696ca9386989a6cd5593569e1ac5af6907ea5f7fd9c16d8b"
sha256: "2886a01a895565722add556510263231390a9f1d1d51eee34c22f9b94a73dd54"
url: "https://pub.dev"
source: hosted
version: "5.3.4"
version: "5.4.2"
firebase_auth_platform_interface:
dependency: transitive
description:
name: firebase_auth_platform_interface
sha256: "3e1409f48c48930635705b1237ebbdee8c54c19106a0a4fb321dbb4b642820c4"
sha256: "2e8fe7e6b5869c981f62c0de1a0abef6f626a1daffe92e1e6881448a9d3da778"
url: "https://pub.dev"
source: hosted
version: "7.4.10"
version: "7.5.2"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
sha256: d83fe95c44d73c9c29b006ac7df3aa5e1b8ce92b62edc44e8f86250951fe2cd0
sha256: c9600115b6f74365a51c735d4c43d4632ad44bfde505fe7c13c838701cd01ff2
url: "https://pub.dev"
source: hosted
version: "5.13.5"
version: "5.13.8"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
sha256: "15d761b95dfa2906dfcc31b7fc6fe293188533d1a3ffe78389ba9e69bd7fdbde"
sha256: "93dc4dd12f9b02c5767f235307f609e61ed9211047132d07f9e02c668f0bfc33"
url: "https://pub.dev"
source: hosted
version: "3.9.0"
version: "3.11.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -562,10 +562,10 @@ packages:
dependency: transitive
description:
name: firebase_core_web
sha256: fbc008cf390d909b823763064b63afefe9f02d8afdb13eb3f485b871afee956b
sha256: "0e13c80f0de8acaa5d0519cbe23c8b4cc138a2d5d508b5755c861bdfc9762678"
url: "https://pub.dev"
source: hosted
version: "2.19.0"
version: "2.20.0"
firebase_in_app_messaging:
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 @@ -42,7 +42,7 @@ dependencies:
go_router: ^14.6.2

firebase_core: ^3.4.0
firebase_auth: ^5.3.3
firebase_auth: ^5.4.2
cloud_firestore: ^5.5.0
firebase_storage: ^12.3.6
firebase_messaging: ^15.1.5
Expand Down
Loading