diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 0cfcfd56679..e28f0d07d07 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -57,7 +57,7 @@ dependencies: stack_trace: ^1.10.0 stream_channel: ^2.1.1 string_scanner: ^1.1.0 - unified_analytics: ^5.8.1 + unified_analytics: ^5.8.8 url_launcher: ^6.1.0 url_launcher_web: ^2.0.6 vm_service: ^14.1.0 diff --git a/packages/devtools_shared/CHANGELOG.md b/packages/devtools_shared/CHANGELOG.md index 0a8384832d0..2e2dbc771ed 100644 --- a/packages/devtools_shared/CHANGELOG.md +++ b/packages/devtools_shared/CHANGELOG.md @@ -1,5 +1,6 @@ # 8.1.0 * Update `package:dtd` to `2.0.0` +* Update `package:unified_analytics` to `5.8.8` # 8.0.1 * **Breaking change:** rename `ServerApi.getCompleted` to `ServerApi.success` and make the diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml index cb5af489efd..b66320e90de 100644 --- a/packages/devtools_shared/pubspec.yaml +++ b/packages/devtools_shared/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: path: ^1.8.0 shelf: ^1.1.0 sse: ^4.1.2 - unified_analytics: ^5.8.1 + unified_analytics: ^5.8.8 usage: ^4.0.0 vm_service: ">=13.0.0 <15.0.0" web_socket_channel: ^2.4.0