diff --git a/pubspec.lock b/pubspec.lock index f5fda5d..cd33ce9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -28,7 +28,7 @@ packages: name: archive url: "https://pub.dartlang.org" source: hosted - version: "3.1.2" + version: "3.1.6" async: dependency: transitive description: @@ -98,7 +98,7 @@ packages: name: csslib url: "https://pub.dartlang.org" source: hosted - version: "0.17.0" + version: "0.17.1" cupertino_icons: dependency: "direct main" description: @@ -194,7 +194,7 @@ packages: name: flutter_svg url: "https://pub.dartlang.org" source: hosted - version: "0.22.0" + version: "0.23.0+1" flutter_test: dependency: "direct dev" description: flutter @@ -246,7 +246,7 @@ packages: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.13.3" + version: "0.13.4" http_parser: dependency: transitive description: @@ -260,7 +260,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "3.0.5" + version: "3.0.8" implicitly_animated_reorderable_list: dependency: "direct main" description: @@ -288,7 +288,7 @@ packages: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.3.0" lint: dependency: "direct dev" description: @@ -302,7 +302,7 @@ packages: name: location_permissions url: "https://pub.dartlang.org" source: hosted - version: "4.0.0" + version: "4.0.1" logger: dependency: "direct main" description: @@ -330,7 +330,7 @@ packages: name: material_design_icons_flutter url: "https://pub.dartlang.org" source: hosted - version: "5.0.5955-rc.1" + version: "5.0.6295" material_floating_search_bar: dependency: "direct main" description: @@ -365,7 +365,7 @@ packages: name: path_drawing url: "https://pub.dartlang.org" source: hosted - version: "0.5.1" + version: "0.5.1+1" path_parsing: dependency: transitive description: @@ -408,34 +408,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.3" - pedantic: - dependency: transitive - description: - name: pedantic - url: "https://pub.dartlang.org" - source: hosted - version: "1.11.1" permission_handler: dependency: "direct main" description: name: permission_handler url: "https://pub.dartlang.org" source: hosted - version: "8.1.6" + version: "8.2.5" permission_handler_platform_interface: dependency: transitive description: name: permission_handler_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "3.6.1" + version: "3.7.0" petitparser: dependency: transitive description: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.3.0" platform: dependency: transitive description: @@ -449,7 +442,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.2" process: dependency: transitive description: @@ -463,7 +456,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "6.0.0" + version: "6.0.1" qr: dependency: transitive description: @@ -664,7 +657,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.10" + version: "6.0.12" url_launcher_linux: dependency: transitive description: @@ -706,7 +699,7 @@ packages: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "3.0.4" + version: "3.0.5" vector_math: dependency: transitive description: @@ -734,7 +727,7 @@ packages: name: xml url: "https://pub.dartlang.org" source: hosted - version: "5.1.2" + version: "5.3.0" sdks: dart: ">=2.14.0 <3.0.0" flutter: ">=2.5.0" diff --git a/pubspec.yaml b/pubspec.yaml index a371852..5b0113a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,32 +30,32 @@ dependencies: redux_persist: ^0.9.0 redux_persist_flutter: ^0.9.0 responsive_builder: ^0.4.1 - provider: ^6.0.0 + provider: ^6.0.1 logger: ^1.1.0 get_it: ^7.2.0 equatable: ^2.0.3 - http: ^0.13.3 + http: ^0.13.4 sqflite: ^2.0.0+4 path_provider: ^2.0.5 - material_design_icons_flutter: 5.0.5955-rc.1 + material_design_icons_flutter: ^5.0.6295 intl: ^0.17.0 device_info: ^2.0.2 auto_size_text: ^3.0.0-nullsafety.0 - url_launcher: ^6.0.7 + url_launcher: ^6.0.12 qr_flutter: ^4.0.0 mask_text_input_formatter: ^2.0.0 flutter_screenutil: ^5.0.0+2 shared_preferences: ^2.0.8 material_floating_search_bar: ^0.3.4 implicitly_animated_reorderable_list: ^0.4.1 - uuid: ^3.0.4 + uuid: ^3.0.5 charset_converter: ^2.0.0 ai_barcode: ^3.0.1 - permission_handler: ^8.1.6 - flutter_svg: ^0.22.0 + permission_handler: ^8.2.5 + flutter_svg: ^0.23.0+1 grouped_list: ^4.1.0 flutter_bluetooth_basic: ^0.1.7 - location_permissions: ^4.0.0 + location_permissions: ^4.0.1 esc_pos_utils: ^1.1.0 esc_pos_bluetooth: ^0.4.1 dev_dependencies: