From 337374514d8681fa06636316f2ddab3aae3287c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:31:30 +0000 Subject: [PATCH] chore(deps): bump http_parser from 4.0.2 to 4.1.2 Bumps [http_parser](https://github.com/dart-lang/http/tree/master/pkgs) from 4.0.2 to 4.1.2. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http_parser-v4.1.2/pkgs) --- updated-dependencies: - dependency-name: http_parser dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- shelf_modular/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 64fe43d3..c2f42265 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -372,10 +372,10 @@ packages: dependency: transitive description: name: http_parser - sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" + sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571" url: "https://pub.dev" source: hosted - version: "4.0.2" + version: "4.1.2" io: dependency: transitive description: diff --git a/shelf_modular/pubspec.yaml b/shelf_modular/pubspec.yaml index 94c8722d..7cab0193 100644 --- a/shelf_modular/pubspec.yaml +++ b/shelf_modular/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: meta: ">=1.3.0 <2.0.0" modular_core: ^3.4.0 mime: ">=1.0.2 <2.0.0" - http_parser: ">=4.0.1 <5.0.0" + http_parser: ^4.1.2 web_socket_channel: ">=2.2.0 <3.0.0" shelf_web_socket: ">=1.0.1 <2.0.0" result_dart: ">=2.1.0 <3.0.0"