From 11da4f12105276f64ee173a4636bdaf3c7d66ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 12:31:37 +0000 Subject: [PATCH] Bump uuid from 3.0.7 to 4.0.0 in /background_isolate_channels Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 3.0.7 to 4.0.0. - [Release notes](https://github.com/Daegalus/dart-uuid/releases) - [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/Daegalus/dart-uuid/compare/3.0.7...4.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- background_isolate_channels/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background_isolate_channels/pubspec.yaml b/background_isolate_channels/pubspec.yaml index 90da98bc523..50d6a321390 100644 --- a/background_isolate_channels/pubspec.yaml +++ b/background_isolate_channels/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: path: ^1.8.2 path_provider: ^2.0.11 shared_preferences: ^2.0.15 - uuid: ^3.0.6 + uuid: ^4.0.0 dev_dependencies: analysis_defaults: