From 814617c265af9a6658d672e681af8da789039603 Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Sat, 19 Sep 2020 11:11:00 +0800 Subject: [PATCH] Update dependencies --- pubspec.lock | 25 +++++++++++++++++++++++-- pubspec.yaml | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 28539cd3..0bd6a90b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -264,6 +264,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.0" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" file: dependency: transitive description: @@ -607,7 +614,7 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "1.6.11" + version: "1.6.16" path_provider_linux: dependency: transitive description: @@ -628,7 +635,14 @@ packages: name: path_provider_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "1.0.3" + path_provider_windows: + dependency: transitive + description: + name: path_provider_windows + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.2" pedantic: dependency: transitive description: @@ -935,6 +949,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.9.7+15" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "1.7.1" xdg_directories: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4028af32..a75f0675 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: #official plugin image_picker: ^0.6.7 image_picker_for_web: ^0.1.0 - path_provider: 1.6.11 + path_provider: 1.6.16 http: ^0.12.1 html: 0.14.0+3 http_parser: 3.1.4