From 76a8b14b8f6ac1fda63a647133c761ba86e4e105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:29:58 +0000 Subject: [PATCH] Bump uuid from 4.0.0 to 4.1.0 in /lib/web_ui Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 4.0.0 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/4.0.0...4.1.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/web_ui/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web_ui/pubspec.yaml b/lib/web_ui/pubspec.yaml index 03a5b79e0245b..fc25009154222 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -42,7 +42,7 @@ dev_dependencies: test_api: any test_core: any typed_data: any - uuid: 4.0.0 + uuid: 4.1.0 watcher: 1.1.0 web_socket_channel: any webdriver: 3.0.2