From 8c66e814330eab73910db52e28dd97d16920879f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:27:44 +0000 Subject: [PATCH] chore(deps): bump file_picker from 8.3.7 to 11.0.2 in /patch_app Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 8.3.7 to 11.0.2. - [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases) - [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md) - [Commits](https://github.com/miguelpruivo/flutter_file_picker/compare/8.3.7...v11.0.2) --- updated-dependencies: - dependency-name: file_picker dependency-version: 11.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- patch_app/pubspec.lock | 12 ++++++++++-- patch_app/pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/patch_app/pubspec.lock b/patch_app/pubspec.lock index 49b307d..17af310 100644 --- a/patch_app/pubspec.lock +++ b/patch_app/pubspec.lock @@ -249,6 +249,14 @@ packages: url: "https://pub.dev" source: hosted version: "3.1.7" + dbus: + dependency: transitive + description: + name: dbus + sha256: "0ce9b0a839e6dee59a37a623d2fc26a35bbbe6404213e419b0d6411023d62645" + url: "https://pub.dev" + source: hosted + version: "0.7.14" fake_async: dependency: transitive description: @@ -277,10 +285,10 @@ packages: dependency: "direct main" description: name: file_picker - sha256: ab13ae8ef5580a411c458d6207b6774a6c237d77ac37011b13994879f68a8810 + sha256: f13a03000d942e476bc1ff0a736d2e9de711d2f89a95cd4c1d88f861c3348387 url: "https://pub.dev" source: hosted - version: "8.3.7" + version: "11.0.2" fixnum: dependency: transitive description: diff --git a/patch_app/pubspec.yaml b/patch_app/pubspec.yaml index abcbac5..8f24dca 100644 --- a/patch_app/pubspec.yaml +++ b/patch_app/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 - file_picker: ^8.0.0 + file_picker: ^11.0.2 # Plays the short alert sound asset (SystemSound.alert is a no-op on macOS/iOS). audioplayers: ^6.0.0 flutter_rust_bridge: ^2.12.0