From f5f4a526b1019c401acc1c833bc8df68708b7d09 Mon Sep 17 00:00:00 2001 From: David PHAM-VAN Date: Thu, 8 Aug 2024 06:45:57 -0300 Subject: [PATCH] Tighten dependencies --- pdf/CHANGELOG.md | 1 + pdf/pubspec.yaml | 2 +- printing/CHANGELOG.md | 1 + printing/pubspec.yaml | 4 ++-- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pdf/CHANGELOG.md b/pdf/CHANGELOG.md index 66fdb240..05c0c04e 100644 --- a/pdf/CHANGELOG.md +++ b/pdf/CHANGELOG.md @@ -3,6 +3,7 @@ ## 3.11.1 - Fixed display problems with textfields [ilaurillard] +- Tighten dependencies ## 3.11.0 diff --git a/pdf/pubspec.yaml b/pdf/pubspec.yaml index 691337dc..2cacc857 100644 --- a/pdf/pubspec.yaml +++ b/pdf/pubspec.yaml @@ -18,7 +18,7 @@ environment: sdk: ">=2.19.0 <4.0.0" dependencies: - archive: ^3.1.0 + archive: ^3.4.0 barcode: ">=2.2.3 <3.0.0" bidi: ^2.0.10 crypto: ^3.0.0 diff --git a/printing/CHANGELOG.md b/printing/CHANGELOG.md index 4b60ec21..64a0c5cd 100644 --- a/printing/CHANGELOG.md +++ b/printing/CHANGELOG.md @@ -6,6 +6,7 @@ - Workaround for iOS bug and force paper size [Matteo Ricupero] - Update package:web [Sabin Neupane] - Force the latest version of pdf_widget_wrapper +- Tighten dependencies ## 5.13.1 diff --git a/printing/pubspec.yaml b/printing/pubspec.yaml index 24a33eb3..a36ea053 100644 --- a/printing/pubspec.yaml +++ b/printing/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: flutter_web_plugins: sdk: flutter http: ">=0.13.0 <2.0.0" - image: ^4.0.02 + image: ^4.1.0 meta: ">=1.3.0 <2.0.0" pdf: ^3.10.0 pdf_widget_wrapper: '>=1.0.4 <2.0.0' @@ -39,7 +39,7 @@ dev_dependencies: flutter_lints: ^4.0.0 flutter_test: sdk: flutter - mockito: ^5.3.2 + mockito: ^5.4.4 dependency_overrides: pdf: