diff --git a/pubspec.lock b/pubspec.lock index 31bb5ca..4271ea9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -379,7 +379,7 @@ packages: name: image_picker url: "https://pub.dartlang.org" source: hosted - version: "0.7.5+4" + version: "0.8.4+4" image_picker_for_web: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 750269c..85ea9c9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: sqflite: ^2.0.0+2 # Image picker is used whenever the user wants to send an image - image_picker: ^0.7.2+1 + image_picker: ^0.8.4+4 # The HTTP client is used to make requests on the Comunic API dio: ^4.0.0-beta7