From 5bf9741225b3760027d385e548c3c6b402586b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:18:32 +0000 Subject: [PATCH] Bump flutter_bloc from 8.1.1 to 8.1.2 Bumps [flutter_bloc](https://github.com/felangel/bloc/tree/master/packages) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/felangel/bloc/releases) - [Commits](https://github.com/felangel/bloc/commits/flutter_bloc-v8.1.2/packages) --- updated-dependencies: - dependency-name: flutter_bloc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 3c77aee..65ae70a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -35,7 +35,7 @@ packages: name: bloc url: "https://pub.dartlang.org" source: hosted - version: "8.1.0" + version: "8.1.1" bloc_test: dependency: "direct dev" description: @@ -124,7 +124,7 @@ packages: name: flutter_bloc url: "https://pub.dartlang.org" source: hosted - version: "8.1.1" + version: "8.1.2" flutter_localizations: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 578741a..a854b7d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: bloc: ^8.1.0 flutter: sdk: flutter - flutter_bloc: ^8.1.1 + flutter_bloc: ^8.1.2 flutter_localizations: sdk: flutter intl: ^0.17.0