From 5d2b74257b6442fb144d59abb7841d16b33bbd5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:17:03 +0000 Subject: [PATCH] Bump uuid from 3.0.7 to 4.2.1 in /background_isolate_channels Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 3.0.7 to 4.2.1. - [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.2.1) --- 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..4ce9d854da0 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.2.1 dev_dependencies: analysis_defaults: