diff --git a/flutter_supabase/pubspec.lock b/flutter_supabase/pubspec.lock index 0d28614..24c0a8c 100644 --- a/flutter_supabase/pubspec.lock +++ b/flutter_supabase/pubspec.lock @@ -508,10 +508,10 @@ packages: dependency: transitive description: name: realtime_client - sha256: "41d6c5e0327d6c270b98b79bfed672928244af60e2856770f3eff697f9efe459" + sha256: efb053dd11e2b3cfcc1aa11b3a41842f109d582adccb244a56ed58acf2f6b9f5 url: "https://pub.dev" source: hosted - version: "2.0.1" + version: "2.0.2" retry: dependency: transitive description: @@ -649,18 +649,18 @@ packages: dependency: transitive description: name: supabase - sha256: f431753d2a4cb9dacd72c7378154f806c2b2cef23859bd9cee1add23821e874d + sha256: b4bde1a8c4ebbc7bbad929f4a884f277343351bcc795a9b1e9e6a0a4148ad1fb url: "https://pub.dev" source: hosted - version: "2.0.8" + version: "2.0.9" supabase_flutter: dependency: "direct main" description: name: supabase_flutter - sha256: "30e966b89ee61dc9de845e2d7e1c60967b3189c410d105c6d42f09b6259f4cb6" + sha256: c425b1f7c1915a4208e9fcf85bfc10e60af0db5149a5cf4b33b7f4003c3a9a4b url: "https://pub.dev" source: hosted - version: "2.3.4" + version: "2.4.0" synchronized: dependency: transitive description: diff --git a/flutter_supabase/pubspec.yaml b/flutter_supabase/pubspec.yaml index ae6ed04..78fee0c 100644 --- a/flutter_supabase/pubspec.yaml +++ b/flutter_supabase/pubspec.yaml @@ -35,7 +35,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.6 - supabase_flutter: ^2.3.4 + supabase_flutter: ^2.4.0 http: ^1.2.1 cached_network_image: ^3.3.1 webview_flutter: ^4.7.0