diff --git a/pubspec.lock b/pubspec.lock index 0ae746199..95e48ab1a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -318,6 +318,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.1" + cli_util: + dependency: transitive + description: + name: cli_util + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.5" clock: dependency: transitive description: @@ -485,7 +492,7 @@ packages: name: flutter_launcher_icons url: "https://pub.dartlang.org" source: hosted - version: "0.9.2" + version: "0.10.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index e707ba1cc..7f223ffc1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -67,7 +67,7 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.1 - flutter_launcher_icons: ^0.9.2 + flutter_launcher_icons: ^0.10.0 hive_generator: ^1.1.3 build_runner: ^2.1.11 flutter_distributor: ^0.0.2