diff --git a/pubspec.lock b/pubspec.lock index 9e3f960..396c63e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -35,7 +35,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.9.0" + version: "2.10.0" bloc: dependency: transitive description: @@ -49,7 +49,7 @@ packages: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" build: dependency: transitive description: @@ -140,7 +140,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.16.0" + version: "1.17.0" convert: dependency: transitive description: @@ -175,7 +175,7 @@ packages: name: dio url: "https://pub.dartlang.org" source: hosted - version: "4.0.6" + version: "5.0.3" fake_async: dependency: transitive description: @@ -346,14 +346,14 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.12" + version: "0.12.13" material_color_utilities: dependency: transitive description: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.5" + version: "0.2.0" meta: dependency: transitive description: @@ -437,14 +437,14 @@ packages: name: retrofit url: "https://pub.dartlang.org" source: hosted - version: "3.3.1" + version: "4.0.1" retrofit_generator: dependency: "direct dev" description: name: retrofit_generator url: "https://pub.dartlang.org" source: hosted - version: "4.2.0" + version: "5.0.0+1" shelf: dependency: transitive description: @@ -484,21 +484,21 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.9.0" + version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" stream_transform: dependency: transitive description: @@ -512,7 +512,7 @@ packages: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "1.2.0" term_glyph: dependency: transitive description: @@ -526,7 +526,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.12" + version: "0.4.16" timing: dependency: transitive description: @@ -554,7 +554,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "2.1.4" watcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 702f4d4..277a967 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,9 +42,9 @@ dependencies: get_it: ^7.2.0 pin_code_fields: ^7.4.0 another_flushbar: ^1.12.29 - collection: ^1.16.0 - dio: ^4.0.6 - retrofit: ^3.3.1 + collection: ^1.17.0 + dio: ^5.0.3 + retrofit: ^4.0.1 intl: ^0.18.0 dev_dependencies: @@ -61,7 +61,7 @@ dev_dependencies: json_serializable: ^6.5.4 freezed: ^2.3.2 injectable_generator: ^2.1.3 - retrofit_generator: ^4.2.0 + retrofit_generator: ^5.0.0+1 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec