From 99f27c0e75e3315ce76aee8b5cb1d1f7b20366d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:38:07 +0000 Subject: [PATCH] build(deps): bump uuid from 4.5.1 to 4.5.2 Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 4.5.1 to 4.5.2. - [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.1...4.5.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 12 ++---------- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c93c35e..a829413 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -459,14 +459,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.10.1" - sprintf: - dependency: transitive - description: - name: sprintf - sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23" - url: "https://pub.dev" - source: hosted - version: "7.0.0" stack_trace: dependency: transitive description: @@ -543,10 +535,10 @@ packages: dependency: "direct main" description: name: uuid - sha256: a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff + sha256: a11b666489b1954e01d992f3d601b1804a33937b5a8fe677bd26b8a9f96f96e8 url: "https://pub.dev" source: hosted - version: "4.5.1" + version: "4.5.2" very_good_analysis: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index bc9f51f..222834f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: ref: v1.0.1 logging: ^1.3.0 mongo_dart: ^0.10.5 - uuid: ^4.5.1 + uuid: ^4.5.2 dev_dependencies: equatable: ^2.0.7