From 0f90a67841a3542977e9864763aa402a6810e048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:47:30 +0000 Subject: [PATCH] Build(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 4789604..0c481ad 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -220,10 +220,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 68d1052..15f33d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,7 +43,7 @@ dependencies: flutter_launcher_icons: ^0.14.3 uuid: ^4.5.1 url_strategy: ^0.3.0 - http: ^1.4.0 + http: ^1.5.0 dev_dependencies: flutter_test: