diff --git a/pubspec.lock b/pubspec.lock index b3e56506..beae76a4 100755 --- a/pubspec.lock +++ b/pubspec.lock @@ -77,7 +77,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "2.3.0" build_runner_core: dependency: transitive description: @@ -329,7 +329,7 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.4.0" + version: "6.5.1" lints: dependency: transitive description: @@ -343,7 +343,7 @@ packages: name: logging url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "1.1.0" matcher: dependency: transitive description: @@ -642,7 +642,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.1.5" + version: "6.1.6" url_launcher_android: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e1551433..4d40ea75 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,7 @@ dependencies: # cupertino_icons: ^1.0.2 async: ^2.8.2 - logging: ^1.0.2 + logging: ^1.1.0 collection: ^1.16.0 shared_preferences: ^2.0.12 flutter_riverpod: ^1.0.0 @@ -52,7 +52,7 @@ dependencies: qrscanner_zxing: path: android/flutter_plugins/qrscanner_zxing desktop_drop: ^0.3.3 - url_launcher: ^6.1.5 + url_launcher: ^6.1.6 dev_dependencies: integration_test: @@ -67,9 +67,9 @@ dev_dependencies: # rules and activating additional ones. flutter_lints: ^2.0.1 - build_runner: ^2.2.1 + build_runner: ^2.3.0 freezed: ^2.1.0+1 - json_serializable: ^6.3.2 + json_serializable: ^6.5.1 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec