From c0608ae8fb062c906c7e93a013efad710ca379ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:18:53 +0000 Subject: [PATCH] chore(deps): Bump the pub group in /sdk/flutter with 3 updates Bumps the pub group in /sdk/flutter with 3 updates: [flutter_lints](https://github.com/flutter/packages/tree/main/packages), [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) and [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2). Updates `flutter_lints` from 5.0.0 to 6.0.0 - [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages) Updates `flutter_secure_storage` from 9.2.4 to 10.3.1 - [Release notes](https://github.com/mogol/flutter_secure_storage/releases) - [Commits](https://github.com/mogol/flutter_secure_storage/compare/v9.2.4...v10.3.1) Updates `flutter_web_auth_2` from 4.1.0 to 5.0.3 - [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases) - [Commits](https://github.com/ThexXTURBOXx/flutter_web_auth_2/compare/4.1.0...5.0.3) --- updated-dependencies: - dependency-name: flutter_lints dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pub - dependency-name: flutter_secure_storage dependency-version: 10.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pub - dependency-name: flutter_web_auth_2 dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pub ... Signed-off-by: dependabot[bot] --- sdk/flutter/pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/flutter/pubspec.yaml b/sdk/flutter/pubspec.yaml index 06a04703..acdeba12 100644 --- a/sdk/flutter/pubspec.yaml +++ b/sdk/flutter/pubspec.yaml @@ -21,10 +21,10 @@ dependencies: sdk: flutter # System browser / platform auth session + app link callback - flutter_web_auth_2: ^4.0.0 + flutter_web_auth_2: ">=4.0.0 <6.0.0" # Secure storage: Keychain (iOS/macOS), Keystore (Android), libsecret (Linux), DPAPI (Windows) - flutter_secure_storage: ^9.2.4 + flutter_secure_storage: ">=9.2.4 <11.0.0" # PKCE S256: SHA-256 digest crypto: ^3.0.3 @@ -42,7 +42,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^5.0.0 + flutter_lints: ">=5.0.0 <7.0.0" mockito: ^5.4.4 build_runner: ^2.4.9