From 97dbde34ecc803feb6cfda53297d7768d8327696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:04:30 +0000 Subject: [PATCH] [Pub] Bump http from 1.2.0 to 1.2.1 in /flutter_supabase Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http-v1.2.1/pkgs) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- flutter_supabase/pubspec.lock | 8 ++++---- flutter_supabase/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flutter_supabase/pubspec.lock b/flutter_supabase/pubspec.lock index 88081bc..b8221d6 100644 --- a/flutter_supabase/pubspec.lock +++ b/flutter_supabase/pubspec.lock @@ -244,10 +244,10 @@ packages: dependency: "direct main" description: name: http - sha256: a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba + sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938" url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.2.1" http_parser: dependency: transitive description: @@ -785,10 +785,10 @@ packages: dependency: transitive description: name: web - sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152 + sha256: "1d9158c616048c38f712a6646e317a3426da10e884447626167240d45209cbad" url: "https://pub.dev" source: hosted - version: "0.3.0" + version: "0.5.0" web_socket_channel: dependency: transitive description: diff --git a/flutter_supabase/pubspec.yaml b/flutter_supabase/pubspec.yaml index ac9afc7..ae07a78 100644 --- a/flutter_supabase/pubspec.yaml +++ b/flutter_supabase/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.6 supabase_flutter: ^2.3.4 - http: ^1.2.0 + http: ^1.2.1 cached_network_image: ^3.3.1 webview_flutter: ^4.7.0 intl: ^0.19.0