diff --git a/audio_call/pubspec.lock b/audio_call/pubspec.lock index f6dca04..422b111 100644 --- a/audio_call/pubspec.lock +++ b/audio_call/pubspec.lock @@ -1,13 +1,27 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + archive: + dependency: transitive + description: + name: archive + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.11" + args: + dependency: transitive + description: + name: args + url: "https://pub.dartlang.org" + source: hosted + version: "1.5.2" async: dependency: transitive description: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.4.0" boolean_selector: dependency: transitive description: @@ -42,7 +56,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "2.1.3" cupertino_icons: dependency: "direct main" description: @@ -104,20 +118,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.0.0" + image: + dependency: transitive + description: + name: image + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.4" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.5" + version: "0.12.6" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.7" + version: "1.1.8" path: dependency: transitive description: @@ -139,6 +160,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.3.0" + petitparser: + dependency: transitive + description: + name: petitparser + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.0" platform: dependency: transitive description: @@ -206,7 +234,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.5" + version: "0.2.11" typed_data: dependency: transitive description: @@ -228,6 +256,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.8" + xml: + dependency: transitive + description: + name: xml + url: "https://pub.dartlang.org" + source: hosted + version: "3.5.0" sdks: - dart: ">=2.2.2 <3.0.0" + dart: ">=2.4.0 <3.0.0" flutter: ">=1.5.0 <2.0.0" diff --git a/audio_call/pubspec.yaml b/audio_call/pubspec.yaml index c223051..2467e05 100644 --- a/audio_call/pubspec.yaml +++ b/audio_call/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: sdk: flutter flutter_voximplant: 1.2.0 shared_preferences: 0.5.3+4 - crypto: 2.1.2 + crypto: 2.1.3 get_it: 3.0.0 uuid: 2.0.2 permission_handler: '^3.2.0'