From f898ca55cd4b4921b678957d44f710cc68efdb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 03:02:25 +0000 Subject: [PATCH] build(deps): bump uuid from 4.5.3 to 4.6.0 in /app Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 4.5.3 to 4.6.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/4.5.3...4.6.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/pubspec.lock | 4 ++-- app/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/pubspec.lock b/app/pubspec.lock index 63a9a000..d250d6e6 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -670,10 +670,10 @@ packages: dependency: "direct main" description: name: uuid - sha256: "1fef9e8e11e2991bb773070d4656b7bd5d850967a2456cfc83cf47925ba79489" + sha256: "9b129329f58692f6e6578329498a8fe9fbe98f090beb764ffbb8ee2eadd01dcd" url: "https://pub.dev" source: hosted - version: "4.5.3" + version: "4.6.0" vector_math: dependency: transitive description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index f723a681..dbfa34da 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: flutter_secure_storage: ^10.3.1 cupertino_icons: ^1.0.8 fl_chart: ^0.69.0 - uuid: ^4.5.1 + uuid: ^4.6.0 url_launcher: ^6.3.0 audioplayers: ^6.8.1