From 0cac431c65c508ae8bf9627de18badc300a190dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:29:17 +0000 Subject: [PATCH] chore(deps): Bump the uuid group in /packages/aws_common with 1 update Bumps the uuid group in /packages/aws_common with 1 update: [uuid](https://github.com/Daegalus/dart-uuid). - [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 dependency-group: uuid ... Signed-off-by: dependabot[bot] --- packages/aws_common/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws_common/pubspec.yaml b/packages/aws_common/pubspec.yaml index 901bf2a6cd..da98575f20 100644 --- a/packages/aws_common/pubspec.yaml +++ b/packages/aws_common/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: os_detect: ^2.0.0 path: ^1.8.0 stream_transform: ^2.0.0 - uuid: ">=3.0.6 <=3.0.7" + uuid: ">=3.0.6 <5.0.0" dev_dependencies: amplify_lints: ">=3.0.0 <3.1.0"