From cf9f9f612a96a525f1824e0ffa1962a3274e60aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:30:52 +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 20d114b72a..b35f04f6d3 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"