From 43bd73be19afb68a1f3f327b5307d86fd93f516c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:43:54 +0000 Subject: [PATCH] build(deps): bump flutter_local_notifications from 17.0.0 to 17.0.1 Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 17.0.0 to 17.0.1. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v17.0.0...flutter_local_notifications-v17.0.1) --- updated-dependencies: - dependency-name: flutter_local_notifications 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 182d7cde..a478665f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -394,10 +394,10 @@ packages: dependency: "direct main" description: name: flutter_local_notifications - sha256: f9a05409385b77b06c18f200a41c7c2711ebf7415669350bb0f8474c07bd40d1 + sha256: a701df4866f9a38bb8e4450a54c143bbeeb0ce2381e7df5a36e1006f3b43bb28 url: "https://pub.dev" source: hosted - version: "17.0.0" + version: "17.0.1" flutter_local_notifications_linux: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 98f5a941..8d3a6718 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: open_filex: ^4.4.0 file_picker: ^8.0.0+1 animations: ^2.0.11 - flutter_local_notifications: ^17.0.0 + flutter_local_notifications: ^17.0.1 notifications_listener_service: git: url: https://github.com/dreautall/notification_listener_service.git