From 5858baf594c0f85016795aac81c5dd5764fbc303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:45:19 +0000 Subject: [PATCH] build(deps): bump uuid from 3.0.7 to 4.1.0 Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 3.0.7 to 4.1.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/3.0.7...4.1.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b156a1e..e7f4005 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: http: ^1.1.0 package_info_plus: ">=4.1.0 <6.0.0" shared_preferences: ^2.2.2 - uuid: ^3.0.7 + uuid: ">=3.0.7 <5.0.0" dev_dependencies: custom_lint: ^0.5.3