From 4cd6165d9b324c2cfd92bccd6d703b61153dee07 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Nov 2023 18:48:53 +0000 Subject: [PATCH] Update dependency http to v1.1.2 (#71) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [http](https://github.com/dart-lang/http) | dependencies | patch | `1.1.0` -> `1.1.2` | Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 1c1344c..92a084b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -369,10 +369,10 @@ packages: dependency: "direct main" description: name: http - sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525" + sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139 url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.2" http_multi_server: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 48ac2c2..eb26464 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: get_it: 7.6.4 logger: 2.0.2+1 shared_preferences: 2.2.2 - http: 1.1.0 + http: 1.1.2 validators: 3.0.0 flutter_linkify: 6.0.0 url_launcher: 6.2.1