From effb2909a5b910d2803288ec26af24ad0b6f4aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:06:07 +0000 Subject: [PATCH] chore(deps): bump fuzzywuzzy from 0.2.0 to 1.1.6 Bumps [fuzzywuzzy](https://github.com/sphericalkat/dart-fuzzywuzzy) from 0.2.0 to 1.1.6. - [Release notes](https://github.com/sphericalkat/dart-fuzzywuzzy/releases) - [Changelog](https://github.com/SphericalKat/dart-fuzzywuzzy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sphericalkat/dart-fuzzywuzzy/commits/v1.1.6) --- updated-dependencies: - dependency-name: fuzzywuzzy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index f80b7203..27b60f76 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -940,10 +940,10 @@ packages: dependency: "direct main" description: name: fuzzywuzzy - sha256: f685751951297e560361b6416d9ba62d40231599d7b3e8c078318990d3bab84a + sha256: a84b99ebb21c448e02267070c91b218b4fbbef9c668b344aaeada49865985cae url: "https://pub.dev" source: hosted - version: "0.2.0" + version: "1.1.6" glob: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index eebb5de9..16f75678 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,7 +54,7 @@ dependencies: flutter_secure_storage: ^8.0.0 flutter_svg: ^1.1.6 form_validator: ^2.1.1 - fuzzywuzzy: ^0.2.0 + fuzzywuzzy: ^1.1.6 google_fonts: ^5.1.0 go_router: ^10.0.0 hive: ^2.2.3