From 689a295654da600a36b5be5ba2a23944bf4caa4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:40:03 +0000 Subject: [PATCH] build(deps): bump uuid in /packages/flutter_community_chat_firebase 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] --- packages/flutter_community_chat_firebase/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_community_chat_firebase/pubspec.yaml b/packages/flutter_community_chat_firebase/pubspec.yaml index ed9dac1..ebe1be5 100644 --- a/packages/flutter_community_chat_firebase/pubspec.yaml +++ b/packages/flutter_community_chat_firebase/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: cloud_firestore: ^4.0.5 firebase_storage: ^11.0.5 firebase_auth: ^4.1.2 - uuid: ^3.0.6 + uuid: ^4.0.0 flutter_community_chat_interface: git: url: https://github.com/Iconica-Development/flutter_community_chat.git