From 0a8f342060ce568c86e757594717a30d5228f6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:17:31 +0000 Subject: [PATCH] Bump the flutter-dependencies group with 2 updates Bumps the flutter-dependencies group with 2 updates: [fluent_ui](https://github.com/bdlukaa/fluent_ui) and [http](https://github.com/dart-lang/http/tree/master/pkgs). Updates `fluent_ui` from 4.8.0 to 4.8.1 - [Release notes](https://github.com/bdlukaa/fluent_ui/releases) - [Changelog](https://github.com/bdlukaa/fluent_ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/bdlukaa/fluent_ui/commits) Updates `http` from 1.1.0 to 1.1.2 - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http-v1.1.2/pkgs) --- updated-dependencies: - dependency-name: fluent_ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: flutter-dependencies - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: flutter-dependencies ... Signed-off-by: dependabot[bot] --- pubspec.lock | 8 ++++---- pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 9f436c9..c6e4bab 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -221,10 +221,10 @@ packages: dependency: "direct main" description: name: fluent_ui - sha256: "8ee7f8c0167618fc52e5518f895809531c5e15f3b917c133e59d1112dac505c7" + sha256: "460af0e4fe46e81818e7244e011d3e64febcc4ca00ff8ff994e5ae8ad9f14fa4" url: "https://pub.dev" source: hosted - version: "4.8.0" + version: "4.8.1" flutter: dependency: "direct main" description: flutter @@ -305,10 +305,10 @@ packages: dependency: "direct main" description: name: http - sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525" + sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139 url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.2" http_multi_server: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b285701..8d866e1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: sdk: flutter # UI - fluent_ui: 4.8.0 + fluent_ui: 4.8.1 intl: 0.18.1 google_fonts: 6.1.0 go_router: 12.1.1 @@ -27,7 +27,7 @@ dependencies: flutter_mobx: 2.2.0 # HTTP client - http: 1.1.0 + http: 1.1.2 # Parsing string_scanner: 1.2.0