From b783e538f53b708bbfff0abc64c165a71f9c9add Mon Sep 17 00:00:00 2001 From: Eti chisom peter Date: Fri, 28 Jun 2024 10:15:29 +0200 Subject: [PATCH 1/2] updated http package --- pubspec.lock | 14 +++++++++++--- pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 9bcd940..f53bb66 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: "direct main" description: name: http - sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2" + sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938" url: "https://pub.dev" source: hosted - version: "0.13.6" + version: "1.2.1" http_parser: dependency: transitive description: @@ -89,5 +89,13 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.0" + web: + dependency: transitive + description: + name: web + sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" + url: "https://pub.dev" + source: hosted + version: "0.5.1" sdks: - dart: ">=3.0.0 <4.0.0" + dart: ">=3.3.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 4e64b90..5bd6fec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,6 +8,6 @@ environment: dependencies: async: ^2.5.0 - http: ^1.0.0 + http: ^1.2.1 dev_dependencies: From c59e6bd635588868f7fba874cd8c27c69e54b955 Mon Sep 17 00:00:00 2001 From: Eti chisom peter Date: Fri, 28 Jun 2024 10:17:27 +0200 Subject: [PATCH 2/2] updated http package --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5bd6fec..69d47e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,6 +8,6 @@ environment: dependencies: async: ^2.5.0 - http: ^1.2.1 + http: dev_dependencies: