From 9225d6f7d24810fd67ad6dc4fb35216689259540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:22:10 +0000 Subject: [PATCH] build(deps): bump http from 0.13.6 to 1.1.0 Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.13.6 to 1.1.0. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http-v1.1.0/pkgs) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8b0e9f63..ead67e2a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: hive: ^2.2.3 html: ^0.15.0 html_unescape: ^2.0.0 - http: ^0.13.0 + http: ">=0.13.0 <2.0.0" image: ^4.0.15 js: ^0.6.3 markdown: ^7.1.1