From bf279bb704c1908288e78b0eb3e6090c23fa26b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:24:50 +0000 Subject: [PATCH] chore: bump uuid from 4.5.0 to 4.5.1 Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 4.5.0 to 4.5.1. - [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.0...4.5.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... 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 9e4ff9996..79249da18 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -507,10 +507,10 @@ packages: dependency: "direct main" description: name: uuid - sha256: f33d6bb662f0e4f79dcd7ada2e6170f3b3a2530c28fc41f49a411ddedd576a77 + sha256: a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff url: "https://pub.dev" source: hosted - version: "4.5.0" + version: "4.5.1" vector_graphics: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7e04d0b86..119c0bc98 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,7 +43,7 @@ dependencies: flutter_screenutil: ^5.9.3 extended_text_field: ^16.0.0 path_provider: ^2.1.4 - uuid: ^4.5.0 + uuid: ^4.5.1 dev_dependencies: flutter_test: