Skip to content

Commit

Permalink
chore(deps): bump google_sign_in_mocks and google_sign_in
Browse files Browse the repository at this point in the history
Bumps [google_sign_in_mocks](https://github.com/atn832/google_sign_in_mocks) and [google_sign_in](https://github.com/flutter/packages/tree/main/packages/google_sign_in). These dependencies needed to be updated together.

Updates `google_sign_in_mocks` from 0.2.2 to 0.3.0
- [Changelog](https://github.com/atn832/google_sign_in_mocks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/atn832/google_sign_in_mocks/commits)

Updates `google_sign_in` from 5.4.4 to 6.1.2
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/google_sign_in-v6.1.2/packages/google_sign_in)

---
updated-dependencies:
- dependency-name: google_sign_in_mocks
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: google_sign_in
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 11, 2023
1 parent 3957778 commit b70da7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -589,14 +589,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.0.5"
google_identity_services_web:
dependency: transitive
description:
name: google_identity_services_web
sha256: "7940fdc3b1035db4d65d387c1bdd6f9574deaa6777411569c05ecc25672efacd"
url: "https://pub.dev"
source: hosted
version: "0.2.1"
google_sign_in:
dependency: "direct main"
description:
name: google_sign_in
sha256: "821f354c053d51a2d417b02d42532a19a6ea8057d2f9ebb8863c07d81c98aaf9"
sha256: aab6fdc41374014494f9e9026b9859e7309639d50a0bf4a2a412467a5ae4abc6
url: "https://pub.dev"
source: hosted
version: "5.4.4"
version: "6.1.4"
google_sign_in_android:
dependency: transitive
description:
Expand All @@ -617,10 +625,10 @@ packages:
dependency: "direct dev"
description:
name: google_sign_in_mocks
sha256: badfe653764195372e966ee443c6036d4656568914bdfc8f78e1279f6edc263a
sha256: "09312785f1076b0646bb675a324355c33524bbdb760d1c6ebd5e4dcf04d9a343"
url: "https://pub.dev"
source: hosted
version: "0.2.2"
version: "0.3.0"
google_sign_in_platform_interface:
dependency: transitive
description:
Expand All @@ -633,10 +641,10 @@ packages:
dependency: transitive
description:
name: google_sign_in_web
sha256: "75cc41ebc53b1756320ee14d9c3018ad3e6cea298147dbcd86e9d0c8d6720b40"
sha256: "69b9ce0e760945ff52337921a8b5871592b74c92f85e7632293310701eea68cc"
url: "https://pub.dev"
source: hosted
version: "0.10.2+1"
version: "0.12.0+2"
graphs:
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 @@ -31,7 +31,7 @@ dependencies:
gap: ^3.0.0
go_router: ^5.0.5
google_fonts: ^4.0.3
google_sign_in: ^5.4.2
google_sign_in: ^6.1.4
hooks_riverpod: ^2.3.6
intl: ^0.18.0
lottie: ^2.3.2
Expand All @@ -49,7 +49,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
freezed: ^2.3.3
google_sign_in_mocks: ^0.2.1
google_sign_in_mocks: ^0.3.0
http_mock_adapter: ^0.3.3
json_serializable: ^6.6.2
riverpod_generator: ^2.2.1
Expand Down

0 comments on commit b70da7a

Please sign in to comment.