From 3ed86287df125aeffd84f50bf08b98975710be30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:33:32 +0000 Subject: [PATCH] Bump uuid from 3.0.7 to 4.2.1 in /place_tracker 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] --- 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