From bb44b5506593e88bf5419ba39e902644818d6f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:31:35 +0000 Subject: [PATCH] chore(deps): bump shelf from 1.4.1 to 1.4.2 Bumps [shelf](https://github.com/dart-lang/shelf/tree/master/pkgs) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/dart-lang/shelf/releases) - [Commits](https://github.com/dart-lang/shelf/commits/shelf-v1.4.2/pkgs) --- updated-dependencies: - dependency-name: shelf dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 8 ++++---- shelf_modular/example/pubspec.yaml | 2 +- shelf_modular/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 64fe43d3..c6a4bc28 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: @@ -844,10 +844,10 @@ packages: dependency: transitive description: name: shelf - sha256: ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4 + sha256: e7dd780a7ffb623c57850b33f43309312fc863fb6aa3d276a754bb299839ef12 url: "https://pub.dev" source: hosted - version: "1.4.1" + version: "1.4.2" shelf_packages_handler: dependency: transitive description: diff --git a/shelf_modular/example/pubspec.yaml b/shelf_modular/example/pubspec.yaml index d950fbbb..3cc3a879 100644 --- a/shelf_modular/example/pubspec.yaml +++ b/shelf_modular/example/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: hotreloader: ^4.3.0 - shelf: ^1.3.0 + shelf: ^1.4.2 fpdart: ^0.0.10 postgres: ^2.4.1+2 jose: ^0.3.2 diff --git a/shelf_modular/pubspec.yaml b/shelf_modular/pubspec.yaml index 94c8722d..c22954b0 100644 --- a/shelf_modular/pubspec.yaml +++ b/shelf_modular/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ">=3.6.0 <4.0.0" dependencies: - shelf: ">=1.3.0 <2.0.0" + shelf: ^1.4.2 meta: ">=1.3.0 <2.0.0" modular_core: ^3.4.0 mime: ">=1.0.2 <2.0.0"