From f3b7fb20ddbbbe670b6c3515970d82afeaefc12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:47:41 +0000 Subject: [PATCH] Bump uuid from 3.0.7 to 4.1.0 in /experimental/web_dashboard 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] --- experimental/web_dashboard/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/web_dashboard/pubspec.yaml b/experimental/web_dashboard/pubspec.yaml index 5995a494533..7c4c86fb30f 100644 --- a/experimental/web_dashboard/pubspec.yaml +++ b/experimental/web_dashboard/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: json_annotation: ^4.5.0 path: ^1.8.1 provider: ^6.0.0 - uuid: ^3.0.0 + uuid: ^4.1.0 dev_dependencies: analysis_defaults: