From 082fb6a5d8e52fede8f0528f2bf6358135eed42f Mon Sep 17 00:00:00 2001 From: "sourcegraph-commit-signing-app[bot]" <188111114+sourcegraph-commit-signing-app[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:45:31 +0000 Subject: [PATCH] Raise the uuid dependency min to v4.0.0 --- app/over_react_redux/todo_client/pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/over_react_redux/todo_client/pubspec.yaml b/app/over_react_redux/todo_client/pubspec.yaml index 295ab6039..7b976f16d 100644 --- a/app/over_react_redux/todo_client/pubspec.yaml +++ b/app/over_react_redux/todo_client/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: json_annotation: ^4.6.0 redux: '>=3.0.0 <6.0.0' redux_dev_tools: '>=0.4.0 <0.8.0' - uuid: ^3.0.7 + uuid: ^4.0.0 dev_dependencies: build_runner: ^2.2.0 diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 165d39060..a8376a6f1 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -32,7 +32,7 @@ dev_dependencies: markdown: ^4.0.0 test: ^1.14.0 test_reflective_loader: ^0.2.0 - uuid: '>3.0.0 <5.0.0' + uuid: ^4.0.0 workiva_analysis_options: ^1.1.0 dependency_validator: