From 488c938bf0b75b236360f6fe4f247e8d415616a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:58:33 +0000 Subject: [PATCH] chore(deps): Bump wakelock_plus from 1.2.5 to 1.2.7 Bumps [wakelock_plus](https://github.com/fluttercommunity/wakelock_plus) from 1.2.5 to 1.2.7. - [Commits](https://github.com/fluttercommunity/wakelock_plus/compare/wakelock_plus_1.2.5...wakelock_plus_1.2.7) --- updated-dependencies: - dependency-name: wakelock_plus 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 4626522..176b34a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1078,10 +1078,10 @@ packages: dependency: "direct main" description: name: wakelock_plus - sha256: "14758533319a462ffb5aa3b7ddb198e59b29ac3b02da14173a1715d65d4e6e68" + sha256: "4fa83a128b4127619e385f686b4f080a5d2de46cff8e8c94eccac5fcf76550e5" url: "https://pub.dev" source: hosted - version: "1.2.5" + version: "1.2.7" wakelock_plus_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a0168fb..e5ba867 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: soundpool: '^2.4.1' url_launcher: '^6.2.6' uuid: '^4.4.0' - wakelock_plus: '^1.2.5' + wakelock_plus: ^1.2.5 dev_dependencies: build_runner: '^2.4.11'