From 83ffc4109692a5f7aec44e6e516b8e436bbebf7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:25:26 +0000 Subject: [PATCH] build(deps): bump uuid from 4.5.3 to 4.6.0 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] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 35b643a..dd2f73b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1014,10 +1014,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_graphics_codec: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 18e4784..0076a1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,7 +34,7 @@ dependencies: path_provider: ^2.1.6 rxdart: ^0.28.0 shared_preferences: ^2.5.5 - uuid: ^4.5.3 + uuid: ^4.6.0 dev_dependencies: bloc_test: ^10.0.0