diff --git a/owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.lock b/owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.lock index 155d705e0..e9a2c2f62 100644 --- a/owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.lock +++ b/owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.lock @@ -1,27 +1,13 @@ # 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.13" - args: - dependency: transitive - description: - name: args - url: "https://pub.dartlang.org" - source: hosted - version: "1.6.0" async: dependency: transitive description: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.4.2" boolean_selector: dependency: transitive description: @@ -29,6 +15,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" charcode: dependency: transitive description: @@ -36,13 +29,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.3" + clock: + dependency: transitive + description: + name: clock + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.14.13" convert: dependency: transitive description: @@ -64,6 +64,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.3" + fake_async: + dependency: transitive + description: + name: fake_async + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.0" flutter: dependency: "direct main" description: flutter @@ -74,20 +81,27 @@ packages: description: flutter source: sdk version: "0.0.0" - image: + http: + dependency: "direct main" + description: + name: http + url: "https://pub.dartlang.org" + source: hosted + version: "0.12.2" + http_parser: dependency: transitive description: - name: image + name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "2.1.12" + version: "3.1.4" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.8" meta: dependency: transitive description: @@ -101,21 +115,14 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.6.4" - petitparser: - dependency: transitive - description: - name: petitparser - url: "https://pub.dartlang.org" - source: hosted - version: "2.4.0" - quiver: + version: "1.7.0" + pedantic: dependency: transitive description: - name: quiver + name: pedantic url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "1.9.0" sky_engine: dependency: transitive description: flutter @@ -134,7 +141,7 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.9.5" stream_channel: dependency: transitive description: @@ -162,7 +169,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.15" + version: "0.2.17" toast: dependency: "direct main" description: @@ -176,20 +183,20 @@ packages: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" - vector_math: - dependency: transitive + version: "1.2.0" + uuid: + dependency: "direct main" description: - name: vector_math + name: uuid url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" - xml: + version: "2.2.0" + vector_math: dependency: transitive description: - name: xml + name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "3.6.1" + version: "2.0.8" sdks: - dart: ">=2.7.0 <3.0.0" + dart: ">=2.9.0-14.0.dev <3.0.0" diff --git a/owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.yaml b/owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.yaml index ef13537cd..731c986b8 100644 --- a/owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.yaml +++ b/owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.yaml @@ -24,6 +24,8 @@ dependencies: flutter: sdk: flutter toast: ^0.1.5 + http: ^0.12.2 + uuid: 2.2.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons.