From 3dad2d3091b8ea87bcbfb4991b82f29d8df89223 Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Mon, 22 Jul 2024 18:04:31 -0700 Subject: [PATCH] deps: Add mime as a direct dependency --- pubspec.lock | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index c090e25cd7..5c8186d522 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -730,7 +730,7 @@ packages: source: hosted version: "1.15.0" mime: - dependency: transitive + dependency: "direct main" description: name: mime sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2" diff --git a/pubspec.yaml b/pubspec.yaml index b61c618bbf..22cf1e54a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -55,6 +55,7 @@ dependencies: http_parser: ^4.0.2 image_picker: ^1.0.0 json_annotation: ^4.8.1 + mime: ^1.0.5 package_info_plus: ^8.0.0 path: ^1.8.3 path_provider: ^2.0.13