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