From bafdca38a0777b0bd26663fac573336de51e02c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 17:27:17 +0000 Subject: [PATCH] build(deps): bump http from 0.13.4 to 0.13.5 Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.13.4 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index fea8841..d38db65 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -127,7 +127,7 @@ packages: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.13.4" + version: "0.13.5" http_parser: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8be9999..4d5d99c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.5 - http: ^0.13.4 + http: ^0.13.5 html2md: ^1.2.5 share_plus: ^4.0.10 receive_sharing_intent: ^1.4.5