From 8507db555f4316019b88110e900230e34b5f9540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:04:51 +0000 Subject: [PATCH] chore(deps): bump flutter_local_notifications in /apps/assisted_mobile Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 21.0.0 to 22.0.1. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v21.0.0...flutter_local_notifications-v22.0.1) --- updated-dependencies: - dependency-name: flutter_local_notifications dependency-version: 22.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/assisted_mobile/pubspec.lock | 28 ++++++++++++++++++---------- apps/assisted_mobile/pubspec.yaml | 2 +- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/apps/assisted_mobile/pubspec.lock b/apps/assisted_mobile/pubspec.lock index 6b31c7b..e52a53b 100644 --- a/apps/assisted_mobile/pubspec.lock +++ b/apps/assisted_mobile/pubspec.lock @@ -114,34 +114,42 @@ packages: dependency: "direct main" description: name: flutter_local_notifications - sha256: "0d9035862236fe38250fe1644d7ed3b8254e34a21b2c837c9f539fbb3bba5ef1" + sha256: a0d7141f14cabcee42967470a858dfc99dd6cfb70d3cab404bacfcafa9e84e70 url: "https://pub.dev" source: hosted - version: "21.0.0" + version: "22.0.1" flutter_local_notifications_linux: dependency: transitive description: name: flutter_local_notifications_linux - sha256: e0f25e243c6c44c825bbbc6b2b2e76f7d9222362adcfe9fd780bf01923c840bd + sha256: "9ca97e63776f29ab1b955725c09999fc2c150523269db150c39274f2a43c5a8b" url: "https://pub.dev" source: hosted - version: "8.0.0" + version: "8.0.1" flutter_local_notifications_platform_interface: dependency: transitive description: name: flutter_local_notifications_platform_interface - sha256: e7db3d5b49c2b7ecc68deba4aaaa67a348f92ee0fef34c8e4b4459dbef0d7307 + sha256: ff0013eae795e8dc8fad4a8992a209e64d3ba2fbd8bf5e43c36bf448f95bd814 url: "https://pub.dev" source: hosted - version: "11.0.0" + version: "12.0.0" + flutter_local_notifications_web: + dependency: transitive + description: + name: flutter_local_notifications_web + sha256: "516afaf97a2d1e67a036c6617321b00d205d72f7a67b6eccf936cd565f985878" + url: "https://pub.dev" + source: hosted + version: "1.0.0" flutter_local_notifications_windows: dependency: transitive description: name: flutter_local_notifications_windows - sha256: "3a2654ba104fbb52c618ebed9def24ef270228470718c43b3a6afcd5c81bef0c" + sha256: "6f43bdd03b171b7a90f22647506fea33e2bb12294b7c7c7a3d690e960a382945" url: "https://pub.dev" source: hosted - version: "3.0.0" + version: "3.1.1" flutter_localizations: dependency: "direct main" description: flutter @@ -494,10 +502,10 @@ packages: dependency: transitive description: name: test_api - sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" + sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e" url: "https://pub.dev" source: hosted - version: "0.7.10" + version: "0.7.11" timezone: dependency: transitive description: diff --git a/apps/assisted_mobile/pubspec.yaml b/apps/assisted_mobile/pubspec.yaml index 1274e13..63d9333 100644 --- a/apps/assisted_mobile/pubspec.yaml +++ b/apps/assisted_mobile/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: shared_preferences: ^2.5.5 # Local notifications (countdown alert) - flutter_local_notifications: ^21.0.0 + flutter_local_notifications: ^22.0.1 # UUID for fall event IDs uuid: ^4.3.3