From e5a83f6adc4f0e1d20bc7768c4fd058ed9ed8ff2 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Fri, 28 Oct 2022 14:12:55 -0700 Subject: [PATCH] Update package:file to latest version --- dwds/CHANGELOG.md | 1 + dwds/pubspec.yaml | 2 +- frontend_server_common/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 612b520a5..037dc99b1 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -6,6 +6,7 @@ - Expression evaluation performance improvement: - Batch `ChromeProxyService.evaluate()` requests that are close in time and are executed in the same library and scope. +- Update `package:file` version to `6.13` or greater to handle https://github.com/dart-lang/sdk/issues/49647. ## 16.0.0 diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index cbd446770..2a80c3873 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: collection: ^1.15.0 crypto: ^3.0.2 dds: ^2.2.5 - file: ^6.1.2 + file: ^6.1.3 http: ^0.13.4 http_multi_server: ^3.2.0 logging: ^1.0.2 diff --git a/frontend_server_common/pubspec.yaml b/frontend_server_common/pubspec.yaml index 47d758287..1d063dfa4 100644 --- a/frontend_server_common/pubspec.yaml +++ b/frontend_server_common/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: dwds: path: ../dwds - file: ^6.0.0 + file: ^6.1.3 logging: ^1.0.1 meta: ^1.4.0 mime: ^1.0.0