From e234ed453df68b96621cf1c5da457556ac102cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:33:27 +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 fa8c6a9..a1359b9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -545,14 +545,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" stream_transform: dependency: "direct main" description: @@ -614,10 +606,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" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7905a81..7abc928 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -81,7 +81,7 @@ dependencies: git: url: https://github.com/flutter-news-app-full-source-code/ui-kit.git ref: v1.0.1 - uuid: ^4.5.1 + uuid: ^4.5.2 dev_dependencies: very_good_analysis: ^9.0.0