From 4963d3068a32e8ca28d278563efbd1df80bbc1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:47:32 +0000 Subject: [PATCH] build(deps): bump flutter_local_notifications from 16.1.0 to 16.2.0 Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 16.1.0 to 16.2.0. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v16.1.0...flutter_local_notifications-v16.2.0) --- updated-dependencies: - dependency-name: flutter_local_notifications dependency-type: direct:production update-type: version-update:semver-minor ... 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 19be5c5b..d7ffe434 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -386,10 +386,10 @@ packages: dependency: "direct main" description: name: flutter_local_notifications - sha256: "6d11ea777496061e583623aaf31923f93a9409ef8fcaeeefdd6cd78bf4fe5bb3" + sha256: bb5cd63ff7c91d6efe452e41d0d0ae6348925c82eafd10ce170ef585ea04776e url: "https://pub.dev" source: hosted - version: "16.1.0" + version: "16.2.0" flutter_local_notifications_linux: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bc43aedb..dc5ef819 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: open_filex: ^4.3.4 file_picker: ^6.0.0 animations: ^2.0.7 - flutter_local_notifications: ^16.1.0 + flutter_local_notifications: ^16.2.0 notifications_listener_service: git: url: https://github.com/dreautall/notification_listener_service.git