From 54a7ac69bc051c603a922341814449713cce0fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:16:45 +0000 Subject: [PATCH] Bump uuid from 3.0.7 to 4.1.0 in /desktop_photo_search/material Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 3.0.7 to 4.1.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.1.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- desktop_photo_search/material/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_photo_search/material/pubspec.yaml b/desktop_photo_search/material/pubspec.yaml index 9b522d15ba8..02770f347b8 100644 --- a/desktop_photo_search/material/pubspec.yaml +++ b/desktop_photo_search/material/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: provider: ^6.0.2 transparent_image: ^2.0.0 url_launcher: ^6.1.1 - uuid: ^3.0.5 + uuid: ^4.1.0 window_size: git: url: https://github.com/google/flutter-desktop-embedding.git