diff --git a/packages/artifact_proxy/pubspec.lock b/packages/artifact_proxy/pubspec.lock index 3c0bdcb0..e7939034 100644 --- a/packages/artifact_proxy/pubspec.lock +++ b/packages/artifact_proxy/pubspec.lock @@ -213,10 +213,10 @@ packages: dependency: "direct main" description: name: http - sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482" + sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3" url: "https://pub.dev" source: hosted - version: "0.13.5" + version: "1.0.0" http_multi_server: dependency: transitive description: diff --git a/packages/artifact_proxy/pubspec.yaml b/packages/artifact_proxy/pubspec.yaml index bdfd73de..57fea986 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.17.1 - http: ^0.13.5 + http: ^1.0.0 json_annotation: ^4.8.0 quiver: ^3.2.1 shelf: ^1.4.0 diff --git a/packages/discord_gcp_alerts/pubspec.lock b/packages/discord_gcp_alerts/pubspec.lock index 0a9d4189..cc58e14b 100644 --- a/packages/discord_gcp_alerts/pubspec.lock +++ b/packages/discord_gcp_alerts/pubspec.lock @@ -205,10 +205,10 @@ packages: dependency: "direct main" description: name: http - sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482" + sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3" url: "https://pub.dev" source: hosted - version: "0.13.5" + version: "1.0.0" http_methods: dependency: transitive description: diff --git a/packages/discord_gcp_alerts/pubspec.yaml b/packages/discord_gcp_alerts/pubspec.yaml index ff66ab39..b1f3423d 100644 --- a/packages/discord_gcp_alerts/pubspec.yaml +++ b/packages/discord_gcp_alerts/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - http: ^0.13.5 + http: ^1.0.0 json_annotation: ^4.8.0 shelf: ^1.4.0 shelf_router: ^1.1.0 diff --git a/packages/jwt/pubspec.yaml b/packages/jwt/pubspec.yaml index 21db981c..43a2b916 100644 --- a/packages/jwt/pubspec.yaml +++ b/packages/jwt/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: clock: ^1.1.0 - http: ^0.13.4 + http: ^1.0.0 json_annotation: ^4.4.0 meta: ^1.7.0 pointycastle: ^3.5.0 diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index e2f220e3..e07fa852 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: collection: ^1.17.1 crypto: ^3.0.2 googleapis_auth: ^1.4.0 - http: ^0.13.5 + http: ^1.0.0 intl: ^0.18.0 json_annotation: ^4.8.0 mason_logger: ^0.2.4 diff --git a/packages/shorebird_code_push_client/pubspec.yaml b/packages/shorebird_code_push_client/pubspec.yaml index 682e7822..11d1d55e 100644 --- a/packages/shorebird_code_push_client/pubspec.yaml +++ b/packages/shorebird_code_push_client/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - http: ^0.13.5 + http: ^1.0.0 shorebird_code_push_protocol: path: ../shorebird_code_push_protocol