From 63fa805d88427d1a6687d56e5a517966a2c0b9a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:18:40 +0000 Subject: [PATCH] chore(deps): Bump sign_in_with_apple Bumps [sign_in_with_apple](https://github.com/aboutyou/dart_packages) from 7.0.1 to 8.1.0. - [Release notes](https://github.com/aboutyou/dart_packages/releases) - [Commits](https://github.com/aboutyou/dart_packages/commits) --- updated-dependencies: - dependency-name: sign_in_with_apple dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../firebase_authentication_client/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_news_example/packages/authentication_client/firebase_authentication_client/pubspec.yaml b/flutter_news_example/packages/authentication_client/firebase_authentication_client/pubspec.yaml index 6b7f97755..7c8a80e74 100644 --- a/flutter_news_example/packages/authentication_client/firebase_authentication_client/pubspec.yaml +++ b/flutter_news_example/packages/authentication_client/firebase_authentication_client/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: flutter_facebook_auth: ^7.1.5 google_sign_in: ^6.3.0 plugin_platform_interface: ^2.1.8 - sign_in_with_apple: ^7.0.1 + sign_in_with_apple: ^8.1.0 token_storage: path: ../token_storage twitter_login: ^4.4.2