From df6c8bf6ac32b84e7551dd5ec96be24dee84787d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 10:52:55 +0000 Subject: [PATCH] Bump http from 0.12.2 to 0.13.6 in /templates/Flutter Application Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.12.2 to 0.13.6. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http-v0.13.6/pkgs) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/Flutter Application/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Flutter Application/pubspec.yaml b/templates/Flutter Application/pubspec.yaml index e4140b8..7a89748 100644 --- a/templates/Flutter Application/pubspec.yaml +++ b/templates/Flutter Application/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.3 shared_preferences: ^0.5.6 - http: ^0.12.0+4 + http: ">=0.12.0+4 <0.14.0" rxdart: ^0.23.1 json_annotation: ^3.0.1 connectivity: 0.4.8+1