Skip to content

Commit

Permalink
Raise the uuid dependency min to v4.0.0
Browse files Browse the repository at this point in the history
sourcegraph-commit-signing-app[bot] authored Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5c028ef commit 082fb6a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/over_react_redux/todo_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 082fb6a

Please sign in to comment.