From 24ff21d03d2213d5d1077c98be8f19ec16119c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:42:21 +0000 Subject: [PATCH] Bump uuid from 3.0.7 to 4.2.1 in /experimental/web_dashboard Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 3.0.7 to 4.2.1. - [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.2.1) --- 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..bfe1afea6cb 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.2.1 dev_dependencies: analysis_defaults: