From 4270a3aad8c4765e9b1e63e11cc601f7624d9cf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:44:30 +0000 Subject: [PATCH] fix(deps): update dependency shared_preferences to ^2.3.1 (#523) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3f4fe96..b043589 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: cloud_firestore: ^5.2.0 flutter: sdk: flutter - shared_preferences: ^2.3.0 + shared_preferences: ^2.3.1 dev_dependencies: build_runner: 2.4.12