Skip to content

Commit

Permalink
app|CHORE: Update app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Krlier committed Aug 26, 2020
1 parent 3c63043 commit 14c47a9
Showing 2 changed files with 51 additions and 42 deletions.
91 changes: 49 additions & 42 deletions owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
# 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:
name: boolean_selector
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:
name: charcode
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"
2 changes: 2 additions & 0 deletions owasp-top10-2016-mobile/m5/panda_zap/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 14c47a9

Please sign in to comment.