diff --git a/pubspec.lock b/pubspec.lock index d64b930..84eb366 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -430,10 +430,10 @@ packages: dependency: "direct dev" description: name: json_serializable - sha256: ea1432d167339ea9b5bb153f0571d0039607a873d6e04e0117af043f14a1fd4b + sha256: c2fcb3920cf2b6ae6845954186420fca40bc0a8abcc84903b7801f17d7050d7c url: "https://pub.dev" source: hosted - version: "6.8.0" + version: "6.9.0" leak_tracker: dependency: transitive description: @@ -478,10 +478,10 @@ packages: dependency: "direct main" description: name: logger - sha256: "697d067c60c20999686a0add96cf6aba723b3aa1f83ecf806a8097231529ec32" + sha256: be4b23575aac7ebf01f225a241eb7f6b5641eeaf43c6a8613510fc2f8cf187d1 url: "https://pub.dev" source: hosted - version: "2.4.0" + version: "2.5.0" logging: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ff92eef..cf5c894 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: provider: 6.1.2 stacked: 3.4.3 get_it: 7.7.0 - logger: 2.4.0 + logger: 2.5.0 shared_preferences: 2.3.2 http: 1.2.2 validators: 3.0.0 @@ -50,7 +50,7 @@ dev_dependencies: sdk: flutter build_runner: 2.4.13 built_value_generator: 8.9.2 - json_serializable: 6.8.0 + json_serializable: 6.9.0 flutter_lints: 5.0.0 # For information on the generic Dart part of this file, see the