Skip to content

Commit

Permalink
build(deps): bump firebase_core from 2.26.0 to 2.27.0 (#51)
Browse files Browse the repository at this point in the history
* build(deps): bump firebase_core from 2.26.0 to 2.27.0

Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v2.27.0/packages/firebase_core)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: upgrade firebase dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jaime Sanchez <jaimesanchez8@gmail.com>
  • Loading branch information
dependabot[bot] and jsgalarraga authored Mar 11, 2024
1 parent 949ce78 commit 3dd265b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/authentication_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:

dependencies:
equatable: ^2.0.5
firebase_auth: ^4.17.7
firebase_core: ^2.26.0
firebase_auth: ^4.17.8
firebase_core: ^2.27.0
firebase_core_platform_interface: ^5.0.0
flutter:
sdk: flutter
Expand Down
20 changes: 10 additions & 10 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: "2489c399d8b23a12704bd9e056e3df957c69ceec621f4fc8d69fa7cd5211d1f4"
sha256: "4eec93681221723a686ad580c2e7d960e1017cf1a4e0a263c2573c2c6b0bf5cd"
url: "https://pub.dev"
source: hosted
version: "1.3.24"
version: "1.3.25"
analyzer:
dependency: transitive
description:
Expand Down Expand Up @@ -220,34 +220,34 @@ packages:
dependency: "direct main"
description:
name: firebase_auth
sha256: "8ca05d45c47451586b753e7e9040378e87cdd72220a73d3a343600dd7b138181"
sha256: "17b841e1b000c3441b8ffceca88f468e078d0443db9643e77541bdfb7a3fd16b"
url: "https://pub.dev"
source: hosted
version: "4.17.7"
version: "4.17.8"
firebase_auth_platform_interface:
dependency: transitive
description:
name: firebase_auth_platform_interface
sha256: "9214148dde687d07f8e593d3b95f17fc2282167a98c04765115a1c3119837a5f"
sha256: f294ceef40409a36c819a14280ca864fe487b44033e5276443377c66cb448310
url: "https://pub.dev"
source: hosted
version: "7.1.7"
version: "7.1.8"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
sha256: "287e858f1fe8a62a4a7b99a47800713f98d41bef24548095e7165f65b4e0e78d"
sha256: "1f231da900fe7ff9f2974f8adcbdb3363c410c24725978afa5dc33e1e7e62e06"
url: "https://pub.dev"
source: hosted
version: "5.9.7"
version: "5.9.8"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
sha256: a746f861618eef57a11d8b658a2db1fa5a336fc82ba65b7763d7e2292687de2b
sha256: "53316975310c8af75a96e365f9fccb67d1c544ef0acdbf0d88bbe30eedd1c4f9"
url: "https://pub.dev"
source: hosted
version: "2.26.0"
version: "2.27.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
path: packages/authentication_repository
bloc: ^8.1.3
equatable: ^2.0.5
firebase_auth: ^4.17.7
firebase_core: ^2.26.0
firebase_auth: ^4.17.8
firebase_core: ^2.27.0
flame: ^1.16.0
flame_audio: ^2.1.3
flame_behaviors: ^1.0.0
Expand Down

0 comments on commit 3dd265b

Please sign in to comment.