diff --git a/dev/devicelab/pubspec.yaml b/dev/devicelab/pubspec.yaml index 59724f4fa8..af4e77fc30 100644 --- a/dev/devicelab/pubspec.yaml +++ b/dev/devicelab/pubspec.yaml @@ -9,8 +9,8 @@ environment: dependencies: args: ^0.13.4 - meta: ^1.0.3 - path: ^1.3.0 + meta: ^1.0.4 + path: ^1.4.0 stack_trace: ^1.4.0 vm_service_client: '0.2.2+4' diff --git a/dev/tools/pubspec.yaml b/dev/tools/pubspec.yaml index 87f23b4eb5..1fddb3af75 100644 --- a/dev/tools/pubspec.yaml +++ b/dev/tools/pubspec.yaml @@ -3,4 +3,4 @@ description: Various repository development tools for flutter. dependencies: args: ^0.13.4 - path: ^1.3.0 + path: ^1.4.0 diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index ef53fcc37c..4e0263f21e 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -7,7 +7,7 @@ homepage: http://flutter.io dependencies: collection: '>=1.9.1 <2.0.0' intl: '>=0.14.0 <0.15.0' - meta: ^1.0.3 + meta: ^1.0.4 vector_math: '>=2.0.3 <3.0.0' # async and http_parser can be removed when we move to using dart-lang/http diff --git a/packages/flutter_driver/pubspec.yaml b/packages/flutter_driver/pubspec.yaml index d9c7cee7d2..4042a2d0bd 100644 --- a/packages/flutter_driver/pubspec.yaml +++ b/packages/flutter_driver/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: file: '^0.1.0' json_rpc_2: '^2.0.0' matcher: '>=0.12.0 <1.0.0' - path: '^1.3.0' + path: '^1.4.0' web_socket_channel: '^1.0.0' vm_service_client: '0.2.2+4' flutter: diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 1552747779..c7a023894d 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -18,10 +18,10 @@ dependencies: json_rpc_2: ^2.0.0 json_schema: 1.0.6 linter: ^0.1.21 - meta: ^1.0.3 + meta: ^1.0.4 mustache: ^0.2.5 package_config: '>=0.1.5 <2.0.0' - path: ^1.3.0 + path: ^1.4.0 pub_semver: ^1.0.0 stack_trace: ^1.4.0 usage: ^2.2.1