From 2f299cfcf373c841c3d960a330d9a8d014fd0ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 15:49:31 -0500 Subject: [PATCH] chore(deps): bump http from 1.3.0 to 1.4.0 in /packages/artifact_proxy in the artifact_proxy-deps group (#3088) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/artifact_proxy/pubspec.lock | 4 ++-- packages/artifact_proxy/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/artifact_proxy/pubspec.lock b/packages/artifact_proxy/pubspec.lock index 05e0087f..76a3dc16 100644 --- a/packages/artifact_proxy/pubspec.lock +++ b/packages/artifact_proxy/pubspec.lock @@ -218,10 +218,10 @@ packages: dependency: "direct main" description: name: http - sha256: fe7ab022b76f3034adc518fb6ea04a82387620e19977665ea18d30a1cf43442f + sha256: "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b" url: "https://pub.dev" source: hosted - version: "1.3.0" + version: "1.4.0" http_multi_server: dependency: transitive description: diff --git a/packages/artifact_proxy/pubspec.yaml b/packages/artifact_proxy/pubspec.yaml index 1e0cd8bc..26866491 100644 --- a/packages/artifact_proxy/pubspec.yaml +++ b/packages/artifact_proxy/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: checked_yaml: ^2.0.2 collection: ^1.19.1 - http: ^1.3.0 + http: ^1.4.0 json_annotation: ^4.9.0 quiver: ^3.2.2 shelf: ^1.4.2