diff --git a/pubspec.lock b/pubspec.lock index 87e9a39..d80e229 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -175,13 +175,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.0" + google_identity_services_web: + dependency: transitive + description: + name: google_identity_services_web + url: "https://pub.dartlang.org" + source: hosted + version: "0.2.0" google_sign_in: dependency: "direct main" description: name: google_sign_in url: "https://pub.dartlang.org" source: hosted - version: "5.4.2" + version: "6.0.1" google_sign_in_android: dependency: transitive description: @@ -209,7 +216,14 @@ packages: name: google_sign_in_web url: "https://pub.dartlang.org" source: hosted - version: "0.10.2" + version: "0.11.0+1" + http: + dependency: transitive + description: + name: http + url: "https://pub.dartlang.org" + source: hosted + version: "0.13.5" http_multi_server: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9e73ea6..b099984 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: flutter_bloc: ^8.1.1 flutter_localizations: sdk: flutter - google_sign_in: ^5.4.2 + google_sign_in: ^6.0.1 intl: ^0.17.0 dev_dependencies: