From 2e192e9b0a3a097a13d7bdc39e301faa5140e343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:48:44 +0000 Subject: [PATCH] Bump uuid from 3.0.7 to 4.0.0 Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 3.0.7 to 4.0.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.0.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 fba0c6b..5555465 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: injectable: ^2.1.2 intl: ^0.18.0 rxdart: ^0.27.7 - uuid: ^3.0.7 + uuid: ^4.0.0 dev_dependencies: auto_route_generator: ^7.1.1