From 968a4767826609f792ce7f5dff44b97db0c0d1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:01:33 +0000 Subject: [PATCH] Bump uuid from 3.0.7 to 4.0.0 in /desktop_photo_search/material 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] --- 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..9962532ddd2 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.0.0 window_size: git: url: https://github.com/google/flutter-desktop-embedding.git