diff --git a/examples/flutter/pubspec.yaml b/examples/flutter/pubspec.yaml index 6349d6b5b34..9460af79ad7 100644 --- a/examples/flutter/pubspec.yaml +++ b/examples/flutter/pubspec.yaml @@ -38,7 +38,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: 1.0.2 flutter_qjs: 0.3.7 - shared_preferences: 2.0.15 + shared_preferences: 2.0.17 rxdart: 0.27.5 json_serializable: 6.5.2 diff --git a/src/plugins/flutter/dart/pubspec.yaml b/src/plugins/flutter/dart/pubspec.yaml index a6adba080ae..967263e7ccb 100644 --- a/src/plugins/flutter/dart/pubspec.yaml +++ b/src/plugins/flutter/dart/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: flutter_qjs: 0.3.7 - shared_preferences: 2.0.15 + shared_preferences: 2.0.17 rxdart: 0.27.5 dev_dependencies: lints: 2.0.1