From 5cd90f93b99412d0c75b9ce3a8a34243827d3adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 23:16:08 +0000 Subject: [PATCH] chore(deps): bump uuid from 3.0.6 to 3.0.7 Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 3.0.6 to 3.0.7. - [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.6...3.0.7) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 9a473fa0..5bffe4a3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1410,7 +1410,7 @@ packages: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "3.0.6" + version: "3.0.7" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c9f4a37e..cce550ad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -61,7 +61,7 @@ dependencies: fl_query_hooks: ^0.3.1 flutter_inappwebview: ^5.4.3+7 tuple: ^2.0.1 - uuid: ^3.0.6 + uuid: ^3.0.7 platform_ui: git: url: https://github.com/KRTirtho/platform_ui.git