From 125c6cc6fad6abb8a93f82b0c306ae182e52db9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 10:31:36 +0000 Subject: [PATCH] Bump http from 0.12.2 to 0.13.5 in /gistcafe/projects/console-dart Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.12.2 to 0.13.5. - [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-type: direct:production ... Signed-off-by: dependabot[bot] --- gistcafe/projects/console-dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gistcafe/projects/console-dart/pubspec.yaml b/gistcafe/projects/console-dart/pubspec.yaml index ed3f1b6..5e081ec 100644 --- a/gistcafe/projects/console-dart/pubspec.yaml +++ b/gistcafe/projects/console-dart/pubspec.yaml @@ -5,7 +5,7 @@ environment: sdk: '>=2.8.1 <3.0.0' dependencies: - http: ^0.12.2 + http: ^0.13.5 gistcafe: ^1.0.2 dev_dependencies: