From 9408ae8264cc54306bd16bbcd3dc55dec4913bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:08:09 +0000 Subject: [PATCH] chore(deps): bump http from 1.2.0 to 1.6.0 in /dart_ingestion Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 1.2.0 to 1.6.0. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs) --- updated-dependencies: - dependency-name: http dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dart_ingestion/pubspec.lock | 12 ++++++------ dart_ingestion/pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dart_ingestion/pubspec.lock b/dart_ingestion/pubspec.lock index 458a2ed..94148f4 100644 --- a/dart_ingestion/pubspec.lock +++ b/dart_ingestion/pubspec.lock @@ -125,10 +125,10 @@ packages: dependency: "direct main" description: name: http - sha256: a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba + sha256: "87721a4a50b19c7f1d49001e51409bddc46303966ce89a65af4f4e6004896412" url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.6.0" http_methods: dependency: transitive description: @@ -429,18 +429,18 @@ packages: dependency: transitive description: name: web - sha256: "4188706108906f002b3a293509234588823c8c979dc83304e229ff400c996b05" + sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a" url: "https://pub.dev" source: hosted - version: "0.4.2" + version: "1.1.1" web_socket_channel: dependency: transitive description: name: web_socket_channel - sha256: "939ab60734a4f8fa95feacb55804fa278de28bdeef38e616dc08e44a84adea23" + sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b url: "https://pub.dev" source: hosted - version: "2.4.3" + version: "2.4.0" webkit_inspection_protocol: dependency: transitive description: diff --git a/dart_ingestion/pubspec.yaml b/dart_ingestion/pubspec.yaml index d4d75cf..b6c31c9 100644 --- a/dart_ingestion/pubspec.yaml +++ b/dart_ingestion/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: shelf: 1.4.1 shelf_router: 1.1.4 postgres: 3.3.0 - http: 1.2.0 + http: 1.6.0 args: 2.4.2 dev_dependencies: