From 600b1dc949b948bd73ef4bb5f2fa1a7a5a3523d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:13:33 +0000 Subject: [PATCH] chore(deps): bump http from 1.4.0 to 1.5.0 Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http-v1.5.0/pkgs) --- updated-dependencies: - dependency-name: http dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index a681a97..00770b3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -233,10 +233,10 @@ packages: dependency: "direct main" description: name: http - sha256: "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b" + sha256: bb2ce4590bc2667c96f318d68cac1b5a7987ec819351d32b1c987239a815e007 url: "https://pub.dev" source: hosted - version: "1.4.0" + version: "1.5.0" http_parser: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 36c5ac6..8e9e9e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,7 +38,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.2 - http: ^1.1.0 + http: ^1.5.0 provider: ^6.0.5 url_launcher: ^6.1.12 localstorage: ^6.0.0