diff --git a/pubspec.lock b/pubspec.lock index a44e9fe9..db340a89 100755 --- a/pubspec.lock +++ b/pubspec.lock @@ -56,7 +56,7 @@ packages: name: build_config url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "1.1.0" build_daemon: dependency: transitive description: @@ -77,7 +77,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.11" + version: "2.2.0" build_runner_core: dependency: transitive description: @@ -98,7 +98,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.3.3" + version: "8.4.0" characters: dependency: transitive description: @@ -244,14 +244,14 @@ packages: name: freezed url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.1.0+1" freezed_annotation: dependency: "direct main" description: name: freezed_annotation url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.1.0" frontend_server_client: dependency: transitive description: @@ -317,14 +317,14 @@ packages: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "4.5.0" + version: "4.6.0" json_serializable: dependency: "direct dev" description: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.2.0" + version: "6.3.1" lints: dependency: transitive description: @@ -408,7 +408,7 @@ packages: name: pigeon url: "https://pub.dartlang.org" source: hosted - version: "3.2.3" + version: "3.2.4" platform: dependency: transitive description: @@ -644,7 +644,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.1.4" + version: "6.1.5" url_launcher_android: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0057c827..0ec04ca2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,13 +43,13 @@ dependencies: collection: ^1.16.0 shared_preferences: ^2.0.12 flutter_riverpod: ^1.0.0 - json_annotation: ^4.5.0 + json_annotation: ^4.6.0 freezed_annotation: ^2.0.3 window_manager: ^0.2.0 qrscanner_zxing: path: android/flutter_plugins/qrscanner_zxing desktop_drop: ^0.3.3 - url_launcher: ^6.1.2 + url_launcher: ^6.1.5 dev_dependencies: integration_test: @@ -64,10 +64,10 @@ dev_dependencies: # rules and activating additional ones. flutter_lints: ^2.0.1 - build_runner: ^2.1.4 - freezed: ^2.0.3 - json_serializable: ^6.0.0 - pigeon: ^3.1.6 + build_runner: ^2.2.0 + freezed: ^2.1.0+1 + json_serializable: ^6.3.1 + pigeon: ^3.2.4 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec