From e2252a28408e6a5c9edda48e07df60457743b0cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 18:03:31 +0600 Subject: [PATCH] chore(deps): bump fuzzywuzzy from 0.2.0 to 1.1.6 (#775) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 423f352a..4ca2be97 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 2f6e6797..2c8db4b3 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