From 1b46e24ca823da33366715eed6cb105708366e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:17:26 +0000 Subject: [PATCH 1/2] Bump uuid from 3.0.7 to 4.0.0 in /place_tracker 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] --- place_tracker/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/place_tracker/pubspec.yaml b/place_tracker/pubspec.yaml index 324feb6e37a..c79b4444ef8 100644 --- a/place_tracker/pubspec.yaml +++ b/place_tracker/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: cupertino_icons: ^1.0.0 google_maps_flutter: ^2.2.0 provider: ^6.0.2 - uuid: ^3.0.4 + uuid: ">=3.0.4 <5.0.0" go_router: ^10.0.0 collection: ^1.16.0 From cf5d4d93fa7f90cd951cc5dfc9c61dfffa2ac242 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Thu, 31 Aug 2023 10:46:58 -0500 Subject: [PATCH 2/2] Only use v4.0.0 for uuid --- place_tracker/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/place_tracker/pubspec.yaml b/place_tracker/pubspec.yaml index c79b4444ef8..87f0fd524a5 100644 --- a/place_tracker/pubspec.yaml +++ b/place_tracker/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: cupertino_icons: ^1.0.0 google_maps_flutter: ^2.2.0 provider: ^6.0.2 - uuid: ">=3.0.4 <5.0.0" + uuid: ^4.0.0 go_router: ^10.0.0 collection: ^1.16.0