From c07018b16738b465d7422029dc5e48df64a45f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 19:00:04 +1000 Subject: [PATCH] Bump firebase_auth from 3.3.16 to 3.3.17 in /experimental/web_dashboard (#1216) Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire) from 3.3.16 to 3.3.17. - [Release notes](https://github.com/FirebaseExtended/flutterfire/releases) - [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md) - [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.16...firebase_auth_v3.3.17) --- updated-dependencies: - dependency-name: firebase_auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/web_dashboard/pubspec.lock | 10 +++++----- experimental/web_dashboard/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/experimental/web_dashboard/pubspec.lock b/experimental/web_dashboard/pubspec.lock index f6dac7c97..8266338e5 100644 --- a/experimental/web_dashboard/pubspec.lock +++ b/experimental/web_dashboard/pubspec.lock @@ -224,21 +224,21 @@ packages: name: firebase_auth url: "https://pub.dartlang.org" source: hosted - version: "3.3.16" + version: "3.3.17" firebase_auth_platform_interface: dependency: transitive description: name: firebase_auth_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "6.2.4" + version: "6.2.5" firebase_auth_web: dependency: transitive description: name: firebase_auth_web url: "https://pub.dartlang.org" source: hosted - version: "3.3.13" + version: "3.3.14" firebase_core: dependency: "direct main" description: @@ -252,14 +252,14 @@ packages: name: firebase_core_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "4.2.5" + version: "4.3.0" firebase_core_web: dependency: transitive description: name: firebase_core_web url: "https://pub.dartlang.org" source: hosted - version: "1.6.2" + version: "1.6.3" fixnum: dependency: transitive description: diff --git a/experimental/web_dashboard/pubspec.yaml b/experimental/web_dashboard/pubspec.yaml index c3c17ae41..95f394bd4 100644 --- a/experimental/web_dashboard/pubspec.yaml +++ b/experimental/web_dashboard/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: sdk: flutter cloud_firestore: ^3.1.13 cupertino_icons: ^1.0.0 - firebase_auth: ^3.3.16 + firebase_auth: ^3.3.17 firebase_core: ^1.15.0 google_sign_in: ^5.0.0 json_annotation: ^4.5.0