From 7cea6f896d7339c408f8a1261ac31d91910dafbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:17:45 +0100 Subject: [PATCH] chore(deps): bump http from 1.1.0 to 1.1.2 in /packages/smooth_app (#4966) Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http-v1.1.2/pkgs) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/smooth_app/pubspec.lock | 4 ++-- packages/smooth_app/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/smooth_app/pubspec.lock b/packages/smooth_app/pubspec.lock index 4d16f82d8f9..f6e9f65538d 100644 --- a/packages/smooth_app/pubspec.lock +++ b/packages/smooth_app/pubspec.lock @@ -815,10 +815,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_parser: dependency: transitive description: diff --git a/packages/smooth_app/pubspec.yaml b/packages/smooth_app/pubspec.yaml index d1ee53537cf..07f7e2c923b 100644 --- a/packages/smooth_app/pubspec.yaml +++ b/packages/smooth_app/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: flutter_secure_storage: 9.0.0 hive: 2.2.3 hive_flutter: 1.1.0 - http: 1.1.0 + http: 1.1.2 image_picker: 1.0.4 iso_countries: 2.2.0 latlong2: 0.9.0