Update dependency http to v1.1.2 (#71)
All checks were successful
/ build (push) Successful in 5m24s
All checks were successful
/ build (push) Successful in 5m24s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [http](https://github.com/dart-lang/http) | dependencies | patch | `1.1.0` -> `1.1.2` | Co-authored-by: Renovate Bot <renovate@myservermanager.com> Co-committed-by: Renovate Bot <renovate@myservermanager.com>
This commit is contained in:
parent
e661171fd2
commit
4cd6165d9b
2 changed files with 3 additions and 3 deletions
|
@ -369,10 +369,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: http
|
name: http
|
||||||
sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525"
|
sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.0"
|
version: "1.1.2"
|
||||||
http_multi_server:
|
http_multi_server:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -28,7 +28,7 @@ dependencies:
|
||||||
get_it: 7.6.4
|
get_it: 7.6.4
|
||||||
logger: 2.0.2+1
|
logger: 2.0.2+1
|
||||||
shared_preferences: 2.2.2
|
shared_preferences: 2.2.2
|
||||||
http: 1.1.0
|
http: 1.1.2
|
||||||
validators: 3.0.0
|
validators: 3.0.0
|
||||||
flutter_linkify: 6.0.0
|
flutter_linkify: 6.0.0
|
||||||
url_launcher: 6.2.1
|
url_launcher: 6.2.1
|
||||||
|
|
Loading…
Reference in a new issue